OpenAI: GPT-5.1-Codex-Mini

Pricing, context window and lifecycle for openai/gpt-5.1-codex-mini, 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$0.250
Output$2.00
Cache read$0.030

Facts

Model IDopenai/gpt-5.1-codex-mini
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