Parent issue
Sub-issue of #3267 — split out per @juanmichelini's request on the parent issue.
Scope
Issue 1 from the parent report: the model list / verified-models registry is missing the latest DeepSeek V4 models.
Current state (from triage on main, post-v1.23.1)
The dropdown UI itself lives in the OpenHands main repo, not in this SDK. What this repo exposes is VERIFIED_MODELS, served via the agent-server /llm/models/verified endpoint.
Whether the GUI dropdown actually consumes this endpoint vs. a hardcoded frontend list is an OpenHands-repo question and is tracked separately.
Proposed SDK-side fix
Add "deepseek-v4-flash" to VERIFIED_DEEPSEEK_MODELS in:
openhands-sdk/openhands/sdk/llm/utils/verified_models.py
A one-line addition should close the SDK-side half of this report.
Acceptance criteria
This sub-issue was filed by an AI agent (OpenHands) on behalf of @juanmichelini, following his instructions on the parent issue.
Parent issue
Sub-issue of #3267 — split out per @juanmichelini's request on the parent issue.
Scope
Issue 1 from the parent report: the model list / verified-models registry is missing the latest DeepSeek V4 models.
Current state (from triage on
main, post-v1.23.1)The dropdown UI itself lives in the OpenHands main repo, not in this SDK. What this repo exposes is
VERIFIED_MODELS, served via the agent-server/llm/models/verifiedendpoint.deepseek-v4-prowas added toVERIFIED_DEEPSEEK_MODELSin Add DeepSeek-V4-Pro to verified models #3314 ✅deepseek-v4-flashis still missing fromverified_models.py— looks like an oversight (it was added tomodel_features.pyin Add DeepSeek-V4-Flash model #2979 but never to the verified list).Whether the GUI dropdown actually consumes this endpoint vs. a hardcoded frontend list is an OpenHands-repo question and is tracked separately.
Proposed SDK-side fix
Add
"deepseek-v4-flash"toVERIFIED_DEEPSEEK_MODELSin:openhands-sdk/openhands/sdk/llm/utils/verified_models.pyA one-line addition should close the SDK-side half of this report.
Acceptance criteria
deepseek-v4-flashappears inVERIFIED_DEEPSEEK_MODELS./llm/models/verifiedreturns it from the agent-server.This sub-issue was filed by an AI agent (OpenHands) on behalf of @juanmichelini, following his instructions on the parent issue.