free-coding-models 0.1.83 → 0.1.84

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -76,7 +76,7 @@
76
76
  - **📈 Rolling averages** — Avg calculated from ALL successful pings since start
77
77
  - **📊 Uptime tracking** — Percentage of successful pings shown in real-time
78
78
  - **📐 Stability score** — Composite 0–100 score measuring consistency (p95, jitter, spikes, uptime)
79
- - **📊 Usage tracking** — Monitor remaining quota percentage for each model directly in the TUI; persists across sessions via `token-stats.json`.
79
+ - **📊 Usage tracking** — Monitor remaining quota for each exact provider/model pair when the provider exposes it; otherwise the TUI shows a green dot instead of a misleading percentage.
80
80
  - **📜 Live Log Viewer** — Press `X` to view real-time activity and error logs in a focused TUI overlay.
81
81
  - **🛠 MODEL_NOT_FOUND Rotation** — If a specific provider returns a 404 for a model, the TUI intelligently rotates through other available providers for the same model.
82
82
  - **🔄 Auto-retry** — Timeout models keep getting retried, nothing is ever "given up on"
@@ -441,17 +441,6 @@ free-coding-models --tier B # Only B+, B (lightweight options)
441
441
  free-coding-models --tier C # Only C (edge/minimal models)
442
442
  ```
443
443
 
444
- #### Dynamic tier filtering with E/D keys
445
-
446
- During runtime, use **E** and **D** keys to dynamically adjust the tier filter:
447
-
448
- - **E** (Elevate) — Show fewer, higher-tier models (cycle: All → S → A → B → C → All)
449
- - **D** (Descend) — Show more, lower-tier models (cycle: All → C → B → A → S → All)
450
-
451
- Current tier filter is shown in the header badge (e.g., `[Tier S]`)
452
-
453
- ---
454
-
455
444
  ## 📊 TUI Columns
456
445
 
457
446
  The main table displays one row per model with the following columns:
@@ -463,14 +452,15 @@ The main table displays one row per model with the following columns:
463
452
  | **SWE%** | `S` | SWE-bench Verified score — industry-standard for coding |
464
453
  | **CTX** | `C` | Context window size (e.g. `128k`) |
465
454
  | **Model** | `M` | Model display name (favorites show ⭐ prefix) |
466
- | **Origin** | `O` | Provider name (NIM, Groq, etc.) — press `N` to cycle origin filter |
455
+ | **Provider** | `O` | Provider name (NIM, Groq, etc.) — press `D` to cycle provider filter |
467
456
  | **Latest Ping** | `L` | Most recent round-trip latency in milliseconds |
468
457
  | **Avg Ping** | `A` | Rolling average of ALL successful pings since launch |
469
458
  | **Health** | `H` | Current status: UP ✅, NO KEY 🔑, Timeout ⏳, Overloaded 🔥, Not Found 🚫 |
470
459
  | **Verdict** | `V` | Health verdict based on avg latency + stability analysis |
471
460
  | **Stability** | `B` | Composite 0–100 consistency score (see [Stability Score](#-stability-score)) |
472
461
  | **Up%** | `U` | Uptime — percentage of successful pings |
473
- | **Usage** | `G` | Quota remaining percentage of available tokens/requests left |
462
+ | **Used** | | Total prompt+completion tokens consumed in logs for this exact provider/model pair, shown in `k` or `M` |
463
+ | **Usage** | `G` | Provider-scoped quota remaining when measurable; otherwise a green dot means usage % is not applicable/reliable for that provider |
474
464
 
475
465
  ### Verdict values
476
466
 
@@ -836,17 +826,16 @@ This script:
836
826
  **Keyboard shortcuts (main TUI):**
837
827
  - **↑↓** — Navigate models
838
828
  - **Enter** — Select model (launches OpenCode or sets OpenClaw default, depending on mode)
839
- - **R/Y/S/C/M/O/L/A/H/V/B/U/G** — Sort by Rank/Tier/SWE/Ctx/Model/Origin/Latest/Avg/Health/Verdict/Stability/Up%/Usage
829
+ - **R/Y/S/C/M/O/L/A/H/V/B/U/G** — Sort by Rank/Tier/SWE/Ctx/Model/Provider/Latest/Avg/Health/Verdict/Stability/Up%/Usage
840
830
  - **F** — Toggle favorite on selected model (⭐ in Model column, pinned at top)
841
831
  - **T** — Cycle tier filter (All → S+ → S → A+ → A → A- → B+ → B → C → All)
842
- - **N** — Cycle origin filter (All → NIM → Groq → ...)
832
+ - **D** — Cycle provider filter (All → NIM → Groq → ...)
843
833
  - **Z** — Cycle mode (OpenCode CLI → OpenCode Desktop → OpenClaw)
844
834
  - **X** — **Toggle Log Viewer** (view recent activity and error logs)
845
835
  - **P** — Open Settings (manage API keys, toggles, updates, profiles)
846
836
  - **Shift+P** — Cycle through saved profiles (switches live TUI settings)
847
837
  - **Shift+S** — Save current TUI settings as a named profile (inline prompt)
848
838
  - **Q** — Open Smart Recommend overlay (find the best model for your task)
849
- - **E / D** — Elevate / Descend tier filter
850
839
  - **W / =** — Decrease / Increase ping interval
851
840
  - **J / I** — Request feature / Report bug
852
841
  - **K / Esc** — Show help overlay / Close overlay