Skip to content

feat: add GPT-5.5 and DeepSeek V4 Pro cloud models#1584

Closed
fengju0213 wants to merge 2 commits intomainfrom
codex/add-cloud-models
Closed

feat: add GPT-5.5 and DeepSeek V4 Pro cloud models#1584
fengju0213 wants to merge 2 commits intomainfrom
codex/add-cloud-models

Conversation

@fengju0213
Copy link
Copy Markdown
Collaborator

Summary

Closes #1583.

Adds GPT-5.5 and DeepSeek V4 Pro as cloud model options in the desktop model selector.

Changes

  • Add gpt-5.5 and deepseek-v4-pro to the cloud model type whitelist.
  • Add both models to the Agents > Models cloud selector and default model menu.
  • Add localized display names for all supported setting locale files.
  • Replace the cloud platform fallback logic with an explicit model-to-platform map:
    • GPT models -> azure
    • Claude models -> aws-bedrock-converse
    • Gemini models -> gemini
    • DeepSeek V4 Pro -> deepseek
    • Minimax M2.5 -> minimax
  • Add unit coverage for cloud model platform mapping.

Validation

  • npx vitest run test/unit/store/chatStore.test.ts
  • npx eslint src/store/authStore.ts src/store/chatStore.ts test/unit/store/chatStore.test.ts --no-warn-ignored
  • npm run type-check

@fengju0213 fengju0213 force-pushed the codex/add-cloud-models branch from dd8e3db to 9d23e04 Compare April 28, 2026 05:56
@fengju0213 fengju0213 self-assigned this Apr 28, 2026
@fengju0213 fengju0213 changed the title [codex] Add GPT-5.5 and DeepSeek V4 Pro cloud models feat: add GPT-5.5 and DeepSeek V4 Pro cloud models Apr 28, 2026
@fengju0213 fengju0213 closed this Apr 28, 2026
@fengju0213 fengju0213 deleted the codex/add-cloud-models branch April 28, 2026 06:00
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

1 participant