curl --request GET \
--url https://api.zo.computer/zo/models \
--header 'Authorization: Bearer <token>'{
"models": [
{
"model_name": "<string>",
"label": "<string>",
"vendor": "<string>",
"description": "<string>",
"type": "fast",
"context_window": 123,
"is_byok": false
}
]
}List all available models including BYOK configurations.
curl --request GET \
--url https://api.zo.computer/zo/models \
--header 'Authorization: Bearer <token>'{
"models": [
{
"model_name": "<string>",
"label": "<string>",
"vendor": "<string>",
"description": "<string>",
"type": "fast",
"context_window": 123,
"is_byok": false
}
]
}