Skip to content

Commit 09b4d35

Browse files
committed
add support for DeepSeek V4 Pro for Hugging Face provider
1 parent 925d4eb commit 09b4d35

1 file changed

Lines changed: 27 additions & 0 deletions

File tree

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name = "DeepSeek-V4-Pro"
2+
family = "deepseek"
3+
release_date = "2026-04-24"
4+
last_updated = "2026-04-24"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-05"
9+
tool_call = true
10+
structured_output = true
11+
open_weights = true
12+
13+
[interleaved]
14+
field = "reasoning_content"
15+
16+
[cost]
17+
input = 1.74
18+
output = 3.48
19+
cache_read = 0.0145
20+
21+
[limit]
22+
context = 1_000_000
23+
output = 384_000
24+
25+
[modalities]
26+
input = ["text"]
27+
output = ["text"]

0 commit comments

Comments
 (0)