Skip to main content
POST
/
models
Set User Models
curl --request POST \
  --url https://api.zo.computer/models/ \
  --header 'Authorization: Bearer <token>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "chat_model": "<string>"
}
'
{
  "success": true
}

Authorizations

Authorization
string
header
required

Zo API key (zo_sk_...)

Body

application/json
chat_model
string | null

Chat model ID to use as default (e.g., 'anthropic:claude-sonnet-4'). Pass null to reset to system default.

Response

Successful Response

success
boolean
required

True if the operation completed successfully