Skip to main content
FluffBuzz uses ElevenLabs for text-to-speech, batch speech-to-text with Scribe v2, and Voice Call streaming STT with Scribe v2 Realtime.

Authentication

Set ELEVENLABS_API_KEY in the environment. XI_API_KEY is also accepted for compatibility with existing ElevenLabs tooling.

Text-to-speech

Speech-to-text

Use Scribe v2 for inbound audio attachments and short recorded voice segments:
FluffBuzz sends multipart audio to ElevenLabs /v1/speech-to-text with model_id: "scribe_v2". Language hints map to language_code when present.

Voice Call streaming STT

The bundled elevenlabs plugin registers Scribe v2 Realtime for Voice Call streaming transcription.
Voice Call receives Twilio media as 8 kHz G.711 u-law. The ElevenLabs realtime provider defaults to ulaw_8000, so telephony frames can be forwarded without transcoding.