GMI Cloud

GMI Cloud model provider plugin for OpenClaw

Install

openclaw plugins install clawhub:openclaw-gmicloud-provider

GMI Cloud Provider Plugin for OpenClaw

This package adds GMI Cloud as a model provider in OpenClaw.

It is designed for GMI Cloud's OpenAI-compatible inference API:

  • Base URL: https://api.gmi-serving.com/v1
  • Auth: Authorization: Bearer <GMI_CLOUD_API_KEY>
  • Core endpoints: /models and /chat/completions

What it includes

  • API-key-based provider auth
  • Static catalog for common GMI Cloud models
  • Dynamic model resolution for model IDs not yet listed in the local catalog
  • Onboarding config that seeds common default models

Install

After publishing to ClawHub:

openclaw plugins install clawhub:openclaw-gmicloud-provider

Configure

You can configure the provider with an environment variable:

export GMI_CLOUD_API_KEY=your_api_key

Or onboard directly:

openclaw onboard --gmicloud-api-key your_api_key

Then select models such as:

  • gmicloud/anthropic/claude-opus-4.6
  • gmicloud/openai/gpt-5.4
  • gmicloud/google/gemini-3.1-pro-preview