Openclaw Modelverse Plugin

OpenClaw plugin for Modelverse (UCloud) AI model gateway provider

Audits

Pass

Install

openclaw plugins install clawhub:@taigong12/openclaw-modelverse-plugin

@taigong12/openclaw-modelverse-plugin

OpenClaw plugin for Modelverse — UCloud's AI model gateway with 140+ models (GPT, Claude, DeepSeek, Qwen, Grok, Kimi, MiniMax, GLM, ERNIE, and more) via a unified OpenAI-compatible API.

Requirements

Installation

From npm:

openclaw plugins install @taigong12/openclaw-modelverse-plugin

From source:

git clone https://github.com/taigong12/openclaw-modelverse-plugin.git ~/.openclaw/extensions/openclaw-modelverse-plugin

Setup

You can optionally set the API key as an environment variable before running either option below — it will be detected automatically so you only need to confirm with one keypress:

export MODELVERSE_API_KEY=<your-api-key>

Option 1 — Full onboard wizard:

openclaw onboard

Option 2 — Quick auth login:

openclaw models auth login --provider modelverse

Supported Models

FamilyExample Models
OpenAIgpt-5.4, gpt-5.2, gpt-5.1, gpt-4.1-mini, o4-mini, o3-mini
Anthropicclaude-opus-4-6, claude-sonnet-4-6, claude-sonnet-4.5-thinking
DeepSeekdeepseek-ai/DeepSeek-V3.2, deepseek-ai/DeepSeek-R1
QwenQwen/Qwen3-Max, Qwen/Qwen3-235B-A22B-Thinking-2507, Qwen/QwQ-32B
Doubaodoubao-seed-2-0-pro-260215, ByteDance/doubao-seed-1.6
Grokgrok-4, grok-4-fast-reasoning
Kimimoonshotai/Kimi-K2-Instruct, moonshotai/Kimi-K2-Thinking
MiniMaxMiniMax-M2.7, MiniMax-M2.5-lightning
GLMzai-org/glm-5, glm-5.1
ERNIEbaidu/ernie-4.5-turbo-128k, baidu/ernie-x1-turbo-32k

Use any model with the modelverse/ prefix:

modelverse/claude-opus-4-6
modelverse/deepseek-ai/DeepSeek-V3.2
modelverse/gpt-5.4

Links

License

MIT