releases.shpreview

v2.0.0

$npx -y @buildinternet/releases show rel_uEo94YNC-nvJSUqwtzh8l

Full Changelog: https://github.com/elevenlabs/elevenlabs-python/compare/v1.59.0...v2.0.0

SDK v2 release notes

This is a major version of the elevenlabs-python SDK that contains breaking changes. Please carefully read these release notes and contact support or create an issue if you run into problems.

A full upgrade guide is available in the wiki.

Added

  • Request stitching has been made much easier by including the with_raw_response chained method. Now you can easily retrieve data such as the request ID and character cost of a generation.
  • Webhook verification helper

Changed

  • [breaking] Many method names have been changed to be more consistent. See the wiki linked above for the full list of changed methods.

Removed

  • [breaking] The generate and clone methods hav been deprecated and removed in favor of the API counterparts. Please use elevenlabs.textToSpeech.convert and elevenlabs.voices.ivc.create instead.

Fetched April 7, 2026