Hi, I’m trying to familiarise myself with the API and implemented a simple image request as described in the Github OpenAIKit Swift SDK documentation.
However I’m seeing the following error on my very first request:
{
“error”: {
“code”: “billing_hard_limit_reached”,
“message”: “Billing hard limit has been reached”,
“param”: null,
“type”: “invalid_request_error”
}
If I check my account limits, I see that I’m on a Free account.
However, the limits for using the dall-e-2 api (which the sdk uses) are specified as follows on the limits page of my Personal account.
Can someone confirm if these limits are for Free tier or paid tier? Because the wording that precedes the rate limits table is confusing as it says: “Your organization’s rate limits are listed below”. It doesn’t mention if the limits are when on a free or paid tier.
Thank you!