Skip to content

Commit 72d090b

Browse files
committed
Merge remote-tracking branch 'origin/main' into fern/update-api-specs
2 parents b2f2a44 + 2b042fa commit 72d090b

File tree

6 files changed

+31
-7
lines changed

6 files changed

+31
-7
lines changed

fern/apis/api/generators.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ groups:
1010
python-sdk:
1111
generators:
1212
- name: fernapi/fern-python-sdk
13-
version: 4.3.3
13+
version: 4.3.6
1414
api:
1515
settings:
1616
unions: v1
@@ -58,7 +58,7 @@ groups:
5858
go-sdk:
5959
generators:
6060
- name: fernapi/fern-go-sdk
61-
version: 0.30.0
61+
version: 0.31.2
6262
api:
6363
settings:
6464
unions: v1
@@ -81,7 +81,7 @@ groups:
8181
csharp-sdk:
8282
generators:
8383
- name: fernapi/fern-csharp-sdk
84-
version: 1.9.5
84+
version: 1.9.8
8585
github:
8686
repository: VapiAI/server-sdk-csharp
8787
output:

fern/changelog.mdx

Lines changed: 26 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,35 @@ subtitle: New features, improvements, and fixes every few days
44
slug: changelog
55
---
66

7-
# November 14 to November 15, 2024
7+
# November 21 to November 22, 2024
8+
1. **Support for 'uaenorth' Region in Azure OpenAI Credentials**: When configuring Azure OpenAI credentials, you can now set `region` to use the UAE North region by specifying `'uaenorth'`.
89

9-
1. **New Voices for `gpt-4o-realtime-preview-2024-10-01`**: You can now use new voice IDs: `ash`, `ballad`, `coral`, `sage`, and `verse` with the `voiceId` parameter when configuring `OpenAIVoice`. Please note that these voices are only available with the `gpt-4o-realtime-preview-2024-10-01` model.
10+
11+
# November 15 to November 21, 2024
12+
1. **Voice Fallback Plan**: You can now define a `fallbackPlan` in your assistant's voice settings in `assistant.voice.fallbackPlan` or `call.squad.members.assistant.voice.fallbackPlan` to specify alternative voices if your primary voice provider fails.
13+
14+
2. **AssemblyAI Credential Management**: You can now specify your AssemblyAI API keys in the updated "Transcriber Providers" page. Create your API key in the [AssemblyAI dashboard](https://www.assemblyai.com/app/account). AssemblyAI errors are now surfaced in the `endedReason` of `Call`, `ServerMessageEndOfCallReport`, and `ServerMessageStatusUpdate`.
15+
16+
<Frame caption="Specify AssemblyAI API keys in the Transcriber Providers page">
17+
<img src="./static/images/changelog/assembly-ai.png" />
18+
</Frame>
19+
20+
3. **Enhanced BYO SIP Trunk Configuration**: When configuring BYO SIP trunk credentials, you can now specify a `techPrefix` for outbound SIP calls and enable `sipDiversionHeader` for authenticating the calling number (if supported). Refer to the `ByoSipTrunkCredential` schema in the [API reference](https://api.vapi.ai/api) to learn more.
21+
22+
<Frame caption="Learn more about `techPrefix` and `sipDiversionHeader` in the BYO SIP Trunk Credential schema: https://api.vapi.ai/api">
23+
<img src="./static/images/changelog/byosiptrunkcredential.png" />
24+
</Frame>
25+
26+
4. **File Name Length Constraints**: The maximum file `name` length has been reduced from 100 to 40 characters. The required minimum length is still 1 character.
27+
28+
5. **Increased Server Timeout Limit**: The maximum value of `server.timeoutSeconds` has increased from 60 to 120 seconds, allowing longer timeouts for server responses.
29+
30+
7. **Extended Delay for Tool Messages**: The `timingMilliseconds` maximum in `ToolMessageDelayed` has increased from 20,000 to 120,000 milliseconds, enabling a longer delay for tool messages.
1031

1132
<AccordionGroup>
33+
<Accordion title="November 14 to November 15, 2024">
34+
1. **New Voices for `gpt-4o-realtime-preview-2024-10-01`**: You can now use new voice IDs: `ash`, `ballad`, `coral`, `sage`, and `verse` with the `voiceId` parameter when configuring `OpenAIVoice`. Please note that these voices are only available with the `gpt-4o-realtime-preview-2024-10-01` model.
35+
</Accordion>
1236
<Accordion title="November 11 to November 14, 2024">
1337
1. **Langfuse Credential Management**: You can now send traces to Langfuse by providing your "Secret Key", "Public Key", and "Host URL" for better telemetry monitoring. Create and update these credentials in the [updated Provider Credentials page](https://dashboard.vapi.ai/keys), under `Observability Providers`.
1438

fern/fern.config.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"organization": "vapi",
3-
"version": "0.45.0-rc38"
3+
"version": "0.45.0-rc52"
44
}

fern/openai-realtime.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ OpenAI’s Realtime API enables developers to use a native speech-to-speech mode
1212

1313
To start using it with your Vapi assistants, select `gpt-4o-realtime-preview-2024-10-01` as your model.
1414
- Please note that only OpenAI voices may be selected while using this model. The voice selection will not act as a TTS (text-to-speech) model, but rather as the voice used within the speech-to-speech model.
15-
- Also note that we don’t currently support Knowledge Bases with the Realtime API.
15+
- Also note that we don’t currently support Knowledge Bases with the Realtime API. Furthermore, advanced functionality is currently limited with the latest voices Ash, Ballad, Coral, Sage and Verse.
1616
- Lastly, note that our Realtime integration still retains the rest of Vapi's orchestration layer such as the endpointing and interruption models to enable a reliable conversational flow.
71.4 KB
Loading
149 KB
Loading

0 commit comments

Comments
 (0)