Models

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

gpt-5.1 on Vivgrid: a general-purpose GPT-5 model with a 272K context window, text, image and audio input, and regional acceleration.

gpt-5.1 is a versatile GPT-5 generation model with a 272K-token context window and support for text, image, and audio inputs. It's a balanced option for agents and assistants that need solid reasoning without flagship pricing.

Vivgrid accelerates gpt-5.1 across AMER and EMEA and exposes it through the same OpenAI-compatible endpoint used by every model in the catalog.

Specifications

ProviderOpenAI
Model IDgpt-5.1
Best forGeneral-purpose
Context window272,000 tokens
Max output128,000 tokens
ModalitiesText, Image, Audio
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 through Vivgrid's unified, OpenAI-compatible endpoint. Get an API key from the Vivgrid Console.

curl https://api.vivgrid.com/v1/chat/completions \
  -H "Authorization: Bearer $VIVGRID_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "gpt-5.1",
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

Ideal use cases

  • Multimodal assistants handling text, image, and audio
  • General reasoning and conversation
  • Function-calling agents at moderate cost
  • Workloads upgrading from gpt-5
  • gpt-5.2 β€” the next general-purpose release
  • gpt-5 β€” the original GPT-5 model
  • gpt-5.1-codex β€” Codex-tuned 5.1 for coding

On this page