doubao-seed-code
Doubao · トークンごと
doubao-seed-code利用可能ツール利用
コンテキストウィンドウ: 256K最大出力トークン: 16K料金
| 公式価格 | LemonData価格 | 割引 | |
|---|---|---|---|
| 入力 | ¥0.171 | ¥0.1197 | 30% |
| 出力 | ¥1.14 | ¥0.8001 | 30% |
パラメータ
コンテキストウィンドウ
256K トークン
最大出力トークン
16K トークン
コスト計算機
1M
0.5M
月間推定コスト¥0.52
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": "doubao-seed-code",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
doubao-seed-codeの料金はいくらですか?
LemonDataでは、doubao-seed-codeの料金は入力トークン100万個あたり¥0.1197、出力トークン100万個あたり¥0.8001で、公式価格より最大30%お得です。
doubao-seed-codeはどのような用途に最適ですか?
doubao-seed-codeはツール利用に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
doubao-seed-code APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。