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.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.
Prerequisites
- A GMI Cloud account at console.gmicloud.ai
- OpenClaw installed locally
- A terminal
Install the plugin
From the ClawHub plugin page, or via the terminal:Get your GMI API key
- Sign in to console.gmicloud.ai.
- Open API Keys.
- Click Create API Key.
- Copy the key now, it won’t be shown again.
Configure the plugin
Option 1, environment variableSupported 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
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-keyflag overrides the env var if both are set.
Next steps
- Try another agent framework: Hermes Agent or Dify.
- Join the GMI Discord or email support@gmicloud.ai.