fix: mark Vercel AI Gateway as passthroughModels (#11771)

Correção pequena e correta — `passthroughModels: true` para o Vercel AI Gateway. Validado no worktree combinado do lote (typecheck limpo, gates estáticos verdes). Obrigado!
This commit is contained in:
Rahul sharma
2026-08-30 17:39:13 +05:30
committed by GitHub
parent 212fba734f
commit 131e413cbd
2 changed files with 2 additions and 0 deletions

View File

@@ -10,4 +10,5 @@ export const vercel_ai_gatewayProvider: RegistryEntry = {
authType: "apikey",
authHeader: "bearer",
models: CHAT_OPENAI_COMPAT_MODELS["vercel-ai-gateway"],
passthroughModels: true,
};

View File

@@ -784,6 +784,7 @@ export const APIKEY_PROVIDERS_GATEWAYS = {
icon: "route",
color: "#111827",
textIcon: "VAI",
passthroughModels: true,
website: "https://vercel.com/docs/ai-gateway",
},
llm7: {