OpenClaw
Configure OpenClaw to use Luxeno as its API provider.
Prerequisites
- Node.js 22 or newer installed
- A Luxeno API key (create one here)
- Balance in your Luxeno wallet (top up here)
Configuration
Step 1
Install OpenClaw
Install OpenClaw using the official script or npm:
macOS / Linux
curl -fsSL https://openclaw.ai/install.sh | bashnpm (all platforms)
npm install -g openclaw@latestRequires Node.js 22 or newer.
Step 2
Run onboarding
Start the configuration wizard:
openclaw onboard --install-daemonWhen prompted, select "Quick Start" mode.
Step 3
Configure Luxeno as provider
During onboarding, select a custom provider and enter your Luxeno credentials. Alternatively, set these environment variables before launching:
Environment variables
export OPENAI_BASE_URL=https://luxeno.ai/api/v1
export OPENAI_API_KEY=sk-silk-your-key-hereOr configure in ~/.openclaw/config.json:
~/.openclaw/config.json
{
"provider": {
"luxeno": {
"api": "https://luxeno.ai/api/v1",
"apiKey": "sk-silk-your-key-here"
}
}
}Get your API key
Create an API key in your Luxeno dashboard. The key starts with
sk-silk-.Step 4
Select model
Choose a Luxeno model when prompted, or set it in your config:
| Model | Best for | Price |
|---|---|---|
| luxeno/glm-4-flash | Fast responses, general tasks | $0.30/1M tokens |
| luxeno/glm-4 | Complex reasoning | $0.50/1M tokens |
Step 5
Verify it works
Check that OpenClaw is connected:
openclaw doctorYou can also verify with:
openclaw status
openclaw dashboardSuccess
If the doctor check passes and shows your Luxeno provider, you are all set. OpenClaw will now use Luxeno's GLM models for all AI operations.
Troubleshooting
- Connection refused —
OPENAI_BASE_URLCheck that your/v1is correct and includes - 401 Unauthorized — Verify your API key starts with
sk-silk- - 402 Payment Required — Your balance is too low. Top up here