返回模型列表
TTS-1 HD
openaiopenai/tts-1-hd
Text-to-speech model optimized for quality.
上下文长度
--
最大输出
--
请求价格
$36.00每次请求
模态能力
文本→音频
价格明细
| 类型 | 费率 |
|---|---|
| 请求 | $36.00 每次请求 |
request is price per 1M characters
支持参数
inputvoiceresponse_formatspeed
API 使用示例
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"
}'