whisper-large-v3-turbo
Whisper · 每秒
whisper-large-v3-turbo可用音频语音转文字快速
价格
| 官方价格 | LemonData 价格 | |
|---|---|---|
| 价格 | ¥0.0001 | ¥0.0001 |
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-turbo",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'常见问题
whisper-large-v3-turbo 的费用是多少?
在 LemonData 上,whisper-large-v3-turbo 的价格为每 1M 输入 Token N/A,每 1M 输出 Token N/A,比官方价格最高优惠 30%。
whisper-large-v3-turbo 最适合做什么?
whisper-large-v3-turbo 擅长 音频, 语音转文字, 快速。通过 LemonData 的统一 API 和单个 API 密钥即可访问。
如何使用 whisper-large-v3-turbo API?
从 LemonData 获取您的 API 密钥,将 base URL 设置为 api.lemondata.cc/v1,并使用任何兼容 OpenAI 的 SDK。请参阅上方的代码示例。