Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,43 @@
name: Deploy to GitHub Pages

on:
push:
branches: [main]
workflow_dispatch:

permissions:
contents: read
pages: write
id-token: write

concurrency:
group: "pages"
cancel-in-progress: false

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Generate README
run: node scripts/generate-readme.js
env:
ONLINE_URL: ${{ vars.PAGES_URL || 'https://longcoderx.github.io/coding-plan-page/' }}
Comment on lines +20 to +27
Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

suggestion (bug_risk): Add an explicit Node setup step to avoid relying on the runner's default Node installation.

This step runs node scripts/generate-readme.js without guaranteeing a specific Node version. To avoid future breakage from runner changes or version drift, add an actions/setup-node@v4 step with an explicit version (e.g. node-version: 20) before running this script.

Suggested change
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Generate README
run: node scripts/generate-readme.js
env:
ONLINE_URL: ${{ vars.PAGES_URL || 'https://longcoderx.github.io/coding-plan-page/' }}
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: 20
- name: Generate README
run: node scripts/generate-readme.js
env:
ONLINE_URL: ${{ vars.PAGES_URL || 'https://longcoderx.github.io/coding-plan-page/' }}


- name: Setup Pages
uses: actions/configure-pages@v4

- name: Upload artifact
uses: actions/upload-pages-artifact@v3
with:
path: '.'

deploy:
runs-on: ubuntu-latest
needs: build
steps:
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v4
67 changes: 29 additions & 38 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,54 +1,29 @@
# AI Coding Plan 对比工具

> 更新日期2026.4.4 | 新增小米·MiMo & 腾讯云TokenPlan(非CodingPlan)

## 📖 简介

九大平台 智谱AI、Kimi、MiniMax、小米·MiMo、字节·方舟、阿里·百炼、百度·千帆、腾讯云、京东云,全面对比
十二大平台 智谱AI、Kimi、MiniMax、小米·MiMo、字节·方舟、阿里·百炼、百度·千帆、腾讯云、京东云、摩尔线程、快手·KwaiKAT、无问芯穹,全面对比

支持Qwen-3.5,Doubao-Seed-2.0,MiniMax-M2.7MiniMax-M2.5,GLM-5.1GLM-5,MiMo-V2-Pro,Kimi-K2.5等模型
支持Qwen-3.5,Doubao-Seed-2.0,MiniMax-M2.7MiniMax-M2.5,GLM-5.1GLM-5、GLM-4.7,MiMo-V2-Pro,Kimi-K2.5,KAT-Coder-Pro V1,DeepSeek-V3.2等模型

### 在线访问

直接访问:[https://longcoderx.github.io/coding-plan-page/](https://longcoderx.github.io/coding-plan-page/)


## 平台推荐

1. 智谱AI ⭐️⭐️⭐️⭐️⭐️
- 独占GLM5.1模型。+1
- 提供免费MCP次数。+1
2. MiniMax ⭐️⭐️⭐️⭐️⭐️
- 价格最便宜,且无需抢购。+1
- 独占MiniMax-M2.7模型。+1
3. 字节·方舟 ⭐️⭐️⭐️⭐️
- 独占Doubao-Seed-2.0系列模型。+1
- 不支持GLM-5,只支持GLM-4.7。-1
- 赠送真OpenClaw。+1
4. 阿里·百炼 ⭐️⭐️⭐️
- 独占Qwen3.5系列模型。+1
- 只有pro套餐,轻量使用性价比不高。-1
5. 小米·MiMo ⭐️⭐️⭐️
- 独占Mimo模型。+1
- 按Token计费,性价比略低。-1

**评分标准**: 基准3颗星,价格优势劣势1分,模型优势或独占模型1分,其他优势1分


## 📋 套餐对比表

| 平台 | 套餐 | 链接 | 首月价格 | 连续包月 | 连续包季 | 连续包年 | 支持模型 | 5小时请求数 | 每周请求数 | 每月总请求数 | 其他权益 | 备注 |
|------|------|---------|---------|---------|---------|---------|---------|-----------|-----------|-----------|---------|------|
| 智谱AI | Lite | [跳转](https://www.bigmodel.cn/glm-coding?ic=QHIO7TWK3Z) | - | ¥49 | ¥132 ~~147~~ / 季 | ¥470 ~~588~~ / 年 | GLM-5.1 | 1,200 | 6,000 | 24,000 | 免费MCP次数 | • 3倍Claude Pro用量。官方以prompt计数,这里按1 prompt≈15次请求换算 • 官方只有周限量无月限量,这里按照1月=4周计算 |
| 智谱AI | Pro | [跳转](https://www.bigmodel.cn/glm-coding?ic=QHIO7TWK3Z) | - | ¥149 | ¥402 ~~447~~ / 季 | ¥1430 ~~1788~~ / 年 | GLM-5.1, GLM-5 | 6,000 | 30,000 | 120,000 | 免费MCP次数 | • 5倍Lite用量。官方以prompt计数,这里按1 prompt≈15次请求换算 • 官方只有周限量无月限量,这里按照1月=4周计算 |
| 智谱AI | Max | [跳转](https://www.bigmodel.cn/glm-coding?ic=QHIO7TWK3Z) | - | ¥469 | ¥1266 ~~1407~~ / 季 | ¥4502 ~~5628~~ / 年 | GLM-5.1, GLM-5 | 24,000 | 120,000 | 480,000 | 免费MCP次数 | • 20倍Lite用量。官方以prompt计数,这里按1 prompt≈15次请求换算 • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Starter | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=EJWGvHzjSk&source=link) | - | ¥29 | - / 季 | ¥290 ~~348~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 600 | 6,000 | 24,000 | - | 约50TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Plus | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=EJWGvHzjSk&source=link) | - | ¥49 | - / 季 | ¥490 ~~588~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 1,500 | 15,000 | 60,000 | - | 约50TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Max | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=EJWGvHzjSk&source=link) | - | ¥119 | - / 季 | ¥1190 ~~1428~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 4,500 | 45,000 | 180,000 | - | 约50TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Plus-极速 | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=EJWGvHzjSk&source=link) | - | ¥98 | - / 季 | ¥980 ~~1176~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 1,500 | 15,000 | 60,000 | - | 约100TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Max-极速 | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=EJWGvHzjSk&source=link) | - | ¥199 | - / 季 | ¥1990 ~~2388~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 4,500 | 45,000 | 180,000 | - | 约100TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| 字节·方舟 | Lite | [跳转](https://volcengine.com/L/uCoen5sFGaY/) | - | ¥40 | - / 季 | - / 年 | Doubao-Seed-2.0, MiniMax-M2.5, Kimi-K2.5, GLM-4.7, DeepSeek-V3.2 | 1,200 | 9,000 | 18,000 | ArkClaw 7天体验 | - |
| 字节·方舟 | Pro | [跳转](https://volcengine.com/L/uCoen5sFGaY/) | - | ¥200 | - / 季 | - / 年 | Doubao-Seed-2.0, MiniMax-M2.5, Kimi-K2.5, GLM-4.7, DeepSeek-V3.2 | 6,000 | 45,000 | 90,000 | 免费ArkClaw | - |
| 智谱AI | Lite | [跳转](https://www.bigmodel.cn/glm-coding?ic=FNRBWMNAOM) | - | ¥49 | ¥132 ~~147~~ / 季 | ¥470 ~~588~~ / 年 | GLM-5.1 | 1,200 | 6,000 | 24,000 | 免费MCP次数 | • 3倍Claude Pro用量。官方以prompt计数,这里按1 prompt≈15次请求换算 • 官方只有周限量无月限量,这里按照1月=4周计算 |
| 智谱AI | Pro | [跳转](https://www.bigmodel.cn/glm-coding?ic=FNRBWMNAOM) | - | ¥149 | ¥402 ~~447~~ / 季 | ¥1430 ~~1788~~ / 年 | GLM-5.1, GLM-5 | 6,000 | 30,000 | 120,000 | 免费MCP次数 | • 5倍Lite用量。官方以prompt计数,这里按1 prompt≈15次请求换算 • 官方只有周限量无月限量,这里按照1月=4周计算 |
| 智谱AI | Max | [跳转](https://www.bigmodel.cn/glm-coding?ic=FNRBWMNAOM) | - | ¥469 | ¥1266 ~~1407~~ / 季 | ¥4502 ~~5628~~ / 年 | GLM-5.1, GLM-5 | 24,000 | 120,000 | 480,000 | 免费MCP次数 | • 20倍Lite用量。官方以prompt计数,这里按1 prompt≈15次请求换算 • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Starter | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=3mfXUyqNGv&source=link) | - | ¥29 | - / 季 | ¥290 ~~348~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 600 | 6,000 | 24,000 | - | 约50TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Plus | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=3mfXUyqNGv&source=link) | - | ¥49 | - / 季 | ¥490 ~~588~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 1,500 | 15,000 | 60,000 | - | 约50TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Max | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=3mfXUyqNGv&source=link) | - | ¥119 | - / 季 | ¥1190 ~~1428~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 4,500 | 45,000 | 180,000 | - | 约50TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Plus-极速 | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=3mfXUyqNGv&source=link) | - | ¥98 | - / 季 | ¥980 ~~1176~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 1,500 | 15,000 | 60,000 | - | 约100TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| MiniMax | Max-极速 | [跳转](https://platform.minimaxi.com/subscribe/token-plan?code=3mfXUyqNGv&source=link) | - | ¥199 | - / 季 | ¥1990 ~~2388~~ / 年 | MiniMax-M2.7, MiniMax-M2.5 | 4,500 | 45,000 | 180,000 | - | 约100TPS • 官方只有周限量无月限量,这里按照1月=4周计算 |
| 字节·方舟 | Lite | [跳转](https://volcengine.com/L/DfEH3_AUHEI/) | - | ¥40 | - / 季 | - / 年 | Doubao-Seed-2.0, MiniMax-M2.5, Kimi-K2.5, GLM-4.7, DeepSeek-V3.2 | 1,200 | 9,000 | 18,000 | ArkClaw 7天体验 | - |
| 字节·方舟 | Pro | [跳转](https://volcengine.com/L/DfEH3_AUHEI/) | - | ¥200 | - / 季 | - / 年 | Doubao-Seed-2.0, MiniMax-M2.5, Kimi-K2.5, GLM-4.7, DeepSeek-V3.2 | 6,000 | 45,000 | 90,000 | 免费ArkClaw | - |
| 阿里·百炼 | Pro | [跳转](https://www.aliyun.com/benefit/scene/codingplan) | - | ¥200 | - / 季 | - / 年 | Qwen-3.5, MiniMax-M2.5, GLM-5, Kimi-K2.5 | 6,000 | 45,000 | 90,000 | - | - |
| 小米·MiMo | Lite | [跳转](https://mimo.mi.com/) | ¥34.32 | ¥39 | - / 季 | - / 年 | MiMo-V2-Pro, MiMo-V2-Omni, MiMo-V2-TTS | 无限制 | 无限制 | 无限制 | TTS限时免费 | • 60M(6000万) Credits,无5小时限额,支持集中消耗 • 倍率 MiMo-V2-Omni:1x, Pro 256k:2x, Pro 1M:4x |
| 小米·MiMo | Standard | [跳转](https://mimo.mi.com/) | ¥87.12 | ¥99 | - / 季 | - / 年 | MiMo-V2-Pro, MiMo-V2-Omni, MiMo-V2-TTS | 无限制 | 无限制 | 无限制 | TTS限时免费 | • 200M(2亿) Credits,无5小时限额,支持集中消耗 • 倍率 MiMo-V2-Omni:1x, Pro 256k:2x, Pro 1M:4x |
Expand All @@ -68,14 +43,30 @@
| Kimi | Moderato | [跳转](https://www.kimi.com/code) | - | ¥99 | - / 季 | ¥948 ~~1188~~ / 年 | Kimi-K2.5, Kimi-K2 | 未公开 | 未公开 | 未公开 | - | 4 倍额度, Agent 多任务并行 |
| Kimi | Allegretto | [跳转](https://www.kimi.com/code) | - | ¥199 | - / 季 | ¥1908 ~~2388~~ / 年 | Kimi-K2.5, Kimi-K2 | 未公开 | 未公开 | 未公开 | 免费Kimi-Claw | 20 倍额度 |
| Kimi | Allegro | [跳转](https://www.kimi.com/code) | - | ¥699 | - / 季 | ¥6708 ~~8388~~ / 年 | Kimi-K2.5, Kimi-K2 | 未公开 | 未公开 | 未公开 | 免费Kimi-Claw | 60 倍额度 |
| 摩尔线程 | Lite | [跳转](https://code.mthreads.com/) | - | ¥40 | ¥120 / 季 | - / 年 | GLM-4.7 | 1,200 | 9,000 | 18,000 | 国产GPU算力 | • 仅支持季度付费,¥120/季 • 基于MTT S5000国产GPU,硅基流动推理加速 |
| 摩尔线程 | Pro | [跳转](https://code.mthreads.com/) | - | ¥200 | ¥600 / 季 | - / 年 | GLM-4.7 | 6,000 | 45,000 | 90,000 | 国产GPU算力 | • 仅支持季度付费,¥600/季 • Lite用量的5倍 |
| 摩尔线程 | Max | [跳转](https://code.mthreads.com/) | - | ¥400 | ¥1200 / 季 | - / 年 | GLM-4.7 | 24,000 | 180,000 | 360,000 | 国产GPU算力, 优先保障 | • 仅支持季度付费,¥1200/季 • Pro用量的4倍,优先保障资源 |
| 快手·KwaiKAT | Mini | [跳转](https://www.streamlake.com/marketing/coding-plan) | ¥8.8 | ¥29 | - / 季 | - / 年 | KAT-Coder-Pro V1 | 40 | - | - | - | • 以Prompts计量,1 Prompt≈15次模型调用 • 自研KAT-Coder-Pro V1模型 |
| 快手·KwaiKAT | Starter | [跳转](https://www.streamlake.com/marketing/coding-plan) | ¥48 | ¥70 | - / 季 | - / 年 | KAT-Coder-Pro V1 | 100 | - | - | - | • 以Prompts计量 • 自研KAT-Coder-Pro V1模型 |
| 快手·KwaiKAT | Pro | [跳转](https://www.streamlake.com/marketing/coding-plan) | ¥96 | ¥140 | - / 季 | - / 年 | KAT-Coder-Pro V1 | 300 | - | - | - | • 以Prompts计量 • 自研KAT-Coder-Pro V1模型 |
| 快手·KwaiKAT | Max | [跳转](https://www.streamlake.com/marketing/coding-plan) | ¥240 | ¥350 | - / 季 | - / 年 | KAT-Coder-Pro V1 | 1,000 | - | - | - | • 以Prompts计量 • 自研KAT-Coder-Pro V1模型 |
| 无问芯穹 | Lite | [跳转](https://cloud.infini-ai.com/login?redirect=/genstudio/invitation&invite_code=BqXMhzFY) | ¥19.9 | ¥40 | - / 季 | - / 年 | Kimi-K2.5, MiniMax-M2.7, MiniMax-M2.5, DeepSeek-V3.2-Thinking, GLM-5 | 1,000 | 6,000 | 12,000 | - | • 聚合型平台,一份订阅多厂商模型 • 5小时1000次,7天6000次,30天12000次 • 暂时售罄 |
| 无问芯穹 | Pro | [跳转](https://cloud.infini-ai.com/login?redirect=/genstudio/invitation&invite_code=BqXMhzFY) | - | ¥200 | - / 季 | - / 年 | Kimi-K2.5, MiniMax-M2.7, MiniMax-M2.5, DeepSeek-V3.2-Thinking, GLM-5 | 5,000 | 30,000 | 60,000 | - | • 聚合型平台,一份订阅多厂商模型 • 5倍Lite用量 • 暂时售罄 |


💡 **说明**

- 包季/包年价格中的划线数字表示原始价格(包月×3 或 包月×12),未划线的为实际优惠价格。
- 使用表格邀请链接,部分平台可享优惠
- 本页面的跳转链接包含各平台官方邀请码,这是平台官方公开的推广返利活动,任何人注册账号后均可获取自己的邀请码。使用邀请码订阅可享平台专属优惠(如折扣、赠金等),同时也支持本站继续运营。
- 主要平台返利:智谱AI邀请好友首单享5%优惠;MiniMax邀请好友享9折+10%代金券;无问芯穹邀请购买可享首月优惠。
- 本页面数据仅供参考,价格及权益最终以平台官方公布为准,建议在选择套餐前仔细阅读各平台的官方条款和服务协议
- 各平台计量单位不同(Prompts vs 次请求),直接比较数字无意义。1次用户提问通常触发5-30次模型调用
- 5小时/周/月限额可能存在陷阱,例如5小时100次不等于一天500次,请以官方最新公告为准

## 🤝 贡献

欢迎提交 Issue 或 Pull Request 来完善本项目的数据和功能。

---

> 由 LongCoderX 维护
67 changes: 4 additions & 63 deletions config.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,75 +2,16 @@
"header": {
"title": "AI Coding Plan 对比",
"subtitle": "十二大平台 智谱AI、Kimi、MiniMax、小米·MiMo、字节·方舟、阿里·百炼、百度·千帆、腾讯云、京东云、摩尔线程、快手·KwaiKAT、无问芯穹,全面对比",
"models": "支持Qwen-3.5,Doubao-Seed-2.0,MiniMax-M2.7MiniMax-M2.5,GLM-5.1GLM-5GLM-4.7,MiMo-V2-Pro,Kimi-K2.5,KAT-Coder-Pro V1,DeepSeek-V3.2等模型",
"models": "支持Qwen-3.5,Doubao-Seed-2.0,MiniMax-M2.7MiniMax-M2.5,GLM-5.1GLM-5GLM-4.7,MiMo-V2-Pro,Kimi-K2.5,KAT-Coder-Pro V1,DeepSeek-V3.2等模型",
"github": {
"url": "https://github.com/LongCoderX/coding-plan-page",
"text": "GitHub"
}
},
"recommendations": [
{
"name": "智谱AI",
"rating": 5,
"reasons": [
"独占GLM5.1模型。+1",
"提供免费MCP次数。+1"
]
},
{
"name": "MiniMax",
"rating": 5,
"reasons": [
"价格最便宜,且无需抢购。+1",
"独占MiniMax-M2.7模型。+1"
]
},
{
"name": "字节·方舟",
"rating": 4,
"reasons": [
"独占Doubao-Seed-2.0系列模型。+1",
"不支持GLM-5,只支持GLM-4.7。-1",
"赠送真OpenClaw。+1"
]
},
{
"name": "阿里·百炼",
"rating": 3,
"reasons": [
"独占Qwen3.5系列模型。+1",
"只有pro套餐,轻量使用性价比不高。-1"
]
},
{
"name": "小米·MiMo",
"rating": 3,
"reasons": [
"独占Mimo模型。+1",
"按Token计费,性价比略低。-1"
]
},
{
"name": "无问芯穹",
"rating": 4,
"reasons": [
"聚合多厂商模型,一份订阅多模型。+1",
"首月仅¥19.9,性价比高。+1"
]
},
{
"name": "摩尔线程",
"rating": 3,
"reasons": [
"国产GPU算力底座,全栈国产化。+1",
"仅支持季度付费,资金占用高。-1"
]
}
],
"ratingGuide": "基准3颗星,价格优势劣势1分,模型优势或独占模型1分,其他优势1分",
"notes": [
"包季/包年价格中的划线数字表示原始价格(包月×3 或 包月×12),未划线的为实际优惠价格。",
"使用表格邀请链接,部分平台可享优惠",
"本页面的跳转链接包含各平台官方邀请码,这是平台官方公开的推广返利活动,任何人注册账号后均可获取自己的邀请码。使用邀请码订阅可享平台专属优惠(如折扣、赠金等),同时也支持本站继续运营。",
"主要平台返利:智谱AI邀请好友首单享5%优惠;MiniMax邀请好友享9折+10%代金券;无问芯穹邀请购买可享首月优惠。",
"本页面数据仅供参考,价格及权益最终以平台官方公布为准,建议在选择套餐前仔细阅读各平台的官方条款和服务协议",
"各平台计量单位不同(Prompts vs 次请求),直接比较数字无意义。1次用户提问通常触发5-30次模型调用",
"5小时/周/月限额可能存在陷阱,例如5小时100次不等于一天500次,请以官方最新公告为准"
Expand Down Expand Up @@ -107,4 +48,4 @@
"reset": "重置",
"apply": "确定"
}
}
}
Loading
Loading