Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 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
1 change: 1 addition & 0 deletions providers/aihubmix/models/coding-glm-4.7-free.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name = "Coding GLM-4.7 Free"
family = "glm-4.7"
release_date = "2025-12-22"
last_updated = "2025-12-22"
attachment = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name = "MiniMax M2.1 Free"
name = "Coding MiniMax M2.1 Free"
family = "minimax"
attachment = false
reasoning = true
Expand All @@ -12,8 +12,8 @@ open_weights = true
field = "reasoning_details"

[cost]
input = 0
output = 0
input = 0.0
output = 0.0

[limit]
context = 204_800
Expand Down
22 changes: 22 additions & 0 deletions providers/aihubmix/models/deepseek-v3.2-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek-V3.2-Fast"
family = "deepseek-v3"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = true
temperature = true
knowledge = "2024-07"
tool_call = false
open_weights = true

[cost]
input = 1.10
output = 3.29

Comment on lines +10 to +14
Copy link
Contributor

Choose a reason for hiding this comment

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

isnt this interleaved reasoning model

Copy link
Contributor Author

Choose a reason for hiding this comment

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

isnt this interleaved reasoning model

Thank you, I’ve updated the changes and pushed the latest commit.

[limit]
context = 128_000
output = 128_000

[modalities]
input = ["text"]
output = ["text"]