Skip to main content
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.

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 timeQuick Setup
Replacing an existing model providerQuick Setup (Option 2 inside the page)
Migrating a production config you already customizedManual Setup
Wanting auth profiles, per-channel routing, or custom fallback chainsManual Setup

Available models through AIsa

ProviderCountFeatured Models
OpenAI12gpt-5, gpt-5.2, gpt-4.1
Anthropic15claude-opus-4-7, claude-sonnet-4-6, claude-haiku-4-5
Google6gemini-3-pro, gemini-2.5-pro
DeepSeek3deepseek-r1, deepseek-v3.2
Moonshot2kimi-k2.5, kimi-k2-thinking
Alibaba14qwen3-max, qwen3-coder, qwen-flash
ByteDance7seed-2-0-pro, seedream-4-5-251128
See the full model catalog for specs and pricing for per-token rates.

Switching models after setup

Once OpenClaw is pointed at AIsa, switching models is a one-liner in any session:
/model aisa/gpt-5
/model aisa/claude-opus-4-1-20250805
/model aisa/qwen3-max
/model aisa/deepseek-r1

Model catalog

All 59 models with context windows and modalities.

Authentication

API key creation, rotation, and storage.

OpenClaw docs

Official OpenClaw documentation.