Skip to main content
GET
/
models
Get User Models
curl --request GET \
  --url https://api.zo.computer/models/ \
  --header 'Authorization: Bearer <token>'
{
  "chat_model": "<string>"
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Response

200 - application/json

Successful Response

chat_model
string
required

The user's configured chat model ID. Returns system default if not explicitly set.