diff --git a/fern/changelog/2025-06-18.mdx b/fern/changelog/2025-06-18.mdx new file mode 100644 index 000000000..7e0dc9447 --- /dev/null +++ b/fern/changelog/2025-06-18.mdx @@ -0,0 +1,15 @@ +## Overview + +1. **API Request Tool**: You can now create [API request tools](https://api.vapi.ai/api#:~:text=ApiRequestTool) that allow the assistant to make REST API calls during conversations + + + + + +2. **Specify GCP Region**: You can now specify the region for your [GCP Credentials](https://dashboard.vapi.ai/settings/integrations#:~:text=Save-,GCP%20credentials,-For%20storing%20the), This gives you control over where your call artifacts are stored. + + + + + +3. **Transcriber Formatting Option**: A new `formatTurns` option in your [`Assembly AI Transcriber`](https://api.vapi.ai/api#:~:text=AssemblyAITranscriber) that lets you enable or disable formatting of transcripts when using AssemblyAI's Universal Streaming API. This helps you format transcript outputs to show speaker turns. diff --git a/fern/static/images/changelog/api-request-tool.png b/fern/static/images/changelog/api-request-tool.png new file mode 100644 index 000000000..22ebb925e Binary files /dev/null and b/fern/static/images/changelog/api-request-tool.png differ diff --git a/fern/static/images/changelog/gcp-credentials-region.png b/fern/static/images/changelog/gcp-credentials-region.png new file mode 100644 index 000000000..506fa8d10 Binary files /dev/null and b/fern/static/images/changelog/gcp-credentials-region.png differ