Skip to content

Commit ef913f9

Browse files
Alex-wuhuclaude
andcommitted
refactor: use extends format for novita deepseek v4 models
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent cec747a commit ef913f9

2 files changed

Lines changed: 4 additions & 36 deletions

File tree

Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
name = "Deepseek V4 Flash"
2-
family = "deepseek-flash"
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"
1+
[extends]
2+
from = "deepseek/deepseek-v4-flash"
153

164
[cost]
175
input = 0.14
@@ -21,7 +9,3 @@ cache_read = 0.028
219
[limit]
2210
context = 1_048_576
2311
output = 393_216
24-
25-
[modalities]
26-
input = ["text"]
27-
output = ["text"]
Lines changed: 2 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
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"
1+
[extends]
2+
from = "deepseek/deepseek-v4-pro"
153

164
[cost]
175
input = 1.74
@@ -21,7 +9,3 @@ cache_read = 0.145
219
[limit]
2210
context = 1_048_576
2311
output = 393_216
24-
25-
[modalities]
26-
input = ["text"]
27-
output = ["text"]

0 commit comments

Comments
 (0)