Modèles GLM
Modèles GLM
Section intitulée « Modèles GLM »GLM est une famille de modèles (et non une entreprise) disponible via la plateforme Z.AI. Dans OpenClaw, les modèles GLM sont accessibles via le provider zai et des IDs de modèle comme zai/glm-5.
Configuration CLI
Section intitulée « Configuration CLI »# Coding Plan Global, recommended for Coding Plan usersopenclaw onboard --auth-choice zai-coding-global
# Coding Plan CN (China region), recommended for Coding Plan usersopenclaw onboard --auth-choice zai-coding-cn
# General APIopenclaw onboard --auth-choice zai-global
# General API CN (China region)openclaw onboard --auth-choice zai-cnExtrait de configuration
Section intitulée « Extrait de configuration »{ env: { ZAI_API_KEY: "sk-..." }, agents: { defaults: { model: { primary: "zai/glm-5" } } },}- Les versions et la disponibilité de GLM peuvent changer ; consultez la documentation de Z.AI pour les dernières informations.
- Les IDs de modèle incluent notamment
glm-5,glm-4.7etglm-4.6. - Pour plus de détails sur le provider, voir /providers/zai.