feat(cline-pass): add deepseek-v4.1-flash - #6862
Open
munim wants to merge 4 commits into
Open
Conversation
deepseek-v4.1-flash is available in ClinePass but missing from the provider data. Adds providers/cline-pass/models/cline-pass/deepseek-v4.1-flash.toml with base_model pointing at the existing deepseek lab entry, reasoning effort low|high|max + interleaved reasoning_content, and reference pricing matching DeepSeek's off-peak V4.1 Flash rate.
Contributor
|
No actionable findings. |
The ClinePass catalog returns the full slug as the model name, matching the merged cline-pass/glm-5.3-flash entry. The lab display name is not used.
Contributor
|
No actionable findings. |
base_model = "cline-pass/deepseek-v4.1-flash" cannot resolve: base_model is looked up only in models/<lab>/<model>.toml. Inline the full standalone entry instead, like cline-pass/glm-5.3-flash.toml, with name "DeepSeek 4.1 Flash".
Contributor
Action items
|
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.
Closes #6861.
deepseek-v4.1-flashis available in ClinePass but missing from the provider data.Adds
providers/cline-pass/models/cline-pass/deepseek-v4.1-flash.tomlas a full standalone entry, same shape ascline-pass/glm-5.3-flash.toml:cline-pass/deepseek-v4.1-flash(from the file path),name = "DeepSeek 4.1 Flash", description from the ClinePass catalogbase_model:base_model = "cline-pass/deepseek-v4.1-flash"does not resolve —base_modelis looked up only inmodels/<lab>/<model>.toml(packages/core/src/generate.ts:161) and there is nomodels/cline-pass/namespace, so the metadata is inlined insteaddeepseek-flash, 1M context / 384K output,text+imageinput, open weights, release2026-09-10low|high|max+ interleavedreasoning_content, matching the DeepSeek V4.1 Flash reference and the same-surface peer relay (opencode-go/deepseek-v4.1-flash)$0.15 / $0.60 / $0.003per 1M tokens (input/output/cache read), the same rate models.dev records for the first-party DeepSeek entry; reasoning tokens bill at the output rate (reasoning = 0.6). Peak rates are$0.30 / $1.20 / $0.006.Sources:
bun validatepasses.