Vercel AI Gateway
Vercel AI Gateway provides unified, edge-optimized access to 100+ LLM providers with automated retries, global edge caching, and centralized request telemetry.
Website: https://vercel.com/docs/ai/ai-gateway
Getting an API Key
- Log in to the Vercel Dashboard.
- Navigate to your project or team settings and enable AI Gateway.
- Create and copy your Vercel AI Gateway API Key.
Supported Models
Vercel AI Gateway supports routed models across major providers using the standard provider/model-id format:
Anthropic Claude
anthropic/claude-sonnet-5- (Recommended for Coding) Flagship agentic coding and refactoringanthropic/claude-opus-4-8- Maximum reasoning depth and multi-file planninganthropic/claude-3-7-sonnet- Hybrid thinking model
OpenAI
openai/gpt-5.5- (Recommended for Reasoning) Flagship multimodal modelopenai/gpt-4o- Fast, robust pair-programming workhorseopenai/o3-mini/openai/o4-mini- High-depth chain-of-thought verification
Google Gemini
google/gemini-3.7-flash- 1M+ context window for repository-wide explorationgoogle/gemini-2.5-pro- Multimodal reasoning and document analysis
Open-Weights & DeepSeek
deepseek/deepseek-r1- Frontier open-weights mathematical and code reasoningdeepseek/deepseek-chat(V3) - High-efficiency coding model
Configuration in PostQode
- Open PostQode Settings ().
- Select Vercel AI Gateway in the API Provider dropdown.
- Enter your Vercel AI Gateway API Key.
- Specify your target model string (e.g.
anthropic/claude-sonnet-5,openai/gpt-5.5, orgoogle/gemini-3.7-flash). - Click Save Settings to connect.