Skip to content

GMISWE/openclaw-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Code base for openclaw-plugin

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors