Install
First, install the AIsa CLI if you have not already:What can agents do with it?
OpenClaw setup
Configure OpenClaw with the AIsa provider.
Chinese LLM routing
Use Qwen, DeepSeek, GLM, and other Chinese models.
Global models
Route prompts to GPT, Claude, Gemini, and more.
Agent runtime defaults
Standardize model selection for OpenClaw workflows.
Quick Setup
Option 1: Environment Variable (fastest)
AISA_API_KEY and registers AIsa as a provider. No config file changes needed.
Option 2: Interactive Onboarding
Option 3: CLI with Key
Option 4: Manual Config in ~/.openclaw/openclaw.json
Available Models
Default Models (pre-configured, API-verified ✅)
Moonshot’s newest generation,
aisa/kimi-k3, and its coding-oriented aisa/kimi-k2.7-code route are also available — they are not pre-configured above, so add them to your config manually if you want them.
⭐ Kimi K2.5 — Enterprise ZDR route
Kimi K2.5 is the Moonshot route covered by AIsa’s enterprise Zero Data Retention agreement, priced below official Moonshot rates. Key features:- Strong reasoning and multi-step problem solving
- Competitive performance on coding and math benchmarks
- Available through AIsa’s Moonshot partnership
🔒 Zero Data Retention (ZDR) — Enterprise-Grade Privacy
Accessing Kimi K2.5 through AIsa comes with enterprise-level Zero Data Retention guarantees. Users do not need to worry about data privacy — AIsa has executed a formal ZDR agreement with Moonshot AI. Under the Supplemental Enterprise Service Agreement (dated 10 February 2026) between AIsa and Kimi (Moonshot AI PTE. LTD.):- Customer data is NOT retained by Moonshot after processing
- Generated outputs are NOT stored on Moonshot’s infrastructure
- No data is used for model training — your prompts and completions remain private
- Processing is governed by contractual enterprise terms, not consumer ToS
temperature=1.0. Using any other value will return an error:
Compare against Moonshot’s current official rates on their own pricing page — AIsa prices this route below retail, but the exact gap moves whenever either side changes. Live AIsa rates: https://console.aisa.one/pricing
Additional Models Available via AIsa
Users can add any model supported by AIsa to their config. The gateway serves 108 models as of August 5, 2026: Qwen family (24 models, including Wan image/video):qwen3.8-max,qwen3.7-max,qwen3.7-max-2026-06-08,qwen3.7-plus,qwen3.7-flash,qwen3.7-flash-2026-07-15,qwen3-max,qwen-plus-2025-12-01,qwen-flashqwen3-coder-plus,qwen3-coder-flash,qwen3-coder-480b-a35b-instructqwen3.6-plus,qwen3.6-plus-2026-04-02qwen3-vl-plus,qwen3-vl-flash,qwen3-vl-flash-2025-10-15(vision models)qwen-mt-flash,qwen-mt-lite(translation models)wan2.7-image,wan2.7-image-pro,wan2.7-t2v,wan2.7-i2v,wan2.7-r2v(media models)
deepseek-v4-pro,deepseek-v4-flash,deepseek-v4-flash-0731,deepseek-v3.2,deepseek-v3.1,deepseek-v3,deepseek-r1
kimi-k3,kimi-k2.7-code,kimi-k2.6,kimi-k2.5,kimi-k2-thinking
Model ID Versioning
AIsa uses versioned model IDs for some models. If you encounter a503 - No available channels error, the model ID may need updating.
Known model ID mappings:
To check the latest available model IDs:
Switching Models
In chat (TUI):AIsa pricing for the default models (per 1M tokens)
Public AIsa rates as of July 28, 2026. Real-time pricing is subject to change — always check https://console.aisa.one/pricing for the latest rates, and each vendor’s own page for their retail rates.
For many non-Anthropic models AIsa negotiates volume discounts with the upstream provider and passes the savings through — see AI Model Pricing for the full catalog.
Official Partnerships
AIsa maintains verified partnerships with:- Alibaba Cloud — Qwen Key Account (full model family, 3 global regions: CN, US-Virginia, Singapore)
- BytePlus — Doubao by ByteDance
- DeepSeek — via Alibaba Cloud integration
- Moonshot — Kimi integration (
kimi-k3,kimi-k2.7-code,kimi-k2.6,kimi-k2.5,kimi-k2-thinking), with an enterprise Zero Data Retention (ZDR) agreement covering Kimi K2.5 (effective Feb 10, 2026)
Qwen Region Support
AIsa provides access to Qwen models across 3 global regions via Alibaba Cloud:- 🇨🇳 China (default)
- 🇺🇸 US (Virginia)
- 🇸🇬 Singapore
Response Latency (tested Feb 2026)
Troubleshooting
”503 - No available channels” error
The model ID may be incorrect or outdated. Check the Model ID Versioning section above for correct IDs. Common fixes:qwen3-plus-> useqwen-plus-2025-12-01qwen3-flash-> useqwen-flash(orqwen-mt-flashfor translation)
“Model not found” error
Ensure the model ID uses theaisa/ prefix in OpenClaw config:
Kimi K2.5 “invalid temperature” error
Kimi K2.5 only acceptstemperature=1.0. If your config sets a different temperature, add a model-specific override or let OpenClaw use the default.
Kimi K2.5 empty response
In rare cases Kimi K2.5 may return empty content while consuming output tokens. Retry the request — this is typically transient.API key not detected
- Check env var:
echo $AISA_API_KEY - Or verify in config:
openclaw config get auth.profiles - Re-run onboarding:
openclaw onboard --auth-choice aisa-api-key
Streaming not working
AIsa uses the OpenAI-compatible API (openai-completions). Ensure your config has:
Rate limits or daily caps
AIsa has no daily request limits (unlike the free Qwen Portal which caps at 2,000 req/day).Get an API Key
- Visit https://console.aisa.one/
- Sign up and create an API key
- Set it as
AISA_API_KEYor use the onboarding wizard
Notes
- AIsa’s endpoint is OpenAI-compatible (
https://api.aisa.one/v1) - All models support streaming and function calling
supportsDeveloperRoleis set tofalsefor Qwen models- Context windows vary per model; see the model catalog rather than assuming a default
- Reasoning (thinking) is enabled for all default models
- Kimi K2.5 requires
temperature=1.0— other values cause API errors - Kimi K2.5 via AIsa is covered by enterprise Zero Data Retention (ZDR) — data is not retained or used for training
- Image/Video generation models (WAN) are available but require separate configuration
- AIsa API serves 108 models as of August 5, 2026 — use the models endpoint to discover the current list
Get started
- Sign up at aisa.one (new accounts start with $2 free credit).
- Generate an API key from the console.
- Set your key and install the skill:
- Start a new agent session so the runtime loads the updated skill instructions.
Related
Quick Setup: How to Use AIsa in OpenClaw
Recommended OpenClaw setup path.
AIsa CN-LLM Route
Route Chinese-language prompts to Chinese LLMs.
AIsa LLM Router
Route prompts across supported models.