2026.07.22
Keyword Boosting for Speech-to-Text Get the vocabulary specific to your product transcribed correctly: brand and product names, people, places, drugs, and jargon. Pass a dictionary of the terms you care about in your STTjson_config, and the model gives them priority while decoding, in real time, with no retraining. Rare, specific words that a general model rarely sees now come through correctly.
The keywords block takes a words dictionary and a boost weight. boost is applied in log-probability space, so its effect is exponential and a small value goes a long way. We recommend a boost of 3. A dictionary holds up to 500 single-token entries, matched by exact case and accent.
Dictionaries can also be saved in Gradium Studio under Vocabulary, in the Keyword boost tab, then used in a session by passing their id as keyword_boost_id.
See the Keyword Boosting recipe and Transcription Settings for details.
2026.06.10
Gradium TTS now runs on an upgraded default model focused on more expressive speech and better reliable pronunciation for production voice agents. Improved natural prosody, phrasing, intonation, and pacing. This is especially noticeable in conversational turns and longer passages. The model is better at spelling out email addresses, reference numbers, confirmation codes, and acronyms such asAPI, SQL, and URL.
The upgraded model is now the default. If your integration uses the default model, you are already on the new Gradium TTS model with no code changes required.
Every voice from the previous model generation is available on the upgraded model, including custom voices. You do not need to re-clone or recreate voices.
Integrations pinned to a specific model can switch by changing the model identifier. To stay on the previous model temporarily, set model_name to gradium-tts-202602. The previous model will be gradually phased out over the next few weeks.