LLM Models
An overview of the LLM providers and models you can use with the Voice Agent API.
Voice Agent
Built withDefines the LLM (Large Language Model) to be used with your Agent.
You can set your Voice Agent’s LLM model in the Settings Message See the docs for more information.
Supported LLM providers
Provider endpoint and headers are optional if the LLM provider is Deepgram but are required for non-Deepgram LLM providers.
Example Payload
JSON
Passing a custom LLM through a Cloud Provider
You can use a custom LLM hosted by a 3rd party Cloud Provider by setting the provider.type
to one of the supported provider values and setting the provider.endpoint.url
and provider.headers
fields to the correct values for your Cloud Provider.
JSON
Azure OpenAI Service
- Checkout the docs on how to create and deploy an Azure OpenAI service resource.
- See this code repository for a getting started example.