Filippo
03/26/2026, 7:16 PMVapi Support Bot
03/26/2026, 7:17 PMMatt
03/26/2026, 7:17 PMFilippo
03/26/2026, 7:26 PMMatt
03/26/2026, 7:46 PMShaunak
03/31/2026, 8:10 AMShaunak
03/31/2026, 8:10 AMmodelOutputInMessagesEnabled. When enabled, Vapi uses the original LLM output text directly instead of the STT round-trip.
Enable it via API:
bash
curl -X PATCH "https://api.vapi.ai/assistant/YOUR_ASSISTANT_ID" \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{ "modelOutputInMessagesEnabled": true }'Shaunak
03/31/2026, 8:11 AMFilippo
04/02/2026, 8:45 AMShaunak
04/02/2026, 10:49 AM