whisper-large-v3
Whisper · 每秒
whisper-large-v3可用音频语音转文字
价格
| 官方价格 | LemonData 价格 | |
|---|---|---|
| 价格 | ¥0.0002 | ¥0.0002 |
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 key,然后使用任何兼容的 SDK 调用 https://api.lemondata.cc/v1/chat/completions。有关集成的详细信息,请参阅上方的代码示例。