Skip to content

feat: add MiniMax model provider (LLM + TTS) with M2.7 default#4876

Open
octo-patch wants to merge 3 commits into1Panel-dev:v2from
octo-patch:feature/add-minimax-provider
Open

feat: add MiniMax model provider (LLM + TTS) with M2.7 default#4876
octo-patch wants to merge 3 commits into1Panel-dev:v2from
octo-patch:feature/add-minimax-provider

Conversation

@octo-patch
Copy link

@octo-patch octo-patch commented Mar 14, 2026

Summary

Add MiniMax as a model provider with LLM and TTS support, featuring the latest M2.7 flagship model.

Changes

  • Add MiniMax model provider with LLM chat models and TTS models
  • Include MiniMax-M2.7 (default), MiniMax-M2.7-highspeed, MiniMax-M2.5, and MiniMax-M2.5-highspeed LLM models
  • Include speech-2.8-hd and speech-2.8-turbo TTS models
  • MiniMax-M2.7 is the latest flagship model with enhanced reasoning and coding capabilities

Models

Model Type Description
MiniMax-M2.7 (default) LLM Latest flagship model with enhanced reasoning and coding
MiniMax-M2.7-highspeed LLM High-speed version for low-latency scenarios
MiniMax-M2.5 LLM Peak performance, ultimate value
MiniMax-M2.5-highspeed LLM Fast and agile alternative
speech-2.8-hd TTS High-quality TTS with maximized timbre similarity
speech-2.8-turbo TTS Faster, more affordable TTS

Testing

  • Python syntax verified
  • Model registration follows existing provider patterns (OpenAI, Anthropic, etc.)

Add MiniMax as a new model provider supporting:
- Chat LLM models: MiniMax-M2.5 and MiniMax-M2.5-highspeed (204K context)
- TTS models: speech-2.8-hd and speech-2.8-turbo

MiniMax LLM uses OpenAI-compatible API at api.minimax.io/v1.
MiniMax TTS uses the native T2A v2 API with multiple voice options.
@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Mar 14, 2026

Adding the "do-not-merge/release-note-label-needed" label because no release-note block was detected, please follow our release note process to remove it.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@f2c-ci-robot
Copy link

f2c-ci-robot bot commented Mar 14, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by:

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

PR Bot and others added 2 commits March 18, 2026 18:56
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default model
- Keep all previous models as alternatives
- Add MiniMax-M2.7 and MiniMax-M2.7-highspeed to model list
- Set MiniMax-M2.7 as default model
- Keep all previous models as alternatives
@octo-patch octo-patch changed the title feat: add MiniMax model provider (LLM + TTS) feat: add MiniMax model provider (LLM + TTS) with M2.7 default Mar 18, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant