Files
openclaw/scripts/lib/official-external-provider-catalog.json
2026-06-18 16:50:56 +08:00

243 lines
7.2 KiB
JSON

{
"entries": [
{
"name": "@openclaw/amazon-bedrock-provider",
"description": "OpenClaw Amazon Bedrock provider plugin",
"source": "official",
"kind": "provider",
"openclaw": {
"plugin": {
"id": "amazon-bedrock",
"label": "Amazon Bedrock"
},
"providers": [
{
"id": "amazon-bedrock",
"name": "Amazon Bedrock",
"docs": "/providers/bedrock",
"categories": ["cloud", "llm"]
}
],
"install": {
"npmSpec": "@openclaw/amazon-bedrock-provider",
"defaultChoice": "npm",
"minHostVersion": ">=2026.5.12-beta.1"
}
}
},
{
"name": "@openclaw/amazon-bedrock-mantle-provider",
"description": "OpenClaw Amazon Bedrock Mantle provider plugin",
"source": "official",
"kind": "provider",
"openclaw": {
"plugin": {
"id": "amazon-bedrock-mantle",
"label": "Amazon Bedrock Mantle"
},
"providers": [
{
"id": "amazon-bedrock-mantle",
"name": "Amazon Bedrock Mantle",
"docs": "/providers/bedrock-mantle",
"categories": ["cloud", "llm"]
}
],
"install": {
"npmSpec": "@openclaw/amazon-bedrock-mantle-provider",
"defaultChoice": "npm",
"minHostVersion": ">=2026.5.12-beta.1"
}
}
},
{
"name": "@openclaw/anthropic-vertex-provider",
"description": "OpenClaw Anthropic Vertex provider plugin",
"source": "official",
"kind": "provider",
"openclaw": {
"plugin": {
"id": "anthropic-vertex",
"label": "Anthropic Vertex"
},
"providers": [
{
"id": "anthropic-vertex",
"name": "Anthropic Vertex",
"docs": "/providers/models",
"categories": ["cloud", "llm"]
}
],
"install": {
"npmSpec": "@openclaw/anthropic-vertex-provider",
"defaultChoice": "npm",
"minHostVersion": ">=2026.5.12-beta.1"
}
}
},
{
"name": "@openclaw/codex",
"description": "OpenClaw Codex harness and model provider plugin",
"source": "official",
"kind": "provider",
"openclaw": {
"plugin": {
"id": "codex",
"label": "Codex"
},
"providers": [
{
"id": "codex",
"name": "Codex",
"docs": "/providers/models",
"categories": ["cloud", "llm"],
"authChoices": [
{
"method": "app-server",
"choiceId": "codex",
"choiceLabel": "Codex app-server",
"choiceHint": "Use the Codex app-server runtime and managed model catalog.",
"assistantPriority": -40,
"groupId": "codex",
"groupLabel": "Codex",
"groupHint": "Codex app-server model provider",
"onboardingScopes": ["text-inference"]
}
]
}
],
"install": {
"npmSpec": "@openclaw/codex",
"defaultChoice": "npm",
"minHostVersion": ">=2026.5.1-beta.1"
}
}
},
{
"name": "@openclaw/gmi-provider",
"description": "OpenClaw GMI Cloud provider plugin",
"source": "official",
"kind": "provider",
"openclaw": {
"plugin": {
"id": "gmi",
"label": "GMI Cloud"
},
"providers": [
{
"id": "gmi",
"aliases": ["gmi-cloud", "gmicloud"],
"name": "GMI Cloud",
"docs": "/providers/gmi",
"categories": ["cloud", "llm"],
"authChoices": [
{
"method": "api-key",
"choiceId": "gmi-api-key",
"choiceLabel": "GMI Cloud API key",
"choiceHint": "OpenAI-compatible GMI Cloud endpoint.",
"groupId": "gmi",
"groupLabel": "GMI Cloud",
"groupHint": "OpenAI-compatible GMI Cloud endpoint",
"optionKey": "gmiApiKey",
"cliFlag": "--gmi-api-key",
"cliOption": "--gmi-api-key <key>",
"cliDescription": "GMI Cloud API key",
"onboardingScopes": ["text-inference"]
}
]
}
],
"install": {
"clawhubSpec": "clawhub:@openclaw/gmi-provider",
"npmSpec": "@openclaw/gmi-provider",
"defaultChoice": "npm",
"minHostVersion": ">=2026.6.8"
}
}
},
{
"name": "@openclaw/cohere-provider",
"description": "OpenClaw Cohere provider plugin",
"source": "official",
"kind": "provider",
"openclaw": {
"plugin": {
"id": "cohere",
"label": "Cohere"
},
"providers": [
{
"id": "cohere",
"name": "Cohere",
"docs": "/providers/cohere",
"categories": ["cloud", "llm"],
"authChoices": [
{
"method": "api-key",
"choiceId": "cohere-api-key",
"choiceLabel": "Cohere API key",
"groupId": "cohere",
"groupLabel": "Cohere",
"groupHint": "OpenAI-compatible inference",
"optionKey": "cohereApiKey",
"cliFlag": "--cohere-api-key",
"cliOption": "--cohere-api-key <key>",
"cliDescription": "Cohere API key",
"onboardingScopes": ["text-inference"]
}
]
}
],
"install": {
"clawhubSpec": "clawhub:@openclaw/cohere-provider",
"npmSpec": "@openclaw/cohere-provider",
"defaultChoice": "npm",
"minHostVersion": ">=2026.6.8"
}
}
},
{
"name": "@openclaw/pixverse-provider",
"description": "OpenClaw PixVerse video provider plugin",
"source": "official",
"kind": "provider",
"openclaw": {
"plugin": {
"id": "pixverse",
"label": "PixVerse"
},
"providers": [
{
"id": "pixverse",
"name": "PixVerse",
"docs": "/providers/pixverse",
"categories": ["cloud", "video"],
"authChoices": [
{
"method": "api-key",
"choiceId": "pixverse-api-key",
"choiceLabel": "PixVerse API key",
"choiceHint": "Wizard prompts for International or CN endpoint.",
"groupId": "pixverse",
"groupLabel": "PixVerse",
"groupHint": "Video generation",
"optionKey": "pixverseApiKey",
"cliFlag": "--pixverse-api-key",
"cliOption": "--pixverse-api-key <key>",
"cliDescription": "PixVerse API key",
"onboardingScopes": ["image-generation"]
}
]
}
],
"install": {
"npmSpec": "@openclaw/pixverse-provider",
"defaultChoice": "npm",
"minHostVersion": ">=2026.5.26"
}
}
}
]
}