Eleven v3
v3 is out of alpha - it’s more stable, accurate and has lower latency. Read more about Eleven v3.
Text-to-Dialogue
- WAV output formats: Text-to-Dialogue endpoints now support WAV output formats (
wav_8000,wav_16000,wav_22050,wav_24000,wav_32000,wav_44100,wav_48000) in addition to existing MP3, PCM, OPUS, and other formats. WAV formats with 44.1kHz sample rate require a Pro tier subscription or above.
Agents Platform
- Agent branch renaming: You can now rename agent branches using the Update branch endpoint. The new optional
namefield accepts 1-140 characters. - Alignment guardrails: Added
AlignmentGuardrailtype toGuardrailsV1schema for enhanced conversation safety controls. - Speculative turn configuration: Added
speculative_turnfield to turn configuration for fine-tuning agent turn-taking behavior. - Procedure references: Agent patch requests now support
procedure_refsfor referencing reusable procedures. - Webhook response filtering: Added
response_filter_modeandresponse_filtersfields to webhook overrides, with newResponseFilterModeenum for controlling which response data is passed through. - Error details in tool events: Added
raw_error_messagefield to API integration webhook, system, and workflow tool event models for improved debugging. - Flexible tool call matching: Testing models now include
check_any_tool_matchesoption to relax tool call matching requirements during agent testing. - Secrets pagination: Get workspace secrets endpoint now supports pagination with
page_size(max 100) andcursorquery parameters, returningnext_cursorandhas_morein responses.
Workspaces
- Permission clarifications: Workspace group and invite endpoints now document specific permission requirements (
group_members_managefor group member operations,WORKSPACE_MEMBERS_INVITEfor workspace invitations) instead of requiring workspace administrator status. - New permission types: Added
group_members_manageandterms_of_service_acceptto thePermissionTypeenum.
User
- Compliance terms visibility: Added
show_compliance_termsfield to user response model.
Metrics
- ASR provider tracking: Added
convai_asr_providerfield to metrics for tracking automatic speech recognition provider usage.
SDK Releases
Python SDK
- v2.34.0 - Added WAV output formats for Text-to-Dialogue, webhook response filtering, agent branch renaming, secrets pagination, and speculative turn configuration
- v2.33.1 - Fixed bug with URL streaming in Scribe
- v2.33.0 - Fixed bug with agent initialization and user_id handling, added audio alignment callback for agent conversations
JavaScript SDK
- v2.34.0 - Added WAV output formats for Text-to-Dialogue, webhook response filtering, agent branch renaming, secrets pagination, and speculative turn configuration
React and Client SDKs
- @elevenlabs/client@0.14.0-beta.0 - Reduced audio chunk length from 250ms to 100ms for lower latency in agent conversations
- @elevenlabs/react@0.14.0-beta.0 - Reduced audio chunk length from 250ms to 100ms for lower latency in agent conversations
- @elevenlabs/client@0.13.1 - Fixed issue where input audio would not re-establish after microphone permission revocation
- @elevenlabs/react@0.13.1 - Fixed issue where input audio would not re-establish after microphone permission revocation
Widget Packages
- @elevenlabs/convai-widget-core@0.8.1 - Fixed microphone mute state reset when call ends to prevent UI/audio desync on subsequent calls
- @elevenlabs/convai-widget-embed@0.8.1 - Fixed microphone mute state reset when call ends
- @elevenlabs/convai-widget-core@0.8.0 - Fixed styling issue in shadow root
- @elevenlabs/convai-widget-embed@0.8.0 - Fixed styling issue in shadow root
- @elevenlabs/convai-widget-core@0.7.0 - Updated Tailwind to v4, added optional dismissable widget parameter, and fixed microphone permission handling
- @elevenlabs/convai-widget-embed@0.7.0 - Updated Tailwind to v4, added optional dismissable widget parameter
API
View API changes
Updated Endpoints
Text-to-Dialogue
- Text to Dialogue, Text to Dialogue with timestamps
- Added WAV output formats to
output_formatparameter:wav_8000,wav_16000,wav_22050,wav_24000,wav_32000,wav_44100,wav_48000 - Updated description to clarify that WAV formats with 44.1kHz sample rate require Pro tier subscription
- Added
NonStreamingOutputFormatsschema reference for non-streaming endpoints
- Added WAV output formats to
Agents Platform
- Update agent branch
- Added optional
namefield (string, 1-140 characters, nullable) for renaming branches
- Added optional
- Get workspace secrets
- Added
page_sizequery parameter (integer, optional, max 100) for pagination - Added
cursorquery parameter (string, optional) for fetching next page - Response now includes
next_cursor(string) andhas_more(boolean) fields
- Added
- Create agent, Update agent
- Added
speculative_turnfield to turn configuration - Added
procedure_refsfield to agent patch schema - Added
AlignmentGuardrailtoGuardrailsV1schema - Added
response_filter_modeandresponse_filtersto webhook overrides
- Added
- Create agent test, Update agent test
- Added
check_any_tool_matchesfield (boolean, optional) for relaxed tool call matching
- Added
Workspaces
- Add member to group, Remove member from group
- Updated description to specify
group_members_managepermission requirement
- Updated description to specify
- Invite user, Invite multiple users, Delete invite
- Updated description to specify
WORKSPACE_MEMBERS_INVITEpermission requirement
- Updated description to specify
User
- Get user info
- Added
show_compliance_termsfield (boolean) to response
- Added
Schema Changes
New Schemas
NonStreamingOutputFormats- Enum for non-streaming audio output formats including WAV variantsResponseFilterMode- Enum for webhook response filtering modesAlignmentGuardrail- Configuration for alignment-based conversation guardrails
Modified Schemas
SongMetadata- Removedbpmandtime_signaturefieldsPermissionType- Addedgroup_members_manageandterms_of_service_acceptenum valuesTurnConfig- Addedspeculative_turnfieldGetWorkspaceSecretsResponseModel- Addednext_cursorandhas_morepagination fieldsUserResponseModel- Addedshow_compliance_termsfieldWebhookToolApiConfigOutput- Addedresponse_filter_modeandresponse_filtersfieldsAgentTestingCriteriaEvaluateToolCall- Addedcheck_any_tool_matchesfield- Multiple tool event models (
ApiIntegrationWebhookToolEventModel,SystemToolEventModel,WorkflowToolEventModel) - Addedraw_error_messagefield