Back to Models

TTS-1 HD

openaiopenai/tts-1-hd

Text-to-speech model optimized for quality.

Context Length
--
Max Output
--
Request Price
$36.00/ request

Modalities

textaudio

Pricing Breakdown

TypeRate
Request$36.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-hd",
    "input": "Welcome to TheRouter.",
    "voice": "alloy"
  }'