Skip to content

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
alex-mcgraw-askSage:update-asksage-models
Open

feat(new-models): Added new supported models, and removed deprecated models for Ask Sage#12200
alex-mcgraw-askSage wants to merge 3 commits intocontinuedev:mainfrom
alex-mcgraw-askSage:update-asksage-models

Conversation

@alex-mcgraw-askSage
Copy link
Copy Markdown
Contributor

@alex-mcgraw-askSage alex-mcgraw-askSage commented Apr 22, 2026

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-4o to gpt-4.1.

Models Removed (14)

Model ID Description
gpt-4o GPT-4o
gpt-4o-mini GPT-4o Mini
gpt4-gov GPT-4 gov
gpt-4o-gov GPT-4o gov
gpt GPT-3.5
gpt-gov GPT-3.5 gov
gpt-4o-mini-gov GPT-4o-mini gov
gpt4 GPT-4 (legacy)
claude-35-sonnet Claude 3.5 Sonnet
claude-37-sonnet Claude 3.7 Sonnet
aws-bedrock-claude-37-sonnet-gov Claude 3.7 Sonnet gov
claude-4-sonnet Claude 4 Sonnet (direct)
claude-4-opus Claude 4 Opus (direct)
aws-bedrock-claude-35-sonnet-gov Claude 3.5 Sonnet gov

Models Added (19)

OpenAI GPT (7):

Model ID Description
gpt-4.1-gov GPT-4.1 gov
gpt-4.1-mini-gov GPT-4.1 mini gov
gpt-o3-mini-gov GPT-o3-mini gov
gpt-5.1-gov GPT-5.1 gov
gpt-5.4 GPT-5.4
gpt-5.4-nano GPT-5.4 nano
gpt-5.4-gov GPT-5.4 gov

Anthropic Claude (3):

Model ID Description
google-claude-46-opus Claude Opus 4.6
google-claude-46-sonnet Claude Sonnet 4.6
google-claude-47-opus Claude Opus 4.7

AWS Bedrock (8):

Model ID Description
aws-bedrock-nova-pro-gov Nova Pro gov
aws-bedrock-nova-micro-gov Nova Micro gov
aws-bedrock-nemotron-12b-vl-gov Nemotron 12B VL gov
aws-bedrock-nemotron-9b-gov Nemotron 9B gov
aws-bedrock-nemotron-30b-gov Nemotron 30B gov
aws-bedrock-gpt-oss-120b-gov GPT OSS 120B gov
aws-bedrock-gpt-oss-20b-gov GPT OSS 20B gov

Groq & Meta (2):

Model ID Description
llma3 Llma 3
llma3-8b Llma 3 8B

Other Changes

  • Default model updated from gpt-4o to gpt-4.1
  • Documentation examples updated from gpt4-gov to gpt-4.1-gov
  • Provider packages list reorganized by model family with comments

AI Code Review

  • Team members only: AI review runs automatically when PR is opened or marked ready for review
  • Team members can also trigger a review by commenting @continue-review

Checklist

  • [✅] I've read the contributing guide
  • [✅] The relevant docs, if any, have been updated or created

Screen recording or screenshot

Testing out various active and deprecated models.
image


Summary by cubic

Refreshes the askSage model catalog: adds 19 supported models across OpenAI, Anthropic, AWS Bedrock, Groq, and Meta; removes 14 deprecated. The default model is now gpt-4.1, and docs/GUI are updated to match.

  • New Features

    • Added OpenAI models: gpt-4.1-gov, gpt-4.1-mini-gov, gpt-o3-mini-gov, and gpt-5.x including gpt-5.4, gpt-5.4-nano, gpt-5.4-gov.
    • Added Anthropic models: google-claude-46-opus, google-claude-46-sonnet, google-claude-47-opus.
    • Added AWS Bedrock models: Nova (gov), Titan, Nemotron (gov), and GPT-OSS (gov); plus groq-deepseek, llma3, llma3-8b.
    • GUI model picker updated to surface new Ask Sage models and remove deprecated ones.
  • Migration

    • Default model for askSage is now gpt-4.1. If you relied on the old gpt-4o default, switch to gpt-4.1.
    • Update configs and docs that used gpt4-gov to gpt-4.1-gov.
    • Replace removed IDs with supported ones (e.g., gpt-4ogpt-4.1, claude-35/37-sonnet*google-claude-46/47-*).

Written for commit 39bac10. Summary will update on new commits.

@alex-mcgraw-askSage alex-mcgraw-askSage changed the title Added new supported models, and removed deprecated models for Ask Sage feat(new-models): Added new supported models, and removed deprecated models for Ask Sage Apr 27, 2026
@alex-mcgraw-askSage alex-mcgraw-askSage marked this pull request as ready for review April 27, 2026 19:55
@alex-mcgraw-askSage alex-mcgraw-askSage requested a review from a team as a code owner April 27, 2026 19:55
@alex-mcgraw-askSage alex-mcgraw-askSage requested review from sestinj and removed request for a team April 27, 2026 19:55
@dosubot dosubot Bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Apr 27, 2026
Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 8 files

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

size:L This PR changes 100-499 lines, ignoring generated files.

Projects

Status: Todo

Development

Successfully merging this pull request may close these issues.

1 participant