能力
工具调用视觉JSON 模式
- 上下文
- 2M
- 最大输出
- 16K
grok-4.1-fast
| 官方价格 | 目录价格 | 折扣 |
|---|---|---|
| 输入 $0.30 / 输出 $0.50 | 输入 $0.30 / 输出 $0.50 | - |
API 地址
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",
"messages": [{"role":"user","content":"Summarize this release note"}]
}'