TokModel uses a prepaid credit system. You add credits to your account in advance, and each API request deducts an amount based on the number of tokens processed and the pricing tier of the model you called. There are no subscriptions or monthly minimums — you pay only for what you use.Documentation Index
Fetch the complete documentation index at: https://docs.tokmodel.com/llms.txt
Use this file to discover all available pages before exploring further.
How credits are calculated
Each request consumes credits according to two factors:- Token usage — the number of input and output tokens processed by the model.
- Model price multiplier — each model has a ratio that reflects its underlying cost. Higher-capability models typically have a higher multiplier.
Checking your balance
Your current credit balance is always visible in the TokModel console. The console shows:- Your available balance.
- A usage history broken down by request, model, and token count.
Adding credits
To add credits to your account, go to the top-up page in the console. Credits are added to your account immediately after payment. There is no automatic top-up — you need to add credits manually when your balance runs low.What happens when credits run out
If your balance is zero at the time of a request, TokModel rejects the request and returns a403 Forbidden response. No partial requests are processed. To resume making requests, add credits from the top-up page.
A 403 response due to insufficient credits looks like this:
403, check your balance in the console before investigating other causes such as API key validity.