>>109641452
Mistral Pro costs around €20 depending on VAT rate in your country. If you are eligible for the student plan, it costs as little as €7. If you apply for the experimental plan (you still need Pro for this) in Mistral Studio, you get about €127.50 worth of tokens if you use the Vibe API-key. Can be used in other harnesses than vibe-cli like pi, but they seem not to like when their users uses other harnesses. The good news is that vibe-cli is pretty nice and the best looking harness I have used (I still prefer pi though).
Nowadays they offer GLM 5.2 (I hope that they add GLM 5.3 too). To add it (plus Mistral Small 4) to vibe-cli, add this too the config.toml in VIBE_HOME (usually ~/.vibe):
[[models]]
name = "zai-glm-5-2"
provider = "mistral"
alias = "glm-5.2"
temperature = 0.2
input_price = 1.19
output_price = 3.74
thinking = "medium"
supports_images = false
auto_compact_threshold = 900000
[[models]]
name = "mistral-small-2603"
provider = "mistral"
alias = "mistral-small-4"
display_name = "Mistral Small 4"
temperature = 0.2
input_price = 0.12
output_price = 0.5
thinking = "high"
supports_images = true
auto_compact_threshold = 200000
To add it into pi, I had too vibe-code a pi extension.
>>109643248
I had used up 88% of my weekly usage yesterday, so it was great for me, lol. I am now writing plans divided into several parts in the web interface to maximize my 5-hour limits.