Skip to content
Closed
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
26 changes: 26 additions & 0 deletions providers/huggingface/models/MiniMaxAI/MiniMax-M2.7.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "MiniMax-M2.7"
family = "minimax"
release_date = "2026-03-18"
last_updated = "2026-03-18"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = true

[cost]
input = 0.3
output = 1.2
cache_read = 0.06

[limit]
context = 204_800
output = 131_072

[interleaved]
field = "reasoning_content"

[modalities]
input = ["text"]
output = ["text"]
22 changes: 22 additions & 0 deletions providers/kilo/models/openrouter/elephant-alpha.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
name = "Elephant (new)"
release_date = "2026-01-15"
last_updated = "2026-04-13"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false
status = "alpha"

[cost]
input = 0
output = 0

[limit]
context = 262144
output = 32768

[modalities]
input = ["text"]
output = ["text"]
22 changes: 0 additions & 22 deletions providers/openrouter/models/stepfun/step-3.5-flash:free.toml

This file was deleted.

26 changes: 26 additions & 0 deletions providers/synthetic/models/hf:zai-org/GLM-5.1.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
name = "GLM 5.1"
family = "glm"
attachment = false
reasoning = true
tool_call = true
structured_output = true
temperature = true
release_date = "2026-03-27"
last_updated = "2026-04-12"
open_weights = true

[interleaved]
field = "reasoning_content"

[cost]
input = 1
output = 3
cache_read = 1

[limit]
context = 196608
output = 65536

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