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
 
Agents Platform
- Dynamic variables: Available in the dashboard and SDKs. Learn more
 - Interruption handling: Now possible to ignore user interruptions in Agents Platform. 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 ElevenLabs agents
 - Websocket improvements: Fixed unexpected websocket closures
 
Projects
- Auto-regenerate: Auto-regeneration now available by default at no extra cost
 - Content management: Added 
updateContentmethod for dynamic content updates - Audio conversion: New auto-convert and auto-publish flags for seamless workflows
 
API
View API changes
- Added 
Update Projectendpoint for project editing - Added 
Update Contentendpoint for AudioNative content management - Deprecated 
quality_check_onparameter in project operations. It is now enabled for all users at no extra cost - Added 
apply_text_normalizationparameter to project creation with modes ‘auto’, ‘on’, ‘apply_english’ and ‘off’ for controlling text normalization during project creation - Added alpha feature 
auto_assign_voicesin project creation to automatically assign voices to phrases - Added 
auto_convertflag to project creation to automatically convert projects to audio - Added support for creating ElevenLabs agents with dynamic variables
 - Added 
voice_slots_usedtoSubscriptionmodel to track number of custom voices used in a workspace to theUserendpoint - Added 
user_idfield toUserendpoint - Marked legacy AudioNative creation parameters (
image,small,sessionization) as deprecated parameters - Agents platform now supports 
call_limitscontaining eitheragent_concurrency_limitordaily_limitor both parameters to control simultaneous and daily conversation limits for agents - Added support for 
language_presetsinconversation_configto 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