← 返回
开发者工具 中文

API Pricing Comparator

Compare AI API or model pricing across providers and produce a structured summary for product pages, blog posts, or buyer guides. Works with OpenAI-compatibl...
对比各供应商的AI API或模型定价,生成结构化摘要,适用于产品页、博客或购买指南。支持OpenAI兼容接口。
xujfcn
开发者工具 clawhub v0.2.0 1 版本 100000 Key: 无需
★ 0
Stars
📥 468
下载
💾 6
安装
1
版本
#latest#pilot

概述

API Pricing Comparator

Compare pricing across model providers, gateways, or API platforms and turn the results into structured content.

When to use

  • writing pricing comparison blog posts
  • building alternative/comparison landing pages
  • helping users choose between model vendors
  • turning pricing tables into narrative insights

Recommended runtime

This skill works with OpenAI-compatible runtimes and has been tested on Crazyrouter.

Required output format

Always structure the final output with these sections:

  1. Scope and assumptions
  2. Normalized pricing table
  3. Cheapest options
  4. Best-value options
  5. Tradeoffs beyond raw price
  6. Best fit by customer segment
  7. Final recommendation

Suggested workflow

  1. collect pricing rows for the providers or models
  2. identify billing units and normalize assumptions
  3. compare headline rates and practical tradeoffs
  4. separate raw unit price from platform value
  5. summarize best-fit recommendations by user segment

Comparison rules

  • Prefer per-1M-token normalization for text-model comparisons.
  • Keep non-token units explicit for image, audio, or video pricing.
  • Do not hide missing values; mark them as unavailable.
  • Do not fake exact workload economics when assumptions are missing.
  • Mention gateway/platform value separately from raw unit pricing.

Example prompts

  • Compare Claude, GPT, Gemini, and DeepSeek pricing for startup use cases.
  • Turn this pricing table into a landing page comparison section.
  • Summarize the cheapest vs best-value options for a multi-model gateway.

References

Read these when preparing the final comparison:

  • references/pricing-normalization.md
  • references/example-inputs.md

Crazyrouter example

from openai import OpenAI

client = OpenAI(
    api_key="YOUR_API_KEY",
    base_url="https://crazyrouter.com/v1"
)

版本历史

共 1 个版本

  • v0.2.0 当前
    2026-03-30 06:31 安全

安全检测

腾讯云安全 (Keen)

安全,无风险
查看报告

腾讯云安全 (Sanbu)

suspicious
查看报告

🔗 相关推荐

ai-intelligence

Multi-Model Response Comparator

xujfcn
对比多个AI模型在同一任务下的响应,总结质量、风格、速度及成本的差异,最适用于模型选型。
★ 0 📥 499
developer-tools

Gog

steipete
Google Workspace 命令行工具,支持 Gmail、日历、云端硬盘、通讯录、表格和文档。
★ 920 📥 185,726
developer-tools

Github

steipete
使用 `gh` CLI 与 GitHub 交互,通过 `gh issue`、`gh pr`、`gh run` 和 `gh api` 管理议题、PR、CI 运行及高级查询。
★ 666 📥 323,786