All models · Pricing · API docs
gigaam-v3 API
GigaAM v3 (SberDevices, MIT licence) · RU-first ASR. Wins two domains out of three in our open benchmark (github.com/vakovalskii/stt-ru-benchmark): audiobooks 6.57% and spontaneous speech 6.95% — best result; clean read speech 4.50%
- Type: speech-to-text · speech-to-text · RU-first модель, обучена под русский
- 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=gigaam-v3" \
-F "file=@audio.mp3"