Skip to main content

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.

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

Install the plugin

From the ClawHub plugin page, or via the terminal:
openclaw plugins install clawhub:openclaw-gmicloud-provider

Get your GMI API key

  1. Sign in to 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
export GMI_CLOUD_API_KEY=your_api_key
Option 2, onboard command
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.

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