{ "id": "vercel-ai-gateway", "icon": "https://cdn.simpleicons.org/vercel", "activation": { "onStartup": false }, "enabledByDefault": true, "providers": ["vercel-ai-gateway"], "modelIdNormalization": { "providers": { "vercel-ai-gateway": { "aliases": { "opus-4.6": "claude-opus-4-6", "sonnet-4.6": "claude-sonnet-4-6" }, "prefixWhenBareAfterAliasStartsWith": [ { "modelPrefix": "claude-", "prefix": "anthropic" } ] } } }, "modelPricing": { "providers": { "vercel-ai-gateway": { "openRouter": { "passthroughProviderModel": true }, "liteLLM": { "passthroughProviderModel": true } } } }, "setup": { "providers": [ { "id": "vercel-ai-gateway", "envVars": ["AI_GATEWAY_API_KEY"] } ] }, "providerAuthChoices": [ { "provider": "vercel-ai-gateway", "method": "api-key", "choiceId": "ai-gateway-api-key", "appGuidedSecret": true, "choiceLabel": "Vercel AI Gateway API key", "groupId": "ai-gateway", "groupLabel": "Vercel AI Gateway", "groupHint": "API key", "optionKey": "aiGatewayApiKey", "cliFlag": "--ai-gateway-api-key", "cliOption": "--ai-gateway-api-key ", "cliDescription": "Vercel AI Gateway API key" } ], "configSchema": { "type": "object", "additionalProperties": false, "properties": {} } }