Skip to content

Releases: b3nw/LLM-API-Key-Proxy

Build (dev): 20260219-2-c27b138

19 Feb 17:51

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260219-2-c27b138) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260219-2-c27b138 Win: 47M / Linux: 47M / macOS: 47M c27b138 2026-02-19 17:51:08 UTC

What's Changed

Recent Changes

🐛 Bug Fixes

  • handle 'developer' role as system prompt in Codex provider (c27b138) by @b3nw
  • sanitize oversized/malformed call_ids for Codex Responses API (d1f1d13) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260219-2-c27b138.zip / LLM-API-Key-Proxy-Linux-dev-20260219-2-c27b138.zip / LLM-API-Key-Proxy-macOS-dev-20260219-2-c27b138.zip

Full Changelog: dev/build-20260219-1-9609647...dev/build-20260219-2-c27b138

Build (dev): 20260219-1-9609647

19 Feb 15:23

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260219-1-9609647) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260219-1-9609647 Win: 47M / Linux: 47M / macOS: 47M 9609647 2026-02-19 15:23:36 UTC

What's Changed

Recent Changes

♻️ Code Refactoring

  • simplify quota used calculations (PR review) (3190d3a) by @b3nw
  • use dollar-group convention for credit display (338149e) by @b3nw

🎨 Styling

  • omit .00 cents in dollar display for cleaner formatting (b84de85) by @b3nw

🐛 Bug Fixes

  • add garbled tool call detection with auto-retry (6c749be) by @b3nw
  • strip project path from API key for memberships API (7713a6a) by @b3nw
  • address PR review feedback (6ae5c46) by @b3nw
  • show providers with quota data even if zero requests (c375a1e) by @b3nw
  • compact large quota numbers to prevent column overflow (3dddcfc) by @b3nw
  • display quota as dollars, not raw numbers (1d1f326) by @b3nw
  • use tenths-of-dollar scale for per-key precision (027c2af) by @b3nw
  • parse 'D Mon YYYY' date format for nextFreeCreditsGrant (ae55856) by @b3nw
  • floor balance to whole dollars so small spending is visible (b17facf) by @b3nw
  • use fixed monthly grant as quota max, display in dollars (2a0b113) by @b3nw
  • show providers with quota data even if zero requests (6c10411) by @b3nw
  • track monthly requests + weekly input tokens, drop daily quota (f9be254) by @b3nw
  • filter stale groups + show balance-only for pure credits (0aae04e) by @b3nw
  • pass credit balance as synthetic quota for visibility (866772a) by @b3nw
  • update quota tracker for new credit-based API (d389195) by @b3nw

📚 Documentation

  • document free/pro/teams tier grant amounts in comments (456c162) by @b3nw

🔧 Other Changes

  • Merge origin/dev: resolve quota_viewer.py conflicts (keep dollar + compact formatting) (1c07004) by @b3nw
  • Merge dev: pick up nanogpt weekly token quota + compact TUI formatting (78d258d) by @b3nw
  • Merge fix/nanogpt-weekly-token-quota: weekly input tokens + compact TUI formatting (9e4cce0) by @b3nw

🚀 Features

  • add OAuth usage API quota tracking with background refresh (4a1941f) by @b3nw
  • add dollar-based monthly credit quota tracking (8b19d59) by @b3nw
  • display credit balance properly in TUI (f59075d) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260219-1-9609647.zip / LLM-API-Key-Proxy-Linux-dev-20260219-1-9609647.zip / LLM-API-Key-Proxy-macOS-dev-20260219-1-9609647.zip

Full Changelog: dev/build-20260218-3-743182a...dev/build-20260219-1-9609647

Build (dev): 20260218-3-743182a

18 Feb 05:10
743182a

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260218-3-743182a) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260218-3-743182a Win: 47M / Linux: 47M / macOS: 47M 743182a 2026-02-18 05:09:55 UTC

What's Changed

Recent Changes

🔧 Other Changes


Archives: LLM-API-Key-Proxy-Windows-dev-20260218-3-743182a.zip / LLM-API-Key-Proxy-Linux-dev-20260218-3-743182a.zip / LLM-API-Key-Proxy-macOS-dev-20260218-3-743182a.zip

Full Changelog: dev/build-20260218-2-154dce5...dev/build-20260218-3-743182a

Build (dev): 20260218-2-154dce5

18 Feb 04:24

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260218-2-154dce5) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260218-2-154dce5 Win: 47M / Linux: 47M / macOS: 47M 154dce5 2026-02-18 04:24:31 UTC

What's Changed

Recent Changes

🐛 Bug Fixes

  • show providers with quota data even if zero requests (154dce5) by @b3nw
  • compact large quota numbers to prevent column overflow (84215e2) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260218-2-154dce5.zip / LLM-API-Key-Proxy-Linux-dev-20260218-2-154dce5.zip / LLM-API-Key-Proxy-macOS-dev-20260218-2-154dce5.zip

Full Changelog: dev/build-20260218-1-3a0fc80...dev/build-20260218-2-154dce5

Build (dev): 20260218-1-3a0fc80

18 Feb 03:22
3a0fc80

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260218-1-3a0fc80) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260218-1-3a0fc80 Win: 47M / Linux: 47M / macOS: 47M 3a0fc80 2026-02-18 03:21:58 UTC

What's Changed

Recent Changes

🐛 Bug Fixes

  • track monthly requests + weekly input tokens, drop daily quota (#35) (3a0fc80) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260218-1-3a0fc80.zip / LLM-API-Key-Proxy-Linux-dev-20260218-1-3a0fc80.zip / LLM-API-Key-Proxy-macOS-dev-20260218-1-3a0fc80.zip

Full Changelog: dev/build-20260216-4-1ca03eb...dev/build-20260218-1-3a0fc80

Build (dev): 20260216-4-1ca03eb

16 Feb 18:42

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260216-4-1ca03eb) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260216-4-1ca03eb Win: 47M / Linux: 47M / macOS: 47M 1ca03eb 2026-02-16 18:42:43 UTC

What's Changed

Recent Changes

🔧 Other Changes

  • Merge feature/compact-tui: compact summary and detail TUI views (1ca03eb) by @b3nw

🚀 Features


Archives: LLM-API-Key-Proxy-Windows-dev-20260216-4-1ca03eb.zip / LLM-API-Key-Proxy-Linux-dev-20260216-4-1ca03eb.zip / LLM-API-Key-Proxy-macOS-dev-20260216-4-1ca03eb.zip

Full Changelog: dev/build-20260216-3-94db4a2...dev/build-20260216-4-1ca03eb

Build (dev): 20260216-3-94db4a2

16 Feb 16:11

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260216-3-94db4a2) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260216-3-94db4a2 Win: 47M / Linux: 47M / macOS: 47M 94db4a2 2026-02-16 16:11:06 UTC

What's Changed

Recent Changes

🐛 Bug Fixes

  • condense 429 error logging and suppress litellm Provider List spam (8e4844c) by @b3nw

🔧 Other Changes

🚀 Features

  • show countdown to reset alongside date in detailed stats (81676d0) by @b3nw

🤖 Continuous Integration

  • add ARM64 (linux/arm64) platform to Docker image build (523fce2) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260216-3-94db4a2.zip / LLM-API-Key-Proxy-Linux-dev-20260216-3-94db4a2.zip / LLM-API-Key-Proxy-macOS-dev-20260216-3-94db4a2.zip

Full Changelog: dev/build-20260215-5-4c9c6e0...dev/build-20260216-3-94db4a2

Build (dev): 20260216-2-89dfa13

16 Feb 15:05

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260216-2-89dfa13) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260216-2-89dfa13 Win: 47M / Linux: 47M / macOS: 47M 89dfa13 2026-02-16 15:05:27 UTC

What's Changed

Recent Changes

🔧 Other Changes

  • Merge feat/tui-reset-countdown into dev (89dfa13) by @b3nw

🚀 Features

  • show countdown to reset alongside date in detailed stats (2c7536d) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260216-2-89dfa13.zip / LLM-API-Key-Proxy-Linux-dev-20260216-2-89dfa13.zip / LLM-API-Key-Proxy-macOS-dev-20260216-2-89dfa13.zip

Full Changelog: dev/build-20260216-1-83a69ae...dev/build-20260216-2-89dfa13

Build (dev): 20260216-1-83a69ae

16 Feb 14:48

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260216-1-83a69ae) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260216-1-83a69ae Win: 47M / Linux: 47M / macOS: 47M 83a69ae 2026-02-16 14:48:07 UTC

What's Changed

Recent Changes

🐛 Bug Fixes

  • condense 429 error logging and suppress litellm Provider List spam (8e4844c) by @b3nw

🔧 Other Changes

🤖 Continuous Integration

  • add ARM64 (linux/arm64) platform to Docker image build (523fce2) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260216-1-83a69ae.zip / LLM-API-Key-Proxy-Linux-dev-20260216-1-83a69ae.zip / LLM-API-Key-Proxy-macOS-dev-20260216-1-83a69ae.zip

Full Changelog: dev/build-20260215-5-4c9c6e0...dev/build-20260216-1-83a69ae

Build (dev): 20260215-5-4c9c6e0

15 Feb 22:10

Choose a tag to compare

Pre-release

Warning

⚠️ EXPERIMENTAL BUILD ⚠️
This release is from the dev branch and is highly unstable. It contains features that are under active development, may be feature-incomplete, contain bugs, or have features that will be removed in the future.

Do not use in production environments.


Found an issue? Please report it here and include the build version (20260215-5-4c9c6e0) in your report.

Build Information

📦 Version 💾 Size 🔗 Commit 📅 Date
20260215-5-4c9c6e0 Win: 47M / Linux: 47M / macOS: 47M 4c9c6e0 2026-02-15 22:10:40 UTC

What's Changed

Recent Changes

🐛 Bug Fixes

  • sync codex_quota_tracker with feature/codex-all (force/is_initial_fetch params + exhaustion cooldowns) (4c9c6e0) by @b3nw

Archives: LLM-API-Key-Proxy-Windows-dev-20260215-5-4c9c6e0.zip / LLM-API-Key-Proxy-Linux-dev-20260215-5-4c9c6e0.zip / LLM-API-Key-Proxy-macOS-dev-20260215-5-4c9c6e0.zip

Full Changelog: dev/build-20260215-4-02c19d6...dev/build-20260215-5-4c9c6e0