cURL
curl --request GET \ --url http://localhost:5173/api/models \ --cookie apiKeys=
{ "providers": [ { "name": "<string>", "staticModels": [ { "name": "<string>", "label": "<string>", "provider": "<string>", "maxTokenAllowed": 123, "maxCompletionTokens": 123, "icon": "<string>" } ], "getApiKeyLink": "<string>", "labelForGetApiKey": "<string>", "icon": "<string>" } ], "models": [ { "name": "<string>", "label": "<string>", "provider": "<string>", "maxTokenAllowed": 123, "maxCompletionTokens": 123, "icon": "<string>" } ] }
Returns a list of all supported AI models and their providers.
Cookie-based authentication storing API keys and provider settings
List of models and providers
Show child attributes
Was this page helpful?