litellm/tests/llm_translation/reasoning_effort_grid
yuneng-jiang 5c95017bc1
test: unstale the reasoning-effort grid count and the responses bridge test (#34868)
* test(reasoning-effort-grid): bump cell-count assertion for claude-opus-5

The claude-opus-5 grid entry added in ae81625ee6 raised the Anthropic direct
route to 31 model combos, but test_grid_cell_count still expected 30, so the
suite went red on the tripwire rather than on any behavior change.

* test(openai): swap the retired deep-research model out of the bridge test

OpenAI shut down o3-deep-research and o4-mini-deep-research on 2026-07-23, so
the live call in this test now comes back as a 400 'Model not found'. The test
was never about deep research specifically; the bridge fires on any model whose
cost-map mode is "responses", so it now uses gpt-5.5-pro, the newest
responses-only OpenAI model, and is renamed to say that.

gpt-5.5-pro was confirmed present on the CI account with an authenticated
GET /v1/models before being picked.
2026-07-27 18:07:04 -07:00
..
__init__.py refactor(tests): move reasoning_effort grid suite under llm_translation, drop v4 naming 2026-05-16 03:21:28 +00:00
conftest.py refactor: strip PR-introduced docstrings and explanatory comments 2026-05-16 15:33:29 +00:00
grid_spec.py feat(anthropic): add Claude Opus 5 2026-07-24 10:43:49 -07:00
test_reasoning_effort_grid.py test: unstale the reasoning-effort grid count and the responses bridge test (#34868) 2026-07-27 18:07:04 -07:00