Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.ko.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ FREE_ROUTER_METRICS_CACHE=0 free-router

### 컬럼 설명

| 컬럼 | 설명 |
| ---------- | ------------------------------------------------------ |
| `#` | 순위 |
| `Tier` | SWE-bench 점수 기반 성능 등급 (S+ → C) |
| `Provider` | NIM 또는 OpenRouter |
| `Model` | 모델 이름 |
| `Ctx` | 컨텍스트 윈도우 크기 |
| `AA` | Arena Elo / 지능 점수 |
| `Avg` | HTTP 200 응답만을 기준으로 한 평균 응답 속도 |
| `Lat` | 마지막으로 측정된 핑 응답 속도 |
| `Up%` | 현재 세션 가동률 |
| `Verdict` | 상태 요약 (✓ Perfect / ✓ Normal / x Overloaded / …) |
| 컬럼 | 설명 |
| ---------- | --------------------------------------------------- |
| `#` | 순위 |
| `Tier` | SWE-bench 점수 기반 성능 등급 (S+ → C) |
| `Provider` | NIM 또는 OpenRouter |
| `Model` | 모델 이름 |
| `Ctx` | 컨텍스트 윈도우 크기 |
| `AA` | Arena Elo / 지능 점수 |
| `Avg` | HTTP 200 응답만을 기준으로 한 평균 응답 속도 |
| `Lat` | 마지막으로 측정된 핑 응답 속도 |
| `Up%` | 현재 세션 가동률 |
| `Verdict` | 상태 요약 (✓ Perfect / ✓ Normal / x Overloaded / …) |

기본 정렬 기준: **응답 가능 모델 우선**, 그 다음 **높은 등급 우선** (S+ → S → A+ …), 그 다음 낮은 응답 속도.

Expand Down
44 changes: 22 additions & 22 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,18 +72,18 @@ The selected row uses a stable marker, and redraws are deferred while the termin

### Columns

| Column | Description |
| ---------- | -------------------------------------------------------------- |
| `#` | Rank |
| `Tier` | Capability tier derived from SWE-bench score (S+ → C) |
| `Provider` | NIM or OpenRouter |
| `Model` | Display name |
| `Ctx` | Context window size |
| `AA` | Arena Elo / intelligence score |
| `Avg` | Rolling average latency (HTTP 200 only) |
| `Lat` | Latest measured ping latency |
| `Up%` | Uptime percentage this session |
| `Verdict` | Condition summary (✓ Perfect / ✓ Normal / x Overloaded / …) |
| Column | Description |
| ---------- | ----------------------------------------------------------- |
| `#` | Rank |
| `Tier` | Capability tier derived from SWE-bench score (S+ → C) |
| `Provider` | NIM or OpenRouter |
| `Model` | Display name |
| `Ctx` | Context window size |
| `AA` | Arena Elo / intelligence score |
| `Avg` | Rolling average latency (HTTP 200 only) |
| `Lat` | Latest measured ping latency |
| `Up%` | Uptime percentage this session |
| `Verdict` | Condition summary (✓ Perfect / ✓ Normal / x Overloaded / …) |

Default ranking: **availability first**, then **higher tier first** (S+ → S → A+ …), then lower latency.

Expand Down Expand Up @@ -111,17 +111,17 @@ uses the same foreground color as the table rows.

**Actions**

| Key | Action |
| -------------- | ---------------------------------------------------------- |
| `Enter` | Configure current model for OpenCode / OpenClaw / Hermes |
| Key | Action |
| -------------- | ----------------------------------------------------------- |
| `Enter` | Configure current model for OpenCode / OpenClaw / Hermes |
| `/` | Search / filter models (Enter in search = configure target) |
| `A` | Quick API key add/change (opens key editor in Settings) |
| `R` | Edit API key for likely expired/missing provider |
| `T` | Cycle tier filter: All → S+ → S → A+ → … |
| `P` | Settings screen (edit keys, toggle providers, test) |
| `W` / `X` | Faster / slower ping interval |
| `?` | Help overlay |
| `q` / `Ctrl+C` | Quit |
| `A` | Quick API key add/change (opens key editor in Settings) |
| `R` | Edit API key for likely expired/missing provider |
| `T` | Cycle tier filter: All → S+ → S → A+ → … |
| `P` | Settings screen (edit keys, toggle providers, test) |
| `W` / `X` | Faster / slower ping interval |
| `?` | Help overlay |
| `q` / `Ctrl+C` | Quit |

**Sort** (press to sort, press again to reverse)

Expand Down
Loading
Loading