6e037ccb28
Anthropic removed temperature/top_p/top_k on Opus 4.7 and later, Sonnet 5 and Fable 5 -- sending them returns a 400. Ten provider entries still advertise temperature support for those models. Eight of them declare base_model pointing at a lab entry that already says temperature = false, then override it back to true; per AGENTS.md a provider entry should carry only real overrides, so those lines are dropped and the lab value is inherited. The two standalone entries state false explicitly. Co-authored-by: Asjad Abbas <215788583+asjad3@users.noreply.github.com>