whisper
unofficialstt
whisper specifications
| Context window | — |
|---|---|
| Max output tokens | — |
| Release date | — |
| Input | Audio |
| Output | Text |
whisper 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 can do
- Streaming responses
whisper 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-08130" \
-F file=@record.mp3API endpoints
POST /v1/audio/transcriptionsprimary | Audio — transcriptions Kayıtların metne dönüştürülmesi, model desteğiyle — zaman kodları ve konuşmacı ayrımıyla. |
Supported request parameters
| Parameter | Default | Allowed values | Description |
|---|---|---|---|
language | — | — | Materyalin dili: model için bir ipucu, metnin hangi dilde konuşulduğu veya yazıldığı. Genellikle işleme hız kazandırır ve netleştirir. |
response_format | json | — | Yanıt formatı: normal metin veya belirli şemaya göre katı JSON. |
temperature | — | — | Cevabın çeşitliliğini etkiler: değer ne kadar yüksekse çıktı o kadar rastgele, düşükse o kadar öngörülebilir. |