You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.x → 5.x, so internal/private code paths have moved.
Features
regenerate SDK on fern-python-sdk@5.14.20 with TTS-only surface (#16) (2ebb0a5)