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.
Documentation IndexFetch the complete documentation index at: https://docs.capy.ai/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.capy.ai/llms.txt
Use this file to discover all available pages before exploring further.
API token (capy_xxxx). Generate at capy.ai/settings/tokens
Success
Show child attributes
Was this page helpful?