Luxeno Docs

OpenClaw

Configure OpenClaw to use Luxeno as its API provider.

Prerequisites

Configuration

Step 1

Install OpenClaw

Install OpenClaw using the official script or npm:

macOS / Linux
curl -fsSL https://openclaw.ai/install.sh | bash
npm (all platforms)
npm install -g openclaw@latest

Requires Node.js 22 or newer.

Step 2

Run onboarding

Start the configuration wizard:

openclaw onboard --install-daemon

When 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-here

Or 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:

ModelBest forPrice
luxeno/glm-4-flashFast responses, general tasks$0.30/1M tokens
luxeno/glm-4Complex reasoning$0.50/1M tokens
Step 5

Verify it works

Check that OpenClaw is connected:

openclaw doctor

You can also verify with:

openclaw status
openclaw dashboard

Success

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_URL Check that your/v1 is correct and includes
  • 401 Unauthorized Verify your API key starts with sk-silk-
  • 402 Payment Required Your balance is too low. Top up here