storm-os-asr-api / README.md
ememzyvisuals's picture
Upload folder using huggingface_hub
0e41b87 verified
|
Raw
History Blame Contribute Delete
752 Bytes
---
title: STORM-OS ASR API
emoji: πŸ”Œ
colorFrom: gray
colorTo: purple
sdk: docker
pinned: false
---
# STORM-OS ASR β€” Production API (private, org-restricted)
Requires an HF token belonging to a member of the org. Verified live via
`whoami()` β€” checks both token validity and org membership, not just that
the token exists.
Authorization: Bearer hf_xxxxxxxxxxxxxxxxxxxx
`POST /transcribe` (multipart): `file`, `model_size` (small|large), `language` (yo|ha|ig|pcm|en)
Handles queueing (bounded concurrency + 429 on overload), per-user rate
limiting, structured request logging, and automatic long-audio chunking.
Resilient to a not-yet-deployed model β€” `large` becomes available
automatically once pushed to the Hub, no redeploy needed.