Skip to content

Commit 005eec0

Browse files
Add Z.AI GLM 4.5 model to inference models documentation (#1606)
## Description This PR adds documentation for the Z.AI GLM 4.5 model to the W&B Inference models list. ## Changes - Added Z.AI GLM 4.5 model entry to the inference models table in `content/en/guides/inference/models.md` - Model ID: `zai-org/GLM-4.5` - Type: Text - Context Length: 131K - Parameters: 23B-355B (Active-Total) - Description: Mixture-of-Experts model with user-controllable thinking/non-thinking modes for reasoning, code, and agents ## Testing - [ ] Verified markdown formatting is correct - [ ] Confirmed model information accuracy ## Related This adds support documentation for the newly available Z.AI GLM 4.5 model in W&B Inference. <!-- preview-links-comment --> 📄 **[View preview links for changed pages](#1606 (comment)
1 parent b228ae3 commit 005eec0

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

content/en/guides/inference/models.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ W&B Inference provides access to several open-source foundation models. Each mod
2424
| Qwen3 235B A22B Thinking-2507 | `Qwen/Qwen3-235B-A22B-Thinking-2507` | Text | 262K | 22B-235B (Active-Total) | High-performance Mixture-of-Experts model optimized for structured reasoning, math, and long-form generation |
2525
| Qwen3 235B A22B-2507 | `Qwen/Qwen3-235B-A22B-Instruct-2507` | Text | 262K | 22B-235B (Active-Total) | Efficient multilingual, Mixture-of-Experts, instruction-tuned model, optimized for logical reasoning |
2626
| Qwen3 Coder 480B A35B | `Qwen/Qwen3-Coder-480B-A35B-Instruct` | Text | 262K | 35B-480B (Active-Total) | Mixture-of-Experts model optimized for coding tasks such as function calling, tooling use, and long-context reasoning |
27+
| Z.AI GLM 4.5 | `zai-org/GLM-4.5` | Text | 131K | 32B-355B (Active-Total) | Mixture-of-Experts model with user-controllable thinking/non-thinking modes for reasoning, code, and agents |
2728

2829
## Using model IDs
2930

0 commit comments

Comments
 (0)