For ChatGPT, Claude, and Cursor users
DDH AI Cost Calculator
One free calculator, three places to use it. Ask any AI-pricing question inside ChatGPT, Claude, or Cursor — get an exact USD breakdown with a citable source URL, every time.
What it answers
Every reply is computed from live 2026 vendor pricing — no rough estimates, no “it depends”. The GPT picks the right model, runs the math through our public API, and quotes the source.
- “What does 1M input + 500K output tokens on GPT-5 cost me?”
- “Compare the cost of Claude Opus 4.7 vs GPT-5 for a 10K-in / 2K-out call.”
- “I run 50K calls/day on Gemini 2.5 Flash with 60% cache hits — what's my monthly bill?”
- “Cheapest frontier model for a 100K-token RAG context window?”
How it works
- You install the GPT in one click from the ChatGPT GPT Store.
- You ask it any pricing question — natural language, no token counting required.
- The GPT calls our public endpoint at /api/gpt/cost which returns a structured cost breakdown sourced from the vendor's own pricing page.
- You get the number plus a link to the matching /calc or /model page for deeper context.
{
"model": { "id": "gpt-5", "name": "GPT-5", "brand": "OpenAI",
"source": "https://openai.com/api/pricing" },
"input": { "tokens": 1000, "pricePer1m": 1.25, "cost": 0.001250 },
"output": { "tokens": 500, "pricePer1m": 10, "cost": 0.005000 },
"batch_applied": false,
"total_cost_usd": 0.00625,
"projections": {
"per_1k_calls_usd": 6.25,
"per_100k_calls_usd": 625,
"per_1m_calls_usd": 6250
},
"summary": "GPT-5: 1,000 input + 500 output tokens = $0.006250 per call. Source: https://openai.com/api/pricing.",
"permalink": "https://aipromptshub.co/model/gpt-5",
"attribution": "Free to use. Credit \"AI Prompts Hub\" + link to permalink. CC-BY-4.0."
}Also available as
Claude Skill
Identical calculator surfaced as a Claude skill — paste the manifest into Claude's skill builder.
Download manifestCursor MCP server
One-line install in ~/.cursor/mcp.json. Ask the Cursor chat for AI cost estimates while you code.
For builders — call the API directly
The same endpoint powers all three integrations. CORS-open, no auth, edge-cached one hour.
curl -X POST https://aipromptshub.co/api/gpt/cost \
-H "Content-Type: application/json" \
-d '{"model":"gpt-5","input_tokens":1000,"output_tokens":500}'OpenAPI 3.1 spec: /api/gpt/openapi.yaml. Full model list: /api/gpt/cost/models.
Consolidate your AI subscriptions
If the calculator surfaces a $200+/mo AI bill spread across 4-5 tools, the consolidation play usually wins. Digital Dashboard Hub replaces ChatGPT Plus + Claude Pro + Cursor + Notion AI with a single workspace — $19/seat solo, $99 for a team of 5.
Start the 14-day free trial →