From c0b03ed655ad07f2a3e5018c3d6980e5933fb9ab Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Wed, 10 Jun 2026 16:03:52 -0500 Subject: [PATCH 1/2] [cerebras] Refresh public model catalog --- providers/cerebras/models/gpt-oss-120b.toml | 10 +++++---- providers/cerebras/models/llama3.1-8b.toml | 23 --------------------- providers/cerebras/models/zai-glm-4.7.toml | 11 ++++++---- 3 files changed, 13 insertions(+), 31 deletions(-) delete mode 100644 providers/cerebras/models/llama3.1-8b.toml diff --git a/providers/cerebras/models/gpt-oss-120b.toml b/providers/cerebras/models/gpt-oss-120b.toml index eaddb034c..0712c5640 100644 --- a/providers/cerebras/models/gpt-oss-120b.toml +++ b/providers/cerebras/models/gpt-oss-120b.toml @@ -1,20 +1,22 @@ name = "GPT OSS 120B" family = "gpt-oss" release_date = "2025-08-05" -last_updated = "2025-08-05" +last_updated = "2026-06-10" attachment = false reasoning = true +reasoning_options = [{ type = "effort", values = ["low", "medium", "high"] }] temperature = true tool_call = true open_weights = true +structured_output = true [cost] -input = 0.25 -output = 0.69 +input = 0.35 +output = 0.75 [limit] context = 131_072 -output = 32_768 +output = 40_960 [modalities] input = ["text"] diff --git a/providers/cerebras/models/llama3.1-8b.toml b/providers/cerebras/models/llama3.1-8b.toml deleted file mode 100644 index f4ebc2ecb..000000000 --- a/providers/cerebras/models/llama3.1-8b.toml +++ /dev/null @@ -1,23 +0,0 @@ -name = "Llama 3.1 8B" -family = "llama" -release_date = "2025-01-01" -last_updated = "2026-05-27" -attachment = false -reasoning = false -temperature = true -knowledge = "2023-12" -tool_call = true -open_weights = true -status = "deprecated" - -[cost] -input = 0.10 -output = 0.10 - -[limit] -context = 32_000 -output = 8000 - -[modalities] -input = ["text"] -output = ["text"] diff --git a/providers/cerebras/models/zai-glm-4.7.toml b/providers/cerebras/models/zai-glm-4.7.toml index de96f996a..f57f3880c 100644 --- a/providers/cerebras/models/zai-glm-4.7.toml +++ b/providers/cerebras/models/zai-glm-4.7.toml @@ -1,11 +1,14 @@ name = "Z.AI GLM-4.7" -release_date = "2026-01-10" -last_updated = "2026-01-10" +release_date = "2026-01-07" +last_updated = "2026-06-10" attachment = false -reasoning = false +reasoning = true +reasoning_options = [{ type = "toggle" }] temperature = true tool_call = true open_weights = true +structured_output = true +status = "beta" [cost] input = 2.25 @@ -15,7 +18,7 @@ cache_write = 0 [limit] context = 131_072 -output = 40_000 +output = 40_960 [modalities] input = ["text"] From 03c161f038002acadce38d5649d9d18b1ef4df3d Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Wed, 10 Jun 2026 19:50:19 -0500 Subject: [PATCH 2/2] [cerebras] Correct GLM reasoning option --- providers/cerebras/models/zai-glm-4.7.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/providers/cerebras/models/zai-glm-4.7.toml b/providers/cerebras/models/zai-glm-4.7.toml index f57f3880c..624827c9c 100644 --- a/providers/cerebras/models/zai-glm-4.7.toml +++ b/providers/cerebras/models/zai-glm-4.7.toml @@ -3,7 +3,7 @@ release_date = "2026-01-07" last_updated = "2026-06-10" attachment = false reasoning = true -reasoning_options = [{ type = "toggle" }] +reasoning_options = [{ type = "effort", values = ["none"] }] temperature = true tool_call = true open_weights = true