If you want to run OpenClaw with Kimi instead of OpenAI or Claude, this guide walks you through the full setup inside Agent 37. You will create a Moonshot AI API key, open your hosted OpenClaw terminal, and configure Kimi K2.5 as the active model for your instance. This page is based on the video walkthrough below and turns it into a written setup guide you can follow at your own pace.Documentation Index
Fetch the complete documentation index at: https://agent37.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Video walkthrough
Before you begin:
- An active Agent 37 account
- A running OpenClaw instance in Agent 37
- A Moonshot AI / Kimi API account
- A valid Moonshot AI API key
Why use Kimi K2.5 with OpenClaw
Kimi K2.5 is a useful option when you want another strong model provider for coding, long context tasks, or multilingual workflows. If you already run OpenClaw in Agent 37, switching to Kimi is mostly a configuration change inside the terminal.Step 1: Create your Moonshot AI API key
- Sign in to the Kimi API Platform.
- Open the console or API key management area.
- Create a new API key for your workspace.
- Copy the key and store it somewhere safe.
Step 2: Open your Agent 37 instance
- Go to the Agent 37 dashboard.
- Open an existing OpenClaw instance, or create a new one.
- Click Terminal.
Step 3: Start the OpenClaw configuration flow
In Terminal, run:- Where will the gateway run? →
Local - Select Section to Configure? →
Model - Model / Auth Provider →
Moonshot AI (Kimi)
Step 4: Add your Moonshot AI API key
After selecting the provider:- Choose the Moonshot AI API key authentication option
- Paste the API key you created in Step 1
- Continue to the model picker
Step 5: Select a Kimi model
Choose the Kimi model you want OpenClaw to use as the active default model for this instance. A common choice is:Step 6: Verify the model is active
Run:openclaw configure or use the exact model identifier shown by OpenClaw in the model management commands.
What to do next
Change default model
Switch between configured model providers as your workflow changes.
OpenAI API
Compare the Kimi setup flow with the OpenAI provider flow.