# GPT-5 API Rate Limits, Pricing & Performance (July 2026)

- Tool: AI API Limits & Performance Matrix
- Last updated: July 2026

## TL;DR

GPT-5 was never a separately listed OpenAI API endpoint. The current flagship is GPT-5.5 (released April 24, 2026), offering approximately 1M token context (922K input / 128K output), priced at $5.00 input / $30.00 output per MTok with a $0.50/MTok cached rate. Tier 1 starts at roughly 500 RPM / 30K TPM; long-context surcharge (2× input / 1.5× output) kicks in above 272K tokens.

## Frequently asked questions

### Does GPT-5 have its own API endpoint?

No. 'GPT-5' was never a distinct OpenAI API model string. As of July 2026, the flagship endpoint is gpt-5.5 (released April 24, 2026). Use model: "gpt-5.5" in your API calls.

### What are the GPT-5 API rate limits?

GPT-5.5 (the live successor) starts at approximately 500 RPM and 30,000 TPM at Tier 1 (per third-party trackers — confirm in your OpenAI dashboard). Tier 5 reaches roughly 10,000 RPM and 30M TPM. These figures are from community trackers; official docs do not publish a stable per-tier table.

### Is the GPT-5 API free?

No. GPT-5.5 is not available on a free tier. A first payment of roughly $5 is required to reach Tier 1 (paid access). Pricing is $5.00/MTok input and $30.00/MTok output at standard rates.

### How do I increase my GPT-5 rate limits?

Limits advance automatically as your cumulative spend reaches $50 (Tier 2), $100 (Tier 3), $250 (Tier 4), and $1,000 + 30 days (Tier 5). At Tier 5, you can submit a manual limit-increase request via Settings → Limits in your OpenAI dashboard; expect a 3–10 business-day response.

### What does the GPT-5 long-context surcharge mean?

Any request where the total session token count exceeds 272K tokens is billed at 2× the standard input rate ($10.00/MTok) and 1.5× the output rate ($45.00/MTok) for the ENTIRE session — not just the portion above 272K. Keep prompts under 272K to avoid this surcharge.

### GPT-5 vs Claude Opus 4.8 pricing: which is cheaper?

Input pricing is identical at $5.00/MTok. On output, Claude Opus 4.8 is slightly cheaper at $25.00/MTok vs GPT-5.5's $30.00/MTok. Grok 4 (Grok 4.5) undercuts both at $2.00/$6.00/MTok. Claude Opus 4.8 also has no long-context surcharge, unlike GPT-5.5.

### How can RapidDev help with GPT-5 API quota planning?

RapidDev's engineers help teams architect prompt caching, Batch API pipelines, and tier-progression strategies to minimize GPT-5.5 costs and eliminate 429 errors. Book a free scoping call at rapidevelopers.com/contact.

### What is 'rate_limit_exceeded' in the OpenAI API?

It is OpenAI's error code returned in the 429 response body when you have hit your RPM, TPM, RPD, or TPD ceiling. The full error object looks like: {"error": {"message": "Rate limit reached for ...", "type": "requests", "code": "rate_limit_exceeded"}}. Check the x-ratelimit-reset-requests or x-ratelimit-reset-tokens header to see when quota resets.

### Should I use the Batch API for GPT-5 to reduce costs?

Yes. The Batch API offers 50% off standard pricing ($2.50/$15.00/MTok) and uses a separate pool that does not compete with your live RPM quota. It is ideal for classification, summarization, and data enrichment pipelines where real-time responses are not required.

---

Source: https://www.rapidevelopers.com/ai-api-limits-performance-matrix/gpt-5
© RapidDev — https://www.rapidevelopers.com/ai-api-limits-performance-matrix/gpt-5
