xAI
grok-4-fast-reasoning
Grok · トークンごと
grok-4-fast-reasoning利用可能⚡キャッシュ 75% OFFチャット推論ツール利用JSONモード高速コンテキストウィンドウ: 131K最大出力トークン: 131K
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 入力 | ¥0.20 | ¥0.14 |
| 出力 | ¥0.50 | ¥0.35 |
| キャッシュ読み取り | ¥0.05 | ¥0.05 |
パラメータ
コンテキストウィンドウ
131K トークン
最大出力トークン
131K トークン
最適な用途
チャット
対話型AI、カスタマーサポート、Q&A
推論
複雑な推論タスク、分析作業、および研究
コスト計算機
1M
0.5M
月間推定コスト¥0.32
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の料金は入力トークン100万個あたり$0.1400、出力トークン100万個あたり$0.3500で、公式価格より最大30%お得です。
grok-4-fast-reasoningはどのような用途に最適ですか?
grok-4-fast-reasoningはチャット, 推論, ツール利用に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
grok-4-fast-reasoning APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。