whisper tiny en
unofficialstt
whisper tiny en specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Audio |
| Output | Text |
whisper tiny en 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,065 ₽ per minute |
Prices are in rubles and may change with exchange rates.
What whisper tiny en can do
- Streaming responses
whisper tiny en 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="openai/whisper-tiny-en-08130" \
-F file=@record.mp3API endpoints
POST /v1/audio/transcriptionsprimary | Audio — transcriptions Транскрипція запису в текст, при підтримці моделі — з тайм‑кодами та розподілом за говорячими. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
language | — | — | Мова матеріалу: підказка моделі, якою мовою говорять або написаний текст. Зазвичай прискорює і уточнює обробку. |
response_format | json | — | Формат відповіді: звичайний текст або строгий JSON за заданою схемою. |
temperature | — | — | Впливає на різноманітність відповіді: чим вище значення, тим випадковіший вивід, чим нижче — тим передбачуваніший. |