whisper-large-v3
Whisper · Per Second
whisper-large-v3AvailableAudioSpeech to Text
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",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does whisper-large-v3 cost?
On LemonData, whisper-large-v3 costs $0.0000 Per Second, which is up to 30% off the official pricing.
What is whisper-large-v3 best for?
whisper-large-v3 excels at Audio, Speech to Text. Access it through LemonData's unified API with a single API key.
How to use whisper-large-v3 API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/chat/completions using any compatible SDK. See the code examples above for detailed integration.