Sara's launch model. Mid-tier proprietary-level intelligence — on par with Claude 4 Sonnet — at the lowest price in its class.
curl https://api.sara-ai.kz/v1/chat/completions \
-H "Authorization: Bearer $SARA_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "gemma-4-31b",
"messages": [{"role": "user", "content": "Hello!"}],
"stream": true
}'