Skip to main content
Paygentic lets you implement any pricing model through four components that work together seamlessly.

Core Components

1. Products

Organize your services. Each product represents something you sell - an LLM API, data processing pipeline, or analytics platform.

2. Billable Metrics

Track consumption. Whether it’s tokens processed, queries run, or gigabytes stored - if you can measure it, you can bill for it.

3. Plans

Package your pricing. Offer different tiers to different customer segments - from hobbyists to enterprises.

4. Prices

Define costs. Use simple per-unit rates, volume tiers, percentage-based fees, or dynamic pricing that changes with market conditions.

How It Works

Start with a product, add metrics to track usage, create plans for different customers, then attach prices to each metric within those plans. Each product can have multiple plans, and each plan sets specific prices for the product’s metrics. This lets you offer the same service at different price points to different customer segments.

Real-World Example: LLM Provider

Let’s say you’re launching an LLM service: Product: “Neural Language Engine” Metrics to Track:
  • Input tokens consumed
  • Output tokens generated
  • Fine-tuning compute hours
  • Model API calls
Pricing Strategy: Developer Tier
  • Input: $0.002/1K tokens
  • Output: $0.006/1K tokens
  • 10K free tokens monthly
Business Tier
  • Input: $0.001/1K tokens (50% volume discount)
  • Output: $0.003/1K tokens
  • Fine-tuning: $3/hour
  • Priority queue access
Enterprise
  • Custom negotiated rates
  • Committed usage discounts
  • SLA guarantees

Data Platform Example

Running a data warehouse service: Product: “Cloud Analytics” Metrics:
  • Query compute seconds
  • Storage GB-months
  • Data egress GB
  • Concurrent connections
Billing Models:
  • On-demand: Pay only for queries run
  • Reserved: Pre-purchase compute at 40% discount
  • Committed: Annual contracts with guaranteed minimums

Payment Flexibility

Paygentic supports both:
  • Real-time billing - Charge instantly as usage occurs
  • Post-paid invoicing - Bill monthly/annually for accumulated usage
Mix and match within the same plan. Charge upfront for subscriptions, bill usage monthly.

Get Started

  1. Products - Set up your service structure
  2. Billable Metrics - Configure usage tracking
  3. Plans - Design customer tiers
  4. Prices - Implement pricing strategies