Providers
- Router9 and Septor Labs join the router with first-class adapters: key import aliases, key-picker entries, platform colours and account-wide quota observations. Router9 keys are validated with a no-inference probe; Septor responses that come back under a different model identity are rejected as retryable before any substituted content is streamed. (#1194)
Routing
- Keyless platforms no longer eat the attempt budget. Models whose platform has no enabled, healthy key are dropped before the routing walk, so the "all attempts failed" summary and the retry budget only count candidates that could actually run. Pinned models are still tried and still report against their own label. (#1105, thanks @chongjiazhen)
Cache
- Streaming requests can hit the response cache.
stream: truecompletions are stored frame by frame in their own store and replayed as byte-identical SSE on a hit, withX-FreeLLM-Cache: HIT. Streams are only buffered when a cache key exists, buffering stops at 2 MB, truncated or broken streams are never stored, stream lookups feed the hit-rate counters, and both stores share the oneRESPONSE_CACHE_MAX_ENTRIEScap. Off by default, as before. (#1099, #1197, thanks @suantea)
Observability
execution_idin every chat body. Both completion routes now return the request's execution id on success, cache hits, idempotency replays and every error body, so a client can quote it against the request log. Therequeststable gains acallercolumn, written by the OpenAI, Responses, Messages, Ollama/Gemini and fusion paths. (#1103, #1196, thanks @suantea)
Dashboard
- Sign-in gate accessibility. Fields are labelled, validation errors are tied to their inputs with
aria-describedbyand announced withrole="alert", the desktop session-repair error is announced the same way, and the gate usesmin-h-dvhso it centres correctly on mobile viewports. Covered by tests. (#1078, #1195, thanks @Kaban15)
Docs
- Streaming-pipeline, REST API, environment and idempotency pages in
docs/enanddocs/zh-cnnow describe streaming replay; the observability page documentsexecution_idandcaller. README credits @Kaban15.
Full changelog: v0.9.8...v0.9.9
⭐ Like the free router? Go Premium — the live signed catalog, $19/yr, cancel anytime.