OneKeyLLM

/usage

Track the remaining budget on a OneKeyLLM key.

This page calls GET https://api.tokapi.ai/v1/usage with your bearer token. For the exact response shape, read the usage documentation.

Check a key

The request goes directly from your browser to the OneKeyLLM API. The key is not stored.

GET /v1/usage

Key budget

Paste a sk-lazytech key to display the configured limit, consumed amount, and available balance.

{
  "object": "api_key.usage",
  "budget": {
    "limit_usd": "...",
    "used_usd": "...",
    "remaining_usd": "..."
  }
}