Skip to content
Zed

statlyte — live LLM pricing for Zed

io.github.richardwilkinson9/statlyte

Live LLM pricing, context windows and model ids, read from each vendor's own page every 3 hours.

client:Zed transport:stdio runtime:npm

Install statlyte — live LLM pricing in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "statlyte": {
      "command": "npx",
      "args": [
        "-y",
        "statlyte"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

statlyte — live LLM pricing in other clients