Get Talonic Pricing
talonic_get_pricingCheck fixed per-unit rates to estimate costs for planned extraction, structuring, or matching jobs before spending credits.
Instructions
Read Talonic's machine-readable credit pricing catalog: fixed per-unit rates so you can predict spend BEFORE running anything.
USE WHEN: estimating the cost of a planned extraction/structuring/matching job, or answering a pricing question. Public — works without spending credits. NOT FOR: the workspace's current balance (use talonic_get_balance) or what it has already spent (use talonic_get_usage). ARGS: none. RETURNS: currency, credits_per_eur, multipliers (e.g. batch 0.5x), and units[] — each { unit, label, credits, eur, free }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| currency | Yes | Billing currency (always EUR). | |
| credits_per_eur | Yes | Credits per EUR (e.g. 1000 = €1). | |
| multipliers | Yes | Processing-mode multipliers applied on top of per-unit cost (e.g. { realtime: 1, batch: 0.5 }). | |
| units | Yes | The per-unit pricing catalog. |