Skip to content

Commit 3c2df58

Browse files
authored
chore: update MiniMax model references from 2.1 to 2.5 (#87)
Made-with: Cursor
1 parent 9679147 commit 3c2df58

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

src/data/showcase.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -643,7 +643,7 @@
643643
{
644644
"id": "2014608153393168425",
645645
"author": "cedric_chee",
646-
"quote": "@openclaw is my media studio for the creator. I hooked it up to Codex 5.2 and Minimax-M2.1 (as fallback). Some Skills in action:\n- Kyutai Pocket TTS\n- Whisper audio transcribe\n- Browser use (web scraping, form filling)\n- Twitter ops\n\nI hacked this up in <5 days, all on my mobile while I was on the move.",
646+
"quote": "@openclaw is my media studio for the creator. I hooked it up to Codex 5.2 and Minimax-M2.5 (as fallback). Some Skills in action:\n- Kyutai Pocket TTS\n- Whisper audio transcribe\n- Browser use (web scraping, form filling)\n- Twitter ops\n\nI hacked this up in <5 days, all on my mobile while I was on the move.",
647647
"category": "creative",
648648
"likes": 2,
649649
"images": [

src/data/testimonials.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,7 +350,7 @@
350350
"url": "https://x.com/cnlinkcnlink/status/2010149031071363355"
351351
},
352352
{
353-
"quote": "started using minimax m2.1 as the main driver for @openclaw and can’t recommend it enough",
353+
"quote": "started using minimax m2.5 as the main driver for @openclaw and can’t recommend it enough",
354354
"author": "pepicrft",
355355
"url": "https://x.com/pepicrft/status/2010831913527746781"
356356
},
@@ -400,7 +400,7 @@
400400
"url": "https://x.com/jameskraus/status/2012335532940894306"
401401
},
402402
{
403-
"quote": "Running fully locally off MiniMax 2.1 and can do the tool parsing for what I need!",
403+
"quote": "Running fully locally off MiniMax 2.5 and can do the tool parsing for what I need!",
404404
"author": "TheZachMueller",
405405
"url": "https://x.com/TheZachMueller/status/2012668844842578213"
406406
},

src/pages/integrations.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const modelProviders = [
9090
{ name: 'Anthropic', icon: siIcon(siAnthropic), color: '#D4A574', desc: 'Claude Pro/Max + Opus 4.5', docs: 'https://docs.openclaw.ai/models' },
9191
{ name: 'OpenAI', icon: 'lucide:bot', color: '#00A67E', desc: 'GPT-4, GPT-5, o1', docs: 'https://docs.openclaw.ai/models' },
9292
{ name: 'Google', icon: siIcon(siGoogle), color: '#4285F4', desc: 'Gemini 2.5 Pro/Flash', docs: 'https://docs.openclaw.ai/models' },
93-
{ name: 'MiniMax', icon: minimaxIcon, color: '#E91E63', desc: 'MiniMax-M2.1', docs: 'https://docs.openclaw.ai/providers/minimax' },
93+
{ name: 'MiniMax', icon: minimaxIcon, color: '#E91E63', desc: 'MiniMax-M2.5', docs: 'https://docs.openclaw.ai/providers/minimax' },
9494
{ name: 'xAI', icon: siIcon(siX), color: '#FFFFFF', desc: 'Grok 3 & 4', docs: 'https://docs.openclaw.ai/models' },
9595
{ name: 'Vercel AI Gateway', icon: siIcon(siVercel), color: '#FFFFFF', desc: 'Hundreds of models, 1 API key', docs: 'https://docs.openclaw.ai/providers/vercel-ai-gateway' },
9696
{ name: 'OpenRouter', icon: 'lucide:zap', color: '#6366F1', desc: 'Unified API gateway', docs: 'https://docs.openclaw.ai/models' },

0 commit comments

Comments
 (0)