cURL
curl --request GET \ --url https://capy.ai/api/v1/models \ --header 'Authorization: Bearer <token>'
{ "models": [ { "id": "auto", "name": "<string>", "provider": "<string>", "captainEligible": true } ] }
List models available to the API.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Success
Show child attributes
Was this page helpful?