xAI
grok-4-fast-reasoning
Grok · 每 Token
grok-4-fast-reasoning可用⚡缓存 75% 优惠工具调用JSON 模式
上下文窗口: 128K最大输出 Token 数: 128K价格
| 官方价格 | LemonData 价格 | 折扣 | |
|---|---|---|---|
| 输入 | ¥1.40 | ¥0.98 | 30% |
| 输出 | ¥3.50 | ¥2.45 | 30% |
| 缓存读取 | ¥0.35 | ¥0.245 | 30% |
参数量
上下文窗口
128K tokens
最大输出 Token 数
128K tokens
费用计算器
1M
0.5M
预估月度费用¥2.21
API 代码示例
POST/v1/chat/completions
curl https://api.lemondata.cc/v1/chat/completions \
-H "Content-Type: application/json" \
-H "Authorization: Bearer sk-xxx" \
-d '{
"model": "grok-4-fast-reasoning",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'常见问题
grok-4-fast-reasoning 的费用是多少?
在 LemonData 上,grok-4-fast-reasoning 的价格为每 1M 输入 Token ¥0.9800,每 1M 输出 Token ¥2.4500,采用按模型单独配置的平台价格。
grok-4-fast-reasoning 最适合做什么?
grok-4-fast-reasoning 擅长 工具调用, JSON 模式。通过 LemonData 的统一 API 和单个 API 密钥即可访问。
如何使用 grok-4-fast-reasoning API?
从 LemonData 获取您的 API key,然后使用任何兼容的 SDK 调用 https://api.lemondata.cc/v1/chat/completions。有关集成的详细信息,请参阅上方的代码示例。