Yavuz Kömeçoğlu
03/06/2026, 6:21 AMJames Christopher
03/06/2026, 8:31 AMYavuz Kömeçoğlu
03/06/2026, 8:42 AMJames Christopher
03/06/2026, 9:39 AMYavuz Kömeçoğlu
03/07/2026, 12:26 PMChiranjeet Mishra
03/10/2026, 1:00 AMfirstMessageMode to "assistant-speaks-first-with-model-generated-message". This streams the first message through the WebSocket TTS pipeline instead of the slower REST path. Move your greeting into the system prompt instead of using the firstMessage field.
2. Switch the voice model to "eleven_flash_v2_5" for faster time-to-first-byte compared to eleven_turbo_v2_5.
3. Set optimizeStreamingLatency to 4 to enable maximum latency optimization on ElevenLabs’ side.
{
"firstMessageMode": "assistant-speaks-first-with-model-generated-message",
"voice": {
"provider": "11labs",
"voiceId": "5hMqNWDlm0o8hdIWxZq7",
"model": "eleven_flash_v2_5",
"stability": 0.5,
"similarityBoost": 0.75,
"useSpeakerBoost": false,
"optimizeStreamingLatency": 4
}
}
Give this a try and let us know how it goes.Yavuz Kömeçoğlu
03/10/2026, 9:49 AM