> ## Documentation Index
> Fetch the complete documentation index at: https://docs.gmicloud.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# OpenClaw

> Use GMI Cloud models directly inside OpenClaw via the official provider plugin.

The **GMI Cloud plugin for OpenClaw** adds GMI as a selectable model provider inside the OpenClaw interface. Once installed, you pick GMI from the provider dropdown and route your agents, automations, and tool-connected workflows to GMI-hosted models, no separate model gateway, no extra plumbing.

## Prerequisites

* A GMI Cloud account at [console.gmicloud.ai](https://console.gmicloud.ai)
* OpenClaw installed locally
* A terminal

## Install the plugin

From the [ClawHub plugin page](https://clawhub.ai/plugins/openclaw-gmicloud-provider), or via the terminal:

```bash theme={null}
openclaw plugins install clawhub:openclaw-gmicloud-provider
```

## Get your GMI API key

1. Sign in to [console.gmicloud.ai](https://console.gmicloud.ai).
2. Open **API Keys**.
3. Click **Create API Key**.
4. Copy the key now, it won't be shown again.

## Configure the plugin

**Option 1, environment variable**

```bash theme={null}
export GMI_CLOUD_API_KEY=your_api_key
```

**Option 2, onboard command**

```bash theme={null}
openclaw onboard --gmicloud-api-key your_api_key
```

After configuration, GMI appears as an available provider in the OpenClaw UI. Pick a model and you're done.

## Supported models

The plugin exposes the GMI catalog. A representative slice:

* **Anthropic**: `anthropic/claude-opus-4.6`, `anthropic/claude-sonnet-4.6`
* **OpenAI**: `openai/gpt-5.4`, `openai/gpt-5.4-pro`, `openai/gpt-5.4-mini`, `openai/gpt-5.4-nano`
* **Google**: `google/gemini-3.1-pro-preview`, `google/gemini-3.1-flash-lite-preview`
* **Qwen**: `Qwen/Qwen3-Next-80B-A3B-Instruct`, `Qwen/Qwen3-Coder-480B-A35B-Instruct-FP8`, `Qwen/Qwen3-235B-A22B-Thinking-2507-FP8`, `Qwen/Qwen3-32B-FP8`
* **DeepSeek**: `deepseek-ai/DeepSeek-V3.1`, `deepseek-ai/DeepSeek-V3.2`
* **Moonshot**: `moonshotai/Kimi-K2.5`, `moonshotai/Kimi-K2-Thinking`, `moonshotai/Kimi-K2-Instruct-0905`
* **Z.AI / GLM**: `zai-org/GLM-5-FP8`, `zai-org/GLM-4.6`
* **Meta**: `meta-llama/Llama-4-Scout-17B-16E-Instruct`

For the live list, see the [Text models catalog](/model-quickstarts/text/overview).

## Tips

* Once GMI is wired in, selecting a model takes one click. The same models drive agents, scheduled jobs, and any tool-connected workflow you build in OpenClaw, including integrations like Telegram.
* The `--gmicloud-api-key` flag overrides the env var if both are set.

## Next steps

* Try another agent framework: [Hermes Agent](/agents/set-up-hermes-agent-with-gmi-cloud) or [Dify](/agents/build-deep-research-workflow-in-dify).
* Join the [GMI Discord](https://discord.gg/mbYhCJSbF6) or email [support@gmicloud.ai](mailto:support@gmicloud.ai).
