From f9865d1784b9c4de950bfafa5ccad02ff64cf6af Mon Sep 17 00:00:00 2001 From: "Nacho F. Lizaur" Date: Mon, 29 Jun 2026 18:26:08 +0200 Subject: [PATCH] fix(kiro): set minimax reasoning false to satisfy reasoning_options validation --- providers/kiro/models/minimax-m2.1.toml | 1 + providers/kiro/models/minimax-m2.5.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/providers/kiro/models/minimax-m2.1.toml b/providers/kiro/models/minimax-m2.1.toml index 438c57a1bb2..cc3b677a1d0 100644 --- a/providers/kiro/models/minimax-m2.1.toml +++ b/providers/kiro/models/minimax-m2.1.toml @@ -1,5 +1,6 @@ base_model = "minimax/MiniMax-M2.1" name = "MiniMax M2.1" +reasoning = false [cost] input = 0 diff --git a/providers/kiro/models/minimax-m2.5.toml b/providers/kiro/models/minimax-m2.5.toml index ce757be0b5d..4c866a8e991 100644 --- a/providers/kiro/models/minimax-m2.5.toml +++ b/providers/kiro/models/minimax-m2.5.toml @@ -1,5 +1,6 @@ base_model = "minimax/MiniMax-M2.5" name = "MiniMax M2.5" +reasoning = false [cost] input = 0