> ## Documentation Index
> Fetch the complete documentation index at: https://assembly-preview.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Usage limits

> To ensure a smooth experience for all users, certain operations have per-account usage limits.

* **Concurrency limits** for asynchronous operations
* **Rate limits** for synchronous operations

<Note>
  The usage limits displayed on this page are default values based on your account type. If you already have a paid account and want to further increase your usage limits, [contact our Sales team](https://www.assemblyai.com/contact) or send an email to our [Support team](mailto:support@assemblyai.com).
</Note>

## Speech-to-Text usage limits

AssemblyAI limits the number of transcriptions being processed at any given time.

| Usage limit               | Free account | Paid account |
| ------------------------- | ------------ | ------------ |
| Concurrent transcriptions | 5            | 200          |

If you submit a transcription that would exceed your usage limit, it'll be added to a queue. Queued transcriptions will be processed automatically as previously submitted transcriptions complete.

If your account balance goes below zero, your concurrency limit will be reduced to 1.

If you exceed your concurrency limit, you'll receive an email stating that your transcripts have been throttled. Note that you'll only receive this email once per day.

<Frame>
  <img alt="Email notifying user that their transcripts have been throttled due to exceeding the Concurrency limit" src="https://mintcdn.com/assembly-preview/2a8ZQHT-Dzqm6hjm/images/docs/getting-started/docs/assets/images/limit-445c74c69d53dbd18aee90f4d072a4e3.png?fit=max&auto=format&n=2a8ZQHT-Dzqm6hjm&q=85&s=ca6fdb125d877bc1a023cf83eb76b5dc" width="1270" height="1348" data-path="images/docs/getting-started/docs/assets/images/limit-445c74c69d53dbd18aee90f4d072a4e3.png" />
</Frame>

## Streaming Speech-to-Text usage limits

AssemblyAI limits the number of concurrent sessions.

| Usage limit                   | Free account | Paid account |
| ----------------------------- | ------------ | ------------ |
| Concurrent Streaming sessions | N/A\*        | 100          |

\* Streaming Speech-to-Text is only available for paid users.

<Note>
  If you're consistently exceeding the limit of concurrent sessions, first make sure that you're terminating sessions properly.

  * If you're using the [WebSocket API](/docs/api-reference/streaming/realtime) directly, you need to send a `terminate_session` message.
  * If you're using one of the SDKs, consult the docs for the specific SDK you're using.
</Note>

## LeMUR usage limits

LeMUR requests are rate limited within a 60-second time window. For more information, see [Rate limits](/docs/api-reference/overview#rate-limits).

| Usage limit         | Free account | Paid account |
| ------------------- | ------------ | ------------ |
| Requests per minute | N/A\*        | 30           |

\* LeMUR is only available for paid users.
