LLM Reference

GPT-5.4 on Vercel AI Gateway

GPT-5.4 · OpenAI

Serverless

Last refreshed 2026-05-22. Next refresh: weekly.

Why use GPT-5.4 on Vercel AI Gateway?

Vercel AI Gateway offers GPT-5.4 with pay-as-you-go pricing at $2.50/1M input tokens. Vercel AI Gateway is a unified AI proxy providing a single OpenAI-compatible API endpoint to 275+ models from 25+ providers including Anthropic, OpenAI, Google, Meta, Mistral, DeepSeek, xAI, Alibaba, Amazon, ByteDance, Cohere, MiniMax, MoonshotAI, KwaiPilot, Black Forest Labs, Recraft, Voyage AI, NVIDIA, and more.

Compare GPT-5.4 across 3 providers to find the best fit for your use case
Input / 1M
$2.50
Output / 1M
$15.00
Cache
read $0.25
Batch
Not sourced

Setup recipe

Python + curl
Install
pip install openai
Auth
export AI_GATEWAY_API_KEY=...
Call
import os
from openai import OpenAI
client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
Model ID
openai/gpt-5.4

Request example

import os
from openai import OpenAI

client = OpenAI(
    api_key=os.environ["AI_GATEWAY_API_KEY"],
    base_url="https://ai-gateway.vercel.sh/v1"
)
response = client.chat.completions.create(
    model="openai/gpt-5.4",
    messages=[{"role": "user", "content": "Hello"}]
)
print(response.choices[0].message.content)

Gotchas

  • Use provider model ID "openai/gpt-5.4", not the LLMReference slug "gpt-5.4".
  • creator/model-name e.g. kwaipilot/kat-coder-pro-v2
  • The examples expect AI_GATEWAY_API_KEY; rename it only if your application config maps the new variable.

Compare GPT-5.4 Across Providers

ProviderInput (per 1M)Output (per 1M)
OpenAI API$2.50$15.00
OpenRouter$2.50$15.00
Vercel AI Gateway$2.50$15.00

Pricing

TypePrice (per 1M)
Input tokens$2.50
Output tokens$15.00
Query$10.00

Capabilities

MultimodalReasoningFunction CallingTool UseStructured OutputsCode ExecutionPrompt CachingBatch API

About GPT-5.4

GPT-5.4 is OpenAI's flagship frontier reasoning model, released March 5, 2026. It incorporates advances from GPT-5.3-Codex for coding and agentic workflows, and adds 'Thinking' mode with editable reasoning plans. Key capabilities include computer use (navigating interfaces via Playwright), image understanding and generation integration, full-stack web app generation, tool calling, and deep research. Knowledge cutoff is August 31, 2025. Model ID: gpt-5.4.

FAQ

What does GPT-5.4 cost on Vercel AI Gateway?

On Vercel AI Gateway, GPT-5.4 costs $2.5 per 1M input tokens and $15 per 1M output tokens.

What is the context window for GPT-5.4 on Vercel AI Gateway?

GPT-5.4 supports a 1,050,000 token context window on Vercel AI Gateway.

How does Vercel AI Gateway compare to other GPT-5.4 providers?

GPT-5.4 is available from 3 providers. The cheapest input pricing is $2.50/1M tokens from OpenAI API.

What API model ID do I use for GPT-5.4 on Vercel AI Gateway?

Use the model ID openai/gpt-5.4 when calling Vercel AI Gateway's API.

Who created GPT-5.4?

GPT-5.4 was created by OpenAI as part of the GPT-5.4 model family.

Is GPT-5.4 open source?

GPT-5.4 is not open source; the seed data lists it as proprietary.

Get Started

Model Specs

Released2026-03-05
Context1.1M
ArchitectureDecoder Only
Knowledge cutoff2025-08

Related Models on Vercel AI Gateway