Models

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

gpt-5 on Vivgrid: OpenAI's GPT-5 model with a 272K context window, function calling, and three-region geo-distributed acceleration.

gpt-5 is OpenAI's foundational GPT-5 model, a reliable all-rounder for reasoning, coding assistance, and agent workloads. Its 272K-token context window covers most long-context needs, and it supports robust function calling.

On Vivgrid, gpt-5 enjoys one of the widest acceleration footprints β€” geo-distributed across AMER, EMEA, and APAC β€” for consistently low latency worldwide.

Specifications

ProviderOpenAI
Model IDgpt-5
Best forGeneral-purpose
Context window272,000 tokens
Max output128,000 tokens
ModalitiesText, Image
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 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",
    "messages": [
      { "role": "user", "content": "Say hello in English, Chinese and Spanish." }
    ],
    "stream": true
  }'

Ideal use cases

  • General-purpose agents and chat assistants
  • Tool-calling workflows that need dependable structured output
  • Globally distributed deployments
  • A stable baseline before adopting newer 5.x models
  • gpt-5.1 β€” the next iteration with audio input
  • gpt-5-mini β€” smaller, cheaper sibling
  • gpt-5.4 β€” current high-capability model

On this page