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:
Juan Michelini
2026-03-05 11:44:33 -03:00
committed by GitHub
parent 039e966dad
commit 6751bba939
3 changed files with 6 additions and 0 deletions

View File

@@ -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