Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
50 changes: 26 additions & 24 deletions providers/chunkr/provider.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ url = "https://www.chunkr.ai/"
github = "https://github.com/lumina-ai-inc/chunkr"
docs = "https://docs.chunkr.ai/docs/get-started/overview"
type = ["Cloud", "Self-hosted"]
last_updated = "2025-09-16"
last_updated = "2025-10-02"

[metadata]
default_billing_frequency = "Monthly"
Expand All @@ -14,6 +14,9 @@ has_usage_based_billing = true
has_enterprise_option = true
has_free_tier = true

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)."



[compliance]
gdpr = ""
Expand All @@ -22,20 +25,20 @@ iso = ""


[input_formats]
pdf = false
spreadsheet = false
word = false
powerpoint = false
pdf = true
spreadsheet = true
word = true
powerpoint = true
html = false
epub = false
images = false

[output_formats]
json = false
markdown = false
html = false
json = true
markdown = true
html = true
plain = false
structuredData = false
structuredData = true


[[tiers]]
Expand All @@ -51,39 +54,38 @@ features = [
"Discord community support"
]


[[tiers]]
name = "Starter"
price = "$50/month"
name = "Dev"
price = "$375/month"
billing_type = "Subscription, Usage"
billing_frequency = "Monthly"
included_quota = "5,000 pages included"
included_quota = "25,000 credits"
currency = "USD"
cost_per_unit = "$0.01 / page"
cost_per_unit = "$0.015 / credit (page)"
features = [
"Community + Email support"
"Priority support channel"
]

[[tiers]]
name = "Dev"
price = "$200/month"
name = "Growth"
price = "$750/month"
billing_type = "Subscription, Usage"
billing_frequency = "Monthly"
included_quota = "25,000 pages included"
included_quota = "75,000 credits"
currency = "USD"
cost_per_unit = "$0.008 / page"
cost_per_unit = "$0.010 / credit (page)"
features = [
"Priority support channel"
"Dedicated founder support"
]

[[tiers]]
name = "Growth"
price = "$500/month"
name = "Scale"
price = "$2000/month"
billing_type = "Subscription, Usage"
billing_frequency = "Monthly"
included_quota = "100,000 pages included"
included_quota = "250,000 credits"
currency = "USD"
cost_per_unit = "$0.005 / page"
cost_per_unit = "$0.008 / credit (page)"
features = [
"Dedicated founder support"
]
Loading