From f039679a7994a48d187435738c1ef4f5253c253d Mon Sep 17 00:00:00 2001 From: Kevin Taylor Date: Thu, 30 Oct 2025 13:42:59 -0700 Subject: [PATCH] Update Cerebras available models (#95) --- internal/providers/configs/cerebras.json | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/internal/providers/configs/cerebras.json b/internal/providers/configs/cerebras.json index 52c832ac5679d461e32b79033d969dc60186a6e4..92d0aec02f64c86f4249299a7f86b6fa96430cd7 100644 --- a/internal/providers/configs/cerebras.json +++ b/internal/providers/configs/cerebras.json @@ -4,9 +4,19 @@ "type": "openai-compat", "api_key": "$CEREBRAS_API_KEY", "api_endpoint": "https://api.cerebras.ai/v1", - "default_large_model_id": "qwen-3-coder-480b", + "default_large_model_id": "gpt-oss-120b", "default_small_model_id": "qwen-3-32b", "models": [ + { + "id": "zai-glm-4.6", + "name": "Z.AI GLM 4.6", + "cost_per_1m_in": 0, + "cost_per_1m_out": 0, + "context_window": 128000, + "default_max_tokens": 40000, + "can_reason": true, + "supports_attachments": false + }, { "id": "llama-4-scout-17b-16e-instruct", "name": "Llama 4 Scout", @@ -107,7 +117,7 @@ }, { "id": "qwen-3-coder-480b", - "name": "Qwen 3 480B Coder", + "name": "Qwen 3 480B Coder [SOON TO BE DEPRECATED]", "cost_per_1m_in": 2.0, "cost_per_1m_out": 2.0, "context_window": 131072,