Capabilities
CodeJSON ModePrompt CacheReasoningTool UseVision
- Context
- 256K
- Max output
- 131K
grok-build-0.1
| Official price | Catalog price | Discount |
|---|---|---|
| Input $1.00 / Output $2.00 | Input $1.00 / Output $2.00 | - |
API Base
curl https://api.aisonar.dev/v1/chat/completions \
-H "Authorization: Bearer $AI_SONAR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"model": "grok-build-0.1",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'