Turn/speech models deprecated; ASR provider changes default
13 features3 enhancements1 fixThis release13 featuresNew capabilities3 enhancementsImprovements to existing features1 fixBug fixesAI-tallied from the release notes
Text to Speech
- v1 model removal: The
eleven_monolingual_v1andeleven_multilingual_v1models are deprecated and will be removed on July 9, 2026. Migrate toeleven_multilingual_v2or another current model before removal. See deprecated models for replacement suggestions.
Speech to Text
- Scribe v1 removal: The
scribe_v1model is deprecated and will be removed on July 9, 2026. Migrate toscribe_v2orscribe_v2_realtimebefore removal. See deprecated models for replacement suggestions.
ElevenAgents
- Turn model configuration:
TurnConfigandTurnConfigWorkflowOverrideadd optionalturn_model(turn_v2orturn_v3, defaultturn_v3) to select the turn detection model version per agent or workflow node. - Soft timeout filler messages:
SoftTimeoutConfigandSoftTimeoutConfigWorkflowOverrideadd optionaladditional_soft_timeout_messages(array of strings, up to 7) andmax_soft_timeouts_per_generation(integer, 1–8, default1). The primarymessageapplies to the first timeout; subsequent timeouts use the additional messages or a built-in filler. - ASR provider default: The default
ASRConversationalConfig.providervalue changes fromelevenlabstoscribe_realtime. Theelevenlabsvalue remains in the enum but is deprecated. - Conversation product field: Get conversation details response adds optional
conversation_product(string, defaultagent) to identify the product that handled the conversation. - Knowledge base external sync: Knowledge base file and folder response models add optional
external_sync_info(Google Drive sync metadata viaExternalFileSyncInfo/ExternalFolderSyncInfo) and optionalis_frozen(boolean) to indicate whether synced content can be edited. - Tool schema omit overrides: ConvAI tool JSON schema properties add optional
is_omitted(boolean) andOmitSchemaOverridewithsource: omit, allowing fields to be explicitly omitted from tool payloads. - Procedure guardrails: Procedure version schemas add optional
guardrails.
Workspaces
- URL secret auth connections: Workspace auth connection create, list and response unions add
url_secret(UrlSecretAuthResponse) as a supported auth connection type for tools that fetch secrets from a URL. - Agent QA Evaluations webhooks:
WebhookUsageTypeaddsAgent QA Evaluationsas a webhook usage category for agent quality-assurance event delivery.
Text to Dialogue
- Zero retention mode: Convert text to dialogue, Stream text to dialogue, Convert text to dialogue with timestamps and Stream text to dialogue with timestamps add optional
enable_loggingquery parameter (boolean, defaulttrue). Setenable_logging=falseto use zero retention mode with no history or request stitching. Zero retention mode is available to enterprise customers only.
ElevenCreative Studio
- Safesearch adult metadata: Get project
publishing_readresponses add optionalsafesearch_adult(nullable boolean) onDirectPublishingReadResponseModelfor direct publishing content classification.
SDK Releases
JavaScript SDK
- v2.52.0 - Regenerated from the latest OpenAPI schema with
turn_modeland soft timeout filler fields on turn configs, knowledge base external sync types,OmitSchemaOverridefor tool schemas,UrlSecretAuthResponse,conversation_producton conversation responses, text-to-dialogueenable_loggingsupport, and updatedAsrProviderdefaults. - v2.51.0 - Added workspace API key revoke client,
ConversationSentimentAnalysisandSystemEvaluationCriteriatypes,CustomLlmAuthConnectionfor HTTP tool auth, procedure tool config types,ResourceAccessInfoAccessSource, and conversation list/search filters forworkflow_node_entered_idandtopic_ids.
Python SDK
- v2.52.0 - Regenerated from the latest OpenAPI schema with turn model and soft timeout config updates, knowledge base external sync models, tool schema omit overrides, URL secret auth connections, conversation
conversation_product, text-to-dialogueenable_loggingsupport, and updated ASR provider defaults. - v2.51.0 - Regenerated from the latest OpenAPI schema with workspace API key revoke, conversation sentiment and system evaluation types, procedure tool configuration models, and updated conversation filtering parameters.
Packages
- @elevenlabs/convai-widget-core@0.13.0 and @elevenlabs/convai-widget-embed@0.13.0 - Added call and message entry points to the widget launcher. Multimodal agents show both; voice-only agents show call; text-only agents show message.
- @elevenlabs/convai-widget-core@0.13.1 and @elevenlabs/convai-widget-embed@0.13.1 - Fixed compact and full trigger control alignment.
API
Fetched June 10, 2026

