Skip to content

Commit 88566c3

Browse files
Add claude-opus-4-6 and claude-opus-4-7 to EXTENDED_THINKING_MODELS
Both models support extended thinking capability and should be included in the EXTENDED_THINKING_MODELS list alongside other Claude 4 models.
1 parent a234670 commit 88566c3

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

openhands-sdk/openhands/sdk/llm/utils/model_features.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,8 @@ def _supports_reasoning_effort(model: str | None) -> bool:
9393
"claude-sonnet-4-5",
9494
"claude-sonnet-4-6",
9595
"claude-haiku-4-5",
96+
"claude-opus-4-6",
97+
"claude-opus-4-7",
9698
]
9799

98100
PROMPT_CACHE_MODELS: list[str] = [

0 commit comments

Comments
 (0)