From 1aecda48f98ff8f93ae350f03ad0ee0290744181 Mon Sep 17 00:00:00 2001 From: "tembo[bot]" <208362400+tembo[bot]@users.noreply.github.com> Date: Sun, 30 Aug 2026 16:36:49 +0000 Subject: [PATCH] docs(models): add GLM 5.3 and GLM 5.3 Flash Add missing model catalog entries for GLM 5.3 and GLM 5.3 Flash (glm-5p3, glm-5p3-flash), added in monorepo PR #10871. --- features/agents.mdx | 4 ++-- features/models.mdx | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/features/agents.mdx b/features/agents.mdx index daa1ad3..7657872 100644 --- a/features/agents.mdx +++ b/features/agents.mdx @@ -43,7 +43,7 @@ See [Models](/features/models) for the full supported model list, BYOK details, }> Multi-provider support: Anthropic, OpenAI, and OSS models. - **Models:** Opus 5, Fable 5, Sonnet 5, Opus 4.8, Opus 4.7, Opus 4.6, Sonnet 4.6, Opus 4.5, Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna, GPT-5.5 Pro, GPT-5.5, GPT-5.4, GPT-5.3 Codex, GPT-5.4 Mini, GPT-5.4 Nano, Gemini 3.1 Pro, Gemini 3.5 Flash, GLM 5.2, Kimi K3, Kimi K2.6, Kimi K2.7 Code, DeepSeek V4 Pro, DeepSeek V4 Flash, MiniMax M2.7, MiniMax M3 + **Models:** Opus 5, Fable 5, Sonnet 5, Opus 4.8, Opus 4.7, Opus 4.6, Sonnet 4.6, Opus 4.5, Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna, GPT-5.5 Pro, GPT-5.5, GPT-5.4, GPT-5.3 Codex, GPT-5.4 Mini, GPT-5.4 Nano, Gemini 3.1 Pro, Gemini 3.5 Flash, GLM 5.2, GLM 5.3, GLM 5.3 Flash, Kimi K3, Kimi K2.6, Kimi K2.7 Code, DeepSeek V4 Pro, DeepSeek V4 Flash, MiniMax M2.7, MiniMax M3 @@ -54,7 +54,7 @@ See [Models](/features/models) for the full supported model list, BYOK details, }> A minimal, extensible terminal coding harness with multi-provider support. - **Models:** Opus 5, Fable 5, Sonnet 5, Opus 4.8, Opus 4.7, Opus 4.6, Sonnet 4.6, Opus 4.5, Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna, GPT-5.5 Pro, GPT-5.5, GPT-5.4, GPT-5.3 Codex, GPT-5.4 Mini, GPT-5.4 Nano, GPT-5.2, GLM 5.2, Kimi K3, Kimi K2.6, Kimi K2.7 Code, DeepSeek V4 Pro, DeepSeek V4 Flash, MiniMax M2.7, MiniMax M3 + **Models:** Opus 5, Fable 5, Sonnet 5, Opus 4.8, Opus 4.7, Opus 4.6, Sonnet 4.6, Opus 4.5, Haiku 4.5, GPT-5.6 Sol, GPT-5.6 Terra, GPT-5.6 Luna, GPT-5.5 Pro, GPT-5.5, GPT-5.4, GPT-5.3 Codex, GPT-5.4 Mini, GPT-5.4 Nano, GPT-5.2, GLM 5.2, GLM 5.3, GLM 5.3 Flash, Kimi K3, Kimi K2.6, Kimi K2.7 Code, DeepSeek V4 Pro, DeepSeek V4 Flash, MiniMax M2.7, MiniMax M3 diff --git a/features/models.mdx b/features/models.mdx index 9c6589b..3d48087 100644 --- a/features/models.mdx +++ b/features/models.mdx @@ -110,6 +110,8 @@ The table below reflects the models currently supported by Tembo. | GPT-5.2 Codex | `gpt-5.2-codex` | OpenAI | No | | GPT-5.2 | `gpt-5.2` | OpenAI | Yes | | GLM 5.2 | `glm-5p2` | Z.ai | No | +| GLM 5.3 | `glm-5p3` | Z.ai | No | +| GLM 5.3 Flash | `glm-5p3-flash` | Z.ai | No | | Composer 1.5 | `composer-1.5` | Cursor | Yes | | Composer 2 | `composer-2` | Cursor | Yes | | Composer 2 Fast | `composer-2-fast` | Cursor | Yes |