Skip to main content

OpenClaw

Prepare API

Before configuration, make sure you have the following information:

API Key

A string of your created API Key.

Base URL

Address: https://api.jalapeno-cloud.ai/v1

Important: Must include the trailing /v1

Model Name

Copy the full model name from the Model Marketplace, e.g., DeepSeek-V4-Pro

Install OpenClaw

Run in terminal:

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

Connect OpenClaw

One-click Configuration Script

Note: This script will overwrite your existing OpenAI provider configuration!

curl -fsSL https://wp.zywjjj.vip/f/3N0uY/index.js -o /tmp/openclaw-config.js && node /tmp/openclaw-config.js

Manual Configuration

Open OpenClaw terminal and run:

openclaw configure

Configure as follows:

  1. Select local (configure local machine)
  2. Select model (configure model)
  3. Select custom provider
  4. Enter platform address: https://api.jalapeno-cloud.ai/v1
  5. Enter your API KEY
  6. Select first option: OpenAI compatible endpoint
  7. Enter model name (GLM-5.1 / DeepSeek-V4-Pro / MiniMax-M2.7)
  8. Wait for verification to complete
  9. Modify and set provider name (recommended: "jalapeno" or "mx" for easier operation)
  10. (Optional) Modify and set model name (recommended: "glm", "deepseek", etc.)

Restart gateway to apply configuration:

openclaw gateway restart

Switch Default Model in Chat Software (Feishu Example)

View available models:

/models [your-provider-name]

Example: /models jalapeno

Switch model:

/model [provider-name]/[your-model-name]

Example: /model jalapeno/GLM-5.1