Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
For coding agents, discover the current recommended TTS shortlist first with
GET /v1/models?recommended_for=tts, then send the selected model explicitly to this endpoint.Request Body
Synchronous request timeout: This non-chat endpoint waits for the routed model to finish. Large inputs, long audio, or large batches can exceed common 30s client defaults, so set your HTTP client timeout to at least120s.
TTS model:
tts-1 (standard) or tts-1-hd (higher quality).The text to generate audio for. Maximum 4096 characters.
Voice to use:
alloy, ash, ballad, coral, echo, fable, nova, onyx, sage, shimmer, verse.Audio format:
mp3, opus, aac, flac, wav, pcm.Speed of audio (0.25 to 4.0).
Response
Returns the audio file in the requested format.Voice Samples
| Voice | Description |
|---|---|
alloy | Neutral, balanced |
ash | Calm, measured |
ballad | Melodic, expressive |
coral | Warm, inviting |
echo | Warm, conversational |
fable | Expressive, narrative |
nova | Friendly, clear |
onyx | Deep, authoritative |
sage | Wise, thoughtful |
shimmer | Soft, gentle |
verse | Dynamic, versatile |