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