ElevenLabs
npx @buildinternet/releases get elevenlabsRecently shipped the ElevenLabs CLI v1.0.0, Dubbing v2 API, and ElevenCreative generation APIs.
ElevenLabs CLI v1.0.0 covers the full API surface. Every operation is available as a subcommand with JSON, table, YAML, and CSV output, automatic pagination, and shell completion. Local config workflows let you store agent, tool, and test configs as files, sync with push/pull, manage branches, and select a data residency region.
Procedures are now GA in ElevenAgents. Task-specific instructions with triggers load only when relevant, so one agent handles distinct tasks without stuffing every instruction into the system prompt. Free-form procedures let the agent adapt wording or order; structured procedures enforce step order.
Dubbing v2 went live through the API. It translates audio and video into more than 90 languages while preserving each speaker's voice, tone, and pacing. The project-based API keeps source transcripts and translations as editable JSON, so you can edit segments and regenerate only the regions that changed.
ElevenCreative gained image, video, and speech generation. New asynchronous Flows APIs create, list, and retrieve generations with pending, generating, completed, and failed states, plus webhook targets. Uploaded media assets can be referenced or chained across generation jobs, letting results feed subsequent requests.
ElevenAgents added conversation filters and lightweight summaries.
- List conversations now filters by guardrail type, custom guardrail names, and
parent_conversation_id. - List agent branches reports divergence status via
include_commit. - Get conversation summary returns title, outcome, and plain messages without loading the full transcript, capped by
max_messages. - Agent simulations and unit tests can define
tool_mock_overridesper test, includingis_errorto exercise tool-failure paths. - Literal Say node messages add
text_translationsfor translated workflow messages. - List conversations and text search add
version_idfiltering; agent config adds aknowledge_basesystem tool.
The local MCP server is deprecated. The archived local server and MCP player are replaced by the hosted MCP server at https://api.elevenlabs.io/v1/mcp, which signs in via OAuth and needs no local install or API key.
Agent SDKs shipped context-window visibility and relay options. @elevenlabs/react exposes an onContextUsage callback reporting token counts and context limits after each turn; @elevenlabs/client adds webRtc.iceTransportPolicy to restrict ICE to TURN relay candidates on restrictive networks. React Native now resolves via the react-native export condition instead of global sniffing. The widget config also supports first_message_rich_content, painting buttons before connection and echoing taps back to the server. Python and JavaScript SDKs regenerated to v2.65.0.