先に結論から言うと、OpenAI Codex にはすべてのユーザーに共通する「1日 token 上限」はありません。2026年4月21日時点で、見るべき制限は ChatGPT plan に含まれる利用なのか、Business / Enterprise credits なのか、API key なのかで変わります。
Plus と Business は local messages、cloud tasks、code reviews を5時間ウィンドウで示します。Pro は Pro 5x と Pro 20x に分かれ、2026年5月31日までの一時的な増量もあります。API key は usage-based API billing であり、ChatGPT plan の quota ではありません。
まず Codex usage dashboard を開き、CLI では /status を確認してください。その後で、自分に適用される branch の数字だけを読めば十分です。
Evidence note: OpenAI Codex pricing、Codex authentication、API rate-limit guide は 2026年4月21日に再確認しました。
まずどの limit surface かを決める
| 利用しているもの | 実際に制限を決めるもの | 最初に見る場所 | 圧迫された後の選択肢 |
|---|---|---|---|
| ChatGPT Plus、Pro、included Business | model と activity ごとの plan windows | Codex usage dashboard と /status | credits、model mix、または extra local work の API key 化 |
| Business / Enterprise / Edu workspace credits | workspace contract、seat type、credit rules | workspace contract と Codex pricing | flexible pricing なら workspace credits を追加 |
| API key | API pricing と org / project rate limits | OpenAI Platform limits と API pricing | すでに usage-based。throughput と spend の管理になる |
Codex そのものの全体像が必要なら、OpenAI Codex March 2026 guide を読んでください。以降は利用制限の契約だけに絞ります。
現在の Codex usage limits

2026年4月21日時点の公式 snapshot は次の通りです。
| Route | Local messages / 5h | Cloud tasks / 5h | Code reviews / 5h | Caveat |
|---|---|---|---|---|
| Plus | GPT-5.4: 20-100; GPT-5.4-mini: 60-350; GPT-5.3-Codex: 30-150 | GPT-5.3-Codex: 10-60 | GPT-5.3-Codex: 20-50 | local と cloud は5時間ウィンドウを共有し、weekly limits もあり得る |
| Pro 5x | GPT-5.4: 100-500; GPT-5.4-mini: 300-1750; GPT-5.3-Codex: 150-750 | GPT-5.3-Codex: 50-300 | GPT-5.3-Codex: 100-250 | Pro $100 は 2026-05-31 まで表示 usage の 2x |
| Pro 20x | GPT-5.4: 400-2000; GPT-5.4-mini: 1200-7000; GPT-5.3-Codex: 600-3000 | GPT-5.3-Codex: 200-1200 | GPT-5.3-Codex: 400-1000 | Pro $200 も 2026-05-31 まで一時的な高い 5-hour limits |
| Business included usage | GPT-5.4: 20-100; GPT-5.4-mini: 60-350; GPT-5.3-Codex: 30-150 | GPT-5.3-Codex: 10-60 | GPT-5.3-Codex: 20-50 | usage-based seats と flexible pricing で team contract が変わる |
| API Key | usage-based | not available | not available | API key は GitHub code review や Slack integration などの cloud features を含まない |
この表は「現在の contract snapshot」として読むべきで、固定保証ではありません。OpenAI は、実際の使用量が model、task size、complexity、local / cloud surface によって変わると説明しています。
なぜ体感上限が違うのか
同じ plan でも体感が違う理由は、model choice、context size、長い session、cloud work、speed configuration、image generation、AGENTS.md、MCP servers などです。routine tasks を GPT-5.4-mini に移すだけで local-message headroom が伸びることもあります。
つまり「daily token limit はいくつか」ではなく、「どの work type がどの contract を消費しているか」を見るべきです。
Business / Enterprise credits と token-based shift

Credits は included usage を使い切った後の継続手段です。Plus / Pro は additional credits、Business / Edu / Enterprise の flexible pricing は workspace credits を使います。
2026年4月2日以降、新旧 Business customers と新しい Enterprise customers は token-based accounting へ移行しています。現在の credit snapshot は次の通りです。
| Model | Input credits / 1M tokens | Cached input credits / 1M tokens | Output credits / 1M tokens |
|---|---|---|---|
| GPT-5.4 | 62.50 | 6.250 | 375 |
| GPT-5.4-mini | 18.75 | 1.875 | 113 |
| GPT-5.3-Codex | 43.75 | 4.375 | 350 |
| GPT-5.2 | 43.75 | 4.375 | 350 |
ただし、すべての Codex ユーザーが token-metered になったわけではありません。他の plan types は移行まで previous message-based rate card を使います。Enterprise / Edu の flexible pricing は credits に応じて拡張され、flexible pricing がない場合は多くの機能で Plus-like per-seat limits になります。
API key は別契約
API key は CLI、SDK、IDE extension の local Codex に向いています。GitHub code review や Slack integration のような cloud-based Codex features は含みません。API rate limits は RPM、RPD、TPM、TPD、IPM で測られ、organization / project、model、monthly spend limits によっても変わります。
API の始め方が必要なら、OpenAI API key free trial guide を参照してください。
制限に当たった後の動き

- Codex usage dashboard と
/statusを確認する。 - routine tasks を GPT-5.4-mini に移す。
- prompt、
AGENTS.md、不要な MCP servers を小さくする。 - Plus / Pro は additional credits、flexible workspace は workspace credits を使う。
- extra local tasks は API key billing に移す。
FAQ
OpenAI Codex に daily token limit はありますか?
全体共通のものはありません。plan windows、credits、API rate limits に分かれます。
Plus / Pro は daily limits ですか?
いいえ。現在の公式表は5時間ウィンドウ中心で、Pro は Pro 5x と Pro 20x に分かれます。
Business は Plus と同じですか?
included-usage 表の数値は同じですが、Business には standard seats、usage-based seats、flexible pricing、workspace credits の違いがあります。
API key は ChatGPT plan と同じですか?
違います。API key は usage-based local route で、cloud Codex features は含みません。
Ownable synthesis: Codex の利用制限は一つの数字ではなく、plan window、workspace credits、API key のどの契約かを先に決める問題です。
