whisper-1
Whisper · Per Second
whisper-1AvailableAudio
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.006 | $0.0042 |
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-1",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does whisper-1 cost?
On LemonData, whisper-1 costs $0.0042 Per Second, which is up to 30% off the official pricing.
What is whisper-1 best for?
whisper-1 excels at Audio. Access it through LemonData's unified API with a single API key.
How to use whisper-1 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.