diff --git a/providers/302ai/models/glm-5v-turbo.toml b/providers/302ai/models/glm-5v-turbo.toml index a8309ab98..475cb752c 100644 --- a/providers/302ai/models/glm-5v-turbo.toml +++ b/providers/302ai/models/glm-5v-turbo.toml @@ -1,4 +1,4 @@ -name = "glm-5v-turbo" +name = "GLM-5V-Turbo" family = "glm" release_date = "2026-04-02" last_updated = "2026-04-02" diff --git a/providers/zai/models/glm-5v-turbo.toml b/providers/zai/models/glm-5v-turbo.toml index b283d530b..76c7c0c20 100644 --- a/providers/zai/models/glm-5v-turbo.toml +++ b/providers/zai/models/glm-5v-turbo.toml @@ -1,4 +1,4 @@ -name = "glm-5v-turbo" +name = "GLM-5V-Turbo" family = "glm" release_date = "2026-04-01" last_updated = "2026-04-01" diff --git a/providers/zhipuai-coding-plan/models/glm-5v-turbo.toml b/providers/zhipuai-coding-plan/models/glm-5v-turbo.toml new file mode 100644 index 000000000..ed1aed5db --- /dev/null +++ b/providers/zhipuai-coding-plan/models/glm-5v-turbo.toml @@ -0,0 +1,26 @@ +name = "GLM-5V-Turbo" +family = "glm" +release_date = "2026-04-01" +last_updated = "2026-04-01" +attachment = true +reasoning = true +temperature = true +tool_call = true +open_weights = false + +[interleaved] +field = "reasoning_content" + +[cost] +input = 0 +output = 0 +cache_read = 0 +cache_write = 0 + +[limit] +context = 200000 +output = 131072 + +[modalities] +input = ["text", "image", "video", "pdf"] +output = ["text"] diff --git a/providers/zhipuai/models/glm-5v-turbo.toml b/providers/zhipuai/models/glm-5v-turbo.toml index bc93e8b59..4c7dbdccc 100644 --- a/providers/zhipuai/models/glm-5v-turbo.toml +++ b/providers/zhipuai/models/glm-5v-turbo.toml @@ -1,4 +1,4 @@ -name = "glm-5v-turbo" +name = "GLM-5V-Turbo" family = "glm" release_date = "2026-04-01" last_updated = "2026-04-01"