> ## Documentation Index
> Fetch the complete documentation index at: https://praison.ai/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Rate Limit Tpm • Rust AI Agent SDK

> rate_limit_tpm: Set rate limit (tokens per minute)

# rate\_limit\_tpm

<div className="flex items-center gap-2">
  <Badge color="purple">Method</Badge>
</div>

> This is a method of the [**AuthProfile**](../classes/AuthProfile) class in the [**failover**](../modules/failover) module.

Set rate limit (tokens per minute)

## Signature

```python theme={"theme":{"light":"vitesse-light","dark":"vitesse-dark"}}
def rate_limit_tpm(mut self, tpm: u32) -> Self
```

## Parameters

<ParamField query="tpm" type="u32" required={true}>
  No description available.
</ParamField>

### Returns

<ResponseField name="Returns" type="Self">
  The result of the operation.
</ResponseField>
