Match verified model name nemotron-3-super to infra name nemotron-3-super-120b-a12b#3275
Draft
juanmichelini wants to merge 1 commit into
Draft
Match verified model name nemotron-3-super to infra name nemotron-3-super-120b-a12b#3275juanmichelini wants to merge 1 commit into
juanmichelini wants to merge 1 commit into
Conversation
Match the verified model entry to the actual infra model name so that the verified-model list lines up with the model identifier exposed by the provider, fixing #3274. Co-authored-by: openhands <openhands@all-hands.dev>
Contributor
Python API breakage checks — ✅ PASSEDResult: ✅ PASSED |
Contributor
REST API breakage checks (OpenAPI) — ✅ PASSEDResult: ✅ PASSED |
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
The verified models list contained the short alias
nemotron-3-super, but the actual model identifier exposed by the infrastructure isnemotron-3-super-120b-a12b. This caused a mismatch between the verified-models surface and the real provider model name.This PR renames the entry in both
VERIFIED_NVIDIA_MODELSandVERIFIED_OPENHANDS_MODELSto the full infra name.Changes
openhands-sdk/openhands/sdk/llm/utils/verified_models.py: replaced"nemotron-3-super"with"nemotron-3-super-120b-a12b"in both lists.tests/sdk/llm/test_model_list.py: addedtest_nemotron_3_super_uses_full_infra_nameto lock in the full infra name and ensure the short alias is not present in any provider list. The existingtest_openhands_models_all_have_provider_listcontinues to verify that the openhands list stays in sync with the provider list.Verification
uv run pytest tests/sdk/llm/test_model_list.py→ 6 passeduv run pre-commit run --files openhands-sdk/openhands/sdk/llm/utils/verified_models.py tests/sdk/llm/test_model_list.py→ all hooks passedFixes #3274.
This PR was created by an AI agent (OpenHands) on behalf of @juanmichelini.
@juanmichelini can click here to continue refining the PR
Agent Server images for this PR
• GHCR package: https://github.com/OpenHands/agent-sdk/pkgs/container/agent-server
Variants & Base Images
eclipse-temurin:17-jdknikolaik/python-nodejs:python3.13-nodejs22-slimgolang:1.21-bookwormPull (multi-arch manifest)
# Each variant is a multi-arch manifest supporting both amd64 and arm64 docker pull ghcr.io/openhands/agent-server:efd7084-pythonRun
All tags pushed for this build
About Multi-Architecture Support
efd7084-python) is a multi-arch manifest supporting both amd64 and arm64efd7084-python-amd64) are also available if needed