Quant observability: record selected OpenRouter endpoint + disclosed quantization #65
Labels
No labels
accessibility
bug
documentation
duplicate
enhancement
good first issue
help wanted
invalid
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
nsaspy/llm-log#65
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Goal
Make endpoint precision observable before attempting behavioral inference.
Evidence
A one-hour user capture on 2026-09-06 contained 252 OpenRouter events and zero requests with
provider.quantizations. The same model slugs were served by multiple providers, including GMICloud, Z.AI, Phala, AtlasCloud, Crusoe, Friendli, Together and Wafer.OpenRouter supports
X-OpenRouter-Metadata: enabledto expose selected provider, candidate endpoints, retries/fallbacks and pipeline metadata. Its model-endpoints API exposes per-endpoint serving metadata including disclosed quantization.Contract
For OpenRouter requests, llm-log should:
unknown, never infer a bit width from provider reputation;Acceptance
unknown;Non-goal
Do not claim output-only detection can identify exact FP4/INT4/FP8 precision.