May 18, 2026
ElevenAgents
- Agent version metadata: Added an API endpoint to retrieve metadata for a specific agent version. The response includes the version ID, agent ID, branch ID, description, sequence number, commit timestamp, parents and access information.
- Conversation filtering: Added a
text_onlyfilter to conversation list and message text search endpoints so developers can narrow results to text-only conversations. - Procedure loading: Added
load_procedureas a system tool configuration withProcedureAtVersion, and addedskillstoProcedureCompilerMode.ProcedureSettings.compiler_modenow defaults toskills. - Agent configuration updates: Added
gemini-3.1-flash-liteandqwen35-397b-a17bas LLM options, addedgenesys_bot_connectoras a conversation initiation source, addedauto_resolve_after_inactive_minutesto alerting settings, and addedattributes_to_headersto SIP trunk configuration. - Custom LLM temperature: Agent prompt temperature can now be set to
nullto omit the temperature field from downstream LLM requests.
Workspaces
- Auth connection updates: Added an API endpoint to update workspace auth connections. The endpoint supports updating basic auth, OAuth2 client credentials and OAuth2 JWT connections. OAuth2 client credentials now support
custom_headersfor token requests. - Auth connection types: Added bearer auth create request support and Slack bot auth response schemas.
- Workspace resource types: Added
convai_templatesandtranscription_tasksto workspace resource types.
Voice Isolator
- Video processing status: Audio isolation history items now include the
video_processing_failedboolean field.
SDK Releases
Python SDK
- v2.48.0 - Regenerated the SDK for the May 18, 2026 API schema, including typed support for workspace auth connection updates, agent version metadata, conversation
text_onlyfilters, new ElevenAgents configuration fields, updated LLM options and voice isolator history updates. The release also excludes thespeech_engine_custom.pyexample from Fern packaging.
JavaScript SDK
- v2.48.0 - Added environment configuration to conversation initiation data and events, and regenerated the SDK for the May 18, 2026 API schema, including workspace auth connection updates, agent version metadata, conversation
text_onlyfilters, new ElevenAgents configuration fields, updated LLM options and voice isolator history updates.
Packages
- @elevenlabs/client@1.7.1, @elevenlabs/react@1.6.1, @elevenlabs/react-native@1.2.1, @elevenlabs/convai-widget-core@0.12.5 and @elevenlabs/convai-widget-embed@0.12.5 - Updated the client dependency.
@elevenlabs/client@1.7.1pinslivekit-clientto2.16.1and forces the dual peer connection path to fix WebRTC connection failures with newer LiveKit join protocols. - @elevenlabs/types@0.14.0 - Removed manually maintained types from
@elevenlabs/types, includingRole,Mode,Status,Callbacks,CALLBACK_KEYS,DisconnectionDetails,MessagePayloadandAudioAlignmentEvent. Import those types from@elevenlabs/clientinstead. The types package now contains only generated code.
iOS SDK
- v3.2.0 - Added support for text-only conversations over WebSockets and fixed message handling.
- v3.1.5 - Improved
ConnectionManagerandDataChannelReceivercleanup on deallocation, skipped audio hardware initialization in text-only mode, removed unused code and duplicate agent ID extraction, and bumped visionOS support.
API
Fetched May 19, 2026

