Skip to content

v2.0.0

Latest

Choose a tag to compare

@github-actions github-actions released this 22 Jun 17:43
06b3adc

2.0.0 (2026-06-22)

⚠ BREAKING CHANGES

  • Speechify(token=...) is now Speechify(api_key=...). The tts. namespace has been removed — call sites move from client.tts.audio.speech(...) to client.audio.speech(...) and from client.tts.voices.X to client.voices.X. The livekit extra-dependency has been removed; if you were importing it transitively through speechify-api, install it explicitly. Generator-line crossed 4.x5.x, so internal/private code paths have moved.

Features

  • regenerate SDK on fern-python-sdk@5.14.20 with TTS-only surface (#16) (2ebb0a5)