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