gmi/openai/gpt-5.6-sol.
Use GMI when you want one API key for several hosted model families, including
Anthropic, DeepSeek, Google, Moonshot, OpenAI, and Z.AI routes exposed by GMI’s
catalog. It works as a secondary provider for model fallback, for comparing
hosted routes across vendors, or when GMI has a model available before your
primary provider does. OpenClaw owns the provider id, auth profile, aliases,
model catalog seed, and base URL; GMI owns live model availability, billing,
rate limits, and any provider-side routing policy.
Setup
Install the plugin, restart the gateway, then create an API key in GMI Cloud (https://www.gmicloud.ai/):
--gmi-api-key <key>, or set:
When to choose GMI
- You want a hosted OpenAI-compatible endpoint rather than a local model server.
- You want to try several commercial and open-weight model families through one provider account.
- You want a fallback provider with different upstream routing from DeepInfra, OpenRouter, Together, or the direct vendor APIs.
- You need GMI-specific model ids, pricing, or account controls.
Models
The plugin catalog seeds commonly available GMI Cloud route ids:
The catalog is a seed, not a promise that every account can call every model at
all times. List what the configured provider reports in your environment:
Troubleshooting
401or403: check thatGMI_API_KEYis set for the process running OpenClaw, or re-run onboarding to store the key in the provider auth profile.- Unknown model errors: confirm the model exists in your GMI account and use the
full
gmi/<route-id>ref shown byopenclaw models list --provider gmi. - Intermittent provider errors: try a different GMI route or configure GMI as a fallback rather than the only primary model provider.