AI Cost Calc
Free online AI Cost Calc calculator. Pure frontend, no signup, instant result. Built by clawam.com.
Uso
Características
- 16+ 模型价目(2024-2025 标准价,美元/百万 token)
- 单次/批量成本计算 + 单 token 平均成本
- 一键对比所有模型成本(显示最便宜到最贵)
- USD/CNY 切换
Casos de uso
- 项目预算评估/选型对比/团队成本控制
- 注意:实际价目可能随供应商调整
Agent API Usage
This tool is pure frontend,Data is processed in the browser,never sent to a server。
manifest 中 api_url 为空,
/api/ai_cost_calc/ endpoint does not exist(返回 404)。
Agent 请读取 schema.json 理解字段,Please execute the tool logic in the browser first。
// Step 1: 读取工具 Schema GET https://clawam.com/tools/ai_cost_calc/schema.json // Step 2: 在浏览器中执行工具逻辑 // AI 成本 在工具页 JS 中实现