Open AI API Key- Hard Limit Reached

I’ve just added a payment method to my account but I’m still running into this issue when I hit my API key.

400 ====> {
  error: {
    code: 'billing_hard_limit_reached',
    message: 'Billing hard limit has been reached',
    param: null,
    type: 'invalid_request_error'
  }
}

I’ve gotten this message despite configuring my hard limit to be none. Am I missing a step here?

1 Like