mirror of
https://github.com/OpenHands/OpenHands.git
synced 2026-03-22 05:37:20 +08:00
Add GLM-5 model support to frontend (#13213)
Co-authored-by: openhands <openhands@all-hands.dev> Co-authored-by: OpenHands Bot <contact@all-hands.dev>
This commit is contained in:
@@ -22,6 +22,7 @@ export const VERIFIED_MODELS = [
|
||||
"kimi-k2-0711-preview",
|
||||
"qwen3-coder-480b",
|
||||
"glm-4.7",
|
||||
"glm-5",
|
||||
];
|
||||
|
||||
// LiteLLM does not return OpenAI models with the provider, so we list them here to set them ourselves for consistency
|
||||
@@ -67,6 +68,7 @@ export const VERIFIED_OPENHANDS_MODELS = [
|
||||
"kimi-k2-0711-preview",
|
||||
"qwen3-coder-480b",
|
||||
"glm-4.7",
|
||||
"glm-5",
|
||||
];
|
||||
|
||||
// Default model for OpenHands provider
|
||||
|
||||
Reference in New Issue
Block a user