Arctic

Usage Limits

View usage and rate limits across providers.

Arctic aggregates usage, costs, and (when available) provider limits in one place.

Command

arctic run --command usage

TUI shortcut

In the TUI prompt:

/usage

This opens the Usage dialog with detailed information for all providers.

Usage limits are also displayed in the sidebar (bottom section) for supported providers. This gives you quick visibility into your current usage without opening the full dialog. Supported providers:

  • Codex
  • Z.ai coding plan
  • Anthropic (Claude)
  • Google (Gemini)
  • GitHub Copilot
  • Kimi for Coding

What you’ll see

  • Provider tabs: switch providers with Tab
  • Access status: allowed / blocked / limit reached
  • Plan (if available)
  • Updated time
  • Token usage: total/input/output/cached
  • Cost summary: total + breakdown (if available)
  • Limits: primary/secondary windows with % remaining + reset time (when available)

How limits work

Usage data comes from two sources:

  1. Session usage (tokens + cost)
    Arctic computes this from the local message log and model pricing. This is available for all providers that report token counts in messages and have pricing data (via models.dev or provider pricing).

  2. Provider limits (quota/rate limits)
    Only some providers expose account limits via an API. Arctic currently fetches limits for:

    • Codex
    • Z.ai coding plan
    • Anthropic (Claude subscription)
    • OpenRouter
    • GitHub Copilot
    • Google (Gemini Code Assist)
    • Kimi for Coding

If a provider doesn’t expose limits, you’ll still see session token usage and cost, but the limits section may be empty.

On this page