The rate limit of each secret keys

Hello developers,

I have a question about the rate limitation of account. A personal account maximum could create 5 secret keys and use the account credits together. So how’s the way to measure the rate limitation? count the API request separately by each key? or sum the requests of each key per minute together?

It is on Organization level, not on key, nor on user level.

We enforce rate limits at the [organization level] not user level, based on the specific endpoint used as well as the type of account you have.

https://platform.openai.com/docs/guides/rate-limits/overview

thanks for answering.

the account is a personal level account, but i still get the rate limit error when i sent a request. The error info pasted below:

“Rate limit reached for default-text-davinci-003 in organization org-XXXXXXXXX on requests per min. Limit: 60.000000 / min. Current: 70.000000 / min. Contact support@openai.com if you continue to have issues. Please add a payment method to your account to increase your rate limit. Visit OpenAI API to add a payment method.”

it make me confuse the type of my account. do you know the way to check it?