fix: vercel gateway options

pull/4395/head
Aiden Cline 2025-11-16 18:39:31 -06:00
parent d7f4f3ec1f
commit 25678fa504
1 changed files with 4 additions and 0 deletions

View File

@ -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,