mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-06 09:09:35 +00:00
a8c95392fb
Claude 4.6 models use output_config as a stable API feature. This commit: - Maps reasoning_effort to output_config for 4.6 models (minimal → low) - Restricts effort="max" to Opus 4.6 only - Skips beta header injection for 4.6 models - Updates docs for Claude 4.6 effort support
In total litellm runs 1000+ tests
[02/20/2025] Update:
To make it easier to contribute and map what behavior is tested,
we've started mapping the litellm directory in tests/test_litellm
This folder can only run mock tests.