@@ -5,7 +5,7 @@ url = "https://www.chunkr.ai/"
55github = " https://github.com/lumina-ai-inc/chunkr"
66docs = " https://docs.chunkr.ai/docs/get-started/overview"
77type = [" Cloud" , " Self-hosted" ]
8- last_updated = " 2025-09-16 "
8+ last_updated = " 2025-10-02 "
99
1010[metadata ]
1111default_billing_frequency = " Monthly"
@@ -14,6 +14,9 @@ has_usage_based_billing = true
1414has_enterprise_option = true
1515has_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 ]
1922gdpr = " "
@@ -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
2932html = false
3033epub = false
3134images = false
3235
3336[output_formats ]
34- json = false
35- markdown = false
36- html = false
37+ json = true
38+ markdown = true
39+ html = true
3740plain = 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"
5860billing_type = " Subscription, Usage"
5961billing_frequency = " Monthly"
60- included_quota = " 5 ,000 pages included "
62+ included_quota = " 25 ,000 credits "
6163currency = " USD"
62- cost_per_unit = " $0.01 / page"
64+ cost_per_unit = " $0.015 / credit ( page) "
6365features = [
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"
7072billing_type = " Subscription, Usage"
7173billing_frequency = " Monthly"
72- included_quota = " 25 ,000 pages included "
74+ included_quota = " 75 ,000 credits "
7375currency = " USD"
74- cost_per_unit = " $0.008 / page"
76+ cost_per_unit = " $0.010 / credit ( page) "
7577features = [
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"
8284billing_type = " Subscription, Usage"
8385billing_frequency = " Monthly"
84- included_quota = " 100 ,000 pages included "
86+ included_quota = " 250 ,000 credits "
8587currency = " USD"
86- cost_per_unit = " $0.005 / page"
88+ cost_per_unit = " $0.008 / credit ( page) "
8789features = [
8890 " Dedicated founder support"
8991]
0 commit comments