Skip to content

Commit db0655a

Browse files
Add Google Gemini 3.1 verify models (#2276)
Co-authored-by: Juan Michelini <juan@juan.com.uy>
1 parent ba70d15 commit db0655a

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@
4848

4949
VERIFIED_GEMINI_MODELS = [
5050
"gemini-3-pro-preview",
51+
"gemini-3.1-pro-preview",
5152
]
5253

5354
VERIFIED_DEEPSEEK_MODELS = [
@@ -71,6 +72,7 @@
7172
"gpt-5.2-codex",
7273
"minimax-m2.5",
7374
"gemini-3-pro-preview",
75+
"gemini-3.1-pro-preview",
7476
"deepseek-chat",
7577
"kimi-k2-thinking",
7678
"kimi-k2.5",

0 commit comments

Comments
 (0)