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 LLM model in the Setting Configuration for your Voice Agent. See the docs for more information.
Supported LLM providers and models
Example
JSON
Passing a custom LLM through a Cloud Provider
You can pass a custom chat completions URL and headers to set your authorization or api-key etc
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.
Amazon Bedrock
- Checkout our workshop on using the Deepgram Voice Agent API with Amazon Bedrock.
- See this code repository for a getting started example.