fix: vercel gateway options

This commit is contained in:
Aiden Cline
2025-11-16 18:39:31 -06:00
parent c327a0dea0
commit 0d31818c43
@@ -177,6 +177,10 @@ export namespace ProviderTransform {
return {
["anthropic" as string]: options,
}
case "@ai-sdk/gateway":
return {
["gateway" as string]: options,
}
default:
return {
[providerID]: options,