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
Original file line number Diff line number Diff line change
@@ -1,21 +1,24 @@
name = "MiniMax-M2"
name = "MiniMax-M2.1"
family = "minimax"
release_date = "2025-10-27"
last_updated = "2025-10-27"
release_date = "2025-12-23"
last_updated = "2025-12-23"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2025-10"
open_weights = true

[interleaved]
field = "reasoning_details"

[cost]
input = 0.30
output = 1.20

[limit]
context = 204_800
output = 204_800
output = 131_072

[modalities]
input = ["text"]
Expand Down
22 changes: 22 additions & 0 deletions providers/huggingface/models/XiaomiMiMo/MiMo-V2-Flash.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "MiMo-V2-Flash"
family = "mimo"
release_date = "2025-12-16"
last_updated = "2025-12-16"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2024-12"
open_weights = true

[cost]
input = 0.10
output = 0.30

[limit]
context = 262_144
output = 4_096

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/huggingface/models/deepseek-ai/DeepSeek-V3.2.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "DeepSeek-V3.2"
family = "deepseek-v3"
release_date = "2025-12-01"
last_updated = "2025-12-01"
attachment = false
reasoning = true
temperature = true
tool_call = true
knowledge = "2024-07"
open_weights = true

[cost]
input = 0.28
output = 0.40

[limit]
context = 163_840
output = 65_536

[modalities]
input = ["text"]
output = ["text"]
22 changes: 0 additions & 22 deletions providers/huggingface/models/deepseek-ai/Deepseek-V3-0324.toml

This file was deleted.

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

[interleaved]
field = "reasoning_details"

[cost]
input = 0.6
output = 2.5
cache_read = 0.15

[limit]
context = 262_144
output = 262_144

[modalities]
input = ["text"]
output = ["text"]
22 changes: 0 additions & 22 deletions providers/huggingface/models/zai-org/GLM-4.5-Air.toml

This file was deleted.

22 changes: 0 additions & 22 deletions providers/huggingface/models/zai-org/GLM-4.5.toml

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,22 +1,25 @@
name = "GLM-4.6"
family = "glm-4.6"
release_date = "2025-09-30"
last_updated = "2025-09-30"
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_details"

[cost]
input = 0.60
output = 2.20
input = 0.6
output = 2.2
cache_read = 0.11

[limit]
context = 200_000
output = 128_000
context = 204_800
output = 131_072

[modalities]
input = ["text"]
Expand Down