chinese-llm-models
A unified API gateway that provides access to 6+ leading Chinese AI models (Kimi K2.5, Qwen3 Max, DeepSeek V3.2, GLM-5, MiniMax M2.1, Seed 1
Open source Open in the app JSON README (API)
About
A unified API gateway that provides access to 6+ leading Chinese AI models (Kimi K2.5, Qwen3 Max, DeepSeek V3.2, GLM-5, MiniMax M2.1, Seed 1.8) through a single OpenAI-compatible endpoint. Features pay-per-use pricing, automatic cost tracking, and seamless integration with existing OpenAI client code.
Details
- Kind
- Plugins
- Topic
- AI, RAG & memory
- Publisher
- aisa-one
- Origin
- marketplace
- Category
- ferramentas
- Last push
- 2026-03-30T10:41:12Z
- Repository state
- ativo
- Added
- 2026-08-30 01:48:58
- Updated
- 2026-08-30 01:48:58
- Origin id
aisa-one/aisa-provider/chinese-llm-models
README
# AIsa Provider Plugin Unified API gateway for China's top AI models in Claude Code. ## What it does Access 6+ leading Chinese AI models through a single API key and OpenAI-compatible endpoint: - **Kimi K2.5** — 256k context, strong reasoning - **Qwen3 Max** — Multimodal (text + image), reasoning - **DeepSeek V3.2** — Cost-effective reasoning ($0.28/M input tokens) - **GLM-5** — Multimodal, reasoning - **MiniMax M2.1** — Fast inference, 200k context - **Seed 1.8** — Reasoning, 128k context ## Installation ### 通过市场安装(推荐) ```bash # 添加市场源(仅需一次) /plugin marketplace add https://github.com/aisa-one/aisa-provider # 安装插件 /plugin install aisa-provider ``` ## Setup ```bash export AISA_API_KEY="your-key" ``` Get your API key at [aisa.one](https://aisa.one). ## Components ``` aisa-provider/ ├── .claude-plugin/ │ └── plugin.json ├── skills/ │ └── aisa-models/ │ └── SKILL.md └── README.md ``` ## Usage Once installed, Claude Code automatically activates the `aisa-models` skill when you: - Ask about Chinese AI models or providers - Need to call Qwen, Kimi, DeepSeek, GLM, MiniMax, or Seed APIs - Want to compare model capabilities or pricing - Need help setting up multi-model inference ## License MIT