Menu

Post image 1
Post image 2
Post image 3
1 / 3
0

AI Gateway is now generally available - Vercel

Vercel News·Walter Korman·4 days ago
#LFkj9Rt8
Reading 0:00
15s threshold

AI Gateway is now generally available, providing a single unified API to access hundreds of AI models with transparent pricing and built-in observability.

With sub-20ms latency routing across multiple inference providers, AI Gateway delivers:

  • Transparent pricing with no markup on tokens (including Bring Your Own Keys)

  • Automatic failover for higher availability

  • High rate limits

  • Detailed cost and usage analytics

You can use AI Gateway with the AI SDK or through the OpenAI-compatible endpoint. With the AI SDK, it’s just a simple model string switch.

Get started with a single API call:

import { streamText } from 'ai'

const result = streamText({

model: 'openai/gpt-5',

prompt: 'How can AI Gateway not have a markup on tokens?'

})

Read more about the announcement, learn more about AI Gateway, or get started now.

Read More