AAAEC Resources返回官网
AAAEC Resources

9. 定价与商业模式

10 模块知识库第 9 篇——讲 agent 怎么被计费:Token 计费 / Conversation 计费 / Action 计费 / 订阅 / 开源 / 私有化 6 大商业模式,以及如何根据业务场景选型。


本文覆盖 6 种计费模式 + 选型决策:

  • 6 种计费模式 订阅 / 按量 / tiered / seat-based / 自带 key / 企业合约
  • API 定价 4 要素 input / output / cache hit / cache miss 的实际单次成本
  • 订阅 vs 按量 什么时候订阅划算,什么时候按量更便宜,临界点
  • 企业级 SLA 谈判 5 个常见条款(可用率 / 响应时间 / 数据归属 / 退出 / 审计)

选型快查 (TL;DR)

场景推荐模式代表 agent
个人开发者日常 codingPer-seat 订阅Cursor / Claude Code $20/月
中度使用 + 想控成本按 conversation / creditChatGPT Plus / Manus Pro
重度 / 自动化场景Per token(API)Claude API / OpenAI API
客服 / 销售类业务Per conversationSierra / Agentforce Service
企业 / 私有化Per deploymentQwen-Agent 专属版 2.0 / Agentforce Hyperforce
私有化 + 二次开发开源 + 商业版Qwen-Agent / Coze / AutoGPT
按用量灵活消耗按 action / creditCoze 3 / WorkBuddy 积分

1. 这是什么 + 为什么重要

定价与商业模式回答的是 agent 产品最商业化的一组问题:怎么收费?按什么单位?为什么这种计费方式会决定你的 agent 能跑多深?

agent 行业的计费模式高度分化,从最细粒度的"按 token"到最粗粒度的"按 conversation",再到"开源免费 + 商业版"的零边际成本,六种典型计费模式覆盖了几乎所有 agent 产品:

  1. 按 token 计费 — 用多少付多少(API 常见)
  2. 按 conversation 计费 — 客户每次对话付一次(Agentforce 行业首创)
  3. 按 action / credit 计费 — 把所有操作折算成"积分"(Agentforce Flex Credits、Coze Credits)
  4. 订阅制 — Free / Pro / Team / Enterprise 分级按月付(主流 IDE agent)
  5. 开源免费 + 商业版付费 — 框架代码开源,增值功能收费(Qwen-Agent、Coze 开源版、AutoGPT)
  6. 私有化 / VPC 部署 — 一次性部署费 + 年维护费(企业版专属)

为什么商业模式比"价格数字"更重要:同样 $20/月,Cursor 给的是"无限 Tab 补全 + 限速 Agent 任务",ChatGPT Plus 给的是"50 次 Agent 任务/月 + GPT-5/o3 模型",Trae Solo 给的是"云端 10 路并发任务"。这三个 $20 的"实际可消费价值"完全不同 — 计费单位(per token / per conversation / per seat / per credit)直接决定了用量天花板、边际成本、与业务价值的对齐程度。一个企业选型时如果只看"哪家便宜",会忽视"哪种计费单位能跟我的业务量匹配"。


2. 子模块分解

2.1 按 token 计费

是什么:按 LLM token 用量(in + out)后付费。1 token ≈ 1 个英文单词 / 1-2 个汉字。最透明、零浪费,但用户需自己预测量,容易爆预算。

实现模式:

跨 agent 关键差异

AgentToken 计费档位起步价单位成本官方 doc
Claude CodeAPI(订阅上限外)Free / $17 Pro / $100 Max取决于模型(Sonnet/Opus/Haiku)https://claude.com/pricing
Qwen-Agent阿里云百炼 API新用户赠 7000 万 token⚠️ qwen3.7-max 输入 12 元/输出 36 元/百万 token(示例价,具体随模型变)https://help.aliyun.com/zh/model-studio/billing-for-model-studio
AntigravityVertex AI Agent Engine$300 新用户免费 credits按 token / 计算用量付费https://cloud.google.com/gemini-enterprise
ChatGPT AgentAPI(Codex)按 OpenAI pricing按模型 + token 数https://openai.com/pricing

最佳实践:用量稳定 → 选订阅;用量波动 → 选 API;超大用量 → 选 batch / cache 折扣。

常见坑:API 用户经常忘记计 cache read / cache write 也算 token;Qwen-Agent 上下文缓存折扣需要主动开启(默认不开)。

来源:Anthropic 官方 https://claude.com/pricing ✅;阿里云百炼 https://help.aliyun.com/zh/model-studio/billing-for-model-studio ✅。


2.2 按 conversation 计费(Agentforce 行业首创)

是什么:按"客户与 agent 的对话次数"计费,不按消息条数、不按 token。$2 / 每次对话(行业首创)。优势:计费单位与客服业务价值(每通客户对话)直接对齐;客户业务量预测简单。

实现模式:

跨 agent 关键差异

Agent按 conversation 计费起步价行业地位官方 doc
Agentforce✅ Conversations $2 / 每次对话$0 试用(前 1000 次 Service 对话免费)行业首创 ✅(salesforce.com/pricing + CIO.com 双源)https://www.salesforce.com/agentforce/pricing/
Copilot Studio⚠️ 按 message($0.01/message)Copilot Studio license + $0.01/message类 conversation 但更细粒度https://www.microsoft.com/en-us/microsoft-365-copilot/pricing/copilot-studio
Sierra⚠️ outcome-based(按"问题是否解决")Custom pricing概念上的下一代 evolutionhttps://sierra.ai/blog/outcomemaxxing

最佳实践:"每次对话成本"应与"每次对话商业价值"匹配 — 客服场景(每通对话价值 $5-50 业务影响)用按 conversation 计费最划算。

常见坑:Agentforce "1 次对话" 的官方定义在 salesforce.com/pricing/ 主站未明示 24 小时窗口(audit 已标记 ❌);目前"对话"具体如何计数需以 Salesforce pricing FAQ 为准 — 不要自行假设。

来源:Salesforce https://www.salesforce.com/agentforce/pricing/ ✅;CIO.com https://www.cio.com/article/3499283/salesforce-mulls-consumption-pricing-for-ai-agents.html ✅;Microsoft https://www.microsoft.com/en-us/microsoft-365-copilot/pricing/copilot-studio ✅。


2.3 按 action / credit 计费

是什么:把 agent 的每次操作("action")折算成 credit(或称 Flex Credits / Credits)。1 credit = 一次标准操作;语音 action = 1.5x credit。优势:跨模型/跨操作统一计量,订阅可在文本/图像/语音间通用。劣势:用户难以精确预测"1 个 action 等于多少钱"。

实现模式:

跨 agent 关键差异

AgentAction/credit 单位起步档跨模型通用?官方 doc
AgentforceFlex Credits(Agent 20 / Voice 30)$500 / 100k credits✅ 统一额度池https://www.salesforce.com/agentforce/pricing/
Coze 3Credits(国际版订阅含 credits)$9 Premium Basic / 100 Creditshttps://www.coze.com/pricing
Qwen-AgentCredits(订阅内含)198 元/坐席/月✅ 同订阅跨模型https://developer.aliyun.com/article/1733331
ManusCredits(按任务消耗)Free 200-300 credits❌ 仅本平台https://manus.im/pricing ⚠️
WorkBuddyCredits(Auto 免费 + 付费按量)个人专业版 58 元/月⚠️ 主要在腾讯模型https://blog.csdn.net/...

最佳实践:企业偏好(预算可控、跨模型灵活)→ Flex Credits / Credits;个人开发者 → 优先选订阅含 credits(免去逐次计费焦虑)。

常见坑:Coze 国内版"29 元 / 99 元"价格档位 ⚠️ audit 已标单源 P4(仅 1 篇.cn/pricing 官方页为准。

来源:Salesforce 官方 https://www.salesforce.com/agentforce/pricing/ ✅;阿里云 https://developer.aliyun.com/article/1733331 ✅;Coze 国际版 https://www.coze.com/pricing ✅;Manus https://manus.im/pricing ⚠️。


2.4 订阅制(Free / Pro / Team / Enterprise)

是什么:按用户/坐席/月订阅,分级定价(Free → Pro → Team → Enterprise)。优势:可预测成本、用户教育成本低、采购流程标准化。劣势:用量与价格脱节(订阅用满 vs 浪费都付同样钱)。

实现模式:

  • 分级订阅 + 月付/年付折扣:Claude Code / Cursor / ChatGPT / Manus / Trae Solo / Devin
  • 按坐席(per seat)+ 池化 credit:Manus Team 共享 credits 池(URL: https://manus.im/team ✅)
  • 企业销售洽谈:Sierra / Devin Enterprise / Coze HiAgent / Qwen-Agent 专属版

跨 agent 关键差异

AgentFreePro/基础订阅TeamEnterprise官方 doc
Claude Code$0$17/月(年付)/ $20(月付)$20/座/月(年付)$20/座 + API 费率https://claude.com/pricing
ChatGPT Agent$0Plus $20$25/座/月(年付)/ $30(月付)Contact saleshttps://openai.com/pricing
Cursor 2Free HobbyPro $20Business $40Customhttps://cursor.com/pricing
Devin$0$20/月Team $80/月 + $40/座Contact saleshttps://www.devin.ai/pricing
Manus$0(~300 credits)Pro ~$20-40/月Team(per-seat + pooled credits)Contact saleshttps://manus.im/pricing ⚠️
Trae Solo$0Pro $10(限免)/ Lite $3Pro+ $30Ultra $100https://www.trae.ai/pricing
WorkBuddy免费(下载即用)专业版 58 元/月企业版企业版 + 私有化https://www.codebuddy.cn/work/

行业平均价位:个人 Pro $17-20/月,Team $25-40/座/月,Enterprise 谈判制。


2.5 开源免费 + 商业版付费

是什么:核心框架 Apache-2.0 / MIT 开源,企业增值功能(SLA、安全、托管)收费。优势:零边际成本、自托管可控、社区生态;劣势:自己运维、自己买 LLM token。

实现模式:

  • 框架完全开源 + 云托管付费:Qwen-Agent(Apache-2.0 + 阿里云托管)、AutoGPT(MIT + 云服务)
  • 核心开源 + 闭源商业版:Coze Studio(开源) + Coze Pro(闭源付费版)
  • 开源 + 企业版付费:HiAgent(火山引擎)

跨 agent 关键差异

Agent开源协议自托管?商业版官方 doc
Qwen-AgentApache-2.0✅ 自托管Token Plan 订阅(198 元/坐席/月起)+ 阿里云百炼 APIhttps://github.com/QwenLM/Qwen-Agent ✅ P1
Coze 3Apache-2.0(Coze Studio 开源版)✅ 自托管Coze Pro + HiAgent 企业版 + 私有化部署https://github.com/coze-dev/coze-studio ✅ P1
AutoGPTMIT✅ 自托管Cloud agents(付费云服务)https://github.com/Significant-Gravitas/AutoGPT ✅ P1
Sierra❌ 不开源Custom(只服务 Fortune 50 40%)https://sierra.ai/ ✅ P1

2.6 私有化 / VPC 部署(企业版一次性费用)

是什么:agent 平台部署到客户自己的 VPC / 私有云 / on-prem,一次性部署费 + 年维护费。优势:数据不出域、合规可控、可深度定制;劣势:前期成本高($50k-500k+)、自己运维、自己升级。

实现模式:

  • VPC 专享:数据隔离,云厂商托管(Qwen-Agent 专属版 2.0、WorkBuddy VPC 专享、Coze HiAgent 私有化)
  • On-prem 私有化:完全本地部署(AutoGPT 自托管、Coze 开源版 on-prem)
  • 企业专属云:Salesforce Hyperforce / Microsoft Azure 隔离租户

跨 agent 关键差异

Agent私有化能力部署模式计费官方 doc
Claude Code❌ 不支持私有化仅 SaaS订阅 + APIhttps://claude.com/pricing
ChatGPT Agent✅ Enterprise 版Enterprise + ZDRContact saleshttps://openai.com/enterprise
Devin✅ Enterprise 版Dedicated deployment(企业专属物理/逻辑隔离)Contact saleshttps://www.devin.ai/enterprise
WorkBuddy✅ 公有云 / VPC / 私有化三种部署企业版按部署模式计费https://www.codebuddy.cn/work/
Qwen-Agent✅ 专属版 2.0 + 跨地域部署(华北2/美/新加坡/德/日)阿里云专有云企业版按需报价https://help.aliyun.com/zh/model-studio
Agentforce✅ Hyperforce + Public Sector FedRAMPSalesforce Hyperforce + Asymmetric Multi-tenancyContact saleshttps://engineering.salesforce.com/hyperforce ✅ P2
Coze 3✅ HiAgent 私有化火山引擎私有化按需报价https://www.volcengine.com/ ⚠️
AutoGPT✅ 完全自托管Docker / 任意云$0(自己付 LLM token)https://github.com/Significant-Gravitas/AutoGPT
Copilot Studio✅ Azure VNet 集成VNet isolationMicrosoft 365 E7 $99/座/月(2026-05) P3https://learn.microsoft.com/en-us/microsoft-copilot-studio/admin-vnet
Sierra✅ Sierra cloud私有云Customhttps://sierra.ai/

3. 横向对比总表

Agent计费模式起步价单位成本 / 关键数字适用场景官方 doc
Claude Code订阅 + API + 按 token(超限)Free / $17 Pro / $100 MaxAPI 费率按模型(Sonnet/Opus/Haiku);Max 5x/20x Pro 用量开发者 / 编程 agent / 个人 Pro + 企业 APIhttps://claude.com/pricing
ChatGPT Agent订阅 + Apps SDK 抽成(⚠️ 不确定)Plus $20 / Pro $200 / Team $25-30⚠️ Agent 配额 50/400/40 次/月为单源转引,未官方确认;⚠️ Apps SDK 30% 抽成未在 OpenAI 官方 doc 找到个人 ChatGPT Plus / 企业 Apps SDK 生态https://openai.com/pricing
Devin订阅 + API + 团队分阶$20 Pro / $200 Max / Team $80+$40/座Team GA 起步 $500/月软件工程师 / SWE agenthttps://www.devin.ai/pricing
Cursor 2订阅(分级)Free Hobby / Pro $20 / Business $40无 seat 上限 + 共享协作IDE 编程https://cursor.com/pricing
Manus订阅 + Credits 池Free / Pro ~$20-40单任务 ≈ $2(公开报道);Team credits 池共享个人研究 / 团队研究https://manus.im/pricing ⚠️
Antigravity订阅(分级)+ 按 token(Vertex)Free(5h 重置 quota) / Pro $20 / Ultra $250 → 降级 $200Google AI Pro / Ultra $30 / $100 / $200编程 IDE + 企业 Gemini Agent Platformhttps://cloud.google.com/gemini-enterprise
Agentforce按 conversation + Flex Credits + 订阅Conversations $2/次 + Flex $500/100k + add-on $125Agent action 20 credits / Voice 30 credits / 1 Edition 含 2.5M Flex Credits/org/年企业客服 / 销售 / 行业垂直https://www.salesforce.com/agentforce/pricing/
Sierraoutcome-based + CustomCustom(不公开)按"问题是否解决"outcome 收费客服 vertical(只服务 Fortune 50 40%)https://sierra.ai/blog/outcomemaxxing
Coze 3开源免费 + 订阅(国际)+ HiAgent 企业Free / Premium Basic $9 / Pro $19 / Ultra $39 / ⚠️ 国内 29-99 元/月 P4 单源国际版 100/400/1000 CreditsBot 开发 / 中小企业 / 国内企业 HiAgenthttps://www.coze.com/pricing ✅ + https://www.coze.cn/open
Copilot Studio按 message + 订阅$0.01/message + license⚠️ M365 E7 $99 + Agent 365 $15 为单源 P3 推断企业 Microsoft 365 集成https://www.microsoft.com/en-us/microsoft-365-copilot/pricing/copilot-studio
Trae Solo订阅(分级)Free / Lite $3 / Pro $10(限免)/ Pro+ $30 / Ultra $100国际版 5 档订阅 + 云端多任务并发个人 → 中小企业编程https://www.trae.ai/pricing
AutoGPT开源免费 + 云服务$0(自托管)+ 云服务付费自托管只付 LLM token研究 / 自建 agent 平台https://github.com/Significant-Gravitas/AutoGPT
Qwen-Agent框架免费 + API 按 token + Token Plan 订阅198 元/坐席/月起 + 新用户 7000 万 token 赠qwen3.7-max 输入 12 元/输出 36 元/百万 token(示例)国内开发者 / 企业 API + 团队订阅 + 专属版私有化https://help.aliyun.com/zh/model-studio/billing-for-model-studio
WorkBuddy个人免费 + 专业版订阅 + 企业部署专业版 58 元/月5000 Credits + 每日 100 + 连登 7 天 10 倍国内个人 / 企业微信生态https://www.codebuddy.cn/work/ ⚠️
Accio Work订阅(国际商家)Pro $9.99 早鸟 / $20 正式2000 积分/24h 重置Alibaba.com 国际站商家https://new.qq.com/rain/a/20250311A07FHO00 ⚠️

4. 选型建议

按场景推荐

场景推荐计费模式推荐 Agent理由
个人开发者 / 学生订阅(Pro 档)Claude Code Pro($17)/ Cursor Pro($20)/ ChatGPT Plus($20)/ Trae Solo Pro($10)月 $10-20 足够日常编程 + Agent 实验
个人深度研究 / 探索Credits / 按 tokenManus($20-40)/ ChatGPT Pro($200,⚠️ 配额单源)Credits 灵活,任务波动大
小团队(2-20 人)订阅 + Team 池化 creditsClaude Code Team($20/座)/ Manus Team(pooled credits)/ Trae Pro+($30)/ WorkBuddy 专业版Team 共享 + admin dashboard + RBAC
客服 vertical 企业按 conversation / outcomeAgentforce($2/对话 + Flex Credits) / Sierra(outcome-based)计费与业务价值直接对齐
Microsoft 全家桶企业按 message + M365 集成Copilot Studio($0.01/message + M365 E7)已有 M365 / SharePoint / Dataverse 资产
中型企业(50-500 人)订阅 + EnterpriseClaude Code Enterprise / Devin Team / Antigravity Business($40) / Cursor Business($40)SSO + audit + compliance + 数据保护
大型企业(500+ 人)私有化 / VPC + 企业销售Qwen-Agent 专属版 / Coze HiAgent 私有化 / Salesforce Hyperforce / Devin Dedicated / Copilot Studio VNet合规 + 数据驻留 + 定制
跨境 / 多地域跨地域 + 私有化Qwen-Agent(5 地域)/ Salesforce Hyperforce / Microsoft Azure regions数据驻留 + 合规分区
金融/医疗/政府私有化 + 强合规Qwen-Agent 专属版 2.0 / Agentforce Public Sector(FedRAMP)/ Sierra / AutoGPT 自托管SOC 2 / HIPAA / FedRAMP / GDPR + 数据不出域
AI 应用商店生态Apps SDK marketplaceChatGPT Agent + Apps SDK卖应用 + 分发渠道(⚠️ 30% 抽成未确认)
开源 / 研究 / 自建Apache/MIT + 自托管AutoGPT / Qwen-Agent / Coze Studio 开源版零边际成本 + 完全可控
Bot 开发 / 国内市场国内专业版订阅 + CreditsCoze 3(国内 29/99 元/月 单源)/ WorkBuddy / Qwen-Agent国内合规 + 中文优化 + 飞书/微信生态

决策三问(选型前必答)

  1. 用量稳定吗? → 稳定选订阅;波动大选 API / Credits / 按 conversation。
  2. 业务单位是什么? → 编程用"per developer seat";客服用"per conversation";研究用"per task credit"。
  3. 数据合规要求? → 公有云 SaaS / 私有云 VPC / on-prem 部署三档递进。

On this page