March 26, 2026

TTS speed controls & updated LLM models

TTS speak speed (Early Access)

You can now control the speaking rate of Deepgram TTS in the Voice Agent API using the agent.speak.provider.speed parameter. This parameter accepts a float value between 0.7 and 1.5, with 1.0 as the default.

1{
2 "type": "Settings",
3 "agent": {
4 "speak": {
5 "provider": {
6 "type": "deepgram",
7 "model": "aura-2-thalia-en",
8 "speed": 0.9
9 }
10 }
11 }
12}

This feature is in Early Access and is only available for Deepgram TTS. For more details, see TTS voice controls. To request access, contact your Account Executive or reach out to sales@deepgram.com.

Updated LLM models

New OpenAI models — Two new models are now available in the Standard pricing tier:

  • gpt-5.4-nano
  • gpt-5.4-mini

Gemini 2.0 Flash deprecated — The gemini-2.0-flash model is now deprecated. We recommend migrating to gemini-2.5-flash or a newer Gemini model. See the Google models table for alternatives.

For the full list of supported models and pricing tiers, see the Voice Agent LLM Models documentation.