All models · Pricing · API docs
whisper-1 API
whisper-large-v3-turbo on our own GPUs · audio → text. WER in our open benchmark (github.com/vakovalskii/stt-ru-benchmark): clean read speech 4.44%, audiobooks 9.89%, spontaneous speech 7.73%
- Type: speech-to-text · speech-to-text · универсальный, 100+ языков
- Access: all plans
- Endpoint: /v1/audio/transcriptions
Runs on our own GPUs in Russia.
How to connect: change one line — base_url. Get an sk- key in the dashboard.
curl https://api.neuraldeep.ru/v1/audio/transcriptions \
-H "Authorization: Bearer $NEURALDEEP_KEY" \
-F "model=whisper-1" \
-F "file=@audio.mp3"