Get the user’s model preferences.
cURL
curl --request GET \ --url https://api.zo.computer/models/ \ --header 'Authorization: Bearer <token>'
{ "chat_model": "<string>" }
Zo API key (zo_sk_...)
Successful Response
The user's configured chat model ID. Returns system default if not explicitly set.