Models

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

gpt-5.1-codex on Vivgrid: a Codex-tuned coding model on the Responses API with a 400K context window and three-region geo-distributed acceleration.

gpt-5.1-codex is OpenAI's Codex-tuned 5.1 coding model, designed for agentic software engineering through the Responses API. It is a well-rounded, cost-effective option for everyday coding agents.

Vivgrid accelerates gpt-5.1-codex across AMER, EMEA, and APAC β€” the broadest reach in the Codex line β€” with a 400K-token context window for project-scale sessions.

Specifications

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

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 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",
    "input": "Refactor this function and explain the change.",
    "stream": true
  }'

Ideal use cases

  • Day-to-day coding agents on the Responses API
  • Globally distributed teams needing low latency in three regions
  • Automated edits, reviews, and test generation
  • Tool-calling workflows that chain editor and shell actions

On this page