feat(ai-providers): add DeepSeek preset (V4 Pro default)#142
Merged
luokerenx4 merged 1 commit intomasterfrom Apr 24, 2026
Merged
feat(ai-providers): add DeepSeek preset (V4 Pro default)#142luokerenx4 merged 1 commit intomasterfrom
luokerenx4 merged 1 commit intomasterfrom
Conversation
DeepSeek V4 launched early 2026 — 81% SWE-bench Verified, 1M context, hybrid reasoning, and cache_read priced at $0.03/M (90% off fresh input, useful when the system prompt is large and repeated). Routed via DeepSeek's first-class Anthropic-compat endpoint at api.deepseek.com/anthropic, matching the GLM/Kimi/MiniMax shape. Unlike Kimi (where Anthropic-compat is a secondary path behind OpenAI Chat Completions), DeepSeek publishes both endpoints as first-class, so agent-sdk is a blessed route — no cosplay-caveat comment needed. Ships with deepseek-v4-pro as default and deepseek-v4-flash as the cheaper second option. Deprecated aliases (deepseek-chat, deepseek- reasoner) omitted; users who still rely on those can reach them via the Custom preset. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
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
https://api.deepseek.com/anthropic) — matches the GLM / Kimi / MiniMax shape.deepseek-v4-proas the default,deepseek-v4-flashas the cheaper alternative. Deprecated aliases (deepseek-chat/deepseek-reasoner) omitted; users who still need them can reach them via the Custom preset.agent-sdkis a blessed integration route here — no cosplay-caveat comment needed on this preset.DeepSeek V4 context: 81% SWE-bench Verified, 1M context, hybrid reasoning, and
cache_readpriced at $0.03/M (90% off fresh input) — useful when the system prompt is large and repeated.Test plan
npx tsc --noEmitcleanALICE_SDK_DEBUG=1→logs/agent-sdk-debug.log(onlyapi.deepseek.com+ hardcoded Anthropic management paths should appear)🤖 Generated with Claude Code