LLM Endpoint Drift
model_driftIndependent daily record of what changed behind a provider endpoint: which alias resolved to which model, and when behaviour shifted.
Providers update models behind stable endpoint names. This endpoint publishes an independent measurement: a fixed probe suite is sent daily at temperature 0, three repeats per probe, and the identity a provider declares in its own response (modelVersion, system_fingerprint, region) is recorded alongside. A change is only reported as drift when the repeats agree with each other and disagree with the previous run — same-day disagreement is noise, not drift. aliases answers "what was actually behind gemini-flash-latest on that day"; a question that cannot be answered retroactively.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | No | History window in days (only `events`). | |
| view | No | `aliases`: alias → the real model behind it · `events`: drift events · `probes`: probe status from the last run. | aliases |
| limit | No | ||
| provider | No | Filter by provider (gemini, groq, cerebras, mistral). | |
| severity | No | Only for the `events` view. |