Skip to content

Commit b491c29

Browse files
authored
Merge pull request #1573 from zainhas/dev
[Together AI] add deepseek-v4
2 parents d937abd + 4071499 commit b491c29

1 file changed

Lines changed: 26 additions & 0 deletions

File tree

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
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+
structured_output = true
8+
temperature = true
9+
tool_call = true
10+
open_weights = true
11+
12+
[interleaved]
13+
field = "reasoning_content"
14+
15+
[cost]
16+
input = 2.10
17+
output = 4.40
18+
cache_read = 0.20
19+
20+
[limit]
21+
context = 512_000
22+
output = 384_000
23+
24+
[modalities]
25+
input = ["text"]
26+
output = ["text"]

0 commit comments

Comments
 (0)