Changelog
Get the (almost) daily changelog
- Gemini Model Support and Credential Management: You can now use Google Gemini models for your assistant (gemini-1.5-flash-8b, gemini-1.5-flash-002, gemini-1.5-pro, gemini-1.0-pro). Create and update your Google credentials by providing your
apiKey
from Google AI Studio and setting your provider to'google'
in Vapi.

Gemini models are now supported when you select 'google'
as your provider
- New Anthropic Model
claude-3-5-sonnet-20241022
: You can now include Computer Use tools in thetoolWithToolCallList
ofClientMessageToolCalls
orServerMessageToolCalls
. Select'anthropic'
as your provider,claude-3-5-sonnet-20241022
, and create or update newly supported computer use tools likeBashTool
,ComputerTool
, orTextEditorTool
.

claude-3-5-sonnet-20241022
is now supported when you select 'anthropic'
as your provider
-
Enhanced Email Regex Support in Replacements: The email matching regex pattern in
RegexReplacement
now supports top-level domains with two or more characters ({2,}
). This improvement allows you to replace email addresses with placeholders like[EMAIL]
, even for longer TLDs. -
Paginated Phone Number Responses:
GET /phone-numbers
now includes aresults
array of phone numbers and pagination metadata for easier handling of large datasets.