Skip to content

EvoLinkAI/openclaw-models-list

Repository files navigation

OpenClaw Models

OpenClaw Models

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 | Русский


Introduction

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)

Models List

🟣 Anthropic (Claude)

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

🔵 Google (Gemini)

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

🟢 OpenAI (GPT)

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

🟡 ByteDance (Doubao)

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

🌙 Moonshot (Kimi)

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

How to Use

Prerequisites

  1. Node.js 22+Download
  2. API Key from your preferred provider.

Step 1: Install OpenClaw

npm install -g openclaw@latest

Step 2: Configure Models

Edit ~/.openclaw/openclaw.json and add the model configuration. Each model file includes the full copy-paste configuration.

⚠️ For Gemini, baseUrl must include /v1beta to avoid 403 Forbidden errors.

Step 3: Set Default Model

openclaw models set <provider>/<model-id>

Step 4: Restart & Verify

openclaw gateway restart
openclaw gateway status
openclaw agent --agent main -m "hi" --json

📖 Full setup guide: docs.evolink.ai