gpt-5.4 β API, Pricing & Context Window | Vivgrid
Use OpenAI's gpt-5.4 on Vivgrid: a 1.05M-token coding model with broad three-region acceleration (AMER, EMEA, APAC) and a unified, OpenAI-compatible API.
gpt-5.4 is a high-capability OpenAI coding model that balances frontier-level quality with a more accessible price than gpt-5.5. Its 1.05M-token context window comfortably holds large codebases, design docs, and long agent histories.
On Vivgrid it has the widest acceleration footprint of the GPT-5 family β geo-distributed across AMER, EMEA, and APAC β making it a strong default for globally distributed teams and agents.
Specifications
| Provider | OpenAI |
| Model ID | gpt-5.4 |
| Best for | Coding |
| Context window | 1,050,000 tokens |
| Max output | 128,000 tokens |
| Modalities | Text, Image |
| Tool / function calling | Yes |
| Knowledge cutoff | 2025-08 |
| Acceleration | β‘ Geo-Distributed β AMER, EMEA, APAC |
Pricing
Pricing in USD per 1M tokens, matching the provider's rates.
| Input | Cached input | Output |
|---|---|---|
| $2.50 | $0.25 | $15.00 |
Quick start
Call gpt-5.4 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.4",
"messages": [
{ "role": "user", "content": "Say hello in English, Chinese and Spanish." }
],
"stream": true
}'Ideal use cases
- Production coding agents that need frontier quality at moderate cost
- Teams with users across the Americas, Europe, and Asia-Pacific
- Long-context analysis and refactoring of large repositories
- Tool-calling agents requiring reliable, structured outputs
Related models
- gpt-5.5 β the current flagship for the hardest tasks
- gpt-5.4-mini β a faster, cheaper sibling
- gpt-5.2 β general-purpose GPT-5 generation model
gpt-5.5
Run OpenAI's gpt-5.5 on Vivgrid: a 1.05M-token flagship coding model for agents and CLIs, with geo-distributed acceleration and a unified API.
gpt-5.3-codex
gpt-5.3-codex on Vivgrid: OpenAI's Codex-tuned coding model on the Responses API, with a 400K context window and geo-distributed acceleration.