docs(lang): reconcile Lightning v3.1 Pro + Pulse language lists against live API - #389
Open
abhishekmishragithub wants to merge 2 commits into
Open
docs(lang): reconcile Lightning v3.1 Pro + Pulse language lists against live API#389abhishekmishragithub wants to merge 2 commits into
abhishekmishragithub wants to merge 2 commits into
Conversation
…st live API Two long-standing gaps. **Lightning v3.1 Pro voices-languages page** was missing Dutch (nl) and Swedish (sv) from the European accordion and the Supported-languages summary table. Both codes are in the tts-openapi.yaml enum, the model card lists them with voice-count 'pending', and both synthesise cleanly today via any multilingual Pro voice (verified with POST /waves/v1/tts language=nl and language=sv). **Pulse model card** claimed '22 pre-recorded languages' in six places but the batch spec enum has 26 codes. Latvian (lv), Estonian (et), Danish (da), Maltese (mt) were missing from the batch language table. Reconciled the count to 26 batch + 21 streaming, 35 total (with 12-code overlap). Batch table renumbered. **CodingAgentCallout** was missing on deprecation-notices.mdx; the injector script picked it up and added it during this pass.
|
crim doesn't review pull requests automatically here. Comment |
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.
Summary
Two language-list discrepancies flagged by the founder, live-verified end to end against `api.smallest.ai`, and reconciled across every affected surface.
What was wrong
Lightning v3.1 Pro voices-languages page (
text-to-speech/get-voice-models-langs.mdx)Pulse model card (
speech-to-text/model-cards/pulse.mdx)Live verification
POST /waves/v1/ttswithmodel=lightning_v3.1_pro,voice_id=meher,language=nlandlanguage=sv: both HTTP 200, real audio synthesised (20 KB and 66 KB PCM).POST /waves/v1/stt/?model=pulse&language=<code>forlv,et,da,mt: all pass language validation (same-shape response asencontrol); the missing rows were pure documentation debt.GET /waves/v1/lightning-v3.1/get_voicesshows every multilingual Pro voice (e.g.bellatrix,meher) carriesdutchandswedishintags.language.What ships
text-to-speech/get-voice-models-langs.mdx: European accordion adds `nl` and `sv` rows (voice count "-"), header now says "12 languages"; supported-languages summary table adds both rows.speech-to-text/model-cards/pulse.mdx: six "22" claims fixed to "26", "31 documented" fixed to "35 documented", batch language table adds `lv`/`et`/`da`/`mt` in enum order and renumbers.What was NOT changed
lv/et/da/mt). Confirm with the STT team before quoting a number.Test plan
fern checkcleanPOST /waves/v1/ttson both Pronlandsvreturns 200 with audio (see PR body)lv,et,da,mtmatchesencontrol response shape