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