@alas129

GMI Cloud

GMI Cloud model provider plugin for OpenClaw

Current version
v1.0.1
code-pluginCommunitysource-linked

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

Source and release

Source repository

GMISWE/openclaw-plugin

Open repo

Source commit

b403edfca9c3f7c5908730ffb28e3da4b1aedd94

View commit

Install command

openclaw plugins install clawhub:openclaw-gmicloud-provider

Metadata

  • Package: openclaw-gmicloud-provider
  • Created: 2026/04/06
  • Updated: 2026/05/21
  • Executes code: Yes
  • Source tag: main

Compatibility

  • Built with OpenClaw: 2026.5.19
  • Plugin API range: >=2026.5.3
  • Tags: latest
  • Files: 37