OpenClaw is an open-source AI agent platform that brings conversational AI to Telegram, Discord, Slack, Signal, iMessage, and WhatsApp. By pointing OpenClaw at AIsa’s OpenAI-compatible endpoint, you can use any of AIsa’s 50+ models — without managing separate API keys or provider-specific SDKs.Documentation Index
Fetch the complete documentation index at: https://aisa.one/docs/llms.txt
Use this file to discover all available pages before exploring further.
Quick Setup (recommended)
One-command install via a setup script. Paste your key, press Enter, done. Best for fresh installs.
Manual Setup
Edit
openclaw.json by hand. More flexibility — choose your own model list, fallbacks, auth profiles, and per-channel config.Which path should I use?
| You’re… | Use |
|---|---|
| Setting up OpenClaw for the first time | Quick Setup |
| Replacing an existing model provider | Quick Setup (Option 2 inside the page) |
| Migrating a production config you already customized | Manual Setup |
| Wanting auth profiles, per-channel routing, or custom fallback chains | Manual Setup |
Available models through AIsa
| Provider | Count | Featured Models |
|---|---|---|
| OpenAI | 12 | gpt-5, gpt-5.2, gpt-4.1 |
| Anthropic | 15 | claude-opus-4-7, claude-sonnet-4-6, claude-haiku-4-5 |
| 6 | gemini-3-pro, gemini-2.5-pro | |
| DeepSeek | 3 | deepseek-r1, deepseek-v3.2 |
| Moonshot | 2 | kimi-k2.5, kimi-k2-thinking |
| Alibaba | 14 | qwen3-max, qwen3-coder, qwen-flash |
| ByteDance | 7 | seed-2-0-pro, seedream-4-5-251128 |
Switching models after setup
Once OpenClaw is pointed at AIsa, switching models is a one-liner in any session:Related
Model catalog
All 59 models with context windows and modalities.
Authentication
API key creation, rotation, and storage.
OpenClaw docs
Official OpenClaw documentation.