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.
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.
How it works
- go to the Billing page and top up your balance
- create or use an API key
- send requests normally through the published endpoints
- charges are deducted from your prepaid balance based on actual usage
Best fit
Pay As You Go is a good choice when:
- you do not want a recurring subscription
- usage volume is unpredictable
- you are building prototypes, pilots, or early integrations
- you want one balance that can be used immediately with your API key
What gets charged
The exact charging unit depends on the model type:
- text models are usually charged by token usage
- image and video models are often charged per generation or per task
- music and other async media workflows may charge by task or asset generation
What happens when balance runs low
- requests continue to use your API key as normal while balance is available
- once balance is exhausted, requests may be rejected until you top up again
- for production use, monitor balance before running batch, media, or long-running workflows
Practical workflow
Use Pay As You Go if you want the fastest path from account creation to working API traffic:
- top up in Billing
- create an API key
- call the API
- review usage and top up again when needed
PAYG vs subscriptions
| Model | Main idea |
|---|---|
| Pay As You Go | prepaid balance, no recurring commitment required |
| Plan subscription | recurring tier with shared included limits |
| Custom subscription | recurring access configured per model |
Operational advice
- use separate keys for development and production even if they draw from the same billing setup
- watch balance before large async jobs such as video or AI Music
- switch to a subscription when your usage becomes predictable enough that recurring limits are easier to manage than prepaid balance
BYOK
BYOK is useful when you want AnyInt-level routing, governance, or observability while still using your own upstream provider credentials or commercial agreements.
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.