List all available models. When authenticated with an API key, includes BYOK configurations.
cURL
curl --request GET \ --url https://api.zo.computer/models/available \ --header 'Authorization: Bearer <token>'
{ "models": [ { "model_name": "<string>", "label": "<string>", "vendor": "<string>", "description": "<string>", "type": "fast", "priority": 123, "context_window": 123, "resolves_to": "<string>", "is_byok": false } ] }
Zo API key (zo_sk_...)
Successful Response
List of available AI models
Show child attributes