OpenAI: GPT-5.1-Codex-Max

Pricing, context window and lifecycle for openai/gpt-5.1-codex-max, tracked from what the vendor publishes.

2026-07-23 - its vendor retired this model on that date, and the catalogue still lists it. Anything still calling it is running on borrowed time.

To find every place that calls it:

curl -sO https://neosignal-ai.vercel.app/check.py
python check.py .

It names every model your repository calls that is already gone, and exits non-zero so the next one fails the build instead of production.

Price per million tokens

Input$1.25
Output$10.00
Cache read$0.125

Facts

Model IDopenai/gpt-5.1-codex-max
VendorOpenAI
Context window400,000 tokens
Knowledge cutoff-
Retired on2026-07-23
Date fromvendor deprecation page

Supported parameters

include_reasoning, max_completion_tokens, reasoning, reasoning_effort, response_format, seed, structured_outputs, tool_choice, tools

Other OpenAI models

Change history

Every change we have observed since tracking began.

DetectedChangeDetail
2026-07-30 19:10Param Changeadded [] removed ['max_tokens']