返回模型列表

TTS-1 HD

openaiopenai/tts-1-hd

媒体生成能力

tts
output_formats
  • mp3
  • opus
  • aac
  • flac
voices
  • alloy
  • echo
  • fable
  • onyx
  • nova
  • shimmer
defaults
voice
alloy

API 使用指南

语音生成(v1/audio/speech)

cURL
curl https://api.therouter.ai/v1/audio/speech \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/tts-1-hd",
    "input": "The quick brown fox jumped over the lazy dog.",
    "voice": "nova"
  }' \
  --output speech-hd.mp3

高质量输出格式(FLAC / WAV)

cURL
# FLAC — lossless, recommended for archival or further audio processing
curl https://api.therouter.ai/v1/audio/speech \
  -H "Authorization: Bearer $THEROUTER_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/tts-1-hd",
    "input": "Welcome to the AI era. Your voice assistant is ready.",
    "voice": "shimmer",
    "response_format": "flac"
  }' \
  --output narration.flac
事实档案 — 本页每条断言可在此回溯来源
来源URL采集于
发布日期openai.com ↗2026-06-09已核实
定价openai.com/api/pricing ↗2026-06-09已核实
最大输入长度platform.openai.com ↗2026-06-09已核实
支持的语音platform.openai.com ↗2026-06-09已核实
输出格式platform.openai.com ↗2026-06-09已核实
语速控制platform.openai.com ↗2026-06-09已核实
相对 TTS-1 的延迟platform.openai.com ↗2026-06-09已核实
指令跟随(语音风格控制)platform.openai.com ↗2026-06-09已核实
速率限制(Tier 1)platform.openai.com ↗2026-06-09已核实
训练数据截止——未知
许可openai.com/policies ↗2026-06-09已核实
Relative audio quality vs TTS-1platform.openai.com ↗2026-06-09已核实
OpenAI 发布 gpt-4o-mini-tts,支持语音 Agent 指令跟随openai.com ↗2026-06-09已核实
OpenAI TTS 语音登陆 Azure OpenAI 服务techcommunity.microsoft.com ↗2026-06-09已核实
OpenAI DevDay:TTS-1 和 TTS-1 HD 正式发布openai.com ↗2026-06-09已核实
TTS-1 HD 和 TTS-1 有什么区别?platform.openai.com ↗2026-06-09待核实
新项目应该选 TTS-1 HD 还是 gpt-4o-mini-tts?platform.openai.com ↗2026-06-09待核实
如何通过 TheRouter 使用 TTS-1 HD?platform.openai.com ↗2026-06-09待核实
使用 TTS-1 HD 时应该选哪种输出格式?platform.openai.com ↗2026-06-09待核实
帮助与联系