Add DeepSeek-V4-Pro as tier 1 model#93
Merged
Merged
Conversation
Adds DeepSeek-V4-Pro to the tracker: - Register release date (2026-05-15) in MODEL_RELEASE_DATES - Classify as tier 1 via a dedicated DeepSeek-V4-Pro pattern (DeepSeek-V3.2-Reasoner remains tier 2) - Add lowercase and LiteLLM aliases - Add tests for tier classification, aliases, and release date Closes #92 Co-authored-by: openhands <openhands@all-hands.dev>
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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
Closes #92.
Adds DeepSeek-V4-Pro to the LLM Support Tracker as a tier 1 (priority) model.
Changes
scripts/run_all_models.py: AddedDeepSeek-V4-ProtoMODEL_RELEASE_DATESwith release date2026-05-15.scripts/track_llm_support.py:^DeepSeek-V4-Pro$pattern toTIER_1_PATTERNS. This keeps the existing tier 2 classification forDeepSeek-V3.2-Reasoner(no broad^DeepSeek-pattern was introduced).MODEL_ALIASES(lowercase anddeepseek/LiteLLM form).tests/test_track_llm_support.py: Added tests covering tier classification, aliases, and the registered release date.Validation
Notes
2026-05-15was used as a placeholder, in line with how other recent models in the registry are tracked. Please update if the official release date differs.frontend_saas_availableonce available.This PR was created by an AI agent (OpenHands) on behalf of @juanmichelini.
@juanmichelini can click here to continue refining the PR