From e4407f73d1aa015bcfa65daa870fe6967eadf6a1 Mon Sep 17 00:00:00 2001 From: Seb Duerr Date: Thu, 3 Sep 2026 09:06:31 -0700 Subject: [PATCH 1/2] feat(cerebras): add Qwen 3.8 27B --- providers/cerebras/models/qwen-3.8-27b.toml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 providers/cerebras/models/qwen-3.8-27b.toml diff --git a/providers/cerebras/models/qwen-3.8-27b.toml b/providers/cerebras/models/qwen-3.8-27b.toml new file mode 100644 index 00000000000..17a36db9d02 --- /dev/null +++ b/providers/cerebras/models/qwen-3.8-27b.toml @@ -0,0 +1,17 @@ +base_model = "alibaba/qwen3.8-27b" +last_updated = "2026-09-03" +# Model-specific reasoning HTTP values from the Cerebras launch contract: +# reasoning_effort = "none" | "low" | "medium" | "high"; default is "high". +reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }] + +[cost] +input = 0.99 +output = 1.49 + +[limit] +context = 65_536 +output = 32_768 + +[modalities] +input = ["text", "image"] +output = ["text"] From cc706f4ef3996a8d5103fe65a7d0663655c1dc6b Mon Sep 17 00:00:00 2001 From: Seb Duerr Date: Thu, 3 Sep 2026 09:11:27 -0700 Subject: [PATCH 2/2] chore(cerebras): remove Gemma 4 --- providers/cerebras/models/gemma-4-31b.toml | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 providers/cerebras/models/gemma-4-31b.toml diff --git a/providers/cerebras/models/gemma-4-31b.toml b/providers/cerebras/models/gemma-4-31b.toml deleted file mode 100644 index 177b9021fe6..00000000000 --- a/providers/cerebras/models/gemma-4-31b.toml +++ /dev/null @@ -1,17 +0,0 @@ -base_model = "google/gemma-4-31b-it" -last_updated = "2026-07-01" -status = "beta" -# Model-specific reasoning HTTP values (accessed 2026-07-01): -# reasoning_effort = "none" (default) | "low"|"medium"|"high" (enable reasoning). -# Sources: -# https://inference-docs.cerebras.ai/capabilities/reasoning#gemma-4-31b-reasoning_effort -# https://inference-docs.cerebras.ai/models/gemma-4-31b -reasoning_options = [{ type = "effort", values = ["none", "low", "medium", "high"] }] - -[cost] -input = 0.99 -output = 1.49 - -[limit] -context = 131_072 -output = 40_960