Skip to content

Commit fdb406f

Browse files
authored
Update Chunkr pricing (#3)
1 parent f6e29b1 commit fdb406f

1 file changed

Lines changed: 26 additions & 24 deletions

File tree

providers/chunkr/provider.toml

Lines changed: 26 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url = "https://www.chunkr.ai/"
55
github = "https://github.com/lumina-ai-inc/chunkr"
66
docs = "https://docs.chunkr.ai/docs/get-started/overview"
77
type = ["Cloud", "Self-hosted"]
8-
last_updated = "2025-09-16"
8+
last_updated = "2025-10-02"
99

1010
[metadata]
1111
default_billing_frequency = "Monthly"
@@ -14,6 +14,9 @@ has_usage_based_billing = true
1414
has_enterprise_option = true
1515
has_free_tier = true
1616

17+
credits = "1 PDF page = 1 credit. Pages with VLM processing are billed at 2 credits per page. 5,000 spreadsheet cells = 1 credit (rounded up)."
18+
19+
1720

1821
[compliance]
1922
gdpr = ""
@@ -22,20 +25,20 @@ iso = ""
2225

2326

2427
[input_formats]
25-
pdf = false
26-
spreadsheet = false
27-
word = false
28-
powerpoint = false
28+
pdf = true
29+
spreadsheet = true
30+
word = true
31+
powerpoint = true
2932
html = false
3033
epub = false
3134
images = false
3235

3336
[output_formats]
34-
json = false
35-
markdown = false
36-
html = false
37+
json = true
38+
markdown = true
39+
html = true
3740
plain = false
38-
structuredData = false
41+
structuredData = true
3942

4043

4144
[[tiers]]
@@ -51,39 +54,38 @@ features = [
5154
"Discord community support"
5255
]
5356

54-
5557
[[tiers]]
56-
name = "Starter"
57-
price = "$50/month"
58+
name = "Dev"
59+
price = "$375/month"
5860
billing_type = "Subscription, Usage"
5961
billing_frequency = "Monthly"
60-
included_quota = "5,000 pages included"
62+
included_quota = "25,000 credits"
6163
currency = "USD"
62-
cost_per_unit = "$0.01 / page"
64+
cost_per_unit = "$0.015 / credit (page)"
6365
features = [
64-
"Community + Email support"
66+
"Priority support channel"
6567
]
6668

6769
[[tiers]]
68-
name = "Dev"
69-
price = "$200/month"
70+
name = "Growth"
71+
price = "$750/month"
7072
billing_type = "Subscription, Usage"
7173
billing_frequency = "Monthly"
72-
included_quota = "25,000 pages included"
74+
included_quota = "75,000 credits"
7375
currency = "USD"
74-
cost_per_unit = "$0.008 / page"
76+
cost_per_unit = "$0.010 / credit (page)"
7577
features = [
76-
"Priority support channel"
78+
"Dedicated founder support"
7779
]
7880

7981
[[tiers]]
80-
name = "Growth"
81-
price = "$500/month"
82+
name = "Scale"
83+
price = "$2000/month"
8284
billing_type = "Subscription, Usage"
8385
billing_frequency = "Monthly"
84-
included_quota = "100,000 pages included"
86+
included_quota = "250,000 credits"
8587
currency = "USD"
86-
cost_per_unit = "$0.005 / page"
88+
cost_per_unit = "$0.008 / credit (page)"
8789
features = [
8890
"Dedicated founder support"
8991
]

0 commit comments

Comments
 (0)