Models

gpt-5.1-codex-max β€” API, Pricing & Context Window | Vivgrid

gpt-5.1-codex-max on Vivgrid: an extended-effort Codex coding model on the Responses API with a 400K context window and geo-distributed acceleration.

gpt-5.1-codex-max is the extended-effort variant of OpenAI's Codex 5.1 line, tuned to push harder on difficult, long-horizon coding problems. It runs on the Responses API and is a good fit when you want maximum reasoning depth from the 5.1 Codex generation.

On Vivgrid it offers a 400K-token context window and geo-distributed acceleration across AMER and EMEA, balancing depth with responsive latency.

Specifications

ProviderOpenAI
Model IDgpt-5.1-codex-max
Best forCoding
Context window400,000 tokens
Max output128,000 tokens
ModalitiesText, Image
Tool / function callingYes
Knowledge cutoff2024-09
Acceleration⚑ Geo-Distributed β€” AMER, EMEA

Pricing

Pricing in USD per 1M tokens, matching the provider's rates.

InputCached inputOutput
$1.25$0.125$10.00

Quick start

Call gpt-5.1-codex-max through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.

curl https://api.vivgrid.com/v1/responses \
  -H "Authorization: Bearer $VIVGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.1-codex-max",
    "input": "Refactor this function and explain the change.",
    "stream": true
  }'

Ideal use cases

  • Hard, multi-file engineering tasks needing extra reasoning effort
  • Codex agents tackling complex debugging and architecture changes
  • Long agent loops where thoroughness matters more than raw speed
  • Responses-API tooling that wants the strongest 5.1 Codex option

On this page