惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

P
Proofpoint News Feed
Blog — PlanetScale
Blog — PlanetScale
GbyAI
GbyAI
C
Check Point Blog
腾讯CDC
Stack Overflow Blog
Stack Overflow Blog
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
The GitHub Blog
The GitHub Blog
A
About on SuperTechFans
Recent Announcements
Recent Announcements
L
LangChain Blog
Microsoft Azure Blog
Microsoft Azure Blog
小众软件
小众软件
J
Java Code Geeks
博客园_首页
Jina AI
Jina AI
美团技术团队
H
Help Net Security
MyScale Blog
MyScale Blog
Engineering at Meta
Engineering at Meta
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
人人都是产品经理
人人都是产品经理
Y
Y Combinator Blog
S
SegmentFault 最新的问题

Recent Commits to openclaw:main

test: merge chat side-result checks · openclaw/openclaw@ddd2c2a test: merge cron history checks · openclaw/openclaw@f7eb746 test: merge responsive navigation shell checks · openclaw/openclaw@c2e4b47 docs(changelog): add codex oauth fixes · openclaw/openclaw@628e6cd test: merge navigation routing cases · openclaw/openclaw@5d8cecb Tests: mock channel registry bundled fallback · openclaw/openclaw@2b08233 Secrets: avoid broad web search discovery for single plugin config · openclaw/openclaw@a464f59 test: merge config view browser checks · openclaw/openclaw@20cf511 fix(status): align oauth health with runtime · openclaw/openclaw@eed7116 feat: add macOS screen snapshots for monitor preview (#67954) thanks … · openclaw/openclaw@f377db1 fix: report shared auth scopes in hello-ok (#67810) thanks @BunsDev · openclaw/openclaw@0b6c39b Auto-reply: avoid eager bundled route fallback · openclaw/openclaw@3ea1bf4 Tests: narrow session binding contract setup · openclaw/openclaw@54e4e16 fix(macOS): enable undo/redo in webchat composer text input (#34962) · openclaw/openclaw@00951dc Tests: speed up channel setup promotion · openclaw/openclaw@82b529a Docs: refresh agent instructions · openclaw/openclaw@5775fe2 fix(auth): serialize OAuth refresh across agents to fix #26322 (#67876) · openclaw/openclaw@8e79080 test: allow ollama public surface boundary test · openclaw/openclaw@7d4f1a6 Docs: add test performance guardrails · openclaw/openclaw@89706d3 Tests: restore context-engine usage proof · openclaw/openclaw@e4c4f95 Tests: slim context engine runtime coverage · openclaw/openclaw@74c198f ci: retry failed custom checkouts · openclaw/openclaw@0ee5baf test: trim duplicate provider auth onboarding cases · openclaw/openclaw@1ffc02e matrix: fix sessions_spawn --thread subagent session spawning (#67643) · openclaw/openclaw@1ce2596 test: reduce auth choice fixture churn · openclaw/openclaw@857b9cd test: mock health status config boundaries · openclaw/openclaw@9d5ab4a test: mock onboard config io boundary · openclaw/openclaw@299694d test: mock legacy state plugin boundaries · openclaw/openclaw@2713089 test: mock channel install boundaries · openclaw/openclaw@b945248 test: mock doctor preview channel boundaries · openclaw/openclaw@b1a3ad4
feat: externalize GMI provider plugin (#94350) · openclaw...
Patrick-Eric · 2026-06-18 · via Recent Commits to openclaw:main
Original file line numberDiff line numberDiff line change

@@ -301,7 +301,6 @@ See [/providers/kilocode](/providers/kilocode) for setup details.

301301

| DeepInfra | `deepinfra` | `DEEPINFRA_API_KEY` | `deepinfra/deepseek-ai/DeepSeek-V4-Flash` |

302302

| DeepSeek | `deepseek` | `DEEPSEEK_API_KEY` | `deepseek/deepseek-v4-flash` |

303303

| GitHub Copilot | `github-copilot` | `COPILOT_GITHUB_TOKEN` / `GH_TOKEN` / `GITHUB_TOKEN` | - |

304-

| GMI Cloud | `gmi` | `GMI_API_KEY` | `gmi/google/gemini-3.1-flash-lite` |

305304

| Groq | `groq` | `GROQ_API_KEY` | - |

306305

| Hugging Face Inference | `huggingface` | `HUGGINGFACE_HUB_TOKEN` or `HF_TOKEN` | `huggingface/deepseek-ai/DeepSeek-R1` |

307306

| Kilo Gateway | `kilocode` | `KILOCODE_API_KEY` | `kilocode/kilo/auto` |

Original file line numberDiff line numberDiff line change

@@ -51,7 +51,7 @@ Each entry lists the package, distribution route, and description.

5151
5252

## Core npm package

5353
54-

91 plugins

54+

90 plugins

5555
5656

- **[admin-http-rpc](/plugins/reference/admin-http-rpc)** (`@openclaw/admin-http-rpc`) - included in OpenClaw. OpenClaw admin HTTP RPC endpoint.

5757

@@ -111,8 +111,6 @@ Each entry lists the package, distribution route, and description.

111111
112112

- **[github-copilot](/plugins/reference/github-copilot)** (`@openclaw/github-copilot-provider`) - included in OpenClaw. Adds GitHub Copilot model provider support to OpenClaw.

113113
114-

- **[gmi](/plugins/reference/gmi)** (`@openclaw/gmi-provider`) - included in OpenClaw. Adds Gmi, Gmi Cloud, Gmicloud model provider support to OpenClaw.

115-
116114

- **[google](/plugins/reference/google)** (`@openclaw/google-plugin`) - included in OpenClaw. Adds Google, Google Gemini CLI, Google Vertex model provider support to OpenClaw.

117115
118116

- **[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.

237235
238236

## Official external packages

239237
240-

35 plugins

238+

36 plugins

241239
242240

- **[acpx](/plugins/reference/acpx)** (`@openclaw/acpx`) - npm; ClawHub. OpenClaw ACP runtime backend with plugin-owned session and transport management.

243241

@@ -265,6 +263,8 @@ Each entry lists the package, distribution route, and description.

265263
266264

- **[feishu](/plugins/reference/feishu)** (`@openclaw/feishu`) - npm; ClawHub. OpenClaw Feishu/Lark channel plugin for chats and workplace tools (community maintained by @m1heng).

267265
266+

- **[gmi](/plugins/reference/gmi)** (`@openclaw/gmi-provider`) - npm; ClawHub: `clawhub:@openclaw/gmi-provider`. OpenClaw GMI Cloud provider plugin.

267+
268268

- **[google-meet](/plugins/reference/google-meet)** (`@openclaw/google-meet`) - npm; ClawHub. OpenClaw Google Meet participant plugin for joining calls through Chrome or Twilio transports.

269269
270270

- **[googlechat](/plugins/reference/googlechat)** (`@openclaw/googlechat`) - npm; ClawHub. OpenClaw Google Chat channel plugin for spaces and direct messages.

Original file line numberDiff line numberDiff line change

@@ -1,18 +1,18 @@

11

---

2-

summary: "Adds Gmi, Gmi Cloud, Gmicloud model provider support to OpenClaw."

2+

summary: "OpenClaw GMI Cloud provider plugin."

33

read_when:

44

- You are installing, configuring, or auditing the gmi plugin

55

title: "Gmi plugin"

66

---

77
88

# Gmi plugin

99
10-

Adds Gmi, Gmi Cloud, Gmicloud model provider support to OpenClaw.

10+

OpenClaw GMI Cloud provider plugin.

1111
1212

## Distribution

1313
1414

- Package: `@openclaw/gmi-provider`

15-

- Install route: included in OpenClaw

15+

- Install route: npm; ClawHub: `clawhub:@openclaw/gmi-provider`

1616
1717

## Surface

1818
Original file line numberDiff line numberDiff line change

@@ -7,9 +7,9 @@ title: "GMI Cloud"

77

---

88
99

GMI Cloud is a hosted inference platform for frontier and open-weight models

10-

behind an OpenAI-compatible API. In OpenClaw it is a bundled model provider,

11-

which means you can select it with the provider id `gmi`, store credentials

12-

through normal model auth, and use model refs like

10+

behind an OpenAI-compatible API. In OpenClaw it is an official external provider

11+

plugin, which means you install it once, select it with the provider id `gmi`,

12+

store credentials through normal model auth, and use model refs like

1313

`gmi/google/gemini-3.1-flash-lite`.

1414
1515

Use GMI when you want one API key for several hosted model families, including

@@ -24,7 +24,14 @@ model availability, billing, rate limits, and any provider-side routing policy.

2424
2525

## Setup

2626
27-

Create an API key in GMI Cloud, then run:

27+

Install the plugin, restart the gateway, then create an API key in GMI Cloud:

28+
29+

```bash

30+

openclaw plugins install @openclaw/gmi-provider

31+

openclaw gateway restart

32+

```

33+
34+

Then run:

2835
2936

```bash

3037

openclaw onboard --auth-choice gmi-api-key

@@ -60,7 +67,7 @@ GPU control matters more than hosted convenience.

6067
6168

## Models

6269
63-

The bundled catalog seeds commonly available GMI Cloud route ids, including:

70+

The plugin catalog seeds commonly available GMI Cloud route ids, including:

6471
6572

- `gmi/zai-org/GLM-5.1-FP8`

6673

- `gmi/deepseek-ai/DeepSeek-V3.2`

Original file line numberDiff line numberDiff line change

@@ -0,0 +1,14 @@

1+

# OpenClaw GMI Cloud Provider

2+
3+

Official OpenClaw provider plugin for hosted GMI Cloud models through an

4+

OpenAI-compatible API.

5+
6+

Install from OpenClaw:

7+
8+

```bash

9+

openclaw plugins install @openclaw/gmi-provider

10+

openclaw gateway restart

11+

```

12+
13+

Configure a GMI Cloud API key, then select models with refs such as

14+

`gmi/google/gemini-3.1-flash-lite`.

Original file line numberDiff line numberDiff line change

@@ -11,7 +11,7 @@ const PROVIDER_ID = "gmi";

1111

export default defineSingleProviderPluginEntry({

1212

id: PROVIDER_ID,

1313

name: "GMI Cloud Provider",

14-

description: "Bundled GMI Cloud provider plugin",

14+

description: "GMI Cloud provider plugin",

1515

provider: {

1616

label: "GMI Cloud",

1717

docsPath: "/providers/gmi",

Original file line numberDiff line numberDiff line change

@@ -1,5 +1,7 @@

11

{

22

"id": "gmi",

3+

"name": "GMI Cloud",

4+

"description": "OpenClaw GMI Cloud provider plugin.",

35

"activation": {

46

"onStartup": false

57

},

Original file line numberDiff line numberDiff line change

@@ -1,15 +1,35 @@

11

{

22

"name": "@openclaw/gmi-provider",

33

"version": "2026.6.8",

4-

"private": true,

5-

"description": "OpenClaw GMI Cloud provider plugin",

4+

"description": "OpenClaw GMI Cloud provider plugin.",

5+

"repository": {

6+

"type": "git",

7+

"url": "https://github.com/openclaw/openclaw"

8+

},

69

"type": "module",

710

"devDependencies": {

811

"@openclaw/plugin-sdk": "workspace:*"

912

},

1013

"openclaw": {

1114

"extensions": [

1215

"./index.ts"

13-

]

16+

],

17+

"install": {

18+

"clawhubSpec": "clawhub:@openclaw/gmi-provider",

19+

"npmSpec": "@openclaw/gmi-provider",

20+

"defaultChoice": "npm",

21+

"minHostVersion": ">=2026.6.8"

22+

},

23+

"compat": {

24+

"pluginApi": ">=2026.6.8"

25+

},

26+

"build": {

27+

"openclawVersion": "2026.6.8",

28+

"bundledDist": false

29+

},

30+

"release": {

31+

"publishToClawHub": true,

32+

"publishToNpm": true

33+

}

1434

}

1535

}

Original file line numberDiff line numberDiff line change

@@ -90,6 +90,7 @@

9090

"!dist/extensions/feishu/**",

9191

"!dist/extensions/google-meet/**",

9292

"!dist/extensions/googlechat/**",

93+

"!dist/extensions/gmi/**",

9394

"!dist/extensions/line/**",

9495

"!dist/extensions/llama-cpp/**",

9596

"!dist/extensions/lobster/**",