Voice Agent API
New Features
🎯 Smart Formatting for More Readable Conversations
We’ve added a new smart_format
option to improve transcript readability in UI applications. This feature enables smart formatting for better user experience when displaying transcribed conversation.
Key Features:
- Enhanced transcript formatting for UI applications
- Defaults to
false
for backward compatibility
Implementation:
Configure the smart_format
option in your Voice Agent listen provider settings:
For complete implementation details, see our Voice Agent configuration documentation.
🔒 Model Improvement Program Opt-Out
Users can now opt out of our Model Improvement Program when using the Voice Agent API.
Implementation:
Add mip_opt_out: true
to your Settings message:
For more information about the Model Improvement Program and opt-out options, visit our Model Improvement Partnership Program documentation.
🤖 Gemini LLM Support
We’ve added support for Google’s Gemini LLMs in our Voice Agent API! This expands our LLM options to include Google’s powerful language models.
Available Models:
- Gemini 2.5 Flash
- Gemini 2.0 Flash
- Gemini 2.0 Flash Lite
For complete information about supported LLMs including Gemini models, visit our Voice Agent LLM Models documentation.