24 Commits

Author SHA1 Message Date
Adam 5c281e4feb feat: model descriptions 2026-07-01 14:16:49 -05:00
Aiden Cline 4e85eac00a docs: document provider reasoning request formats 2026-06-26 09:37:21 -05:00
Toni Melisma ccc1375e0a feat(zai): add GLM-5.2 to Z.AI API provider
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>
2026-06-20 23:43:37 -07:00
Houtan Bastani 2bed70cca9 Use base model metadata for GLM-5 and GLM-5.1, and fix release dates
glm-5 release date: https://docs.z.ai/release-notes/new-released?utm_source=chatgpt.com#2026-02-12
glm-5.1 release date: https://docs.z.ai/release-notes/new-released?utm_source=chatgpt.com#2026-04-07
2026-06-17 13:57:11 +02:00
Aiden Cline 1c9b748976 fix: remove GLM-5.2 from standard Z.AI APIs 2026-06-13 15:33:40 -05:00
Niu Shuai 3877dcf8b6 feat: add GLM-5.2 model config to zai and zhipuai providers 2026-06-14 04:10:00 +08:00
Aiden Cline f8ecf4daec feat(zai): add reasoning toggle options 2026-06-02 12:02:54 -05:00
langyo 4fd0e38c58 fix: use proper GLM family casing for GLM-5V-Turbo
- 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
2026-05-04 00:51:54 +08:00
zhongruan0522 5513af5b6c add GLM-5.1 to zhipuai and zai providers 2026-04-08 02:34:12 +00:00
zhongruan0522 d0d2fffcfb Add GLM-5V-Turbo 2026-04-01 16:30:38 +00:00
MiyakoMeow 8b80a2b34b Add glm-4.7-flashx to ZAI/ZhipuAI 2026-03-25 06:13:03 +08:00
amrit 3487135f9f Add GLM-5-Turbo model support 2026-03-16 12:14:50 +11:00
heimoshuiyu ff41c2b6c3 fix: mark GLM-5 as open weights
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
2026-02-26 18:43:28 +08:00
Aiden Cline 1b26792073 fix zai 2026-02-11 14:34:43 -06:00
Aiden Cline 49ab2c0a48 feat: add glm 5 to zai, zhipuai, and zai coding plan 2026-02-11 12:17:49 -06:00
Frank 2be2a8c109 Update zai models 2026-01-28 01:49:08 -05:00
Aiden Cline bcb7182f67 tweak 2026-01-13 20:07:18 -06:00
Huang Qi 26778bd4cf feat: add glm-4.7 model with interleaved thinking
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
2025-12-22 23:12:48 +08:00
Aaron Iker d35af033d0 fix: visually align provider logos 2025-12-21 22:08:18 +01:00
Adam 8de746edab feat: model family 2025-12-14 03:41:22 -06:00
Huang Qi 93b50c296c Unify GLM model names to GLM-x.y pattern
- Update GLM 4.5V to GLM-4.5V in zai and zai-coding-plan providers
- Ensures consistent naming convention across GLM serial models
2025-12-12 11:02:53 +08:00
Huang Qi 3a9c0633fe feat: add GLM-4.6V model to ZAI providers
- 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
2025-12-10 21:26:15 +08:00
Huang Qi 35f920aa6c Add GLM-4.6 model with expanded 200k context window and 128k max output tokens across zai and zhipuai providers 2025-09-30 15:25:39 +08:00
Frank 6d3491f8d5 Rename Zhipu AI to z.ai 2025-08-15 13:20:07 +08:00