---
title: "OpenAI/ChatGPT 客户端报错：You exceeded your current quota, please check your plan and billing details."
date: 2023-06-15T16:02:02.000Z
author: Z.SHINCHVEN
tags: [OpenAI, ChatGPT, GPT]
canonical: https://atlassc.net/2023/06/16/openai-quota-exceeded
---
在使用第三方 OpenAI 或者 ChatGPT 客户端时可能会遇到下面这个问题：

> Error Code 429 - 
> 
> You exceeded your current quota, please check your plan and billing details.
> 
> 翻译：您已超出当前配额，请检查您的计划和账单详情。

正如字面所说，你的 OpenAI 账号已达到 API 的最大月度支出（硬限制）。

对于`简中用户`来说，最常见的情况是你免费账户的`试用金过期了`，你需要把账号升级到付费账户才能继续使用。

如果你是`付费用户`，请登录 OpenAI 的 [账单后台](https://platform.openai.com/account/billing/limits) 并检查你的 [使用量](https://beta.openai.com/account/usage) 是否已经超过了限制。

如果你觉得你的使用量有异常，建议你检查一下你的 API 密钥是否泄露并 [删除重建密钥](https://platform.openai.com/account/api-keys)。

如果你的使用量需要很大，可以向 OpenAI [申请提升配额](https://beta.openai.com/forms/quota-increase)。

如果你 OpenAI 支付遇到困难，可以考虑使用 [Azure OpenAI Service](/2023/04/25/azure-openai-service) 替代，他们不锁区域，支付也很方便。
