mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-29 23:08:46 +00:00
159 lines
4.6 KiB
JSON
159 lines
4.6 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/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"
|
|
}
|
|
}
|
|
}
|
|
]
|
|
}
|