Vercel Adds GPT-5.5 and GPT-5.5 Pro to AI Gateway for Agentic Workflows

Agentic Coding
Computer Use
GPT
AI Agent
Performance

Vercel Adds GPT-5.5 and GPT-5.5 Pro to AI Gateway for Agentic Workflows
Vercel, a frontend cloud platform and creator of the AI SDK, added GPT-5.5 and GPT-5.5 Pro to its AI Gateway. These models are optimized for agentic AI (systems that autonomously plan and execute multi-step tasks) and offer improved token efficiency. Developers can access them using the openai/gpt-5.5 or openai/gpt-5.5-pro model strings.

This integration follows the recent launch of GPT-5.5, shifting focus from reactive chat to long-horizon workflows. By hosting models on a unified gateway, Vercel removes the friction of managing multiple provider accounts. It builds on the platform's strategy of bringing frontier models to developers with enterprise-grade reliability.

Use these models for agentic coding, computer use (AI capability to control software interfaces), and multi-pass document critiquing. GPT-5.5 excels at carrying changes through codebases, while the Pro variant is built for high-stakes research where quality outweighs latency. Both are available now via the AI SDK with built-in observability.

Read the full update →

Frequently asked questions

What is GPT-5.5 and how does it differ from GPT-5.4?
GPT-5.5 is a frontier model from OpenAI designed for long-running agentic work, where the AI plans and executes multi-step tasks independently. Compared to GPT-5.4, it is more token-efficient and better at maintaining context across large systems. It excels at agentic coding and computer use, allowing it to operate software and create complex documents.
What is the difference between GPT-5.5 and GPT-5.5 Pro?
GPT-5.5 is optimized for agentic coding and long-horizon tasks where speed and context are balanced. GPT-5.5 Pro is built for demanding workflows where output quality is more important than latency. It is specifically tuned for multi-step processes like legal critiquing, scientific research, and data science that require the model to stress-test its own arguments.
How can developers use GPT-5.5 on Vercel?
Developers can access these models through the Vercel AI Gateway by using the Vercel AI SDK. To get started, set the model parameter to either openai/gpt-5.5 or openai/gpt-5.5-pro. The gateway provides a unified API for calling the models while handling usage tracking, cost monitoring, and automatic retries for higher uptime.
What is the pricing for GPT-5.5 on Vercel AI Gateway?
Vercel provides access to GPT-5.5 and GPT-5.5 Pro on the AI Gateway with no price markup. Users do not need separate provider accounts to get started. The gateway also includes features for tracking usage and costs across different models, along with intelligent provider routing and failover optimizations to ensure performance.
What specific tasks can GPT-5.5 perform with computer use?
GPT-5.5 features computer-use skills that allow it to interact directly with software interfaces. It can turn raw source material into structured documents, spreadsheets, or slide presentations. This capability is paired with its ability to hold context across large systems, making it effective for carrying complex changes through an entire codebase or research project.