mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 01:26:11 +00:00
* feat(macos): load onboarding providers from gateway * test(crestodian): widen setup config mock * fix(crestodian): satisfy onboarding lint gate * chore(macos): refresh onboarding localization inventory * test(plugins): cover guided Copilot secret metadata
67 lines
1.5 KiB
JSON
67 lines
1.5 KiB
JSON
{
|
|
"id": "vercel-ai-gateway",
|
|
"icon": "https://cdn.simpleicons.org/vercel",
|
|
"activation": {
|
|
"onStartup": false
|
|
},
|
|
"enabledByDefault": true,
|
|
"providers": ["vercel-ai-gateway"],
|
|
"modelIdNormalization": {
|
|
"providers": {
|
|
"vercel-ai-gateway": {
|
|
"aliases": {
|
|
"opus-4.6": "claude-opus-4-6",
|
|
"sonnet-4.6": "claude-sonnet-4-6"
|
|
},
|
|
"prefixWhenBareAfterAliasStartsWith": [
|
|
{
|
|
"modelPrefix": "claude-",
|
|
"prefix": "anthropic"
|
|
}
|
|
]
|
|
}
|
|
}
|
|
},
|
|
"modelPricing": {
|
|
"providers": {
|
|
"vercel-ai-gateway": {
|
|
"openRouter": {
|
|
"passthroughProviderModel": true
|
|
},
|
|
"liteLLM": {
|
|
"passthroughProviderModel": true
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"setup": {
|
|
"providers": [
|
|
{
|
|
"id": "vercel-ai-gateway",
|
|
"envVars": ["AI_GATEWAY_API_KEY"]
|
|
}
|
|
]
|
|
},
|
|
"providerAuthChoices": [
|
|
{
|
|
"provider": "vercel-ai-gateway",
|
|
"method": "api-key",
|
|
"choiceId": "ai-gateway-api-key",
|
|
"appGuidedSecret": true,
|
|
"choiceLabel": "Vercel AI Gateway API key",
|
|
"groupId": "ai-gateway",
|
|
"groupLabel": "Vercel AI Gateway",
|
|
"groupHint": "API key",
|
|
"optionKey": "aiGatewayApiKey",
|
|
"cliFlag": "--ai-gateway-api-key",
|
|
"cliOption": "--ai-gateway-api-key <key>",
|
|
"cliDescription": "Vercel AI Gateway API key"
|
|
}
|
|
],
|
|
"configSchema": {
|
|
"type": "object",
|
|
"additionalProperties": false,
|
|
"properties": {}
|
|
}
|
|
}
|