Files
Asjad Abbas 6e037ccb28 fix: Claude models that removed sampling params are marked temperature = true (#3961)
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>
2026-08-02 22:05:50 -05:00
..
2026-01-13 14:21:52 +08:00