返回模型列表
Fish Speech 1.5
fishaudiofishaudio/fish-speech-1.5
Fish Audio's TTS model optimized for Chinese and English speech synthesis.
上下文长度
--
最大输出
--
请求价格
$8.58每次请求
模态能力
文本→音频
价格明细
| 类型 | 费率 |
|---|---|
| 请求 | $8.58 每次请求 |
request is price per 1M UTF-8 bytes
支持参数
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": "fishaudio/fish-speech-1.5",
"input": "Welcome to TheRouter.",
"voice": "alloy"
}'