Vercel — AI · · 1 min read

Gemini 3.7 Flash now available on AI Gateway for 50% off

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

Gemini 3.7 Flash from Google is now available on AI Gateway for 50% off till December 31st, 2026.

Gemini 3.7 Flash improves on prior Flash models at software engineering and agentic work. It resolves issues more reliably and spends less time stuck in failed agent loops, which matters on long tool-calling sequences where one derailment costs the rest of the run. It also generates desktop and web application code directly from design mocks, with closer adherence to the source design.

To use Gemini 3.7 Flash, set model to google/gemini-3.7-flash in the AI SDK:

import { streamText } from 'ai';
const result = streamText({
model: 'google/gemini-3.7-flash',
prompt: 'Build a settings page from this design mock.',

To use it in a coding agent, run vercel ai-gateway coding-agents setup to connect Claude Code, Codex, OpenCode, or Pi, then select google/gemini-3.7-flash inside the agent.

To try Gemini 3.7 Flash with no code, try the model in the model playground.

AI Gateway provides a unified API for calling models, tracking usage and cost, and configuring retries, failover, and performance optimizations for higher-than-provider uptime. It includes built-in custom reporting, Zero Data Retention support, budgets for API keys, routing rules, and more.

AI Gateway reflects provider pricing with no markup and does not charge a platform fee on inference, including on Bring Your Own Key (BYOK) requests.

AI Gateway: Track top AI models by usage

The AI Gateway model leaderboard tracks the most popular models over time, ranking them by the total volume of tokens processed across all Gateway traffic.

View the leaderboard


Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI