Simulate conversation API deprecated; music streaming now with metadata
10 features5 enhancementsThis release10 featuresNew capabilities5 enhancementsImprovements to existing featuresAI-tallied from the release notes
Music
- Stream music with details: Added Stream music with details (
POST /v1/music/detailed/stream) for SSE streaming of composed audio plus detailed metadata, including composition plan, song metadata, base64 audio chunks and optional word timestamps viawith_timestamps.
ElevenAgents
- Simulate conversation deprecation: Simulate conversation and Stream simulate conversation are deprecated in favor of Create test and Run tests on the agent.
- Tool interruption mode:
disable_interruptionsis deprecated across agent tool and MCP server schemas. Useinterruption_mode(ToolInterruptionMode:allow,disable_during_tool,disable_during_tool_and_turn) instead, with per-tool overrides viainterruption_modeon tool override models. - Numeric evaluation scoring: Evaluation criteria schemas add optional
scoring_mode(binary|numeric_uniform), optionalmax_score(integer) and optionalscore_instructions(string). Evaluation results add optional numericscore. Conversation analysis payloads add optionalcall_success_scoreandsuccess_score. - Conversation reasoning: Transcript and history models add optional
reasoning(ConversationReasoningModel) and transcript responses add optionalreasoned(boolean). Agent prompt and LLM schemas add optionalenable_reasoning_summary(boolean). - Conversation platform billing: Conversation-related models add optional
platform_charge,platform_priceandplatform_usagewith per-category breakdown viaPlatformCategoryandPlatformCategoryUsage. - Conversation cost metadata: Conversation history metadata adds required read-only
cost_fiat(number, USD). - Unredacted webhook events:
WebhookEventTypeaddsunredacted_transcriptandunredacted_audiofor webhook subscriptions that need unredacted payloads. - Workflow phone transfer UUI limit:
UUITransferConfig.datamaximum length increases from 256 to 8192 characters for RFC 7433 User-to-User Information on SIP REFER transfers.
Speech Engine
- Optional authentication bypass: JavaScript and Python SDK v2.56.0 add optional
disableAuth/disable_authon Speech Engine WebSocket clients. This is intended for integrations that protect the connection through other means, such as IP allowlisting or custom authentication headers, rather than API key authentication.
Workspaces
- Professional voice slot tracking: Subscription-style models add optional
professional_voice_slots_used_in_workspacealongside clarified group-wideprofessional_voice_slots_usedfor consolidated billing visibility.
ElevenCreative Studio
- Caption styling: Caption style models add blur and border-radius fields. Enter and exit animation enums add
slam,scale_downandslide_in.
SDK Releases
JavaScript SDK
- v2.56.0 - Added optional
disableAuthon Speech Engine WebSocket clients. Regenerated from the latest OpenAPI schema with music detailed streaming, toolinterruption_mode, evaluation scoring modes, conversation reasoning and platform billing fields.
Python SDK
- v2.56.0 - Added optional
disable_authon Speech Engine WebSocket clients. Regenerated from the latest OpenAPI schema with music detailed streaming, toolinterruption_mode, evaluation scoring modes, conversation reasoning and platform billing fields.
CLI
- @elevenlabs/cli@0.5.5 - Agent create and update requests are now sent as raw JSON to preserve configuration round-trip fidelity.
API
Fetched July 8, 2026


