AnyInt Docs
Account & Billing

Subscriptions

Plan subscriptions are the simplest way to buy access to AnyInt. You choose one monthly tier, receive one subscription-backed key, and the included models share a common usage pool.

Plan subscriptions are the simplest way to buy access to AnyInt. You choose one monthly tier, receive one subscription-backed key, and the included models share a common usage pool.

Current plans and included models

Plan names, prices, credit pools, limits, and included models can change as the service catalog evolves. Use the subscription page as the source of truth for:

  • plans currently available for purchase
  • monthly and yearly prices
  • credit capacity and refill behavior
  • models included in each plan
  • the models included in your active subscription

The OpenAI-compatible GET /openai/v1/models route is a public model catalog. It is not the model entitlement list for your subscription key.

How plan subscriptions behave

  • included models share one pool of limits
  • daily call limits trigger throttling behavior
  • monthly token caps are hard usage boundaries
  • the subscription key becomes the main access key for the plan

What happens at the limit

Limit typeExpected behavior
daily call limit reachedrequests may be throttled rather than immediately rejected
monthly token cap reachedrequests should be rejected with a clear 429 limit error
subscription expiresthe plan key becomes invalid

Lifecycle rules

  • you can upgrade without changing your integration pattern
  • upgrades should keep current-month usage rather than resetting it
  • if the key is regenerated, the old key stops working immediately
  • you cannot create a plan subscription while an active custom subscription already exists

Good fit

Choose a plan subscription if you want:

  • one predictable monthly tier
  • broad model access without per-model purchasing
  • a simpler setup for individuals or small teams

Operational advice

  • keep one plan key per environment
  • monitor shared usage so one workload does not consume the full pool
  • use the models route to discover exact model IDs
  • use the current subscription page to confirm which models the plan key can call
  • treat a model as callable only when it is included in the plan, allowed by the key's access restrictions, and currently executable

On this page