Add TTS feature recipes: models, voices, formats, i18n, versioning, errors, watermark - #8
Merged
luke-speechify merged 1 commit intoSep 8, 2026
Conversation
Adds runnable recipes for API surfaces the cookbook didn't cover yet, each in every applicable lane (TypeScript SDK/native, Python SDK/native, Bash): - list-models, list-voices, voice-language-model-support - version-pinning-and-idempotency, error-handling - multilingual (language param + simba-3.0), output-formats (telephony/bitrate) - watermark detect/verify (REST-only — not in the SDKs) Update the README index and COVERAGE matrix; ignore pcm/ulaw artifacts and agent worktrees. Also reformats five voice-cloning files that had drifted from Prettier on main, so format:check stays green. The v4 SDK bump and verified-consent voice cloning already landed (Speechify-AI#6, Speechify-AI#7); this builds on them. Verified end-to-end against the live API on every lane.
luke-speechify
marked this pull request as ready for review
September 8, 2026 18:12
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds runnable recipes for the TTS API surfaces the cookbook didn't cover yet, each in every applicable lane (TypeScript SDK/native, Python SDK/native, Bash).
Builds on #6 (v4 SDK bump) and #7 (verified-consent voice cloning), already merged.
New recipes
models.list()/GET /v1/audio/modelsvoices.list()with paginationSpeechify-Version+Idempotency-Key(replay proven)Retry-After, request idslanguageparam +simba-3.0output_formatcodec/sample-rate/bitrate (telephony ulaw/pcm)/v1/audio/watermark/{detect,verify}— REST-only, not in the SDKs, so native lanes onlyNotes
main, soformat:checkis green.pcm/ulawartifacts and agent worktrees.DRG-484