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%

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"

https://neuraldeep.ru/en/models/gigaam-v3