You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app/metering-and-billing/pricing-models.md
+68-14Lines changed: 68 additions & 14 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -58,14 +58,21 @@ rows:
58
58
- parameter: Percentage discount
59
59
description: Reduces price by a fixed percent across all usage.
60
60
- parameter: Tax behavior
61
-
description: Select from inclusive, where the listed price already includes tax, or exclusive, where the tax is added on top of the listed price. See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
61
+
description: |
62
+
Select from one of the following behaviors:
63
+
<br><br>
64
+
* Inclusive: The listed price already includes tax.
65
+
* Exclusive: The tax is added on top of the listed price.
66
+
<br><br>
67
+
68
+
See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
62
69
- parameter: Stripe Tax Code
63
70
description: Select a [Stripe product tax code](https://docs.stripe.com/tax/tax-codes).
64
71
{% endtable %}
65
72
66
73
## Usage based
67
74
68
-
Usage-based pricing is a model where you charge customers based on the number of units they use, as reported by the meter.
75
+
Usage-based pricing is a model where you charge customers based on the number of units they use, as reported by the [meter](/metering-and-billing/metering/).
69
76
70
77
For example, you could charge customers $0.01 per AI token used.
71
78
If a customer uses 10,000 tokens, they would be charged:
@@ -96,7 +103,14 @@ rows:
96
103
- parameter: Maximum commitment
97
104
description: The maximum amount the customer is charged per billing period, regardless of usage.
98
105
- parameter: Tax behavior
99
-
description: Select from inclusive, where the listed price already includes tax, or exclusive, where the tax is added on top of the listed price. See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
106
+
description: |
107
+
Select from one of the following behaviors:
108
+
<br><br>
109
+
* Inclusive: The listed price already includes tax.
110
+
* Exclusive: The tax is added on top of the listed price.
111
+
<br><br>
112
+
113
+
See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
100
114
- parameter: Stripe Tax Code
101
115
description: Select a [Stripe product tax code](https://docs.stripe.com/tax/tax-codes).
102
116
{% endtable %}
@@ -175,7 +189,14 @@ rows:
175
189
- parameter: Maximum commitment
176
190
description: The maximum amount the customer is charged per billing period, regardless of usage.
177
191
- parameter: Tax behavior
178
-
description: Select from inclusive, where the listed price already includes tax, or exclusive, where the tax is added on top of the listed price. See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
192
+
description: |
193
+
Select from one of the following behaviors:
194
+
<br><br>
195
+
* Inclusive: The listed price already includes tax.
196
+
* Exclusive: The tax is added on top of the listed price.
197
+
<br><br>
198
+
199
+
See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
179
200
- parameter: Stripe Tax Code
180
201
description: Select a [Stripe product tax code](https://docs.stripe.com/tax/tax-codes).
181
202
{% endtable %}
@@ -245,18 +266,26 @@ rows:
245
266
- parameter: Maximum commitment
246
267
description: The maximum amount the customer is charged per billing period, regardless of usage.
247
268
- parameter: Tax behavior
248
-
description: Select from inclusive, where the listed price already includes tax, or exclusive, where the tax is added on top of the listed price. See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
269
+
description: |
270
+
Select from one of the following behaviors:
271
+
<br><br>
272
+
* Inclusive: The listed price already includes tax.
273
+
* Exclusive: The tax is added on top of the listed price.
274
+
<br><br>
275
+
276
+
See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
249
277
- parameter: Stripe Tax Code
250
278
description: Select a [Stripe product tax code](https://docs.stripe.com/tax/tax-codes).
251
279
{% endtable %}
252
280
253
281
### Flat prices in tiers
254
282
255
-
With tiered pricing, you can define per unit or flat fees in each tier.
283
+
With tiered pricing, you can define flat fees for each tier in addition to unit pricing.
256
284
257
285
For example, you could charge $500 for the first tier and $0.1 per unit for the rest.
258
286
259
287
This is useful to define overage charges or to bill a flat fee regardless of usage.
288
+
For example:
260
289
261
290
<!--vale off-->
262
291
{% table %}
@@ -368,19 +397,19 @@ rows:
368
397
- usage: 0 units
369
398
calculation: 0 packages × $10
370
399
total_price: $0
371
-
explanation: No packages needed as there's no usage
400
+
explanation: No packages needed as there's no usage.
372
401
- usage: 20 units
373
402
calculation: 1 package × $10
374
403
total_price: $10
375
-
explanation: Usage fits exactly in one package
404
+
explanation: Usage fits exactly in one package.
376
405
- usage: 20.1 units
377
406
calculation: 2 packages × $10
378
407
total_price: $20
379
-
explanation: Additional 0.1 units requires a new package
408
+
explanation: Adding 0.1 units requires a new package.
380
409
- usage: 98 units
381
410
calculation: 5 packages × $10
382
411
total_price: $50
383
-
explanation: Usage requires 5 full packages
412
+
explanation: Usage requires 5 full packages.
384
413
{% endtable %}
385
414
<!--vale on-->
386
415
@@ -411,7 +440,14 @@ rows:
411
440
- parameter: Maximum commitment
412
441
description: The maximum amount the customer is charged per billing period, regardless of usage.
413
442
- parameter: Tax behavior
414
-
description: Select from inclusive, where the listed price already includes tax, or exclusive, where the tax is added on top of the listed price. See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
443
+
description: |
444
+
Select from one of the following behaviors:
445
+
<br><br>
446
+
* Inclusive: The listed price already includes tax.
447
+
* Exclusive: The tax is added on top of the listed price.
448
+
<br><br>
449
+
450
+
See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
415
451
- parameter: Stripe Tax Code
416
452
description: Select a [Stripe product tax code](https://docs.stripe.com/tax/tax-codes).
417
453
{% endtable %}
@@ -455,7 +491,14 @@ rows:
455
491
- parameter: Maximum commitment
456
492
description: The maximum amount the customer is charged per billing period, regardless of usage.
457
493
- parameter: Tax behavior
458
-
description: Select from inclusive, where the listed price already includes tax, or exclusive, where the tax is added on top of the listed price. See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
494
+
description: |
495
+
Select from one of the following behaviors:
496
+
<br><br>
497
+
* Inclusive: The listed price already includes tax.
498
+
* Exclusive: The tax is added on top of the listed price.
499
+
<br><br>
500
+
501
+
See [Tax calculations](/metering-and-billing/product-catalog/#tax-calculations) for details.
459
502
- parameter: Stripe Tax Code
460
503
description: Select a [Stripe product tax code](https://docs.stripe.com/tax/tax-codes).
461
504
{% endtable %}
@@ -538,16 +581,27 @@ For simple usage-based pricing, you can achieve the same result by creating a ti
538
581
539
582
## Set up a pricing model
540
583
584
+
Set up a pricing model for a rate card through the {{site.konnect_short_name}} UI.
0 commit comments