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