forked from cline/cline
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
feat: add DeepSeek V3.1 model to Chutes AI provider #7295
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
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
- Added deepseek-ai/DeepSeek-V3.1 to ChutesModelId type - Added model configuration with 163840 context window and 32768 max tokens - Added test coverage for the new model Fixes #7294
Author
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Reviewing my own code. Found zero bugs. Suspicious.
4 tasks
|
https://openrouter.ai/deepseek/deepseek-chat-v3.1 according to here, Total Context is 163.8K |
daniel-lxs
approved these changes
Aug 22, 2025
Member
daniel-lxs
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
mrubens
approved these changes
Aug 22, 2025
6 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
enhancement
New feature or request
lgtm
This PR has been approved by a maintainer
PR - Needs Preliminary Review
size:M
This PR changes 30-99 lines, ignoring generated files.
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.
Summary
This PR attempts to address Issue #7294 by adding DeepSeek V3.1 to the Chutes AI provider dropdown. Feedback and guidance are welcome.
Changes
deepseek-ai/DeepSeek-V3.1to theChutesModelIdtype unionTesting
Related Issue
Fixes #7294
Notes
The DeepSeek V3.1 model uses the same configuration parameters as DeepSeek V3, with the standard temperature (0.5) for non-R1 DeepSeek models.
Important
Add DeepSeek V3.1 model to Chutes AI provider with configuration and test coverage.
deepseek-ai/DeepSeek-V3.1toChutesModelIdinchutes.ts.chutes.ts.chutes.spec.tsto verify model configuration.This description was created by
for b395046. You can customize this summary. It will automatically update as commits are pushed.