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