Skip to main content
Tokonomics offers two plans: a Free tier that lets you start metering AI costs with zero commitment, and a Pro tier built for production workloads where you need unlimited throughput, multi-team cost tracking, hard spending caps, and API-level access to your analytics data.

Plan comparison

FeatureFreePro ($49/month)
Monthly proxy calls100Unlimited
API keys1Unlimited
Budget alerts1Unlimited
Alert channelsEmailEmail, Slack, Teams, Webhook
Hard spending caps
Tag-based analytics
Analytics REST API
Data retention30 days90 days
ProvidersOpenAI, Anthropic, DeepSeekAll 9 providers
Credit card requiredNoYes

Free plan

The Free plan is designed for prototyping, personal projects, and early-stage exploration. You get 100 proxied requests per month, a single API key, and access to three of the most popular providers — OpenAI, Anthropic, and DeepSeek — with no credit card required.

Free plan highlights

  • No credit card required — sign up and start proxying in minutes
  • 30-day cost history — review your last month of token spend in the dashboard
  • 1 budget alert — get notified by email when you approach a spending threshold
  • Access to OpenAI, Anthropic, and DeepSeek — covers the most widely-used models for development and testing

Pro plan

The Pro plan is built for production applications, multi-team organisations, agencies, and SaaS builders who need reliable, unlimited proxying with deep cost visibility. At $49/month you unlock every provider, unlimited API keys and alerts, and the two features that set Pro apart:

Hard spending caps

Set a maximum dollar amount per API key, per tag, or across your entire account. When the cap is reached, Tokonomics stops forwarding requests and returns a 429 — so you never receive a surprise bill, even if a runaway process burns through tokens overnight.

Analytics REST API

Query your full cost and usage data programmatically. Build internal dashboards, push spend data into your own data warehouse, or create per-customer billing reports without ever opening the Tokonomics UI.
Pro also extends your data retention to 90 days, lets you route alerts to Slack, Microsoft Teams, or any webhook endpoint, and gives you access to tag-based analytics — so you can slice spend by team, feature, environment, tenant, or any other dimension you tag at request time.

Usage limits

When you exhaust your 100 monthly proxy calls on the Free plan, Tokonomics stops forwarding new requests for the remainder of the calendar month. Your application will receive the following error response:
{
  "error": {
    "code": "plan_limit_exceeded",
    "message": "You have reached the 100-request limit for the Free plan. Upgrade to Pro for unlimited proxy calls."
  }
}
Existing API keys and dashboard access remain active — only proxying is paused. Your call count resets on the first day of the next calendar month.
You can upgrade from Free to Pro at any time directly from your Tokonomics dashboard. Pro billing is monthly and you can cancel at any time — if you cancel, your plan stays active until the end of the current billing period, then reverts to Free.Visit the live pricing page for the latest plan details and any current promotions.