Pricing and usage
Check model prices
Section titled “Check model prices”Use the Omrouter Pricing page for the current model list and prices. It shows the model name and the applicable input, output, image, audio, or task pricing.
When configuring an application, copy the model name directly from this page.
Check all account usage
Section titled “Check all account usage”After signing in to Omrouter, open Usage logs to review the account’s calls, models, and charges by time.
Check usage for one API key
Section titled “Check usage for one API key”Open key.omrouter.com and enter an API key to see:
- Remaining and used quota.
- Calls made with that key.
- The model, tokens, and charge for each call.
This page does not require the Omrouter account password. When you give an API key to someone else, you can also share this page so they can check the key’s balance and call history themselves.
An API key can call models, so share it only with people who are meant to use it. Delete or disable the key on the Keys page when it no longer needs to be shared.
Usage returned by the API
Section titled “Usage returned by the API”Text responses usually include a usage object:
{ "prompt_tokens": 120, "completion_tokens": 45, "total_tokens": 165}Use Omrouter’s usage logs as the final record of charges.