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>", "type": "free", "priority": 123, "context_window": 123, "is_byok": false } ], "featured_models_are_free": true }
Zo API key (zo_sk_...)
Successful Response
Response from /models/available endpoint.
List of available AI models
Show child attributes
When true, frontend shows Free badge on featured models