mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
Add Qwen3-Coder-Next model support to frontend (#13222)
Co-authored-by: openhands <openhands@all-hands.dev>
This commit is contained in:
@@ -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",
|
||||
];
|
||||
|
||||
@@ -28,6 +28,7 @@ OPENHANDS_MODELS = [
|
||||
'openhands/kimi-k2-0711-preview',
|
||||
'openhands/kimi-k2.5',
|
||||
'openhands/qwen3-coder-480b',
|
||||
'openhands/qwen3-coder-next',
|
||||
'openhands/glm-4.7',
|
||||
'openhands/glm-5',
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user