Skip to content

Add DeepSeek V4 models to TEE LLM enum#298

Merged
adambalogh merged 1 commit into
mainfrom
claude/fervent-galileo-pls3tr
Jun 23, 2026
Merged

Add DeepSeek V4 models to TEE LLM enum#298
adambalogh merged 1 commit into
mainfrom
claude/fervent-galileo-pls3tr

Conversation

@adambalogh

Copy link
Copy Markdown
Collaborator

Summary

Add support for DeepSeek V4 models (Flash and Pro variants) served through BytePlus ModelArk in the TEE LLM inference mode.

Changes

  • Added two new DeepSeek V4 model constants to TEE_LLM enum in src/opengradient/types.py:
    • DEEPSEEK_V4_FLASH = "bytedance/deepseek-v4-flash"
    • DEEPSEEK_V4_PRO = "bytedance/deepseek-v4-pro"
  • Updated docs/opengradient/types.md to document the new model constants

Details

The DeepSeek V4 models are served through BytePlus ModelArk (Bytedance's infrastructure), consistent with other Bytedance-served models like SEED. These models are now available for end-to-end verified AI inference via the TEE mode.

https://claude.ai/code/session_01Y4REtNaefr2VdrkunjPhQA

Add DEEPSEEK_V4_FLASH and DEEPSEEK_V4_PRO to the TEE_LLM enum, served
through BytePlus ModelArk (bytedance/ prefix). These are already
supported by the tee-gateway model registry.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Y4REtNaefr2VdrkunjPhQA
@adambalogh adambalogh marked this pull request as ready for review June 23, 2026 15:46
@adambalogh adambalogh merged commit 9516bcd into main Jun 23, 2026
8 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.

2 participants