Token导航 LogoToken导航TokenDH.com
模型调用敏感数据clawhub未标认证来源可访问clear审计通过

openclaw-aisa-chinese-llm-modelsOpenClaw aisa chinese LLM models 工具

Agent Skill

openclaw-aisa-chinese-llm-models 用于补充模型调用相关能力,适合在 OpenClaw 中需要让 Agent 承接模型调用相关任务时使用。可结合来源仓库、安装命令和原始 README 继续核验具体用法。安装前建议确认权限范围、维护状态,以及是否会触发联网、命令执行或文件读写。

总安装

25,655

周安装

1,048

GitHub Stars

公开资料未说明

下载量

8,216
OpenClaw

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

GitHub

来源数

2

许可证

MIT-0

最后核验

2026-05-01

来源状态

来源可访问

安装方式

通过对话安装

复制提示词发给支持本地命令或 Skills 的 AI 助手,先确认命令和权限,再让它执行。

请帮我安装这个 Agent Skill:openclaw-aisa-chinese-llm-models(OpenClaw aisa chinese LLM models 工具)
来源仓库:https://github.com/0xjordansg-yolo/openclaw-aisa-chinese-llm-models
安装命令:
openclaw skills install openclaw-aisa-chinese-llm-models
安装前请先检查当前环境是否支持对应 CLI,并向我确认将要执行的命令、安装目录、联网范围和文件读写权限;确认后再执行。

命令行安装

复制命令到本机终端执行。该命令会通过 OpenClaw 从第三方来源获取 Skill;本站只展示命令,不托管安装包,也不自动执行。

ClawHubOpenClaw
openclaw skills install openclaw-aisa-chinese-llm-models

简介

将AIsa配置为OpenClaw一流的模型提供商,实现中国主要AI模型的生产接入。

  • 适合在 OpenClaw 中需要让 Agent 承接模型调用相关任务时使用。
  • 支持 Qwen、DeepSeek、Kimi K2.5、Doubao 等主流中文大模型接入。
  • 安装命令:openclaw skills install openclaw-aisa-chinese-llm-models,建议确认 API 配额和计费方式。
  • 涉及生产环境接入时,应先验证模型可用性和稳定性后再部署使用。

SKILL.md

name
aisa-provider
description
Configure AIsa as a first-class model provider for OpenClaw, enabling production access to major Chinese AI models (Qwen, DeepSeek, Kimi K2.5, Doubao) through official partnerships with Alibaba Cloud, BytePlus, and Moonshot. Use this skill when the user wants to set up Chinese AI models, configure AIsa API access, compare pricing between AIsa and other providers (OpenRouter, Bailian), switch between Qwen/DeepSeek/Kimi models, or troubleshoot AIsa provider configuration in OpenClaw. Also use when the user mentions AISA_API_KEY, asks about Chinese LLM pricing, Kimi K2.5 setup, or needs help with Qwen Key Account setup.
metadata
openclaw
emoji
🇨🇳
requires
env
primaryEnv
AISA_API_KEY
homepage
https://marketplace.aisa.one

AIsa Provider for OpenClaw

AIsa is a unified API gateway providing production access to China's leading AI models through official partnerships with all major Chinese AI platforms. It is an Alibaba Cloud Qwen Key Account partner, offering the full Qwen model family at discounted pricing, plus models on the Alibaba Bailian aggregation platform (DeepSeek, Kimi, GLM).

AIsa also provides access to Kimi K2.5 (Moonshot AI's flagship reasoning model) at approximately 80% of official pricing.

⚠️ All pricing listed below is for reference. Real-time pricing is subject to change — always check https://marketplace.aisa.one/pricing for the latest rates.

Quick Setup

Option 1: Environment Variable (fastest)

export AISA_API_KEY="your-key-here"

OpenClaw auto-detects AISA_API_KEY and registers AIsa as a provider. No config file changes needed.

Option 2: Interactive Onboarding

openclaw onboard --auth-choice aisa-api-key

Option 3: CLI with Key

openclaw onboard --auth-choice aisa-api-key --aisa-api-key "your-key-here"

Option 4: Manual Config in ~/.openclaw/openclaw.json

{
  "models": {
    "providers": {
      "aisa": {
        "baseUrl": "https://api.aisa.one/v1",
        "apiKey": "${AISA_API_KEY}",
        "api": "openai-completions",
        "models": [
          {
            "id": "aisa/qwen3-max",
            "name": "Qwen3 Max",
            "reasoning": true,
            "input": ["text", "image"],
            "contextWindow": 256000,
            "maxTokens": 16384,
            "supportsDeveloperRole": false,
            "cost": {
              "input": 1.20,
              "output": 4.80,
              "cacheRead": 0,
              "cacheWrite": 0
            }
          },
          {
            "id": "aisa/qwen-plus-2025-12-01",
            "name": "Qwen Plus",
            "reasoning": true,
            "input": ["text", "image"],
            "contextWindow": 256000,
            "maxTokens": 16384,
            "supportsDeveloperRole": false,
            "cost": {
              "input": 0.30,
              "output": 0.90,
              "cacheRead": 0,
              "cacheWrite": 0
            }
          },
          {
            "id": "aisa/qwen-mt-flash",
            "name": "Qwen MT Flash",
            "reasoning": true,
            "input": ["text"],
            "contextWindow": 256000,
            "maxTokens": 8192,
            "supportsDeveloperRole": false,
            "cost": {
              "input": 0.05,
              "output": 0.30,
              "cacheRead": 0,
              "cacheWrite": 0
            }
          },
          {
            "id": "aisa/deepseek-v3.1",
            "name": "DeepSeek V3.1",
            "reasoning": true,
            "input": ["text"],
            "contextWindow": 131072,
            "maxTokens": 8192,
            "supportsDeveloperRole": false,
            "cost": {
              "input": 0.27,
              "output": 1.10,
              "cacheRead": 0.07,
              "cacheWrite": 0
            }
          },
          {
            "id": "aisa/kimi-k2.5",
            "name": "Kimi K2.5",
            "reasoning": true,
            "input": ["text"],
            "contextWindow": 131072,
            "maxTokens": 8192,
            "supportsDeveloperRole": false,
            "cost": {
              "input": 0.60,
              "output": 2.40,
              "cacheRead": 0,
              "cacheWrite": 0
            }
          }
        ]
      }
    }
  },
  "agents": {
    "defaults": {
      "model": {
        "primary": "aisa/qwen3-max"
      }
    }
  }
}

Available Models

Default Models (pre-configured, API-verified ✅)

ModelModel IDBest ForContextReasoningVerified
Qwen3 Maxaisa/qwen3-maxComplex reasoning, flagship tasks256K
Qwen Plusaisa/qwen-plus-2025-12-01Main production model256K
Qwen MT Flashaisa/qwen-mt-flashHigh-frequency, lightweight tasks256K
DeepSeek V3.1aisa/deepseek-v3.1Cost-effective reasoning128K
Kimi K2.5aisa/kimi-k2.5Moonshot's flagship reasoning model128K

⭐ Kimi K2.5 — Moonshot AI's Flagship Model

Kimi K2.5 is Moonshot AI's latest reasoning model, accessible via AIsa at approximately 80% of official Moonshot pricing.

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:

Error: invalid temperature: only 1 is allowed for this model

If your OpenClaw config or agent sets a different temperature, override it for Kimi:

/model aisa/kimi-k2.5

OpenClaw will use the model's default temperature when not explicitly set.

Kimi K2.5 Pricing Comparison (per 1M tokens):

MetricAIsaMoonshot OfficialSavings
Input/1M~$0.60~$0.75~20% off
Output/1M~$2.40~$3.00~20% off
Actual pricing may vary. Check https://marketplace.aisa.one/pricing for real-time rates.

Additional Models Available via AIsa

Users can add any model supported by AIsa to their config. The full catalog includes 49+ models:

Qwen family (8 models):

  • qwen3-max, qwen3-max-2026-01-23, qwen-plus-2025-12-01
  • qwen-mt-flash, qwen-mt-lite
  • qwen-vl-max, qwen3-vl-flash, qwen3-vl-plus (vision models)

DeepSeek (4 models):

  • deepseek-v3.1, deepseek-v3, deepseek-v3-0324, deepseek-r1

Kimi / Moonshot (2 models):

  • kimi-k2.5, kimi-k2-thinking

Also available: Claude series (10), GPT series (9), Gemini series (5), Grok series (2), and more.

List all available models:

curl https://api.aisa.one/v1/models -H "Authorization: Bearer $AISA_API_KEY"

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:

Common NameCorrect AIsa Model ID❌ Does NOT work
Qwen Plusqwen-plus-2025-12-01qwen3-plus, qwen-plus, qwen-plus-latest
Qwen Flashqwen-mt-flashqwen3-flash, qwen-turbo, qwen-turbo-latest
Qwen Maxqwen3-max(works as-is)
DeepSeek V3.1deepseek-v3.1(works as-is)
Kimi K2.5kimi-k2.5(works as-is)

To check the latest available model IDs:

curl https://api.aisa.one/v1/models -H "Authorization: Bearer $AISA_API_KEY"

Switching Models

In chat (TUI):

/model aisa/qwen3-max
/model aisa/deepseek-v3.1
/model aisa/kimi-k2.5

Via CLI:

openclaw models set aisa/qwen3-max

Pricing Comparison (per 1M tokens)

All pricing below is for reference. Real-time pricing is subject to change — always check https://marketplace.aisa.one/pricing for the latest rates.

Qwen MT Flash (lightweight)

  • AIsa: $0.05 input / $0.30 output (~50% off retail)
  • Bailian Official: $0.10 / $0.40
  • OpenRouter: $0.11-0.13 / $0.45-0.50

Qwen Plus (production)

  • AIsa: $0.30 input / $0.90 output (~25% off retail)
  • Bailian Official: $0.40 / $1.20
  • OpenRouter: $0.45-0.50 / $1.35-1.50

Qwen3 Max (flagship)

  • AIsa: $1.20 input / $4.80 output (~40% off retail)
  • Bailian Official: $2.00 / $8.00
  • OpenRouter: $2.20-2.50 / $9.00-10.00

Kimi K2.5 (Moonshot flagship)

  • AIsa: ~$0.60 input / ~$2.40 output (~20% off official Moonshot pricing)
  • Moonshot Official: ~$0.75 / ~$3.00
  • OpenRouter: Limited availability

Cost at scale: 500M tokens/month on Qwen-Max

  • OpenRouter: ~$4,000-4,250/month
  • Bailian Official: ~$3,400/month
  • AIsa: ~$2,040/month (saves $16,320-26,520/year)

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 K2.5 integration, with enterprise Zero Data Retention (ZDR) agreement (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)

ModelAvg LatencyRating
Qwen3 Max~1,577 ms⭐⭐⭐⭐⭐ Fastest
Qwen MT Flash~1,918 ms⭐⭐⭐⭐ Fast
Kimi K2.5~2,647 ms⭐⭐⭐ Medium
DeepSeek V3.1~3,002 ms⭐⭐⭐ Medium
Qwen Plus~8,207 ms⭐⭐ Slower

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-mt-flash

"Model not found" error

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

✅ aisa/qwen3-max
❌ qwen3-max

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:

"api": "openai-completions"

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://marketplace.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
  • Default context window: 256,000 tokens (Qwen) or 131,072 tokens (DeepSeek/Kimi)
  • 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 supports 49+ models total — use the models endpoint to discover all available options

适合场景

01

调用多模型

02

代码和文本生成

03

Agent 推理流程

04

OpenRouter 模型接入

能力概览

能力 1

统一调用多种 LLM

能力 2

支持 Claude、Gemini、Kimi 等模型

能力 3

适合聊天、代码和推理任务

能力 4

可作为 Agent 模型调用入口

安装后应在对应宿主中按原始 README 的触发条件使用;具体调用方式请以来源页面和 README 为准。

平台分布

OpenClaw

80.08%
按下载量换算6,579

安全审计

VirusTotal

通过

ClawScan

通过

Static analysis

未展示

权限和风险

敏感数据

该 Skill 可能接触密钥、Token、环境变量或敏感配置,应进入高风险复核队列,默认不自动发布。

安装前确认

本站仅展示第三方公开信息,不托管安装包,不提供自动安装或运行环境。安装前应自行审查源码、依赖和命令行为。当前只有一个来源,正式发布前建议补源仓库或其他目录站核验。

来源信息

继续浏览同类 Skills