Capabilities
VisionTool UseJSON Mode
- Context
- 2M
- Max output
- 2M
grok-4-1-fast-non-reasoning
| Official price | Catalog price | Discount |
|---|---|---|
| Input $0.20 / Output $0.50 | Input $0.20 / Output $0.50 | - |
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-1-fast-non-reasoning",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'