May 4, 2026
ElevenAgents
- Conversation tags: Added first-class conversation tags for organizing and filtering conversations. You can now create, update, list and delete tags, assign tags to conversations, and filter conversation history by
tag_ids. - Conversation list filters: Added
exclude_statusesto list conversations, allowing clients to hide conversations with statuses such asinitiated,in-progress,processing,done, orfailed. - Model options: Added
claude-opus-4-7,gpt-5.4,gpt-5.5,gpt-5.4-2026-03-05,gpt-5.5-2026-04-23, andqwen36-35b-a3bto theLLMenum. - Contextual update metadata: Added
contextual_update_infoto conversation transcript response items. The field referencesContextualUpdateInfo, which includescontext_idandis_superseded, so clients can identify contextual updates and whether they have been replaced by later context. - Batch calling filter: Added an optional
agent_idquery parameter to list workspace batch calling jobs, allowing clients to return jobs for a single agent. - Test invocation listing: Made the
agent_idquery parameter optional and nullable on list test invocations, allowing clients to list test invocations without filtering by one agent. - MCP response timeout: Increased the maximum
response_timeout_secsvalue from120to300seconds on MCP server configuration and MCP tool configuration overrides.
Workspaces
- Subscription overage: Added
current_overagetoSubscriptionResponseModelandExtendedSubscriptionResponseModel. - Resource collections: Added
resource_collectionto theWorkspaceResourceTypeenum.
ElevenCreative Studio
- Project image status: Added
errorandpending_tasktoProjectImageResponseModel, and made signed image URLs nullable when an image is still processing or has failed. - Pending media fields: Removed legacy
pending_block_idsandpending_external_audio_idsfields from project external audio and video response models.
SDK Releases
Python SDK
- v2.46.0 - Added
keytermsandno_verbatimsupport to the Scribe realtime API, refactored WebSocket URL construction, and regenerated the SDK for the May 7, 2026 API schema, including conversation tags, conversation list filters, batch callingagent_idfiltering, optional test invocationagent_id, contextual update metadata, and MCP response timeout updates.
JavaScript SDK
- v2.46.0 - Fern regeneration for the May 7, 2026 API schema, including conversation tags, conversation list filters, batch calling
agent_idfiltering, optional test invocationagent_id, contextual update metadata, and MCP response timeout updates.
Packages
- @elevenlabs/client@1.4.0 - Added
keyterms(string[]) andnoVerbatim(boolean) options to the Scribe realtime API.keytermsare sent as repeated WebSocket query parameters and can include up to 50 terms of up to 20 characters each.noVerbatimremoves filler words, false starts, and disfluencies from transcripts. Also fixed a case where interruptions could cut off agent audio that arrived less than 2 seconds after the interruption. - @elevenlabs/types@0.10.0 - Added shared types for Scribe realtime
keytermsandnoVerbatim. - @elevenlabs/react@1.3.0, @elevenlabs/react-native@1.1.4, @elevenlabs/convai-widget-core@0.11.7, and @elevenlabs/convai-widget-embed@0.11.7 - Updated to the latest client package, including Scribe realtime options and the agent audio interruption fix.
- @elevenlabs/react@1.2.2 - Patch release that includes the Scribe realtime options, the agent audio interruption fix, and an automatic random user ID when none is set.
Android SDK
- v0.9.0 - Added support for detecting user audio while the user is muted.
API
Fetched May 7, 2026

