Skip to Content
IDEsZedToken usage

Zed token usage

Zed tokens bill through your LLM provider or Zed hosted inference — there is no unified “zed tokens” counter in the IDE like Cursor’s dashboard. Queries for zed tokens usually mean finding where assistant spend shows up.

Hub: Tokenminning in Zed.

Where to look

SourceWhat it shows
Anthropic / OpenAI dashboardAPI token usage for BYOK keys
Zed account / subscriptionHosted inference allowance if on Zed plan
Assistant thread lengthLong threads inflate input every turn

After a heavy week, check whether spend is input-heavy (rules, @ attachments) or output-heavy (frontier model, long replies). That points you to Context vs model tier changes.

Input vs output

PatternLikely causeFix
High input tokensRules bloat, broad @ contextContext guide
High output tokensFrontier default, verbose assistantMid-tier model; tighter prompts
Slow + high tokensMarathon threadNew thread per task

Local vs cloud

Local models trade API tokens for GPU time — still meter wall-clock and utilization for fair comparison against cloud.

Tag spans with ide=zed and inference.backend when you ship agent features behind Zed.

Guardrails

  • Provider spending caps on API keys
  • Separate keys per developer on teams
  • Review provider usage after heavy assistant weeks
Last updated on