feat(provider): add NVIDIA to popular providers, docs, and attribution headers (#22927)

Co-authored-by: Kit Langton <kit.langton@gmail.com>
Co-authored-by: Aiden Cline <63023139+rekram1-node@users.noreply.github.com>
This commit is contained in:
Annie Surla
2026-04-19 17:57:49 -07:00
committed by GitHub
parent e4be557928
commit 6e0178655b
2 changed files with 54 additions and 17 deletions

View File

@@ -410,6 +410,16 @@ function custom(dep: CustomDep): Record<string, CustomLoader> {
},
},
}),
nvidia: () =>
Effect.succeed({
autoload: false,
options: {
headers: {
"HTTP-Referer": "https://opencode.ai/",
"X-Title": "opencode",
},
},
}),
vercel: () =>
Effect.succeed({
autoload: false,