cd /news/ai-infrastructure/service-tiers-now-available-on-ai-ga… · home topics ai-infrastructure article
[ARTICLE · art-67683] src=vercel.com ↗ pub= topic=ai-infrastructure verified=true sentiment=· neutral

Service tiers now available on AI Gateway

Vercel's AI Gateway now supports service tiering, allowing users to optimize for latency, throughput, and cost per request across OpenAI and Gemini models. The feature offers three tiers: default (standard), priority (faster at ~1.8-2x cost), and flex (lower cost at ~0.5x with higher latency), with billing adjusted based on the tier actually used.

read2 min views1 publishedJul 21, 2026

AI Gateway now supports service tiering. Service tiers let you optimize for latency, throughput, and cost per request to match your use case. Pick a faster tier for interactive workloads (less queueing, higher token throughput), or a lower cost tier for background jobs that can tolerate more latency.

At launch, service tiering is available for OpenAI and Gemini models.

Service tiers work across every AI Gateway API format: AI SDK, Chat Completions API, Anthropic Messages API, OpenAI Responses API, and OpenResponses API. AI Gateway adjusts billing based on the tier each request used.

default

: Standard processing

priority

: Faster processing at increased cost

flex

: Lower cost with potentially higher latency

If a service tier is not specified, requests run on the default tier. Set serviceTier

under providerOptions.gateway

. The same option works across all models and providers that support service tiers, so you can swap the model without restructuring provider-specific options:

The applied tier is returned in the provider metadata so you can confirm which tier served the request. This is useful when a priority request falls back to default capacity, or when comparing observed latency across tiers.

Service tier is serviced on a best-effort basis: if a tier can't be applied, the request runs on the default tier at the default rate, and only an invalid service tier value fails the request.

If a model can be served by multiple providers and you only want a service tier on some of them or to configure different service tiers across each, set the tier on the provider's own namespace instead. AI Gateway applies per-tier rates automatically based on the tier each request actually used. If a priority

request gets downgraded to default capacity, billing reflects the default rate, not the priority rate.

| | | | | Baseline | ~1.8-2x default pricing | ~0.5x default pricing |

More details about providers and tiering are in the service tiers reference.

── more in #ai-infrastructure 4 stories · sorted by recency
── more on @vercel 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/service-tiers-now-av…] indexed:0 read:2min 2026-07-21 ·