# Speech recognition

Convert audio to text via Whisper Large v3 Turbo on Bitrix24 infrastructure — no BYOK required. Transcription counts against your Bitrix24 account's AI quota by audio duration: within your plan's quota nothing is charged to the balance. Beyond the quota, usage is charged to the Bitrix24 account's money balance at the model's base price.

Scope: `vibe:ai`

## Operations

- [Transcribe audio](./audio/transcriptions.md) — `POST /v1/audio/transcriptions`

## Typical scenario

1. Obtain an audio recording (a call, a voice message, an audio attachment).
2. Pass the file to [`POST /v1/audio/transcriptions`](./audio/transcriptions.md) — get the transcribed text.
3. Pass the text to [chat completion](/docs/ai/chat/completions) for classification, summarization, or entity extraction.

## See also

- [AI Router](/docs/ai)
- [Chat completions](/docs/ai/chat)
