Skip to content

Commit 1e83bca

Browse files
authored
Merge pull request #1617 from JoshuaDietz/dev
feat(ollama cloud): add deepseek v4 pro
2 parents cd8853f + 23b290c commit 1e83bca

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "deepseek-v4-pro"
2+
family = "deepseek-thinking"
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+
[limit]
17+
context = 1_000_000
18+
output = 384_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)