I just created a test user and i’m trying ti consume the endpoint bellow:
v1/chat/completions
And i’m getting the response error
{“error”: {“code”: “insufficient_quota”, “message”: “You exceeded your current quota, please check your plan and billing details. For more information on this error, read the docs: https://platform.openai.com/docs/guides/error-codes/api-errors.”, “param”: null, “type”: “insufficient_quota”}}
What do i need to do to solve the problem ?