Skip to content

(minimax): add new TTS models#5518

Merged
tinalenguyen merged 1 commit intomainfrom
tina/update-minimax-models
Apr 22, 2026
Merged

(minimax): add new TTS models#5518
tinalenguyen merged 1 commit intomainfrom
tina/update-minimax-models

Conversation

@tinalenguyen
Copy link
Copy Markdown
Member

No description provided.

@tinalenguyen tinalenguyen linked an issue Apr 21, 2026 that may be closed by this pull request
@chenghao-mou chenghao-mou requested a review from a team April 21, 2026 23:33
Copy link
Copy Markdown
Contributor

@devin-ai-integration devin-ai-integration Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

✅ Devin Review: No Issues Found

Devin Review analyzed this PR and found no potential bugs to report.

View in Devin Review to see 1 additional finding.

Open in Devin Review

@tinalenguyen tinalenguyen merged commit f1bb40f into main Apr 22, 2026
26 checks passed
@tinalenguyen tinalenguyen deleted the tina/update-minimax-models branch April 22, 2026 00:01
Copy link
Copy Markdown
Contributor

This is an automated Claude Code Routine created by @toubatbrian. Right now it is in an experimentation stage. The automation will start porting this PR into agents-js automatically.


Porting status: SKIPPED

After inspecting livekit/agents-js, there is no minimax plugin present in the plugins/ tree, so there is no existing TTS module to extend with the new speech-2.8-hd / speech-2.8-turbo model literals. Adding only the model strings without a corresponding @livekit/agents-plugin-minimax package would be a no-op in JS. Creating a brand-new Minimax plugin from scratch is out of scope for this small model-name update.

No JS PR will be opened for this change. If/when a Minimax plugin is added to agents-js, these model names should be included at that time.

cc @toubatbrian @livekit/agent-devs


Generated by Claude Code

Copy link
Copy Markdown
Contributor

Update: per follow-up instruction, a full MiniMax plugin has now been created in agents-js to serve as the target for this PR's model additions (and future MiniMax work).

JS PR: livekit/agents-js#1287

The new plugin ships with speech-2.8-hd and speech-2.8-turbo included in the TTSModel type literal, along with the rest of the MiniMax TTS API surface ported from livekit-plugins-minimax. See the JS PR description for the full list of implementation differences (most notably: PCM-only output in the initial port, text_pacing omitted).

cc @toubatbrian @livekit/agent-devs


Generated by Claude Code

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

MiniMax TTS plugin: speech-2.8-hd model not supported

3 participants