speech-2.6-turbo
GPT Audio · トークンごと
speech-2.6-turbo利用可能オーディオ高速
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 価格 | ¥0.0017 | ¥0.0012 |
コスト計算機
1M
0.5M
月間推定コスト¥42.00
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": "speech-2.6-turbo",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
speech-2.6-turboの料金はいくらですか?
LemonDataでは、speech-2.6-turboの料金は入力トークン100万個あたり$42.0000、出力トークン100万個あたりN/Aで、公式価格より最大30%お得です。
speech-2.6-turboはどのような用途に最適ですか?
speech-2.6-turboはオーディオ, 高速に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
speech-2.6-turbo APIの使用方法は?
LemonDataからAPIキーを取得し、ベースURLをapi.lemondata.cc/v1に設定して、OpenAI互換のSDKを使用してください。上記のコード例を参照してください。