Skip to content

Commit 78a5115

Browse files
test(grid_spec): use _CAPS_OPUS_4_7 for non-Bedrock opus-4-6 entries
claude-opus-4-6 now declares supports_xhigh_reasoning_effort in the model map, so production accepts xhigh on Azure AI and Vertex AI routes. Update those grid_spec entries to match production capabilities so expected() predicts 200 for xhigh instead of 400. Co-authored-by: Yassin Kortam <[email protected]>
1 parent 287c49c commit 78a5115

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/llm_translation/reasoning_effort_grid/grid_spec.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ def expected(model: ModelEntry, effort: str) -> CellExpectation:
157157
model="azure_ai/claude-opus-4-6",
158158
mode="adaptive",
159159
required_env=_AZURE_FOUNDRY_REQ,
160-
caps=_CAPS_4_6,
160+
caps=_CAPS_OPUS_4_7,
161161
),
162162
ModelEntry(
163163
alias="azure-claude-sonnet-4-6",
@@ -191,7 +191,7 @@ def expected(model: ModelEntry, effort: str) -> CellExpectation:
191191
mode="adaptive",
192192
extra_params=(("vertex_location", "us-east5"),),
193193
required_env=_VERTEX_REQ,
194-
caps=_CAPS_4_6,
194+
caps=_CAPS_OPUS_4_7,
195195
),
196196
ModelEntry(
197197
alias="vertex-claude-sonnet-4-6",

0 commit comments

Comments
 (0)