diff --git a/providers/sap-ai-core/models/zai--glm-5.2.toml b/providers/sap-ai-core/models/zai--glm-5.2.toml new file mode 100644 index 0000000000..89972cccb2 --- /dev/null +++ b/providers/sap-ai-core/models/zai--glm-5.2.toml @@ -0,0 +1,15 @@ +base_model = "zhipuai/glm-5.2" + +name = "zai--glm-5.2" +reasoning_options = [{ type = "effort", values = ["high", "max"] }] + +[interleaved] +field = "reasoning_content" + +[limit] +context = 128_000 +output = 128_000 + +[cost] +input = 0.00 +output = 0.00