From 531d6e46bc49f79cf341ee2bf6737dfe4f567a05 Mon Sep 17 00:00:00 2001 From: hongyi-chen Date: Tue, 23 Jun 2026 06:02:36 +0000 Subject: [PATCH] docs: add GLM 5.2 to Agent model choice page GLM 5.2 (model_id glm-5.2-fireworks) is supported and enabled in production (fireworks_glm_52 flag), but the model-choice page only listed GLM 5.1. Add a GLM 5.2 row to the Fireworks-hosted models table. Co-Authored-By: Oz --- src/content/docs/agent-platform/inference/model-choice.mdx | 1 + 1 file changed, 1 insertion(+) diff --git a/src/content/docs/agent-platform/inference/model-choice.mdx b/src/content/docs/agent-platform/inference/model-choice.mdx index 90c16607..86640939 100644 --- a/src/content/docs/agent-platform/inference/model-choice.mdx +++ b/src/content/docs/agent-platform/inference/model-choice.mdx @@ -106,6 +106,7 @@ Warp also supports leading open source models hosted via Fireworks AI, so you ca | Model | `model_id` | | --- | --- | +| GLM 5.2 | `glm-5.2-fireworks` | | GLM 5.1 | `glm-5.1-fireworks` | | Kimi K2.5 | `kimi-k25-fireworks` | | Kimi K2.6 | `kimi-k26-fireworks` |