List all available models, optionally filtered by provider.
cURL
curl --request GET \ --url https://api.adaline.ai/v2/models \ --header 'Authorization: Bearer <token>'
{ "models": [ { "id": "<string>", "providerId": "<string>", "provider": "<string>", "model": "<string>", "enabled": true } ] }
Workspace API key. Pass as Authorization: Bearer <key>.
Authorization: Bearer <key>
Unique identifier for an entity, between 20 and 80 characters.
20 - 80
Models retrieved.
Show child attributes
Was this page helpful?