Capabilities
JSON ModePrompt CacheReasoningTool UseVision
- Context
- 256K
- Max output
- 131K
grok-4
| Official price | Catalog price | Discount |
|---|---|---|
| Input $3.00 / Output $15.00 | Input $3.00 / Output $15.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-4",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'