December 30, 2024
-
Addition of AzureSpeechTranscriber: You can now configure assistants to use Azure’s speech transcription service by setting
AzureSpeechTranscriber.provider
toazure
. Additionally, you will receive azure transcriber errors likepipeline-error-azure-speech-transcriber-failed
inCall.endReason
,ServerMessageEndOfCallReport.endReason
, andServerMessageStatusUpdate.endReason
. -
Combined
serverUrl
andserverUrlSecret
intoserver
Property: TheserverUrl
andserverUrlSecret
properties have been replaced by a newserver
property in multiple schemas. This lets you configure webhook endpoints using theserver
object, allowing for more detailed and flexible setup, including URL and authentication, in a single place. These schemas include:
- ByoPhoneNumber
- BuyPhoneNumberDTO
- CreateByoPhoneNumberDTO
- CreateOrgDTO
- CreateTwilioPhoneNumberDTO
- CreateVapiPhoneNumberDTO
- CreateVonagePhoneNumberDTO
- ImportTwilioPhoneNumberDTO
- ImportVonagePhoneNumberDTO
- Org
- OrgWithOrgUser
- TwilioPhoneNumber
- UpdateOrgDTO
- UpdatePhoneNumberDTO
- VapiPhoneNumber
- VonagePhoneNumber
-
Introduction of New OpenAI Models: You can now use
o1-preview
,o1-preview-2024-09-12
,o1-mini
, ando1-mini-2024-09-12
. inOpenAIModel.model
. -
Introduction of ‘sonic’ Voice Models in Voice Schemas: You can now use
sonic
andsonic-preview
models inCartesiaVoice.model
andFallbackCartesiaVoice.model
configurations. -
Removal of Deprecated GroqModel Models: The models
llama3-groq-8b-8192-tool-use-preview
andllama3-groq-70b-8192-tool-use-preview
have been removed fromGroqModel.model
. You should switch to supported models to avoid any disruptions.