Add Qwen3-Coder-Next model support to frontend (#13222)

Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
Juan Michelini
2026-03-05 19:34:06 -03:00
committed by GitHub
parent 64e96b7c3c
commit d8444ef626
2 changed files with 3 additions and 0 deletions

View File

@@ -22,6 +22,7 @@ export const VERIFIED_MODELS = [
"kimi-k2-0711-preview",
"kimi-k2.5",
"qwen3-coder-480b",
"qwen3-coder-next",
"glm-4.7",
"glm-5",
];
@@ -69,6 +70,7 @@ export const VERIFIED_OPENHANDS_MODELS = [
"kimi-k2-0711-preview",
"kimi-k2.5",
"qwen3-coder-480b",
"qwen3-coder-next",
"glm-4.7",
"glm-5",
];