Qwen3 ASR Flash
unofficialstt
Qwen3 ASR Flash specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Audio |
| Output | Text |
Qwen3 ASR Flash pricing in rubles
You pay for what you use, per token and per unit. The final request cost is returned in the API response.
| Type | Price |
|---|---|
| Transcription | 0,378 ₽ per minute |
Prices are in rubles and may change with exchange rates.
What Qwen3 ASR Flash can do
- Streaming responses
- Real-time transcription
Qwen3 ASR Flash API: connection and code examples
The service exposes a single OpenAI-compatible API. Set our base_url and the key from your dashboard.
cURL
curl https://api.neuralbridge.ru/v1/audio/transcriptions \
-H "Authorization: Bearer YOUR_API_KEY" \
-F model="qwen/qwen3-asr-flash-01402" \
-F file=@record.mp3API endpoints
POST /v1/audio/transcriptionsprimary | Audio — transcriptions Ձայնագրության տեքստային վերածում, model-ի աջակցությամբ — timecodes-ով և խոսողների բաժանումով. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
language | — | — | Նյութի լեզուն՝ model-ի prompt, թե ինչ լեզվով են խոսում կամ գրված տեքստը։ Սովորաբար արագացնում և ճշտում է մշակումը։ |
response_format | json | — | Պատասխանի ֆորմատը՝ սովորական տեքստ կամ խիստ JSON՝ ըստ սահմանված սխեմայի։ |
temperature | — | — | Ազդում է պատասխանի բազմազանության վրա՝ որքան բարձր արժեքը, այնքան ավելի պատահական է ելքը, իսկ որքան ցածր՝ այնքան ավելի կանխատեսելի։ |