Skip to content

Commit 2d027b4

Browse files
Add GPT-5.4 to verified models (#2487)
Co-authored-by: openhands <openhands@all-hands.dev>
1 parent c34d1bf commit 2d027b4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
VERIFIED_OPENAI_MODELS = [
2+
"gpt-5.4",
23
"gpt-5.2",
34
"gpt-5.2-codex",
45
"gpt-5.1",
@@ -65,6 +66,7 @@
6566
VERIFIED_OPENHANDS_MODELS = [
6667
"claude-opus-4-6",
6768
"claude-sonnet-4-5-20250929",
69+
"gpt-5.4",
6870
"gpt-5.2",
6971
"gpt-5.2-codex",
7072
"minimax-m2.5",

0 commit comments

Comments
 (0)