Skip to content

What's the Difference Between Rate Limits and Usage Quotas in Codex?

I noticed confusion spreading across the Codex community about OpenAI’s “2x rate limits” promotion. Users were asking: Does this double my weekly usage? Will I lose half my allowance when it ends? Let me clear up the confusion.

The Problem

OpenAI’s messaging mixed two different concepts in confusing ways. The usage limits page prominently displays “2x Codex rate limits” under “Usage limits by plan,” but the rate limits documentation page doesn’t mention the promotion at all.

This led many users to assume “2x rate limits” meant “2x usage allowance.” When one Redditor contacted OpenAI Support for clarification, the response was clear:

“The 2x rate limits promotion doubles the Codex rate limits during the promotional period. This refers specifically to request rate limits, not a doubling of overall weekly usage quotas.”

Yet confusion persisted. “What exactly is going to be the behavior after the 2x rate limit disappear,” one user asked. “Even with this explanation I still don’t understand the difference.”

Two Different Limits

Rate limits and usage quotas are fundamentally different things:

Rate Limits vs Usage Quotas
┌─────────────────────────────────────────────────────────────────────┐
│ │
│ RATE LIMITS USAGE QUOTAS │
│ ──────────── ──────────── │
│ • Requests per minute (RPM) • Messages per day/week │
│ • Tokens per minute (TPM) • Total tokens per billing period │
│ • Controls SPEED • Controls CAPACITY │
│ │
│ Like a speed limit: Like a fuel tank: │
│ "How fast can you drive?" "How far can you go?" │
│ │
│ Example: 60 RPM = 1 request Example: 500 messages/week = │
│ per second max speed total weekly budget │
│ │
└─────────────────────────────────────────────────────────────────────┘

Think of it like driving a car:

  • Rate limits are the speed limit on the highway. You can’t exceed 60 mph, but you can drive all day if you have fuel.
  • Usage quotas are your fuel tank capacity. You can drive as fast as you want, but once the tank is empty, you’re done.

What the 2x Promotion Actually Does

The promotion doubles your rate limits. If you normally have 30 requests per minute, you now get 60 requests per minute. That means you can make requests twice as fast.

But your weekly usage quota stays exactly the same. If you had 500 messages per week, you still have 500 messages per week.

Before vs During Promotion
BEFORE DURING PROMOTION
─────── ────────────────
Rate Limits 30 RPM 60 RPM (2x faster!)
Usage Quota 500/week 500/week (same!)
What this means:
─────────────────
• You can send requests twice as fast
• You still drain your quota at the same rate per request
• You might burn through your weekly quota FASTER (more speed = more usage)

One user tested this empirically: “I could do exactly twice as many calls than on any day before… starting from 100%.” They weren’t getting more total usage—they were just able to use their existing allowance faster.

Common Misconceptions

Let me address the myths I’ve seen:

Myth vs Reality
┌─────────────────────────────────────────────────────────────────┐
│ MYTH │ REALITY │
├─────────────────────────────────┼─────────────────────────────────┤
│ "2x rate limits means 2x │ FALSE - Your weekly quota │
│ weekly messages" │ stays the same │
├─────────────────────────────────┼─────────────────────────────────┤
│ "Rate limits and usage limits │ FALSE - They control different │
│ are the same thing" │ aspects of your account │
├─────────────────────────────────┼─────────────────────────────────┤
│ "After the promotion ends, │ FALSE - Your quota stays the │
│ my quota will be cut in half"│ same, just slower to use │
├─────────────────────────────────┼─────────────────────────────────┤
│ "The promotion gives me more │ PARTIALLY TRUE - More speed, │
│ value" │ not more capacity │
└─────────────────────────────────────────────────────────────────┘

Who Benefits From Higher Rate Limits?

The 2x promotion helps users who hit rate limits, not usage limits. If you’re someone who:

  • Makes many rapid-fire requests
  • Automates workflows with multiple API calls
  • Gets “rate limit exceeded” errors frequently

Then higher rate limits help you. You can work faster without waiting between requests.

But if you’re someone who:

  • Uses up your weekly message quota every week
  • Rarely sees rate limit errors
  • Prefers long, single conversations

Then the promotion doesn’t change much for you. You’ll still hit your weekly cap at the same point.

What Happens When the Promotion Ends?

Your rate limits return to normal. That’s it.

After Promotion Ends
DURING AFTER
────── ─────
Rate Limits 60 RPM 30 RPM (back to normal)
Usage Quota 500/week 500/week (unchanged)
What changes:
─────────────
• You can't send requests as quickly
• Must wait longer between rapid requests
• Weekly allowance stays the same

You don’t lose any usage quota. You don’t get “half your messages taken away.” You just go back to the normal speed limit.

Summary

In this post, I explained the critical difference between rate limits and usage quotas in OpenAI Codex. Rate limits control how fast you can make requests (like a speed limit), while usage quotas control your total consumption (like a fuel tank). The 2x rate limits promotion doubles your request speed, not your weekly allowance. Understanding this distinction helps you manage your Codex usage effectively and sets realistic expectations for promotions.

Final Words + More Resources

My intention with this article was to help others share my knowledge and experience. If you want to contact me, you can contact by email: Email me

Here are also the most important links from this article along with some further resources that will help you in this scope:

Oh, and if you found these resources useful, don’t forget to support me by starring the repo on GitHub!

Comments