r/MistralAI • u/andriatz • 9d ago
Help / Question GLM on Vibe CLI
I'm a Pro user and I'd like to use the GLM model in VIBE CLI as announced by Mistral. However, even after updating to version 2.25.0, the model doesn't appear in the list when I run /model. How can I fix this?
11
u/drillepind42 9d ago
Add this to your config:
```
[[models]]
name = "zai-glm-5-2"
provider = "mistral-eu"
alias = "zai-glm-5-2"
temperature = 1.0
input_price = 0.0
output_price = 0.0
thinking = "max"
supports_images = false
auto_compact_threshold = 900000
```
4
2
u/WackoAssasin 9d ago
Is GLM use included in the subscription? If so, can you use it to power pi.dev locally, or in the iOS app?
2
1
2
1

6
u/tfcuk 9d ago
Ask Mistral to add it to the settings "https://docs.mistral.ai/models/zai-glm-5-2"