From 0129367bd0af1a44e333f2a81aa18e37b5a2fde2 Mon Sep 17 00:00:00 2001 From: Chiranjeet Mishra Date: Sun, 6 Sep 2026 08:39:07 +0000 Subject: [PATCH] Remove deprecated Cerebras llama-3.3-70b from the API reference (VAPICS-1120) The synced openapi.json still lists llama-3.3-70b under CerebrasModel.model, but the model is deprecated and no longer offered in the Dashboard, so the API reference advertised a model customers cannot select. Since openapi.json is regenerated daily, the change lives in openapi-overrides.yml: the existing CerebrasModel override now restricts model.enum to llama3.1-8b and notes the deprecation. providers/model/cerebras already lists only llama3.1-8b, so the reference and the provider page now agree. Docs-only; the backend enum is a separate change. Co-Authored-By: Claude Opus 5 (1M context) --- fern/apis/api/openapi-overrides.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/fern/apis/api/openapi-overrides.yml b/fern/apis/api/openapi-overrides.yml index 7530d886a..beb9b3cd1 100644 --- a/fern/apis/api/openapi-overrides.yml +++ b/fern/apis/api/openapi-overrides.yml @@ -3075,6 +3075,13 @@ components: including model, prompts, tools, knowledge-base access, and generation settings. properties: + model: + description: >- + The Cerebras model to use. `llama-3.3-70b` is deprecated and no + longer offered in the Dashboard; `llama3.1-8b` is the supported + model. + enum: + - llama3.1-8b provider: description: Routes assistant response generation through Cerebras. CustomLLMModel: