whisper-large-v3
Whisper · 秒ごと
whisper-large-v3利用可能オーディオ音声テキスト変換
料金
| 公式価格 | LemonData価格 | |
|---|---|---|
| 価格 | ¥0.00 | ¥0.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": "whisper-large-v3",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'よくある質問
whisper-large-v3の料金はいくらですか?
LemonDataでは、whisper-large-v3の料金は$0.0000 秒ごとです。これは公式価格より最大30%オフの価格です。
whisper-large-v3はどのような用途に最適ですか?
whisper-large-v3はオーディオ, 音声テキスト変換に優れています。LemonDataの統合APIを通じて、単一のAPIキーでアクセスできます。
whisper-large-v3 APIの使用方法は?
LemonDataからAPIキーを取得し、互換性のあるSDKを使用してhttps://api.lemondata.cc/v1/chat/completionsを呼び出します。統合の詳細については、上記のコード例を参照してください。