gpt-4o-transcribe
GPT-4o · Per Token
gpt-4o-transcribeAvailable⚡Cache 100% offAudioContext Window: 16KMax Output Tokens: 2K
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $2.50 | $1.75 |
| Output | $10.00 | $7.00 |
| Cache Read | $0.003 | $0.003 |
Parameters
Context Window
16K tokens
Max Output Tokens
2K tokens
Cost Calculator
1M
0.5M
Estimated Monthly Cost$5.25
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": "gpt-4o-transcribe",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does gpt-4o-transcribe cost?
On LemonData, gpt-4o-transcribe costs $1.7500 per 1M input tokens and $7.0000 per 1M output tokens, which is up to 30% off the official pricing.
What is gpt-4o-transcribe best for?
gpt-4o-transcribe excels at Audio. Access it through LemonData's unified API with a single API key.
How to use gpt-4o-transcribe 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.