Summary
查询火山引擎 ARK 基础模型结算单价(含当前账号折扣)以及 AgentPlan / CodingPlan 套餐订阅价格。Price 字段就是后端按账号合同 / 活动 / 套餐折后的最终单价,OriginalPrice 是公示原价。当用户问模型多少钱、定价、单价、价格、Agent Plan 多少钱、Coding…
volcengine/ark-cli
查询火山引擎 ARK 基础模型结算单价(含当前账号折扣)以及 AgentPlan / CodingPlan 套餐订?
npx skills add volcengine/ark-cli --skill arkcli-pricing
查询火山引擎 ARK 基础模型结算单价(含当前账号折扣)以及 AgentPlan / CodingPlan 套餐订阅价格。Price 字段就是后端按账号合同 / 活动 / 套餐折后的最终单价,OriginalPrice 是公示原价。当用户问模型多少钱、定价、单价、价格、Agent Plan 多少钱、Coding…
Related neighbors and high-traction skills in the same topics — useful to compare before installing.
Helps users discover and install agent skills when they ask questions like "how do I do X", "fi…
3.3M installsBrowser automation CLI for AI agents. Use when the user needs to interact with websites, includ…
810.4K installsReview UI code for Web Interface Guidelines compliance. Use when asked to "review my UI", "chec…
617.3K installsBuild, deploy, evaluate, optimize, fine-tune, and manage Microsoft Foundry agents, models, and …
576.5K installsPrepare azd-based Azure projects for deployment: generates azure.yaml, infrastructure (Bicep/Te…
568.3K installsOther skills from volcengine/ark-cli · top by installs.
npx skills add volcengine/ark-cli
Declared targets from SKILL.md / docs. Unmarked agents are not listed — the skill may still install via the CLI.
main
Parsed from SKILL.md frontmatter.
Files included with this skill beyond the listing page.
SKILL.md
9,536 B
SUMMARY.md
600 B
CRITICAL — 开始前 MUST 用 Read 工具读取 [../arkcli-shared/SKILL.md](../arkcli-shared/SKILL.md),其中包含认证闸门、配置排查与共享安全规则。
InferenceFreeUsage、ResourcePackItems)和欠费状态(IsOverdue)SubServices:base / context-cache / fast-infer)Finetune / LoraFinetune),以及精调出来的 custom model 调用时的推理价(FinetuneInference / FinetuneI2I 等)。所以查 base 模型一次就能拿到所有相关费率。cm-*)单独条目——费率本来就嵌在 base 模型 ChargeItems 数组里。但 arkcli 已经做了反查糖衣:pricing models --model cm-xxx 会自动调 GetCustomModel 拿到 base name 后再查价,响应顶层多挂一个 resolvedcustommodel 字段(customizationtype + foundationmodelname / foundationmodel_version),Agent 据此挑对应 ChargeItem.Type 即可,不需要手动做两段式arkcli-models 的范畴,转 [../arkcli-models/SKILL.md](../arkcli-models/SKILL.md)。pricing 只管"钱"doubao-seed-tts- / doubao-seed-asr- / seedasr-* 等广场语音模型,当前在 arkcli 只支持 models search 发现;不要用 pricing models --model 或 --modality Audio 回答其价格Price < OriginalPrice 即说明账号有折扣| 命令 | 说明 |
|---|---|
[pricing models](references/arkcli-pricing-models.md) |
列基础模型结算单价目录(按量计费、按 token 收费) |
[pricing plans](references/arkcli-pricing-plans.md) |
列订阅套餐价格(AgentPlan / CodingPlan 个人版 + 企业版) |
用户问的是"按 token 算的单价"还是"包月套餐价"?这是关键判别点。
| 用户措辞 | 该用 | 理由 |
|---|---|---|
| "DeepSeek-V4 多少钱" / "doubao-seed 多少钱" / "GPT-X 价格" | pricing models |
模型名 → 按 token 计费 |
| "图生图多少钱一张" | pricing models |
按调用计费,在 ChargeItems 里 |
| "音频识别每分钟多少" / "TTS 多少钱" / "语音模型费用" | arkcli-models |
当前 arkcli 仅支持语音模型广场发现,不支持费用查询 |
| "做精调多少钱" / "精调一个模型多少 token 钱" | pricing models |
精调费率在 base 模型 ChargeItems 内嵌(看 Finetune / LoraFinetune type) |
| "我的 cm-xxx 调用多少钱" / "这个精调出来的模型多少钱" | pricing models --model cm-xxx |
CLI 自动反查 base + 透出 resolvedcustommodel.customization_type,按下表抽 ChargeItem |
| "Agent Plan 多少钱" / "Agent Plan 个人版 small 多少钱" | pricing plans |
套餐名 → 包月订阅 |
| "Coding Plan 多少钱" / "lite / pro 套餐价" | pricing plans |
同上 |
| "Agent Plan 企业版价格" / "团队版多少钱" | pricing plans --edition enterprise |
同上 |
混淆兜底:用户说"X 多少钱"且 X 是 model name → models;X 是 plan name → plans;两者都不像 → 先 pricing plans 列出 12 个 plan 看是否命中,再回 models。
后端 FoundationModelDomain 字段是5 个粗粒度枚举,arkcli 直接透传不做翻译。当用户用自然语言说"video / 图像 / 文本"时,你(Agent)需要先翻译再传:
| 用户可能说 | 后端真实枚举 | 注意 |
|---|---|---|
| 文本 / text / LLM / 语言模型 | LLM |
|
| 图像 / 图片 / image / 视觉 / vision | ComputerVision |
|
| 视频 / video | ComputerVision |
⚠️ 后端不区分 image/video/3D,返回包含 image 和 3D 模型 |
| 3D / hyper3d | ComputerVision |
同上 |
| 音频 / audio / 语音 / voice / TTS / ASR | 不查询 | Audio 是后端枚举,但当前 arkcli skill 不用它回答广场语音模型费用;只说明不支持 |
| 向量 / embedding / 嵌入 | Embedding |
|
| 路由 / router | Router |
重要:用户说"video 多少钱"时,你应该:
arkcli pricing models --modality ComputerVision(不能直接 --modality video)DisplayName 或 FoundationModelTag),或显式告诉用户"后端按视觉大类返回,包含 image / video / 3D"每个 base 模型的 ChargeItems 是全口径——可能包含基础推理、精调训练、精调推理、各类生成任务的费率混在一起。Agent 按用户问题只挑相关 1-2 条。
| 用户问题语义 | 抽哪条 Type |
|---|---|
| 推理多少钱 | InferencePrompt + InferenceCompletion |
| 批量推理多少钱 | BatchInferencePrompt + BatchInferenceCompletion |
| 上下文缓存多少钱 | ContextSessionHit + ContextSessionStorage |
| 做精调多少钱 | Finetune(全量) 或 LoraFinetune(LoRA) |
| 精调出来的模型调用多少钱 | FinetuneInferencePrompt + FinetuneInferenceCompletion |
| 图生图多少钱(base 模型) | T2ICompletion / I2ICompletion |
| 图生图多少钱(精调模型) | FinetuneT2ICompletion / FinetuneI2ICompletion |
| 视频生成 | T2VCompletion / I2VCompletion / V2VCompletion(及 1080/4K 变体) |
| 3D 生成 | To3DCompletion / FinetuneTo3DCompletion |
| 低延迟推理 | FastInferencePrompt / FastInferenceCompletion |
完整 Type 枚举见 [references/arkcli-pricing-models.md](references/arkcli-pricing-models.md) 的「ChargeItem.Type 全枚举对照」段落。
pricing models --model cm- 的响应顶层会带 resolvedcustommodel.customization_type,据此挑费率 — 完整对照表见 [references/arkcli-pricing-models.md](references/arkcli-pricing-models.md) 的「Custom model(cm-)反查」段落。
arkcli pricing models --model X,从 ChargeItems 抽 InferencePrompt / InferenceCompletionarkcli pricing models --model cm-xxx,看响应 resolvedcustommodel.customizationtype → 按上面映射表抽 Finetune* 那条;resolvedcustommodel.foundationmodel_name 顺带告知用户它的 base 是什么arkcli pricing models --modality LLMarkcli models search <keyword> 只说明可发现与当前不支持费用查询arkcli pricing plans 列全 12 档,或带 --plan agent-plan-personal-small 单查pricing models,看 InferenceFreeUsage 和 ResourcePackItems[Type=FreeInference]Price vs OriginalPrice,差值即折扣(两个命令都支持)pricing plans 会把那 6 行 enterprise 的 error 字段填成 AccessDenied: ...,其余 6 行 personal 正常返。这是预期行为,不是 bug../arkcli-auth/SKILL.md](../arkcli-auth/SKILL.md)../arkcli-usage/SKILL.md](../arkcli-usage/SKILL.md)../arkcli-models/SKILL.md](../arkcli-models/SKILL.md) 只说明广场可搜和当前 arkcli 不支持费用查询