Skip to content

Pricing and usage

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.

After signing in to Omrouter, open Usage logs to review the account’s calls, models, and charges by time.

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.

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.