Skip to content

feat: add DeepSeek v3.2 model support#1564

Merged
enyst merged 5 commits intoOpenHands:mainfrom
ixchio:feat/deepseek-v3.2-support
Jan 1, 2026
Merged

feat: add DeepSeek v3.2 model support#1564
enyst merged 5 commits intoOpenHands:mainfrom
ixchio:feat/deepseek-v3.2-support

Conversation

@ixchio
Copy link
Copy Markdown
Contributor

@ixchio ixchio commented Jan 1, 2026

Summary

Adds support for DeepSeek v3.2 model as requested in #1298.

Changes

  • Added VERIFIED_DEEPSEEK_MODELS list with:
    • deepseek-chat
    • deepseek-chat-v3.2
    • deepseek-reasoner
  • Added deepseek-chat-v3.2 to VERIFIED_OPENHANDS_MODELS
  • Fixed typo: deekseek-chatdeepseek-chat
  • Added deepseek to VERIFIED_MODELS dict

References

Closes #1298

ixchio added 2 commits January 1, 2026 22:24
Closes OpenHands#1298

- Added VERIFIED_DEEPSEEK_MODELS list with deepseek-chat, deepseek-chat-v3.2, and deepseek-reasoner
- Added deepseek-chat-v3.2 to VERIFIED_OPENHANDS_MODELS
- Fixed typo: deekseek-chat -> deepseek-chat
- Added deepseek to VERIFIED_MODELS dict
Comment thread openhands-sdk/openhands/sdk/llm/utils/verified_models.py Outdated
Copy link
Copy Markdown
Collaborator

@enyst enyst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, we do want to support 3.2, but I thought we already do TBH. I mean, I'm not sure we need additions since it's served via .../deepseek-chat and we already support that?

Edited to add: could you please tell, what happens if you try to use it?

@ixchio
Copy link
Copy Markdown
Contributor Author

ixchio commented Jan 1, 2026

Thank you, we do want to support 3.2, but I thought we already do TBH. I mean, I'm not sure we need additions since it's served via .../deepseek-chat and we already support that?

Edited to add: could you please tell, what happens if you try to use it?

I don't have a DeepSeek API key to verify end-to-end, but the typo fix (deekseek-chat → deepseek-chat) is objectively correct regardless of runtime behavior.

Happy to slim down the PR to just that fix if you think the structural additions aren't needed. Or close it entirely if you prefer - your call!

@ixchio ixchio requested a review from enyst January 1, 2026 18:17
@enyst
Copy link
Copy Markdown
Collaborator

enyst commented Jan 1, 2026

Just to note, you don't need to worry about merging main, we don't require updated PRs to merge. It's fine, as long as it doesn't have conflicts

Simplified PR per enyst's feedback - only fixing the typo
@ixchio
Copy link
Copy Markdown
Contributor Author

ixchio commented Jan 1, 2026

@enyst Done! Simplified the PR to only fix the typo as you suggested.
Changes now: deekseek-chatdeepseek-chat (line 54 in VERIFIED_OPENHANDS_MODELS)
Thanks for the guidance! 🙏

@@ -1,5 +1,6 @@
VERIFIED_OPENAI_MODELS = [
"gpt-5.2",
"gpt-5.2-codex",
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
"gpt-5.2-codex",

I think this came back from some conflict with a slightly older branch, because we just removed this these days

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@enyst Applied the suggestion - removed the gpt-5.2-codex line.

Thanks!

Copy link
Copy Markdown
Collaborator

@enyst enyst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@enyst enyst merged commit 18b50a4 into OpenHands:main Jan 1, 2026
14 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add DeepSeek v3.2 model support

2 participants