Skip to content

Add DeepSeek-V4-Pro as tier 1 model#93

Merged
juanmichelini merged 1 commit into
mainfrom
openhands/issue-92-deepseek-v4-pro
May 20, 2026
Merged

Add DeepSeek-V4-Pro as tier 1 model#93
juanmichelini merged 1 commit into
mainfrom
openhands/issue-92-deepseek-v4-pro

Conversation

@juanmichelini
Copy link
Copy Markdown
Contributor

Summary

Closes #92.

Adds DeepSeek-V4-Pro to the LLM Support Tracker as a tier 1 (priority) model.

Changes

  • scripts/run_all_models.py: Added DeepSeek-V4-Pro to MODEL_RELEASE_DATES with release date 2026-05-15.
  • scripts/track_llm_support.py:
    • Added a dedicated ^DeepSeek-V4-Pro$ pattern to TIER_1_PATTERNS. This keeps the existing tier 2 classification for DeepSeek-V3.2-Reasoner (no broad ^DeepSeek- pattern was introduced).
    • Added aliases for the new model in MODEL_ALIASES (lowercase and deepseek/ LiteLLM form).
  • tests/test_track_llm_support.py: Added tests covering tier classification, aliases, and the registered release date.

Validation

GIT_TERMINAL_PROMPT=0 python -m pytest tests/test_track_llm_support.py -q
# 92 passed

Notes

  • The release date 2026-05-15 was used as a placeholder, in line with how other recent models in the registry are tracked. Please update if the official release date differs.
  • DeepSeek-V4-Pro is not yet present in the openhands SaaS verified-models database; that step (via the Admin API) is out of scope for this PR and can be done as a follow-up to flip frontend_saas_available once available.

This PR was created by an AI agent (OpenHands) on behalf of @juanmichelini.

@juanmichelini can click here to continue refining the PR

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>
@vercel
Copy link
Copy Markdown

vercel Bot commented May 20, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
openhands-llm-support-tracker Ready Ready Preview, Comment May 20, 2026 2:32am

Request Review

@juanmichelini juanmichelini marked this pull request as ready for review May 20, 2026 02:48
@juanmichelini juanmichelini merged commit 5ab2e81 into main May 20, 2026
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add DeepSeek-V4-Pro as tier 1 model

2 participants