🎉 New kimi k2.5 Multi-modal Model released! Now supports multimodal understanding and processing.
Docs
Getting Started Guide
Use Kimi K2.5 in OpenClaw

How to Connect Kimi K2.5 to OpenClaw

openclaw

OpenClaw (formerly Clawdbot and Moltbot) is an open-source, self-hosted AI agent platform that lets you run AI assistants locally. It integrates with messaging apps like WhatsApp, Telegram, Discord, Slack, and Signal to connect large language models to real-world workflows. The platform supports multiple LLM providers, extensible skills, and gives you full control over your data and API keys.

Here is how to use the Kimi K2.5 model in OpenClaw.

Step1: Create Kimi Platform API Key

recharge

Step2: Install OpenClaw

Run the following command in the terminal. If you have already installed OpenClaw, please also execute this command to upgrade OpenClaw.

Version: We strongly recommend upgrading to version 2026.2.3 or above. Starting from 2.3, OpenClaw supports selecting the Kimi K2.5 models for both Mainland China and International Open Platform.

curl -fsSL https://openclaw.ai/install.sh | bash

download

Visit the official OpenClaw website for more information: https://openclaw.ai/ (opens in a new tab)

If the installation is successful, you will see the following prompt, indicating successful installation:

success

Select [yes] and continue with the installation:

yes

Select the QuickStart option:

quickstart

Step3: Set up Kimi K2.5

  • Step 1: Model.auth provider > Choose Moonshot AI (Kimi K2.5)
  • Step 2: Model AI auth method(Kimi K2.5) > Choose Kimi API key (.ai)
  • Step 3: Enter Moonshot API Key(.ai) > Enter your API Key
  • Step 4: Default model > Keep current(moonshot/kimi-k2.5)

1

3

models

default_models

Then you will see the option to select the chat tool. You can select [Skip for now] first:

4

Other configurations, such as the Gateway Port setting, can be left at the default 18789. For Skills and the package manager, select npm or other options, and you can select Yes for all the remaining options.

5

For skills, you can skip this step or use the space key to select the ones you need.

6

For the remaining API keys, select no if you don't have them:

7

The last three hooks can be enabled to perform content guidance logs and session records:

8

After installation, you can automatically access http://127.0.0.1:18789 (opens in a new tab) to open the chat interface and start working.

chat