Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 25 additions & 0 deletions providers/aihubmix/models/coding-glm-4.7-free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name = "coding-glm-4.7-free"
family = "coding-glm-4.7-free"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0
output = 0

[limit]
context = 204800
output = 131072

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/aihubmix/models/coding-minimax-m2.1-free.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "coding-minimax-m2.1-free"
family = "coding-minimax-m2.1-free"
release_date = "2025-12-23"
last_updated = "2025-12-23"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0
output = 0

[limit]
context = 204_800
output = 131_072
Comment on lines +8 to +17
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an interleaved reasoning model


[modalities]
input = ["text"]
output = ["text"]
26 changes: 26 additions & 0 deletions providers/aihubmix/models/glm-4.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "glm-4.7"
family = "glm-4.7"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-04"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 0.27
output = 1.10
cache_read = 0.054

[limit]
context = 204800
output = 131072

[modalities]
input = ["text"]
output = ["text"]
21 changes: 21 additions & 0 deletions providers/aihubmix/models/minimax-m2.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "minimax-m2.1"
family = "minimax-m2.1"
release_date = "2025-12-23"
last_updated = "2025-12-23"
attachment = false
reasoning = true
temperature = true
tool_call = true
open_weights = true

[cost]
input = 0.29
output = 1.15

[limit]
context = 204_800
output = 131_072

[modalities]
input = ["text"]
Comment on lines +9 to +20
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is an interleaved reasoning model

output = ["text"]