REST APIModels
List the models a Message may request
Authorization
ApiKey x-api-key<token>
Workspace-owned API key with per-resource permissions.
In: header
Response Body
application/json
curl -X GET "https://example.com/v1/models"{ "models": [ { "slug": "string", "supportedReasoningEfforts": [ { "reasoningEffort": "string", "description": "string" } ], "defaultReasoningEffort": "string" } ], "defaultModel": "string"}