Skip to main content
The fastest way to point OpenClaw at AIsa is the setup script. It detects your install, writes the right config, and puts all 50+ AIsa models behind the aisa/ model prefix. Takes about 30 seconds.
Prefer editing config by hand? See Manual Setup instead.

Option 1: Fresh install (no existing models)

1

Install OpenClaw

Skip the model selection step when prompted — we’ll configure models in the next step.
curl -fsSL https://openclaw.ai/install.sh | bash
2

Run the AIsa setup script

curl -fsSL https://raw.githubusercontent.com/AIsa-team/Configuring-OpenClaw-with-AIsa-API/main/setup-aisa-llm.sh | bash
Then:
  1. Paste your AIsa API key when prompted. Don’t have one? Sign up — new accounts start with $2 free credit.
  2. Press Enter through the prompts to accept defaults.
OpenClaw is now configured with AIsa LLM.
Run the script non-interactively with flags:
curl -fsSL https://raw.githubusercontent.com/AIsa-team/Configuring-OpenClaw-with-AIsa-API/main/setup-aisa-llm.sh \
  | bash -s -- --key sk-aisa-... --model 1

Video walkthrough

Option 2: Replace models in an existing OpenClaw bot

If you already have OpenClaw running with another provider, have OpenClaw’s own assistant walk you through the switch:
1

In an OpenClaw session, run

use https://raw.githubusercontent.com/AIsa-team/Configuring-OpenClaw-with-AIsa-API/main/aisa-llm-guide.md to change my llm
2

Paste your AIsa API key when prompted

Get one at console.aisa.one — new users receive $2 free credit.
3

Accept the defaults

Press Enter to confirm. OpenClaw’s assistant reads the guide and rewrites your model provider config.

Switching models after setup

/model aisa/gpt-5
/model aisa/claude-opus-4-1-20250805
/model aisa/qwen3-max
/model aisa/deepseek-r1
The full list is in the model catalog.

Troubleshooting

OpenClaw can’t read your AISA_API_KEY environment variable.Fix:
  1. Confirm it’s set in your shell: echo $AISA_API_KEY
  2. Restart OpenClaw so it re-reads the environment.
  3. If still failing, switch to manual setup and paste the key directly.
Your key is invalid, revoked, or unscoped for this request.Fix:
  1. Verify the key in your dashboard.
  2. Make sure OpenClaw is pointing at https://api.aisa.one/v1 (the script does this automatically).
  3. See Authentication for key-management best practices.
OpenClaw expects the aisa/ prefix.Fix: Use aisa/<model-id> (e.g., aisa/kimi-k2.5, not just kimi-k2.5). If the model still isn’t recognized, the script may have written an outdated model list — rerun it to pick up new models.

Manual Setup

Full control over openclaw.json.

Model Catalog

All 59 supported models.

Pricing

Per-token rates for every model.