Back to Models
TTS-1
openaiopenai/tts-1
Text-to-speech model optimized for speed.
Context Length
--
Max Output
--
Request Price
$18.00/ request
Modalities
text→audio
Pricing Breakdown
| Type | Rate |
|---|---|
| Request | $18.00 / request |
request is price per 1M characters
Supported Parameters
inputvoiceresponse_formatspeed
API Usage Examples
cURL
curl https://api.therouter.ai/v1/audio/speech -H "Content-Type: application/json" -H "Authorization: Bearer $THE_ROUTER_API_KEY" -d '{
"model": "openai/tts-1",
"input": "Welcome to TheRouter.",
"voice": "alloy"
}'