title | description |
---|---|
Pricing Models |
Sequence supports a range of standard and usage-based pricing models |
Charge a fixed recurring or one-time fee.
$10 per month or $500 implementation feeExamples: Github Copilot
Charge a uniform rate for all usage events.
- $0.1 per unit - 550 units = $55.00Examples: OpenAI - GPT-3 Davinci
Offer volume discounts for higher usage and an optional flat fee per usage tier. Customers only pay the unit and flat fee in their current tier.
- Tier 1: 0 - 100 units @ 1$/unit + $20 flat fee - Tier 2: 100 - ∞ units @ $0.75/unit + $50 flat feeCalculation for 125 units: 125 * $0.75 + $50 = $143.75
Examples: Twilio - SMS
Similar to standard volume tiers, but the unit price is a percentage of a sum (e.g., total transactions). Customers only pay the percentage and flat fee in their current tier.
- Tier 1: 0 - $10000 @ 0.1% +$500 flat fee - Tier 2: $10000- ∞ @ 0.05% + $250 flat feeCalculation for $15000 Transaction volume: $15000 * 0.05% + $250 = $325
Examples: Stripe - Payments
Charge multiple rates for multiple tiers (similar to progressive income tax), with an optional flat fee per tier. Tiers and flat fees accumulate.
- Tier 1: 0 - 100 units @ 1$/unit + $20 flat fee - Tier 2: 100 - ∞ units @ $0.75/unit + $50 flat feeCalculation for 125 units: 100 * $1 + $20 + 25 * $0.75 + $50 = $188.75
Examples: Amazon Web Services - S3
Similar to standard graduated tiers, but the unit price is a percentage of a sum (e.g., total transactions). Tiers and flat fees accumulate.
- Tier 1: 0 - $10000 @ 0.1% +$500 flat fee - Tier 2: $10000 - ∞ @ 0.05% + $250 flat feeCalculation for $15000 Transaction volume: $10000 * 0.1% + $500 + $5000 * 0.05% + $250 = $875
Charge a fixed price for a package of units (similar to linear rate but with packaged quantities). Also known as stair-step pricing.
Pricing: $10 per 250 units Calculation for 600 units: 3 Packages * $10 = $30