0.10.0 (2026-09-11)
Agent force-end-turn support, Flux TTS expressivity controls, and a wider Flux TTS speed range. This pre-1.0 minor release also removes stale TTS symbols.
⚠ BREAKING CHANGES
- Speak v2 (Flux TTS): the
SpeakV2Speedtype and its named speed constants are removed.V2ConnectOptions#speedremains a numericDouble; configure speed directly, for example.speed(1.05). - Speak v1 (Aura TTS): remove
SpeakV1Model.AURA2PERSEO_IT,AudioGenerateRequestModel.AURA2PERSEO_IT, theirValueenum entries, and the associatedVisitor.visitAura2PerseoIt()methods. Theaura-2-perseo-itmodel was never served by the API and is no longer in the specification. Use a supported Speak v1 model instead. See the v0.9 to v0.10 migration guide.
Features
- Agent: add
AgentV1ForceEndTurnandV1WebSocketClient#sendForceEndTurn(...)to end the current turn on demand. Agent Deepgram speak providers using Flux (version: "v2") also acceptexpressivity, a whole-number calm-to-animated setting from-2to2;0is the default. (#100) (cbadf05) - Speak v2 (Flux TTS): batch requests and WebSocket connections accept
expressivityfrom-2to2.speednow accepts values from0.5to1.5in0.05increments, instead of0.85to1.15. (#100) (cbadf05)