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.
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。
鉴权 · 计费 · 流式 → 快速接入