# 速率限制

OpenKey普通用户分组使用共享账号池，采用资源抢占型策略。速率限制以账户为标准，而非创建的APIKEY/Token。标准速率如下：

<figure><img src="https://terobox.oss-cn-hongkong.aliyuncs.com/openkey/ok_rate.png" alt=""><figcaption></figcaption></figure>

{% hint style="info" %}
不会因为创建的令牌数量增加，而实现速率增加。每个账户的速率限制是固定的。
{% endhint %}

以上仅仅是理论上分配到的速率，实际的峰值速率可以达到标准速率的 2 倍。需要注意，请避免长时间占用峰值速率，可能会导致拉入黑洞池、IP短暂封禁等情况。

如果需要较高速率，请联系客服开通专享账号池。OpenKey提供高度定制化的服务，多级部署，DNS负载均衡等架构策略保证了系统的稳定运行。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.openkey.cloud/api/rate.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
