groq-compound-mini
Groq Compound · トークンごと
groq-compound-mini利用可能チャットツール利用高速コンテキストウィンドウ: 128K最大出力トークン: 33K
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 入力 | ¥0.05 | ¥0.035 |
| 出力 | ¥0.08 | ¥0.056 |
パラメータ
コンテキストウィンドウ
128K トークン
最大出力トークン
33K トークン
最適な用途
チャット
対話型AI、カスタマーサポート、Q&A
コスト計算機
1M
0.5M
月間推定コスト¥0.06
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": "groq-compound-mini",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
groq-compound-miniの料金はいくらですか?
LemonDataでは、groq-compound-miniの料金は入力トークン100万個あたり$0.0350、出力トークン100万個あたり$0.0560で、公式価格より最大30%お得です。
groq-compound-miniはどのような用途に最適ですか?
groq-compound-miniはチャット, ツール利用, 高速に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
groq-compound-mini APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。