Use Deepgram’s Managed Cartesia TTS Models

We’re excited to announce an easier way to use Cartesia’s Text-to-Speech models inside Deepgram’s voice agent – Deepgram-managed Cartesia models.

Similar to our managed LLM’s, simply specify Cartesia as your model provider and the correct model name to get started instantly. No Cartesia account creation, setup, or payments are required – this feature is included as part of Deepgram’s Standard pricing tier.

For detailed information, please refer to our TTS documentation.

🤖 Claude Haiku 4.5 LLM Support

We’ve added support for Anthropic’s new Claude Haiku model in our Voice Agent API!

Implementation:

Configure your chosen model in your Voice Agent settings:

1{
2 "type": "Settings",
3 "agent": {
4 "think": {
5 "provider": {
6 "type": "anthropic",
7 "model": "claude-4-5-haiku-latest"
8 }
9 }
10 }
11}

For complete information about supported LLMs including Claude Haiku 4.5, visit our Voice Agent LLM Models documentation