Skip to content

docs(stt): add hi-dev (Devanagari-only Hindi) streaming language - #379

Open
abhishekmishragithub wants to merge 1 commit into
mainfrom
feat/stt-hi-dev-devanagari-only
Open

docs(stt): add hi-dev (Devanagari-only Hindi) streaming language#379
abhishekmishragithub wants to merge 1 commit into
mainfrom
feat/stt-hi-dev-devanagari-only

Conversation

@abhishekmishragithub

Copy link
Copy Markdown
Collaborator

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

  • `fern/apis/waves/asyncapi/stt-live-ws.yaml` — `hi-dev` added to the language enum + explains the hi vs hi-dev distinction
  • `fern/products/waves/pages/speech-to-text/model-cards/pulse.mdx` — streaming language table adds hi-dev as row 3, all subsequent rows renumbered; totals updated (22 streaming + 22 pre-recorded / 32 documented)
  • `fern/products/waves/pages/changelog-entries/general/2026-08-20-stt-hi-dev-language.mdx` — changelog entry

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

  • `fern check` clean
  • Em-dash sweep on diff clean
  • Language enum + doc totals renumbered consistently
  • Preview render: check the Streaming languages accordion on the pulse model card

… 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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant