오류해결

CHAT GPT API 사용량 초과 에러

indeep 2023. 8. 30. 09:56
"error":
{
"message": "You exceeded your current quota, please check your plan and billing details.",
"type": "insufficient_quota",
"param": null,
"code": "insufficient_quota"
}

에러 메시지로 이런 내용을 반환받았다.

 

You exceeded your current quota, please check your plan and billing details.

 

즉 현재 할당량을 초과했다는 의미인데 나는 GPT 유료버전을 사용하고 이번에 API 키를 발급받아서 처음 적용한 상황이다.

 

해당 문제를 해결하려면 https://platform.openai.com/account/billing/overview

 

OpenAI Platform

Explore developer resources, tutorials, API docs, and dynamic examples to get the most out of OpenAI's platform.

platform.openai.com

해당 위치로 들어가서 

 

이 부분에서 카드 등록을 진행해주면 문제가 해결된다고 한다.

 

CHAT GPT API를 사용하려면 카드를 등록해야 한다.

처음에 무료 할당량이 있지만 해당 사용량을 초과하면 결제를 해야되기 때문에 절차부분에서 카드를 등록하게 넣어놓은 것 같다.

 

 

 

반응형