From 3d893a385061291eac05b5da2ee7e18ed7e6c3bf Mon Sep 17 00:00:00 2001 From: Sheikh Limon Date: Wed, 15 Jul 2026 21:38:28 +0600 Subject: [PATCH] fix(provider): add MiniMax-M3 and missing M2.7 variants to minimax provider (#10431) Signed-off-by: sheikhlimon --- .../src/declarative/definitions/minimax.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/crates/goose-providers/src/declarative/definitions/minimax.json b/crates/goose-providers/src/declarative/definitions/minimax.json index 199b60fd2..6a75b8c99 100644 --- a/crates/goose-providers/src/declarative/definitions/minimax.json +++ b/crates/goose-providers/src/declarative/definitions/minimax.json @@ -5,7 +5,20 @@ "description": "MiniMax AI models with long context support via Anthropic-compatible API", "api_key_env": "MINIMAX_API_KEY", "base_url": "https://api.minimax.io/anthropic", + "dynamic_models": true, "models": [ + { + "name": "MiniMax-M3", + "context_limit": 1000000 + }, + { + "name": "MiniMax-M2.7", + "context_limit": 200000 + }, + { + "name": "MiniMax-M2.7-highspeed", + "context_limit": 200000 + }, { "name": "MiniMax-M2.5", "context_limit": 204800