feat(deepseek): update default model to deepseek-v4-flash with 1M context window#122
Merged
Merged
Conversation
xianhongtao
commented
Jun 4, 2026
Contributor
- Change default DeepSeek model from deepseek-chat to deepseek-v4-flash
- Add contextWindow: 1000000 (1M tokens) for DeepSeek provider
- Update settings suggestions: deepseek-v4-flash, deepseek-v4-pro
- Update all README and docs to reflect new default model
- Apply changes to both Chrome and Firefox extensions
…text window - Change default DeepSeek model from deepseek-chat to deepseek-v4-flash - Add contextWindow: 1000000 (1M tokens) for DeepSeek provider - Update settings suggestions: deepseek-v4-flash, deepseek-v4-pro - Update all README and docs to reflect new default model - Apply changes to both Chrome and Firefox extensions
|
@xianhongtao is attempting to deploy a commit to the esokullu's projects Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the DeepSeek provider defaults across browser extensions and docs to reflect newer recommended models.
Changes:
- Switch DeepSeek default model from
deepseek-chattodeepseek-v4-flash(Chrome + Firefox). - Update DeepSeek model suggestions in settings UI to
deepseek-v4-*. - Update provider/model documentation tables and READMEs to reflect the new default.
Reviewed changes
Copilot reviewed 8 out of 8 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| src/firefox/src/ui/settings.js | Updates DeepSeek model placeholder + suggestions shown in the Firefox settings UI. |
| src/firefox/src/providers/manager.js | Changes DeepSeek default model and adds a contextWindow value in the Firefox provider defaults. |
| src/chrome/src/ui/settings.js | Updates DeepSeek model placeholder + suggestions shown in the Chrome settings UI. |
| src/chrome/src/providers/manager.js | Changes DeepSeek default model and adds a contextWindow value in the Chrome provider defaults. |
| docs/providers-and-models.md | Updates the documented DeepSeek default model. |
| README.md | Updates the documented DeepSeek default model. |
| README.zh-CN.md | Updates the documented DeepSeek default model (Chinese README). |
| README.fr.md | Updates the documented DeepSeek default model (French README). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comment on lines
+176
to
+177
| model: 'deepseek-v4-flash', | ||
| contextWindow: 1000000, |
Comment on lines
+779
to
+780
| { key: 'model', labelKey: 'st.provider.field.model', type: 'text', placeholder: 'deepseek-v4-flash', | ||
| suggestions: ['deepseek-v4-flash', 'deepseek-v4-pro'] }, |
Collaborator
|
thank you looks good! |
esokullu
added a commit
that referenced
this pull request
Jul 14, 2026
Merge pull request #363 from esokullu/main
esokullu
added a commit
that referenced
this pull request
Jul 14, 2026
Merge pull request #122 from webbrain-one/main
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.