Add metered GLM-5.2 for the standard Z.AI API endpoint, matching
zhipuai pricing and reasoning_options and using base_model inheritance
like other zai models.
Co-authored-by: Cursor <cursoragent@cursor.com>
- Rename glm-5v-turbo to GLM-5V-Turbo in zai, zhipuai, and 302ai providers
- Add GLM-5V-Turbo back to zhipuai-coding-plan (removed in #1589)
Ref: #1589
GLM-5 is an open-source model, but several provider config files
incorrectly had open_weights set to false. This commit corrects
all GLM-5 configurations to properly reflect its open-source status.
Affected providers:
- zhipuai
- zhipuai-coding-plan
- zai
- zai-coding-plan
- zenmux
- vercel
- siliconflow
- siliconflow-cn
- meganova
Add GLM-4.7 model configuration to zai, zai-coding-plan, zhipuai,
and zhipuai-coding-plan providers. The model features interleaved
reasoning capability with reasoning_content field.
* Created glm-4.7.toml in zai and zai-coding-plan providers
* Added symlinks in zhipuai and zhipuai-coding-plan providers
* Configured with same pricing and limits as glm-4.6
* Supports reasoning, tool_call, and temperature settings
- Add GLM-4.6V model to ZAI provider with official pricing (/usr/bin/zsh.3//usr/bin/zsh.9 per 1M tokens)
- Add GLM-4.6V model to ZAI Coding Plan provider with free pricing (0/0)
- Create symlinks for zhipuai and zhipuai-coding-plan providers
- Based on official Z.AI documentation (Dec 8, 2025)
- Features: 128K context, native tool calling, multimodal support
- Modalities: text, image, video input → text output
- Open source model with MIT license
- Add proper formatting with trailing newlines