AI 成本计算器
無料オンライン AI コスト計算ツール。GPT-4o・Claude・Gemini 別に、入力・出力トークン数から API 利用料をリアルタイムに算出。複数モデルの比較にも対応します。提供:clawam.com。
使い方
機能
- 16+ 模型价目(2024-2025 标准价,美元/百万 token)
- 单次/批量成本计算 + 单 token 平均成本
- 一键对比所有模型成本(显示最便宜到最贵)
- USD/CNY 切换
利用シーン
- 项目预算评估/选型对比/团队成本控制
- 注意:实际价目可能随供应商调整
Agent API 使用方法
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 中实现