Skip to content

Commit 1fc3f0f

Browse files
committed
add exacto models
1 parent 3222c3f commit 1fc3f0f

File tree

5 files changed

+105
-0
lines changed

5 files changed

+105
-0
lines changed
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "DeepSeek V3.1 Terminus (exacto)"
2+
release_date = "2025-09-22"
3+
last_updated = "2025-09-22"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
knowledge = "2025-07"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.27
13+
output = 1.00
14+
15+
[limit]
16+
context = 131_072
17+
output = 65_536
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Kimi K2 Instruct 0905 (exacto)"
2+
release_date = "2025-09-05"
3+
last_updated = "2025-09-05"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2024-10"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.6
13+
output = 2.5
14+
15+
[limit]
16+
context = 262_144
17+
output = 16_384
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
name = "GPT OSS 120B (exacto)"
2+
release_date = "2025-08-05"
3+
last_updated = "2025-08-05"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
open_weights = true
9+
10+
[cost]
11+
input = 0.05
12+
output = 0.24
13+
14+
[limit]
15+
context = 131_072
16+
output = 32_768
17+
18+
[modalities]
19+
input = ["text"]
20+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "Qwen3 Coder (exacto)"
2+
release_date = "2025-07-23"
3+
last_updated = "2025-07-23"
4+
attachment = false
5+
reasoning = false
6+
temperature = true
7+
knowledge = "2025-04"
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.38
13+
output = 1.53
14+
15+
[limit]
16+
context = 131_072
17+
output = 32_768
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "GLM 4.6 (exacto)"
2+
release_date = "2025-09-30"
3+
last_updated = "2025-09-30"
4+
attachment = false
5+
reasoning = true
6+
temperature = true
7+
tool_call = true
8+
knowledge = "2025-09"
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.60
13+
output = 1.90
14+
cache_read = 0.11
15+
16+
[limit]
17+
context = 200_000
18+
output = 128_000
19+
20+
[modalities]
21+
input = ["text"]
22+
output = ["text"]

0 commit comments

Comments
 (0)