cURL
curl --request GET \ --url http://localhost:5173/api/models/{provider} \ --cookie apiKeys=
[ { "name": "<string>", "label": "<string>", "provider": "<string>", "maxTokenAllowed": 123, "maxCompletionTokens": 123, "icon": "<string>" } ]
Returns all available models for the specified provider.
Cookie-based authentication storing API keys and provider settings
Provider name (e.g., anthropic, openai, google)
Provider models
Model identifier
Display name
Provider name
Maximum context tokens
Maximum completion tokens
Icon identifier
Was this page helpful?