fix: cline-pass: deepseek-v4.1-flash missing from provider data - #6863
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
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.
Summary
Adds the missing ClinePass model
cline-pass/deepseek-v4.1-flash. It is already returned by the Cline recommended-models catalog underclinePass, while the other 14 ClinePass models were already catalogued. The lab entrydeepseek/deepseek-v4.1-flashalready exists, so this is an override-only provider file withbase_model.Changes
providers/cline-pass/models/cline-pass/deepseek-v4.1-flash.tomlbase_model = "deepseek/deepseek-v4.1-flash"reasoning_options: effortnone/low/medium/high/xhigh(same surface as existing ClinePass DeepSeek entries)cost(USD/MTok, off-peak reference): input0.15, output0.6, cache_read0.003Evidence
clinePassentryid: "cline-pass/deepseek-v4.1-flash"with description “Smarter and more efficient, with 1M context window”.models/deepseek/deepseek-v4.1-flash.toml(1M context, reasoning, vision, etc.).deepseek-v4-flashand footnote DeepSeek API pricing for quota reference; no dedicated V4.1 Flash row yet.providers/cline-pass/models/cline-pass/deepseek-v4-flash.tomlanddeepseek-v4-pro.tomluse the same effort set on the ClinePass OpenAI-compatible surface.Validation
bun validate(no shell/Bash in this workflow).Review notes
cline-pass/deepseek-v4.1-flash; availability is verified from the live catalog API.deepseek-flash). Did not change the existingdeepseek-v4-flashClinePass costs, which differ from both current DeepSeek off-peak and the ClinePass docs Flash rows.toggle+low/high/max, for consistency on this host.Closes #6861
Automated by the issue fixer: https://github.com/anomalyco/models.dev/actions/runs/34577702256