Update the user’s model preferences.
cURL
curl --request POST \ --url https://api.zo.computer/models/ \ --header 'Authorization: Bearer <token>' \ --header 'Content-Type: application/json' \ --data ' { "chat_model": "<string>" } '
{ "success": true }
Zo API key (zo_sk_...)
Chat model ID to use as default (e.g., 'anthropic:claude-sonnet-4'). Pass null to reset to system default.
Successful Response
True if the operation completed successfully