From 3e35305c68e28f6a91d2e951b2ebc04e9d3952b1 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 1 Sep 2026 17:22:05 +0000 Subject: [PATCH] fix: [privatemode] sync supported models --- providers/privatemode-ai/models/glm-5.3.toml | 21 ++++++++++++++++++ .../privatemode-ai/models/glm-latest.toml | 22 +++++++++++++++++++ 2 files changed, 43 insertions(+) create mode 100644 providers/privatemode-ai/models/glm-5.3.toml create mode 100644 providers/privatemode-ai/models/glm-latest.toml diff --git a/providers/privatemode-ai/models/glm-5.3.toml b/providers/privatemode-ai/models/glm-5.3.toml new file mode 100644 index 00000000000..dfa4c3d6952 --- /dev/null +++ b/providers/privatemode-ai/models/glm-5.3.toml @@ -0,0 +1,21 @@ +# Sources (accessed 2026-09-01): +# Model overview (preview): https://docs.privatemode.ai/models/overview/#glm-53 +# Pricing (EUR): https://docs.privatemode.ai/pricing/ +# Added in v1.55.0 (upgraded from GLM-5.2): https://docs.privatemode.ai/release/#v1550 +# Upstream: https://huggingface.co/zai-org/GLM-5.3 +# Effort: reasoning_effort = low|high|max (default max; always on). +# Any other value including none is silently mapped to max; reasoning cannot be off. +# Cost: EUR list prices converted at 1 EUR = 1.1555 USD (Frankfurter 2026-08-10), +# matching other Privatemode catalog entries with the same EUR list prices. +# EUR/MTok: input 1.55 / output 7.74 / cached input 0.15 +base_model = "zhipuai/glm-5.3" +status = "beta" +reasoning_options = [{ type = "effort", values = ["low", "high", "max"] }] + +[cost] +input = 1.7910 +output = 8.9436 +cache_read = 0.1733 + +[limit] +context = 256_000 diff --git a/providers/privatemode-ai/models/glm-latest.toml b/providers/privatemode-ai/models/glm-latest.toml new file mode 100644 index 00000000000..dd1cbd2bcc9 --- /dev/null +++ b/providers/privatemode-ai/models/glm-latest.toml @@ -0,0 +1,22 @@ +# Sources (accessed 2026-09-01): +# Alias routes to the latest available GLM model (currently GLM-5.3): +# https://docs.privatemode.ai/models/overview/#glm-53 +# Pricing (EUR): https://docs.privatemode.ai/pricing/ +# Release: https://docs.privatemode.ai/release/#v1550 +# Effort: reasoning_effort = low|high|max (default max; always on). +# Any other value including none is silently mapped to max; reasoning cannot be off. +# Cost: EUR list prices converted at 1 EUR = 1.1555 USD (Frankfurter 2026-08-10), +# matching other Privatemode catalog entries with the same EUR list prices. +# EUR/MTok: input 1.55 / output 7.74 / cached input 0.15 +base_model = "zhipuai/glm-5.3" +name = "GLM (latest)" +status = "beta" +reasoning_options = [{ type = "effort", values = ["low", "high", "max"] }] + +[cost] +input = 1.7910 +output = 8.9436 +cache_read = 0.1733 + +[limit] +context = 256_000