Docs
- Shipped our new docs: we’re keen to hear your thoughts, you can reach out by opening an issue on GitHub or chatting with us on Discord
Conversational AI
- Dynamic variables: Available in the dashboard and SDKs. Learn more
- Interruption handling: Now possible to ignore user interruptions in Conversational AI. Learn more
- Twilio integration: Shipped changes to increase audio quality when integrating with Twilio
- Latency optimization: Published detailed blog post on latency optimizations. Read more
- PCM 8000: Added support for PCM 8000 to Conversational AI agents
- Websocket improvements: Fixed unexpected websocket closures
Projects
- Auto-regenerate: Auto-regeneration now available by default at no extra cost
- Content management: Added
updateContent
method for dynamic content updates - Audio conversion: New auto-convert and auto-publish flags for seamless workflows
API
View API changes
- Added
Update Project
endpoint for project editing - Added
Update Content
endpoint for AudioNative content management - Deprecated
quality_check_on
parameter in project operations. It is now enabled for all users at no extra cost - Added
apply_text_normalization
parameter to project creation with modes ‘auto’, ‘on’, ‘apply_english’ and ‘off’ for controlling text normalization during project creation - Added alpha feature
auto_assign_voices
in project creation to automatically assign voices to phrases - Added
auto_convert
flag to project creation to automatically convert projects to audio - Added support for creating Conversational AI agents with dynamic variables
- Added
voice_slots_used
toSubscription
model to track number of custom voices used in a workspace to theUser
endpoint - Added
user_id
field toUser
endpoint - Marked legacy AudioNative creation parameters (
image
,small
,sessionization
) as deprecated parameters - Agents platform now supports
call_limits
containing eitheragent_concurrency_limit
ordaily_limit
or both parameters to control simultaneous and daily conversation limits for agents - Added support for
language_presets
inconversation_config
to customize language-specific settings
SDKs
- Cross-Runtime Support: Now compatible with Bun 1.1.45+ and Deno 2.1.7+
- Regenerated SDKs: We regenerated our SDKs to be up to date with the latest API spec. Check out the latest Python SDK release and JS SDK release
- Dynamic Variables: Fixed an issue where dynamic variables were not being handled correctly, they are now correctly handled in all SDKs