You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/plugins/plugin-inventory.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,7 +51,7 @@ Each entry lists the package, distribution route, and description.
51
51
52
52
## Core npm package
53
53
54
-
91 plugins
54
+
90 plugins
55
55
56
56
-**[admin-http-rpc](/plugins/reference/admin-http-rpc)** (`@openclaw/admin-http-rpc`) - included in OpenClaw. OpenClaw admin HTTP RPC endpoint.
57
57
@@ -81,7 +81,7 @@ Each entry lists the package, distribution route, and description.
81
81
82
82
-**[codex-supervisor](/plugins/reference/codex-supervisor)** (`@openclaw/codex-supervisor`) - included in OpenClaw. Supervise Codex app-server sessions from OpenClaw.
83
83
84
-
-**[cohere](/plugins/reference/cohere)** (`@openclaw/cohere-provider`) - included in OpenClaw. Adds Cohere model provider support to OpenClaw.
84
+
-**[cohere](/plugins/reference/cohere)** (`@openclaw/cohere-provider`) - included in OpenClaw; npm; ClawHub: `clawhub:@openclaw/cohere-provider`. OpenClaw Cohere provider plugin.
85
85
86
86
-**[comfy](/plugins/reference/comfy)** (`@openclaw/comfy-provider`) - included in OpenClaw. Adds ComfyUI model provider support to OpenClaw.
87
87
@@ -111,8 +111,6 @@ Each entry lists the package, distribution route, and description.
111
111
112
112
-**[github-copilot](/plugins/reference/github-copilot)** (`@openclaw/github-copilot-provider`) - included in OpenClaw. Adds GitHub Copilot model provider support to OpenClaw.
113
113
114
-
-**[gmi](/plugins/reference/gmi)** (`@openclaw/gmi-provider`) - included in OpenClaw. Adds Gmi, Gmi Cloud, Gmicloud model provider support to OpenClaw.
115
-
116
114
-**[google](/plugins/reference/google)** (`@openclaw/google-plugin`) - included in OpenClaw. Adds Google, Google Gemini CLI, Google Vertex model provider support to OpenClaw.
117
115
118
116
-**[gradium](/plugins/reference/gradium)** (`@openclaw/gradium-speech`) - included in OpenClaw. Adds text-to-speech provider support.
@@ -237,7 +235,7 @@ Each entry lists the package, distribution route, and description.
237
235
238
236
## Official external packages
239
237
240
-
35 plugins
238
+
36 plugins
241
239
242
240
-**[acpx](/plugins/reference/acpx)** (`@openclaw/acpx`) - npm; ClawHub. OpenClaw ACP runtime backend with plugin-owned session and transport management.
243
241
@@ -265,6 +263,8 @@ Each entry lists the package, distribution route, and description.
265
263
266
264
-**[feishu](/plugins/reference/feishu)** (`@openclaw/feishu`) - npm; ClawHub. OpenClaw Feishu/Lark channel plugin for chats and workplace tools (community maintained by @m1heng).
-**[google-meet](/plugins/reference/google-meet)** (`@openclaw/google-meet`) - npm; ClawHub. OpenClaw Google Meet participant plugin for joining calls through Chrome or Twilio transports.
269
269
270
270
-**[googlechat](/plugins/reference/googlechat)** (`@openclaw/googlechat`) - npm; ClawHub. OpenClaw Google Chat channel plugin for spaces and direct messages.
Copy file name to clipboardExpand all lines: docs/providers/cohere.md
+23-16Lines changed: 23 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,31 +6,38 @@ read_when:
6
6
- You need the Cohere API key env var or CLI auth choice
7
7
---
8
8
9
-
[Cohere](https://cohere.com) provides OpenAI-compatible inference through its Compatibility API. OpenClaw includes a bundled Cohere provider plugin with the Command A model catalog.
| Onboarding flag |`--auth-choice cohere-api-key`|
17
-
| Direct CLI flag |`--cohere-api-key <key>`|
18
-
| API | OpenAI-compatible (`openai-completions`) |
19
-
| Base URL |`https://api.cohere.ai/compatibility/v1`|
20
-
| Default model |`cohere/command-a-03-2025`|
9
+
[Cohere](https://cohere.com) provides OpenAI-compatible inference through its Compatibility API. OpenClaw ships the Cohere provider during its externalization transition and also publishes it as an official external plugin with the Command A model catalog.
0 commit comments