Zum Inhalt springen
OpenLimiter Pro ist da. Alles, was du siehst, ist kostenlos. Alerts, Verlauf, Zugriff per Telefon, zusätzliche Konten und Ausgabenverfolgung über $100 gehören zu Pro.

Supported providers

Nine connectors ship today. Each one carries its own honest labels describing where its credentials come from, how official its data interface is, and how likely it is to break.

The nine connectors

Connectors that ship today, how you connect each one, and what it reads
idconnectreads
claudeNichts einzurichten: OpenLimiter liest die bereits von Claude Code angezeigten Daten.The Claude Code status line, automatically. An opt in poll of Anthropic's own usage endpoint, with your own token, covers the gap when Claude Code is closed. Off unless you turn it on.
openrouterEchtes OAuth, gestartet in der Zentrale. Ein bereits vorhandener Schlüssel funktioniert weiterhin.OpenRouter's documented key and usage report.
codexVorhandene Anmeldung verwenden oder direkt in OpenLimiter anmelden.The login the Codex CLI stored. May break when OpenAI changes it.
antigravityNur lesender Zugriff mit den bereits vorhandenen Zugangsdaten.The credential the Antigravity CLI stored. May break when Google changes it.
gemini_cliNur lesender Zugriff mit der bereits vorhandenen Anmeldung.The login the Gemini CLI stored. May break when Google changes it.
grokVorhandene Anmeldung verwenden. OpenLimiter kann die Anmeldung von Grok noch nicht starten.The login the Grok CLI stored, without the client marker xAI's own tool sends.
kimiVorhandene Anmeldung verwenden. OpenLimiter kann die Anmeldung von Kimi noch nicht starten.The usage response the Kimi CLI defines. May break when Moonshot changes it.
opencodeNur Import: Sie stellen das Dokument selbst bereit.A usage view behind a session you already signed in to. May break without notice.
manualSie tragen die Zahlen selbst ein.Never breaks, never guesses.

How data actually arrives

Most connectors read for themselves now. Two still do not, and this is the part worth stating plainly.

  • claude is fed by the Claude Code status line the moment it renders, and by an opt in poll of Anthropic's own usage endpoint when Claude Code is closed.
  • codex, gemini_cli, antigravity, grok, kimi und openrouter lesen die vom jeweiligen Tool gespeicherte Anmeldung höchstens alle fünfzehn Minuten. Dies übernimmt die Aktualisierung der Desktopanwendung oder openlimiter refresh im Terminal.
  • manual is fed by a document you place in the state directory.
  • opencode is the one connector left with no reader of its own: it only accepts data through openlimiter ingest --provider opencode, because it reads an authenticated page rather than a login file.

The ingestion page documents the manual and OpenCode shapes in full.

Reading the labels

Every snapshot carries four labels, so a surface can always tell a reader how much to trust a number.

The four connector labels and their meaning
labelvalues you will see
credentialOriginofficial-local-tool, user-key, browser-session, user-entered
dataInterfaceStatusnative-statusline-payload, documented-api, internal-endpoint, authenticated-scrape, manual
automationRisklow or high
verificationUNVERIFIED

What drift looks like

Unofficial interfaces change without notice. When a shape moves, parsing fails closed: the affected provider returns to unknown, the other providers are unaffected, and nothing invents a number to fill the gap.

The OpenRouter credential

OpenRouter is the one connector with a real sign in of its own: OAuth, started from the hub, and the key it hands back is what gets read from then on. A key you already hold still works, fed the same way any other connector is.

terminal
openlimiter ingest --provider openrouter --payload '{"data":{"total_credits":15,"total_usage":14.2}}'

Schlüssel für API Ausgaben

Ein Schlüssel zur Messung von API Ausgaben ist von einer Abonnementanmeldung getrennt. Standardmäßig liegt er im Schlüsselbund des Betriebssystems dieses Geräts. Die optionale Cloudmessung von Pro speichert ihn stattdessen verschlüsselt auf dem Server. So können Zentrale und Telefon Ausgaben anzeigen, ohne dass ein Gerät läuft.

Connectors that do not exist yet

Only the nine above are real. Anything else you might hope for is not built, is not scheduled, and should not be assumed. If a subscription has no connector, the manual path covers it today with numbers you enter yourself.