diff --git a/providers/subconscious/models/subconscious/glm-5.2.toml b/providers/subconscious/models/subconscious/glm-5.2.toml new file mode 100644 index 0000000000..371e70471d --- /dev/null +++ b/providers/subconscious/models/subconscious/glm-5.2.toml @@ -0,0 +1,21 @@ +# Subconscious serves GLM-5.2 as subconscious/glm-5.2. +# Pricing (USD per 1M tokens): cached $0.26, input $1.40, output $4.40. +# Reasoning controls: Anthropic Messages enables thinking with thinking.type = +# "enabled" and thinking.budget_tokens; omit thinking to disable it. Reasoning +# is returned in separate thinking content blocks. +# Sources (accessed 2026-07-06): +# https://www.subconscious.dev/pricing +# https://www.subconscious.dev/blog/subconscious-glm-5-2-makes-compact-obsolete +# https://docs.subconscious.dev/features/thinking +base_model = "zhipuai/glm-5.2" + +[[reasoning_options]] +type = "toggle" # API: omit thinking to disable; {"thinking": {"type": "enabled", "budget_tokens": }} to enable + +[[reasoning_options]] +type = "budget_tokens" # API: {"thinking": {"type": "enabled", "budget_tokens": }} + +[cost] +input = 1.4 +output = 4.4 +cache_read = 0.26