mirror of
https://github.com/openclaw/openclaw.git
synced 2026-07-16 16:11:38 +00:00
* feat: externalize gmi provider plugin * fix(plugins): repair gmi alias installs --------- Co-authored-by: Vincent Koc <vincentkoc@ieee.org>
15 lines
342 B
Markdown
15 lines
342 B
Markdown
# OpenClaw GMI Cloud Provider
|
|
|
|
Official OpenClaw provider plugin for hosted GMI Cloud models through an
|
|
OpenAI-compatible API.
|
|
|
|
Install from OpenClaw:
|
|
|
|
```bash
|
|
openclaw plugins install @openclaw/gmi-provider
|
|
openclaw gateway restart
|
|
```
|
|
|
|
Configure a GMI Cloud API key, then select models with refs such as
|
|
`gmi/google/gemini-3.1-flash-lite`.
|