Zhipu AI
The world's #1 open-source model — ahead of every Gemini version and just 9 points behind the overall leader.
curl https://api.sara-ai.kz/v1/chat/completions \
-H "Authorization: Bearer $SARA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "glm-5.2-744b",
"messages": [{"role": "user", "content": "Hello!"}],
"stream": true
}'