speech-2.6-turbo
GPT Audio · Per Token
speech-2.6-turboAvailableAudioFast
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $0.0017 | $0.0012 |
Cost Calculator
1M
0.5M
Estimated Monthly Cost$42.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": "speech-2.6-turbo",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does speech-2.6-turbo cost?
On LemonData, speech-2.6-turbo costs $42.0000 per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is speech-2.6-turbo best for?
speech-2.6-turbo excels at Audio, Fast. Access it through LemonData's unified API with a single API key.
How to use speech-2.6-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.