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.
Published plan tiers
| Plan | Monthly price | Daily call limit | Monthly token cap | Prompt caching |
|---|---|---|---|---|
| Starter | $9 | 30 | 3M | No |
| Standard | $30 | 100 | 10M | Yes |
| Premium | $80 | 300 | 25M | Yes |
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 type | Expected behavior |
|---|---|
| daily call limit reached | requests may be throttled rather than immediately rejected |
| monthly token cap reached | requests should be rejected with a clear 429 limit error |
| subscription expires | the 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 and dashboard to confirm the exact model IDs available under your account
Pay As You Go
Pay As You Go is the simplest self-serve billing model in AnyInt. You top up your account balance, create an API key, and usage is deducted directly from that balance as requests are made.
Custom Subscriptions
Custom subscriptions let you purchase access model by model instead of buying one shared bundle. Each selected model has its own limits and service-level settings.