A curated list of top-tier AI models, with ready-to-use configurations for OpenClaw.
🌐 Languages: English | 简体中文 | 繁體中文 | Español | 日本語 | 한국어 | Türkçe | Français | Deutsch | Русский
This repository lists major AI models available for integration with OpenClaw, organized by provider. Each model includes a configuration file with copy-paste setup instructions.
Supported providers:
- 🟣 Anthropic (Claude)
- 🔵 Google (Gemini)
- 🟢 OpenAI (GPT)
- 🟡 ByteDance (Doubao)
- 🌙 Moonshot (Kimi)
| Model | ID | File |
|---|---|---|
| Claude Opus 4.6 | anthropic/claude-opus-4-6 |
claude-opus-4-6.md |
| Claude Sonnet 4.6 | anthropic/claude-sonnet-4-6 |
claude-sonnet-4-6.md |
| Claude Opus 4.5 | anthropic/claude-opus-4-5-20251101 |
claude-opus-4-5.md |
| Claude Opus 4.1 | anthropic/claude-opus-4-1-20250805 |
claude-opus-4-1.md |
| Claude Sonnet 4.5 | anthropic/claude-sonnet-4-5-20250929 |
claude-sonnet-4-5.md |
| Claude Sonnet 4 | anthropic/claude-sonnet-4-20250514 |
claude-sonnet-4.md |
| Claude Haiku 4.5 | anthropic/claude-haiku-4-5-20251001 |
claude-haiku-4-5.md |
| Model | ID | File |
|---|---|---|
| Gemini 3.1 Flash Lite | google/gemini-3.1-flash-lite-preview |
gemini-3-1-flash-lite.md |
| Gemini 3.1 Pro | google/gemini-3.1-pro-preview |
gemini-3-1-pro.md |
| Gemini 2.5 Pro | google/gemini-2.5-pro |
gemini-2-5-pro.md |
| Gemini 2.5 Flash | google/gemini-2.5-flash |
gemini-2-5-flash.md |
| Gemini 3.0 Pro | google/gemini-3-pro-preview |
gemini-3-0-pro.md |
| Gemini 3.0 Flash | google/gemini-3-flash-preview |
gemini-3-0-flash.md |
| Model | ID | File |
|---|---|---|
| GPT-5.4 | openai/gpt-5.4 |
gpt-5-4.md |
| GPT-5.2 | openai/gpt-5.2 |
gpt-5-2.md |
| GPT-5.1 | openai/gpt-5.1 |
gpt-5-1.md |
| GPT-5.1 Chat | openai/gpt-5.1-chat |
gpt-5-1-chat.md |
| GPT-5.1 Thinking | openai/gpt-5.1-thinking |
gpt-5-1-thinking.md |
| Model | ID | File |
|---|---|---|
| Doubao Seed 2.0 Pro | bytedance/doubao-seed-2.0-pro |
doubao-seed-2-0-pro.md |
| Doubao Seed 2.0 Lite | bytedance/doubao-seed-2.0-lite |
doubao-seed-2-0-lite.md |
| Doubao Seed 2.0 Mini | bytedance/doubao-seed-2.0-mini |
doubao-seed-2-0-mini.md |
| Doubao Seed 2.0 Code | bytedance/doubao-seed-2.0-code |
doubao-seed-2-0-code.md |
| Model | ID | File |
|---|---|---|
| Kimi K2 Thinking | moonshot/kimi-k2-thinking |
kimi-k2-thinking.md |
| Kimi K2 Thinking Turbo | moonshot/kimi-k2-thinking-turbo |
kimi-k2-thinking-turbo.md |
- Node.js 22+ — Download
- API Key from your preferred provider.
npm install -g openclaw@latestEdit ~/.openclaw/openclaw.json and add the model configuration. Each model file includes the full copy-paste configuration.
⚠️ For Gemini,baseUrlmust include/v1betato avoid403 Forbiddenerrors.
openclaw models set <provider>/<model-id>openclaw gateway restart
openclaw gateway status
openclaw agent --agent main -m "hi" --json📖 Full setup guide: docs.evolink.ai
