Platform Overview

The Billing Infrastructure
for AI Products

Meter usage per customer. Enforce quotas and limits. Export to your billing system. Everything you need to monetize AI.

How It Works

Check limits, make your AI call, record usage. We handle the rest.

🛑

Check Limits

Verify customer has quota before the AI call

🚀

Make AI Call

Call OpenAI, Anthropic, or any LLM provider

📊

Record Usage

Log tokens and costs per customer

💳

Query & Bill

Pull usage data via API for billing

Simple Check-Record Pattern

Two API calls. Full control. Works with any LLM.

# pip install limitry
from limitry import Limitry
client = Limitry()
# Check if customer has quota
check = client.usage.check_usage(customer_id="acme-corp")
if check.allowed:
response = openai.chat.completions.create(...)
# Record the actual usage
client.usage.record_usage(
customer_id="acme-corp",
input_tokens=response.usage.prompt_tokens,
output_tokens=response.usage.completion_tokens
)

Core Capabilities

Built for AI-Powered Products

Everything you need to meter, limit, and bill for AI usage — so you can monetize with confidence.

📊

Per-Customer Metering

Track tokens, requests, and costs for every customer in real-time. Know exactly who uses what.

  • Per-customer usage tracking
  • Model-level breakdowns
  • Team & project segmentation
  • Historical usage trends
🛑

Quotas & Limits

Set usage caps per customer, team, or pricing plan. Enforce limits automatically.

  • Per-customer quotas
  • Plan-based limits (Free/Pro/Enterprise)
  • Time-based quotas (hourly/daily/monthly)
  • Soft limits & hard cutoffs
💳

Billing-Ready API

Query usage data via API to power your billing. Accurate data for accurate invoices.

  • Per-customer usage summaries
  • Date range queries
  • Breakdown by model, event type
  • Webhook notifications
📈

Usage Analytics

Understand how customers use AI. Optimize pricing and identify upsell opportunities.

  • Customer usage dashboards
  • Feature adoption tracking
  • Revenue per customer
  • Overage & quota reports

Provider Agnostic

Works With Any LLM

Limitry doesn't proxy your requests. Record usage from any provider — we handle the rest.

Track usage from

🤖

OpenAI

🤖

Anthropic

🤖

Google AI

🤖

Cohere

🤖

Azure OpenAI

🤖

AWS Bedrock

Feed usage data to

💳

Stripe

💳

Orb

💳

Metronome

💳

Any system

Query usage via API and send it to your billing system

Use Cases

Monetize Every AI Feature

🚀

AI-Powered SaaS

Offer AI features with usage-based pricing. Free tier limits, paid tier quotas.

🔌

API Products

Meter every API call. Rate limit by plan. Bill per request or token.

👥

Multi-Tenant Platforms

Per-customer usage tracking. Quotas per org. Fair billing for everyone.

🏢

Enterprise Apps

Department chargebacks. Per-team budgets. Full audit trails.

🤖

AI Agents

Track agent runs and token usage. Bill customers per execution.

💬

Chat Products

Meter conversations and messages. Enforce daily or monthly limits.

Start monetizing AI usage today

Free to start. Simple API. Bill your customers with confidence.