We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents cd8853f + 23b290c commit 1e83bcaCopy full SHA for 1e83bca
1 file changed
providers/ollama-cloud/models/deepseek-v4-pro.toml
@@ -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