Skip to content

Commit 1feaf76

Browse files
committed
aihubmix add models
1 parent 96e9537 commit 1feaf76

5 files changed

Lines changed: 114 additions & 0 deletions

File tree

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "Coding-GLM-5-Free"
2+
family = "glm"
3+
release_date = "2026-02-11"
4+
last_updated = "2026-02-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = false
10+
11+
[interleaved]
12+
field = "reasoning_content"
13+
14+
[cost]
15+
input = 0.0
16+
output = 0.0
17+
18+
[limit]
19+
context = 204800
20+
output = 131072
21+
22+
[modalities]
23+
input = ["text"]
24+
output = ["text"]
Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
name = "GLM-5"
2+
family = "glm"
3+
release_date = "2026-02-11"
4+
last_updated = "2026-02-11"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = false
10+
11+
[interleaved]
12+
field = "reasoning_content"
13+
14+
[cost]
15+
input = 0.88
16+
output = 2.82
17+
18+
[limit]
19+
context = 204800
20+
output = 131072
21+
22+
[modalities]
23+
input = ["text"]
24+
output = ["text"]
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name = "MiniMax-M2.5"
2+
family = "minimax"
3+
release_date = "2026-02-12"
4+
last_updated = "2026-02-12"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
tool_call = true
9+
open_weights = true
10+
11+
[cost]
12+
input = 0.29
13+
output = 1.15
14+
15+
[limit]
16+
context = 204_800
17+
output = 131_072
18+
19+
[modalities]
20+
input = ["text"]
21+
output = ["text"]
Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
name = "Qwen3 Coder Next"
2+
family = "qwen"
3+
attachment = false
4+
reasoning = false
5+
tool_call = true
6+
structured_output = false
7+
temperature = true
8+
release_date = "2026-02-04"
9+
last_updated = "2026-02-04"
10+
open_weights = true
11+
12+
[cost]
13+
input = 0.14
14+
output = 0.55
15+
16+
[limit]
17+
context = 262_144
18+
input = 262_144
19+
output = 65_536
20+
21+
[modalities]
22+
input = ["text"]
23+
output = ["text"]
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
name = "Qwen 3.5 Plus"
2+
family = "qwen"
3+
release_date = "2026-02-16"
4+
last_updated = "2026-02-16"
5+
attachment = false
6+
reasoning = true
7+
temperature = true
8+
knowledge = "2025-04"
9+
tool_call = true
10+
open_weights = false
11+
12+
[cost]
13+
input = 0.11
14+
output = 0.66
15+
16+
[limit]
17+
context = 1_000_000
18+
output = 65_536
19+
20+
[modalities]
21+
input = ["text", "image", "video"]
22+
output = ["text"]

0 commit comments

Comments
 (0)