October 29, 2024

  1. 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

  1. New Anthropic Model claude-3-5-sonnet-20241022: You can now include Computer Use tools in the toolWithToolCallList of ClientMessageToolCalls or ServerMessageToolCalls. Select 'anthropic' as your provider, claude-3-5-sonnet-20241022, and create or update newly supported computer use tools like BashTool, ComputerTool, or TextEditorTool.

claude-3-5-sonnet-20241022 is now supported when you select 'anthropic' as your provider

  1. 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.

  2. Paginated Phone Number Responses: GET /phone-numbers now includes a results array of phone numbers and pagination metadata for easier handling of large datasets.