Skip to content

List available models across the user's configured providers.

GET
/api/advisor/models
curl --request GET \
--url https://api.tradr.cloud/api/advisor/models

Returns the cached ProviderModel[] for every provider the user has a key for, each item tagged with its providerId (claude | openai) so clients can scope per-provider selectors. Served from the shared ListModelsCache (10-minute TTL). Response: { items: (ProviderModel & { providerId })[] }.

{ items: (ProviderModel & { providerId })[] }.

A provider key could not be decrypted.