Skip to content

feat: update cloud model options#1585

Merged
Wendong-Fan merged 2 commits intomainfrom
feat/add-cloud-models
Apr 28, 2026
Merged

feat: update cloud model options#1585
Wendong-Fan merged 2 commits intomainfrom
feat/add-cloud-models

Conversation

@fengju0213
Copy link
Copy Markdown
Collaborator

@fengju0213 fengju0213 commented Apr 28, 2026

Summary

Closes #1583.

Updates the available cloud model set and makes cloud model platform routing explicit.

Changes

  • Add cloud model options:
    • gpt-5.5
    • deepseek-v4-pro
    • claude-opus-4-7
  • Remove older GPT cloud options from the frontend selector and whitelist:
    • gpt-4.1-mini
    • gpt-4.1
    • gpt-5
    • gpt-5.1
    • gpt-5.2
  • Keep GPT cloud routing on azure.
  • Route Claude cloud models through aws-bedrock-converse.
  • Route DeepSeek V4 Pro through deepseek.
  • Route Minimax M2.5 through minimax.
  • Replace the cloud model fallback with an explicit model-to-platform map.
  • Update default cloud model initialization and related tests to use gpt-5.4.

Validation

  • npx vitest run test/unit/store/chatStore.test.ts test/unit/electron/main/domReadyHandlers.test.ts
  • npx eslint src/store/authStore.ts src/store/chatStore.ts src/pages/Agents/Models.tsx test/unit/store/chatStore.test.ts --no-warn-ignored
  • npm run type-check
  • npx prettier --check src/store/chatStore.ts src/i18n/locales/en-us/setting.json

@fengju0213 fengju0213 force-pushed the feat/add-cloud-models branch from 11410dd to e2b511f Compare April 28, 2026 06:14
@fengju0213 fengju0213 marked this pull request as ready for review April 28, 2026 06:14
Copy link
Copy Markdown
Contributor

@Wendong-Fan Wendong-Fan left a comment

Choose a reason for hiding this comment

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

pls also update opus 4.7

@fengju0213 fengju0213 force-pushed the feat/add-cloud-models branch from e2b511f to b9a1d6c Compare April 28, 2026 06:26
@fengju0213
Copy link
Copy Markdown
Collaborator Author

pls also update opus 4.7

added

@Wendong-Fan Wendong-Fan merged commit d1c118d into main Apr 28, 2026
8 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add GPT-5.5 and DeepSeek V4 Pro cloud models

2 participants