Skip to content
Merged
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
3 changes: 2 additions & 1 deletion 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"
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
21 changes: 21 additions & 0 deletions providers/aihubmix/models/deepseek-v3.2-fast.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name = "DeepSeek-V3.2-Fast"
family = "deepseek-v3"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = false
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"]
23 changes: 23 additions & 0 deletions providers/aihubmix/models/deepseek-v3.2-speciale.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "DeepSeek V3.2 Speciale"
family = "deepseek-v3"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = true
temperature = true
knowledge = "2024-07"
tool_call = true
open_weights = true

[cost]
input = 0.58
output = 1.68

[limit]
context = 128_000
output = 128_000

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

23 changes: 0 additions & 23 deletions providers/aihubmix/models/gpt-4o-2024-11-20.toml

This file was deleted.

23 changes: 23 additions & 0 deletions providers/aihubmix/models/kimi-k2-thinking
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name = "Kimi-K2-Thinking"
family = "kimi-k2"
release_date = "2025-11-06"
last_updated = "2025-11-06"
attachment = false
reasoning = true
temperature = true
knowledge = "2025-11"
tool_call = true
open_weights = true

[cost]
input = 0.55
output = 2.19
cache_read = 0.14

[limit]
context = 128_000
output = 64_000

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