Skip to content

Commit 32bd142

Browse files
authored
Merge pull request #1545 from Alex-wuhu/dev
Add deepseek, gemma, ling, llama, kimi on NovitaAI
2 parents ae7672b + 7014e3e commit 32bd142

6 files changed

Lines changed: 137 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 R1 Distill Qwen 14B"
2+
family = "deepseek-thinking"
3+
release_date = "2025-01-20"
4+
last_updated = "2025-01-20"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = false
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.15
14+
output = 0.15
15+
16+
[limit]
17+
context = 32_768
18+
output = 16_384
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "DeepSeek R1 Distill Qwen 32B"
2+
family = "deepseek-thinking"
3+
release_date = "2025-01-20"
4+
last_updated = "2025-01-20"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = false
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.3
14+
output = 0.3
15+
16+
[limit]
17+
context = 64_000
18+
output = 32_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Gemma 3 12B"
2+
family = "gemma"
3+
release_date = "2025-03-13"
4+
last_updated = "2025-03-13"
5+
attachment = true
6+
reasoning = false
7+
temperature = true
8+
knowledge = "2024-10"
9+
tool_call = false
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.05
14+
output = 0.1
15+
16+
[limit]
17+
context = 131_072
18+
output = 8_192
19+
20+
[modalities]
21+
input = ["text", "image"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Ling-2.6-1T"
2+
family = "ling"
3+
release_date = "2026-04-23"
4+
last_updated = "2026-04-23"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0
14+
output = 0
15+
16+
[limit]
17+
context = 262_144
18+
output = 32_768
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Llama 3.2 3B Instruct"
2+
family = "llama"
3+
release_date = "2024-09-18"
4+
last_updated = "2024-09-18"
5+
attachment = false
6+
reasoning = false
7+
temperature = true
8+
tool_call = false
9+
structured_output = true
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.03
14+
output = 0.05
15+
16+
[limit]
17+
context = 32_768
18+
output = 32_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
name = "Kimi K2.6"
2+
family = "kimi"
3+
release_date = "2026-04-21"
4+
last_updated = "2026-04-21"
5+
attachment = true
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
structured_output = true
10+
knowledge = "2025-01"
11+
open_weights = true
12+
13+
[cost]
14+
input = 0.95
15+
output = 4.0
16+
cache_read = 0.16
17+
18+
[limit]
19+
context = 262_144
20+
output = 262_144
21+
22+
[interleaved]
23+
field = "reasoning_content"
24+
25+
[modalities]
26+
input = ["text", "image", "video"]
27+
output = ["text"]

0 commit comments

Comments
 (0)