模型/ElevenLabs/eleven-flash
E
ElevenLabs
NEW

ElevenLabs Flash

文本音频
合成
$7.00
/ 万字符

ElevenLabs Flash is a low-latency text-to-speech model (~75ms) covering 32 languages — suited to real-time dialogue and in-game voice. Call POST /v1/audio/speech; `voice` takes an ElevenLabs voice_id and may be omitted for the default. Billed on the characters you send, so the price is known before the call.

快速开始

如何调用

POST /v1/audio/speech
bash
curl https://conduit-api.bifrostapi.net/v1/audio/speech \
  -H "Authorization: Bearer ck-YOUR_KEY" \
  -H "Content-Type: application/json" \
  -d '{"model":"eleven-flash","input":"你好,世界"}' \
  --output out.mp3

→ 返回二进制音频(audio/mpeg)。默认音色即可跑;要换音色再加 "voice",填 ElevenLabs 的 voice_id。

鉴权 · 计费 · 流式 → 快速接入

来自 ElevenLabs 的其他模型