diff --git a/fern/changelog/2025-03-14.mdx b/fern/changelog/2025-03-14.mdx new file mode 100644 index 000000000..0b75854e5 --- /dev/null +++ b/fern/changelog/2025-03-14.mdx @@ -0,0 +1,9 @@ +## Blocks Schema Deprecations, Scheduling Enhancements, and New Voice Options for Vapi Voice + + +2. **'scheduled' Status Added to Calls and Messages**: You can now set the status of a call or message to `scheduled`, allowing it to be executed at a future time. This enables scheduling functionality within your application for calls and messages. + +3. **New Voice Options for Text-to-Speech**: Four new voices—`Neha`, `Cole`, `Harry`, and `Paige`—have been added for text-to-speech services. You can enhance user experience by setting the `voiceId` to one of these options in your configurations. + +3. **Removal of Step and Block Schemas**: +Blocks and Steps are now officially deprecated. Developers should update their applications to adapt to these changes, possibly by using new or alternative schemas provided. \ No newline at end of file diff --git a/fern/changelog/2025-03-15.mdx b/fern/changelog/2025-03-15.mdx new file mode 100644 index 000000000..322bfa798 --- /dev/null +++ b/fern/changelog/2025-03-15.mdx @@ -0,0 +1,9 @@ +# Enhancements in Assistant Responses, New Gemini Model, and Call Handling + +1. **Introduction of 'gemini-2.0-flash-lite' Model Option**: You can now use `gemini-2.0-flash-lite` in [`Assistant.model[provider="google"].model[model="gemini-2.0-flash-lite"]`](https://api.vapi.ai/api#:~:text=GoogleModel) for a reduced latency, lower cost Gemini model with a 1 million token context window. + + + gemini-2.0-flash-lite Model Option + + +2. **New Assistant Paginated Response**: All [`Assistant`](https://api.vapi.ai/api#:~:text=Assistants) endpoints now return paginated responses. Each response specifies `itemsPerPage`, `totalItems`, and `currentPage`, which you can use to navigate through a list of assistants. \ No newline at end of file diff --git a/fern/static/images/changelog/gemini-2.0-flash-lite.png b/fern/static/images/changelog/gemini-2.0-flash-lite.png new file mode 100644 index 000000000..353eb40f3 Binary files /dev/null and b/fern/static/images/changelog/gemini-2.0-flash-lite.png differ