mirror of
https://github.com/diegosouzapw/OmniRoute.git
synced 2026-09-14 02:42:24 +03:00
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:
@@ -10,4 +10,5 @@ export const vercel_ai_gatewayProvider: RegistryEntry = {
|
||||
authType: "apikey",
|
||||
authHeader: "bearer",
|
||||
models: CHAT_OPENAI_COMPAT_MODELS["vercel-ai-gateway"],
|
||||
passthroughModels: true,
|
||||
};
|
||||
|
||||
@@ -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: {
|
||||
|
||||
Reference in New Issue
Block a user