feat: add deepseek/deepseek-v4-flash-0731 to OpenRouter curated model list - #75567
Closed
iosmand wants to merge 1 commit into
Closed
feat: add deepseek/deepseek-v4-flash-0731 to OpenRouter curated model list#75567iosmand wants to merge 1 commit into
iosmand wants to merge 1 commit into
Conversation
… list DeepSeek V4 Flash 0731 (released 2026-07-31) is a re-post-trained build with significantly improved agentic, coding, and tool-calling capabilities. OpenRouter lists it as a separate model slug from the generic deepseek-v4-flash. No other changes needed — the existing deepseek-v4-flash entries in model_metadata.py (context window), usage_pricing.py (DeepSeek-direct pricing), reasoning_timeouts.py (timeout floor), and model_normalize.py (V-series regex) all cover the dated variant via substring/pattern matching. OpenRouter-specific pricing is fetched live from the API.
Collaborator
Duplicate of merged #75501: current main already contains |
Contributor
|
Thanks for adding the new DeepSeek snapshot. This is already implemented on current
Closing as superseded by the existing implementation. This is an automated hermes-sweeper review. |
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 newly released DeepSeek V4 Flash 0731 (2026-07-31) to the OpenRouter curated model list.
What changed
hermes_cli/models.py: Added("deepseek/deepseek-v4-flash-0731", "re-post-trained 2026-07-31 build; improved agentic + coding")toOPENROUTER_MODELSWhy only this file
agent/model_metadata.py— existingdeepseek-v4-flashcontext window entry (1M) already matchesdeepseek-v4-flash-0731via longest-substring matchingagent/usage_pricing.py— DeepSeek-direct pricing fordeepseek-v4-flashapplies to the 0731 build; OpenRouter pricing is fetched live from the APIagent/reasoning_timeouts.py— pattern matching covers the dated varianthermes_cli/model_normalize.py— V-series regex (deepseek-v\\d+([-.].+)?$) already matches dated variantsReferences