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:
- Select
local(configure local machine) - Select
model(configure model) - Select
custom provider - Enter platform address:
https://api.jalapeno-cloud.ai/v1 - Enter your API KEY
- Select first option: OpenAI compatible endpoint
- Enter model name (
GLM-5.1/DeepSeek-V4-Pro/MiniMax-M2.7) - Wait for verification to complete
- Modify and set provider name (recommended: "jalapeno" or "mx" for easier operation)
- (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