{"name":"Qwen3-ASR-1.7B API","version":"1.0.0","model":"Qwen/Qwen3-ASR-1.7B","docs":{"swagger":"/docs","redoc":"/redoc","openapi":"/openapi.json"},"endpoints":{"POST /transcribe":"Transcribe audio from an uploaded file or a URL.","GET /health":"Service status, device, and queue depth.","GET /":"This overview."},"transcribe_fields":{"file":"multipart audio upload (provide this OR url)","url":"http(s) link to an audio file (provide this OR file)","language":"optional language hint, e.g. 'English'; default is auto-detect","context":"optional biasing text (names, jargon) to improve accuracy","timestamps":"currently unsupported (needs forced-aligner); returns 400 if true"},"examples":{"file":"curl -F 'file=@recording.wav' http://localhost:8000/transcribe","url":"curl -F 'url=https://example.com/clip.opus' http://localhost:8000/transcribe"}}