> For the complete documentation index, see [llms.txt](https://docs.console.zenlayer.com/api-reference/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.console.zenlayer.com/api-reference/cn/compute/aig/statuscode.md).

# 状态码说明

## 1. 成功

| 状态码   | 说明                 |
| ----- | ------------------ |
| `200` | 正常代理成功             |
| `204` | OPTIONS 预检请求（CORS） |

## 2. 客户端请求错误

| 状态码   | 说明                                                       |
| ----- | -------------------------------------------------------- |
| `400` | 请求参数错误：Content-Type 非法、读取 body 失败、缺少 model、以及其他透传的原厂报错信息 |
| `401` | 鉴权失败：未提供 API key、key格式错误、key 不存在、已过期、余额耗尽                |
| `403` | IP 被禁、模型未在 console 启用 / 无权限、模型在当前区域不可用                   |
| `404` | 路由不匹配、以及其他透传的原厂报错信息                                      |
| `413` | 请求体超过 100MB（按 Content-Length 或实际读取判断）                    |

## 3. 限流

| 状态码   | 说明                    |
| ----- | --------------------- |
| `429` | RPM/TPM 限流触发、所有上游资源耗尽 |
