Skip to content

Commit 0ea2905

Browse files
authored
Reactivate MiniMax M2.5 (#1375)
2 parents 38a7e63 + 25f2fe0 commit 0ea2905

3 files changed

Lines changed: 54 additions & 2 deletions

File tree

src/lib/forbidden-free-models.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ const forbiddenFreeModelIds: ReadonlySet<string> = new Set([
1818
'liquid/lfm-2.5-1.2b-thinking:free',
1919
'meta-llama/llama-3.2-3b-instruct:free',
2020
'meta-llama/llama-3.3-70b-instruct:free',
21-
'minimax/minimax-m2.5:free', // only usable through kilo-auto
2221
'mistralai/mistral-small-3.1-24b-instruct:free',
2322
'nousresearch/hermes-3-llama-3.1-405b:free',
2423
'nvidia/nemotron-3-nano-30b-a3b:free',

src/lib/providers/minimax.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ export const minimax_m25_free_model: KiloFreeModel = {
77
'MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1 to extend into general office work, reaching fluency in generating and operating Word, Excel, and Powerpoint files, context switching between diverse software environments, and working across different agent and human teams. Scoring 80.2% on SWE-Bench Verified, 51.3% on Multi-SWE-Bench, and 76.3% on BrowseComp, M2.5 is also more token efficient than previous generations, having been trained to optimize its actions and output through planning.',
88
context_length: 204800,
99
max_completion_tokens: 131072,
10-
status: 'hidden',
10+
status: 'public',
1111
flags: ['reasoning', 'prompt_cache'],
1212
gateway: 'openrouter',
1313
internal_id: 'minimax/minimax-m2.5',

src/tests/openrouter-models-sorting.approved.json

Lines changed: 53 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,59 @@
533533
"default_parameters": {},
534534
"isFree": true
535535
},
536+
{
537+
"id": "minimax/minimax-m2.5:free",
538+
"canonical_slug": "minimax/minimax-m2.5:free",
539+
"hugging_face_id": "",
540+
"name": "MiniMax: MiniMax M2.5 (free)",
541+
"created": 1756238927,
542+
"description": "MiniMax-M2.5 is a SOTA large language model designed for real-world productivity. Trained in a diverse range of complex real-world digital working environments, M2.5 builds upon the coding expertise of M2.1 to extend into general office work, reaching fluency in generating and operating Word, Excel, and Powerpoint files, context switching between diverse software environments, and working across different agent and human teams. Scoring 80.2% on SWE-Bench Verified, 51.3% on Multi-SWE-Bench, and 76.3% on BrowseComp, M2.5 is also more token efficient than previous generations, having been trained to optimize its actions and output through planning.",
543+
"context_length": 204800,
544+
"architecture": {
545+
"modality": "text->text",
546+
"input_modalities": [
547+
"text"
548+
],
549+
"output_modalities": [
550+
"text"
551+
],
552+
"tokenizer": "Other",
553+
"instruct_type": null
554+
},
555+
"pricing": {
556+
"prompt": "0.0000000",
557+
"completion": "0.0000000",
558+
"request": "0",
559+
"image": "0",
560+
"web_search": "0",
561+
"internal_reasoning": "0",
562+
"input_cache_read": "0.00000000"
563+
},
564+
"top_provider": {
565+
"context_length": 204800,
566+
"max_completion_tokens": 131072,
567+
"is_moderated": false
568+
},
569+
"per_request_limits": null,
570+
"supported_parameters": [
571+
"max_tokens",
572+
"temperature",
573+
"tools",
574+
"reasoning",
575+
"include_reasoning"
576+
],
577+
"default_parameters": {},
578+
"isFree": true,
579+
"settings": {
580+
"included_tools": [
581+
"search_and_replace"
582+
],
583+
"excluded_tools": [
584+
"apply_diff",
585+
"edit_file"
586+
]
587+
}
588+
},
536589
{
537590
"id": "xiaomi/mimo-v2-omni:free",
538591
"canonical_slug": "xiaomi/mimo-v2-omni:free",

0 commit comments

Comments
 (0)