tts-1-hd
TTS · Per Request
tts-1-hdAvailableAudio
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Price | $30.00 | $21.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": "tts-1-hd",
"messages": [
{"role": "user", "content": "Hello!"}
]
}'FAQ
How much does tts-1-hd cost?
On LemonData, tts-1-hd costs N/A per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.
What is tts-1-hd best for?
tts-1-hd excels at Audio. Access it through LemonData's unified API with a single API key.
How to use tts-1-hd 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.