ElevenAgents
Branch rebase: Added POST /v1/convai/agents/{agent_id}/branches/{branch_id}/rebase to rebase a branch onto the latest main while preserving branch-specific changes. Agent version parent models add…
Music
Higher-quality output formats: Generate music, Generate music detailed and Stream music add mp3_48000_240 and mp3_48000_320 to supported output_format values. When output_format is auto, v2 models…
Dubbing
Project list filters: List dubs adds optional dubbing_statuses, dubbing_models, target_language_codes and creation_sources array query parameters for filtered listing. The order_by parameter now…
Workspaces
Lock and disable reasons: Workspace and API key models add LockReason and optional disable_reason fields. Workspace group settings add optional scim_frozen (boolean) for SCIM-managed freeze state.
ElevenCreative Studio
Caption animations: Studio caption enter and exit animation enums add pop, slide_up and slide_down.
API
New Endpoints ElevenAgents POST /v1/convai/agents/{agent_id}/branches/{branch_id}/rebase - Rebases a branch onto the latest main while preserving branch-specific changes Updated Endpoints…
Introducing Music v2
Music v2 is now available via the ElevenLabs API. Set model_id to music_v2 on Generate music, Stream music, Generate music detailed and Upload music to use the new model. Music v2 introduces…
ElevenAgents
Run conversation evaluation: Added Run conversation evaluation endpoint (POST /v1/convai/conversations/{conversation_id}/analysis/evaluations/run) to rerun a single evaluation criterion against a…
Workspaces
Service account API key updates: Update service account API key no longer requires a request body. Edit fields support partial updates via no_update and nullable name, including permissions and…
ElevenCreative Studio
Project voice references: Project models, chapter TTS nodes, voice lists and voice statistics shift to project_voice_ref_id as the canonical voice field. Former voice_id fields remain on responses as…
Speech to Text
Speaker library diarization: Convert speech to text adds optional use_speaker_library (boolean, default false) for batch transcription diarization.
Voices
Shared voice sorting: List shared voices sort query parameter gains an explicit enum, created_date default and updated description.
API
New Endpoints ElevenAgents Run conversation evaluation - POST /v1/convai/conversations/{conversation_id}/analysis/evaluations/run Request body uses RunConversationEvaluationsRequest to rerun a single…
Text to Speech
v1 model removal: The eleven_monolingual_v1 and eleven_multilingual_v1 models are deprecated and will be removed on July 9, 2026. Migrate to eleven_multilingual_v2 or another current model before…
Speech to Text
Scribe v1 removal: The scribe_v1 model is deprecated and will be removed on July 9, 2026. Migrate to scribe_v2 or scribe_v2_realtime before removal. See deprecated models for replacement suggestions.
ElevenAgents
Turn model configuration: TurnConfig and TurnConfigWorkflowOverride add optional turn_model (turn_v2 or turn_v3, default turn_v3) to select the turn detection model version per agent or workflow…
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…
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_logging query…
ElevenCreative Studio
Safesearch adult metadata: Get project publishing_read responses add optional safesearch_adult (nullable boolean) on DirectPublishingReadResponseModel for direct publishing content classification.
API
Updated Endpoints ElevenAgents Get conversation details - GET /v1/convai/conversations/{conversation_id} Response adds optional conversation_product (string, default agent) Get knowledge base…