Usage plans for profitable AI products
Easily launch tiered subscription plans with token, cost, and rate limits that keep your margins in the green. Supports multimodal and works for every major LLM provider.
Integrates with your favorite tools
Everything you need to monetize your product
Enterprise-grade infra for subscription-based AI usage plans, built for developers to fall in love with.
Drop-in wrapper for your LLM provider. One line of code to add usage tracking. Support for Python and TypeScript.
from parmot import TrackedOpenAI
# Parmot's drop-in replacement for the OpenAI client
# automatically tracks usage and enforces plan limits.
client = TrackedOpenAI(
api_key=os.getenv("OPENAI_API_KEY"),
parmot_api_key=os.getenv("PARMOT_API_KEY")
)
completion = client.chat.completions.create(
model="gpt-4o-mini",
messages=[{"role": "user", "content": "Tell me a joke."}],
user_id="user_123" # Associate call with an end user
)
Create unlimited custom plans for your end users. Set plan-specific token and cost ceilings to keep usage profitable, plus flexible quotas and rate limits.
Track LLM usage across OpenAI, Anthropic, Cohere, and OpenRouter. Multimodal support for text and image inputs.
Track individual user consumption. Assign users to different plans dynamically. Search, sort, and filter your user base.
Your prompt and completion data never touch our servers. SSL/TLS encryption. Secure API keys with expiration controls.
Real-time cost and token tracking to detect cost overruns early. Separate prompt vs completion metrics and historical trends for true unit economics.
Sub-millisecond overhead. Async processing. Built for scale with enterprise workloads in mind.
Simple, Transparent Pricing
Choose the plan that fits your scale. All paid plans start with a 14-day free trial.
For individuals and small projects getting started.
- Track 1K calls/month
- Cost & token tracking
- Create custom plan & rate limits
For growing businesses that need to scale.
- Track 1M calls/month
- Cost & token tracking
- Create custom plan & rate limits
- Priority email support
For large-scale applications with custom needs.
- Unlimited tracked calls
- Custom integrations
- On-premise deployment option
- Dedicated support & SLA
By purchasing you agree to our Terms of Service,Privacy Policy, andRefund Policy.