We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2ed88cb + 1db03ec commit 5f21f3bCopy full SHA for 5f21f3b
1 file changed
providers/ollama-cloud/models/deepseek-v4-flash.toml
@@ -0,0 +1,16 @@
1
+name = "deepseek-v4-flash"
2
+family = "deepseek-flash"
3
+attachment = false
4
+reasoning = true
5
+tool_call = true
6
+release_date = "2026-04-24"
7
+last_updated = "2026-04-24"
8
+open_weights = true
9
+
10
+[limit]
11
+context = 1048576
12
+output = 1048576
13
14
+[modalities]
15
+input = ["text"]
16
+output = ["text"]
0 commit comments