docs(stt): add hi-dev (Devanagari-only Hindi) streaming language - #379
Open
abhishekmishragithub wants to merge 1 commit into
Open
docs(stt): add hi-dev (Devanagari-only Hindi) streaming language#379abhishekmishragithub wants to merge 1 commit into
abhishekmishragithub wants to merge 1 commit into
Conversation
… language (PRO-2363) hi-dev is the pure-Hindi model that keeps output in Devanagari end to end; hi remains the bilingual model (mixed-script). Adds hi-dev to the streaming AsyncAPI enum, the pulse model card language table (streaming row), the totals (22 streaming + 22 pre-recorded / 32 documented), and a changelog entry. Streaming only. India region only. Verified live via wss://api.smallest.ai/waves/v1/stt/live?language=hi-dev with a bearer key: handshake accepted, transcription frame shape unchanged.
|
🌿 Preview your docs: https://smallest-ai-preview-feat-stt-hi-dev-devanagari-only.docs.buildwithfern.com Here are the markdown pages you've updated: |
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
Adds `hi-dev` to the Pulse STT streaming surface. Devanagari-only Hindi model, streaming-only, India region only. From platform ticket PRO-2363.
What ships
Verification
Live-probed `wss://api.smallest.ai/waves/v1/stt/live?language=hi-dev` with a bearer key. Handshake accepted, transcription frame shape unchanged. `/api/v1/stt/live` returned 404 (does not exist as a customer route), so this PR only documents `/waves/v1/stt/live`.
Test plan