What’s New
Compliance & Security Enhancements
-
New CompliancePlan Consolidates HIPAA and PCI Compliance Settings: You should now enable HIPAA and PCI compliance settings with
Assistant.compliancePlan.hipaaEnabledandAssistant.compliancePlan.pciEnabledwhich both default tofalse(replacing the old HIPAA and PCI flags onAssistantandAssistantOverrides). -
Phone Number Status Tracking: You can now view your phone number
statuswithGET /phone-number/{id}for all phone number types (Bring Your Own Number, Vapi, Twilio, Vonage) for better monitoring.
Advanced Call Control
- Assistant Hooks System: You can now use
AssistantHooksto supportcall.endingevents with customizable filters and actions- Enable transfer actions through
TransferAssistantHookAction. For example:
- Enable transfer actions through
- Conditionally execute hooks with
Assistant.hooks.filter. For example, trigger different hooks for call completed, system errors, or customer hangup / transfer:
Model & Voice Updates
- New Models Added: You can now use new models inside
Assistant.model[provider="google", "openai", "xai"]andAssistant.fallbackModels[provider="google", "openai", "xai"]- Google: Gemini 2.0 series (
flash-thinking-exp,pro-exp-02-05,flash,flash-lite-preview) - OpenAI: o3 mini
o3-mini - xAI: Grok 2
grok-2
- Google: Gemini 2.0 series (

-
New
PlayDialogModel for PlayHT Voices: You can now use thePlayDialogmodel inAssistant.voice[provider="playht"].model["PlayDialog"]. -
New
nova-3andnova-3-generalModels for Deepgram Transcriber: You can now use thenova-3andnova-3-generalmodels inAssistant.transcriber[provider="deepgram"].model["nova-3", "nova-3-general"]
API Improvements
-
Workflow Updates: You can now send a
workflow.node.startedmessage to track the start of a workflow node for better call flow tracking -
Analytics Enhancement: Added subscription table and concurrency columns in POST /analytics for richer queries about your subscriptions and concurrent calls.
Deprecations
/logs endpoints are now marked as deprecated - plan to update your implementation accordingly.