feat(nano-gpt): add MiniMax M2.5 route and align official variant

This commit is contained in:
Ruben Beuker
2026-02-12 22:35:23 +01:00
parent ed2af4ad45
commit e8f2f6b14f
2 changed files with 26 additions and 4 deletions
@@ -3,15 +3,12 @@ family = "minimax"
release_date = "2026-02-12"
last_updated = "2026-02-12"
attachment = false
reasoning = true
reasoning = false
temperature = true
tool_call = true
structured_output = true
open_weights = false
[interleaved]
field = "reasoning_content"
[cost]
input = 0.30
output = 1.20
@@ -0,0 +1,25 @@
name = "MiniMax M2.5"
family = "minimax"
release_date = "2026-02-12"
last_updated = "2026-02-12"
attachment = false
reasoning = true
temperature = true
tool_call = true
structured_output = true
open_weights = false
[interleaved]
field = "reasoning_content"
[cost]
input = 0.30
output = 1.20
[limit]
context = 204800
output = 131072
[modalities]
input = ["text"]
output = ["text"]