feat(providers): add Novita presets and icon across supported apps (#1192)

This commit is contained in:
Alex
2026-03-04 22:57:12 +08:00
committed by GitHub
parent af68d4549b
commit b05234c6df
7 changed files with 99 additions and 0 deletions
+26
View File
@@ -959,6 +959,32 @@ export const opencodeProviderPresets: OpenCodeProviderPreset[] = [
},
},
},
{
name: "Novita AI",
websiteUrl: "https://novita.ai",
apiKeyUrl: "https://novita.ai",
settingsConfig: {
npm: "@ai-sdk/openai-compatible",
name: "Novita AI",
options: {
baseURL: "https://api.novita.ai/openai",
apiKey: "",
},
models: {
"zai-org/glm-5": { name: "GLM-5" },
},
},
category: "aggregator",
icon: "novita",
iconColor: "#000000",
templateValues: {
apiKey: {
label: "API Key",
placeholder: "",
editorValue: "",
},
},
},
{
name: "Nvidia",
websiteUrl: "https://build.nvidia.com",