# 错误码

## 错误代码&#x20;

本指南包括您可能从API和我们的官方Python库中看到的错误代码概述。在概述中提到的每个错误代码都有一个专门的部分，提供进一步的指导。

### API 错误

| CODE                      | OVERVIEW                                                              |
| ------------------------- | --------------------------------------------------------------------- |
| 401 - 无效身份验证              | <p>原因：身份验证无效。</p><p>解决方法：确保使用了正确的 API 密钥和请求组织。</p>                    |
| 401 - 提供了不正确的 API 密钥      | <p>原因：请求 API 密钥不正确。</p><p>解决方法：确保使用了正确的 API 密钥，清除浏览器缓存或生成新密钥。<br></p> |
| 401 - 必须是组织成员才能使用 API     | <p>原因：您的帐户不属于任何组织。</p><p>解决方法：联系我们以加入新组织，或要求您所在组织管理员邀请您加入该组织。<br></p> |
| 429 - 请求速率达到限制            | <p>原因：发送请求过快。</p><p>解决方法：控制好请求速率。阅读速率限制指南。</p>                        |
| 429 - 您已超出当前配额，请检查计划和账单详情 | <p>原因: 您已达到最大月度支出（硬性限制），可以在账户计费部分查看此信息.</p><p>解决方法: 申请增加配额.</p>       |
| 429 - 引擎目前负载过高，请稍后再试      | <p>原因: 我们服务器正在经历高流量.</p><p>解决办法: 稍等片刻后重试你们得请求.</p>                    |
| 500-服务器处理您得请求时发生错误.       | <p>原因: 我们服务器上存在问题.</p><p>解决办法: 稍等片刻后重试,如果问题仍然存在,请与我们联系. 查看状态页面。</p>   |


---

# 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://openaidoc.kaimingwan.com/zhi-nan/cuo-wu-ma.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.
