Skip to content

Commit 1db03ec

Browse files
committed
feat(ollama-cloud): add deepseek-v4-flash model
1 parent fee96c2 commit 1db03ec

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)