model_drift
Check if a live LLM's performance has changed on a public eval suite by comparing current scores (accuracy, latency, reliability) to the previous weekly run.
Instructions
Look up how a live LLM is currently scoring on a public, frozen eval suite (accuracy, latency, answer length, reliability, refusal rate) and whether those moved since the previous weekly run. Use it to check whether a model you're about to rely on has quietly changed. Omit model to list every tracked model.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | No | e.g. 'gpt-5', 'claude-opus', 'gemini' — matched loosely; omit for all |