Skip to main content
View on GitHub -> Use AIsa as an OpenClaw model provider. Configure OpenClaw to access Qwen, DeepSeek, Kimi, GLM, and other models through one gateway.

Install

First, install the AIsa CLI if you have not already:
Then install the skill:

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)

OpenClaw auto-detects 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
This makes AIsa the recommended path for privacy-sensitive or enterprise workloads that require access to Kimi K2.5. When calling Kimi K2.5 directly via Moonshot’s consumer API, standard consumer data policies apply — by routing through AIsa, your data benefits from the negotiated ZDR protections. ⚠️ Important: Temperature restriction Kimi K2.5 only accepts temperature=1.0. Using any other value will return an error:
If your OpenClaw config or agent sets a different temperature, override it for Kimi:
OpenClaw will use the model’s default temperature when not explicitly set. Kimi K2.5 pricing on AIsa (per 1M tokens): $0.4018 input / $2.1077 output, cache read $0.4018.
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-flash
  • qwen3-coder-plus, qwen3-coder-flash, qwen3-coder-480b-a35b-instruct
  • qwen3.6-plus, qwen3.6-plus-2026-04-02
  • qwen3-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 (7 models):
  • deepseek-v4-pro, deepseek-v4-flash, deepseek-v4-flash-0731, deepseek-v3.2, deepseek-v3.1, deepseek-v3, deepseek-r1
Kimi / Moonshot (5 models):
  • kimi-k3, kimi-k2.7-code, kimi-k2.6, kimi-k2.5, kimi-k2-thinking
Also available: GPT series (27), Claude series (12), xAI Grok (5), Zhipu GLM (4), ByteDance Seed/Seedream/Dreamina (10), StepFun (3), MiniMax (2), Gemini (2), Xiaomi MiMo (2), and more. List all available models:

Model ID Versioning

AIsa uses versioned model IDs for some models. If you encounter a 503 - 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):
Via CLI:

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
This is unique to AIsa’s Key Account status. Other providers like OpenRouter or the free Qwen Portal typically route through CN only.

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 -> use qwen-plus-2025-12-01
  • qwen3-flash -> use qwen-flash (or qwen-mt-flash for translation)

“Model not found” error

Ensure the model ID uses the aisa/ prefix in OpenClaw config:

Kimi K2.5 “invalid temperature” error

Kimi K2.5 only accepts temperature=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

  1. Check env var: echo $AISA_API_KEY
  2. Or verify in config: openclaw config get auth.profiles
  3. 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

  1. Visit https://console.aisa.one/
  2. Sign up and create an API key
  3. Set it as AISA_API_KEY or use the onboarding wizard

Notes

  • AIsa’s endpoint is OpenAI-compatible (https://api.aisa.one/v1)
  • All models support streaming and function calling
  • supportsDeveloperRole is set to false for 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

  1. Sign up at aisa.one (new accounts start with $2 free credit).
  2. Generate an API key from the console.
  3. Set your key and install the skill:
  4. Start a new agent session so the runtime loads the updated skill instructions.

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.