feat(new-models): Added new supported models, and removed deprecated models for Ask Sage#12200
Open
alex-mcgraw-askSage wants to merge 3 commits intocontinuedev:mainfrom
Open
feat(new-models): Added new supported models, and removed deprecated models for Ask Sage#12200alex-mcgraw-askSage wants to merge 3 commits intocontinuedev:mainfrom
alex-mcgraw-askSage wants to merge 3 commits intocontinuedev:mainfrom
Conversation
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
Updates the Ask Sage model catalog to reflect current supported models. Removes 14 deprecated models and adds 21 new models across OpenAI, Anthropic, AWS Bedrock, Groq, and
Meta families. Updates the default model from
gpt-4otogpt-4.1.Models Removed (14)
gpt-4ogpt-4o-minigpt4-govgpt-4o-govgptgpt-govgpt-4o-mini-govgpt4claude-35-sonnetclaude-37-sonnetaws-bedrock-claude-37-sonnet-govclaude-4-sonnetclaude-4-opusaws-bedrock-claude-35-sonnet-govModels Added (19)
OpenAI GPT (7):
gpt-4.1-govgpt-4.1-mini-govgpt-o3-mini-govgpt-5.1-govgpt-5.4gpt-5.4-nanogpt-5.4-govAnthropic Claude (3):
google-claude-46-opusgoogle-claude-46-sonnetgoogle-claude-47-opusAWS Bedrock (8):
aws-bedrock-nova-pro-govaws-bedrock-nova-micro-govaws-bedrock-nemotron-12b-vl-govaws-bedrock-nemotron-9b-govaws-bedrock-nemotron-30b-govaws-bedrock-gpt-oss-120b-govaws-bedrock-gpt-oss-20b-govGroq & Meta (2):
llma3llma3-8bOther Changes
gpt-4otogpt-4.1gpt4-govtogpt-4.1-govAI Code Review
@continue-reviewChecklist
Screen recording or screenshot
Testing out various active and deprecated models.

Summary by cubic
Refreshes the
askSagemodel catalog: adds 19 supported models across OpenAI, Anthropic, AWS Bedrock, Groq, and Meta; removes 14 deprecated. The default model is nowgpt-4.1, and docs/GUI are updated to match.New Features
gpt-4.1-gov,gpt-4.1-mini-gov,gpt-o3-mini-gov, andgpt-5.xincludinggpt-5.4,gpt-5.4-nano,gpt-5.4-gov.google-claude-46-opus,google-claude-46-sonnet,google-claude-47-opus.groq-deepseek,llma3,llma3-8b.Migration
askSageis nowgpt-4.1. If you relied on the oldgpt-4odefault, switch togpt-4.1.gpt4-govtogpt-4.1-gov.gpt-4o→gpt-4.1,claude-35/37-sonnet*→google-claude-46/47-*).Written for commit 39bac10. Summary will update on new commits.