Pricing
0) TL;DR
- Models bill in tokens (roughly text chunks).
- You pay for input tokens (what GitMe sends) and output tokens (what model returns).
- Input and output token prices are now the same for each plan.
- Current plan prices:
- Starter → $9.99 / 1M tokens
- Growth → $14.99 / 1M tokens
- Scale → $19.99 / 1M tokens
- Relative token consumption (approx):
- Starter = 100 unit
- Growth = 150 unit
- Scale = 160 unit
1) Token Consumption Logic
Per commit model calls
- Starter: 1x effort estimation + 1x categorization
- Growth: Starter + 1x AI Effort Share
- Scale: Growth + additional advanced analysis
Practical token ranges
- Input tokens / commit: 500 to 50,000
- About 60% of commits are below 5,000 input tokens.
- Output tokens / commit (average): 250 to 500
For calculations below, we use a transparent baseline to produce comparable monthly estimates:
- Baseline per commit (Starter): 5,000 input + 400 output
- Plan multipliers:
- Growth: ×1.5
- Scale: ×1.6
2) Plans & Prices
| Plan | Token Rate | Included Analysis |
|---|---|---|
| Starter | $9.99 / 1M tokens | Effort Estimation, Categorization |
| Growth | $14.99 / 1M tokens | Starter + AI Effort Share |
| Scale | $19.99 / 1M tokens | Growth + advanced analysis |
3) Estimated Monthly Cost per Developer (Recalculated)
Activity assumptions
- Low: 5 commits / month
- Medium: 20 commits / month
- High: 50 commits / month
A) Summary table (baseline assumptions)
| Activity | Starter | Growth | Scale |
|---|---|---|---|
| Low (5 commits) | $0.27 | $0.61 | $0.86 |
| Medium (20 commits) | $1.08 | $2.43 | $3.45 |
| High (50 commits) | $2.70 | $6.07 | $8.64 |
B) Detailed math
Low activity (5 commits)
- Starter
- Input: 25,000 × $9.99/M = $0.249750
- Output: 2,000 × $9.99/M = $0.019980
- Total: $0.269730
- Growth
- Input: 37,500 × $14.99/M = $0.562125
- Output: 3,000 × $14.99/M = $0.044970
- Total: $0.607095
- Scale
- Input: 40,000 × $19.99/M = $0.799600
- Output: 3,200 × $19.99/M = $0.063968
- Total: $0.863568
Medium activity (20 commits)
- Starter
- Input: 100,000 × $9.99/M = $0.999000
- Output: 8,000 × $9.99/M = $0.079920
- Total: $1.078920
- Growth
- Input: 150,000 × $14.99/M = $2.248500
- Output: 12,000 × $14.99/M = $0.179880
- Total: $2.428380
- Scale
- Input: 160,000 × $19.99/M = $3.198400
- Output: 12,800 × $19.99/M = $0.255872
- Total: $3.454272
High activity (50 commits)
- Starter
- Input: 250,000 × $9.99/M = $2.497500
- Output: 20,000 × $9.99/M = $0.199800
- Total: $2.697300
- Growth
- Input: 375,000 × $14.99/M = $5.621250
- Output: 30,000 × $14.99/M = $0.449700
- Total: $6.070950
- Scale
- Input: 400,000 × $19.99/M = $7.996000
- Output: 32,000 × $19.99/M = $0.639680
- Total: $8.635680
4) Range Awareness (Why your bill may differ)
Given your real token ranges:
- Input can vary dramatically (500 → 50,000), so cost distribution is mostly driven by input-heavy commits.
- Output tends to stay relatively stable (300 → 500).
Because 60% of commits are under 5,000 input tokens, the baseline above should be representative for typical teams, while very large diffs and generated files can push costs upward.
5) Quick Self-Estimate Formula
- Choose your monthly commit count.
- Estimate average tokens per commit:
- Input: pick from your own history (500–50,000)
- Output: use 300–500
- Apply plan multiplier:
- Starter ×1.0
- Growth ×1.5
- Scale ×1.6
- Cost:
Monthly Cost = (Input Tokens × Plan Token Rate) + (Output Tokens × Plan Token Rate)