whisper-large-v3-turbo
Whisper · Per Second
whisper-large-v3-turboAvailableAudioSpeech to TextFast
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.00 | $0.00 |
API Code Example
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!"}
]
}'FAQ
How much does whisper-large-v3-turbo cost?
On LemonData, whisper-large-v3-turbo costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is whisper-large-v3-turbo best for?
whisper-large-v3-turbo excels at Audio, Speech to Text, Fast. Access it through LemonData's unified API with a single API key.
How to use whisper-large-v3-turbo API?
Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.