Changelog
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.hipaaEnabled
andAssistant.compliancePlan.pciEnabled
which both default tofalse
(replacing the old HIPAA and PCI flags onAssistant
andAssistantOverrides
). -
Phone Number Status Tracking: You can now view your phone number
status
withGET /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
AssistantHooks
to supportcall.ending
events 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
PlayDialog
Model for PlayHT Voices: You can now use thePlayDialog
model inAssistant.voice[provider="playht"].model["PlayDialog"]
. -
New
nova-3
andnova-3-general
Models for Deepgram Transcriber: You can now use thenova-3
andnova-3-general
models inAssistant.transcriber[provider="deepgram"].model["nova-3", "nova-3-general"]
API Improvements
-
Workflow Updates: You can now send a
workflow.node.started
message 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.