Remove deprecated Cerebras llama-3.3-70b from the API reference (VAPICS-1120) - #1196
Open
chiranjeet-vapi wants to merge 1 commit into
Conversation
…CS-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) <noreply@anthropic.com>
Lightsage docs evalsWaiting for the staging docs URL before running evals. Lightsage will start the selected PR evals automatically when GitHub reports a successful docs deployment for this PR. This usually happens within 15 minutes. Commit: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
llama-3.3-70bstill appears in the API reference underCerebrasModel.model(Create Assistant) but is deprecated and no longer offered in the Dashboard, so the reference advertises a model customers cannot select. Tracked in VAPICS-1120.fern/apis/api/openapi.jsonis re-synced from the live spec daily, so the change is made infern/apis/api/openapi-overrides.ymlinstead: the existingCerebrasModeloverride gains amodelentry that restricts the enum tollama3.1-8band adds a description noting the deprecation. This keeps the rendered API reference consistent withproviders/model/cerebras, which already lists onlyllama3.1-8b.llama-3.3-70b; removing it there is a separate change in the API repo.fern checkpasses (0 errors; the 12 warnings are pre-existing tool discriminator-mapping warnings on main).Testing Steps
fern docs devor navigate to preview deploymentmodel>Cerebrasshould list onlyllama3.1-8b)🤖 Generated with Claude Code