From 7e95db9c0cf16205118378c067c6346f6ea0d7d5 Mon Sep 17 00:00:00 2001 From: Aaron Alaniz Date: Sun, 12 Jul 2026 21:33:13 -0500 Subject: [PATCH] chore: remove unavailable models from cerebras catalog (#10407) --- .../src/declarative/definitions/cerebras.json | 8 -------- 1 file changed, 8 deletions(-) diff --git a/crates/goose-providers/src/declarative/definitions/cerebras.json b/crates/goose-providers/src/declarative/definitions/cerebras.json index 06eec5c1a..e1e7977d8 100644 --- a/crates/goose-providers/src/declarative/definitions/cerebras.json +++ b/crates/goose-providers/src/declarative/definitions/cerebras.json @@ -6,18 +6,10 @@ "api_key_env": "CEREBRAS_API_KEY", "base_url": "https://api.cerebras.ai/v1/chat/completions", "models": [ - { - "name": "llama3.1-8b", - "context_limit": 131072 - }, { "name": "gpt-oss-120b", "context_limit": 131072 }, - { - "name": "qwen-3-235b-a22b-instruct-2507", - "context_limit": 131072 - }, { "name": "zai-glm-4.7", "context_limit": 131072