openclaw - 💡(How to fix) Fix [Feature Request] Expose MiniMax ASR (Speech-to-Text) API in minimax plugin [1 participants]

Official PRs (…)
ON THIS PAGE

Recommended Tools

×6

Utilities matched from this issue’s tags and category — try them while you read without losing context.

GitHub issue graph ai analysis

Paste a GitHub issue URL. We fetch that issue, discover linked issues from bodies/comments/timeline, collect linked pull requests, and produce a structured English report.

The report is written in English Markdown for sharing and archival.

Helpful · Quick feedback

Loading…
GitHub stats
openclaw/openclaw#73957Fetched 2026-04-30 06:30:18
View on GitHub
Comments
0
Participants
1
Timeline
1
Reactions
0
Participants
Timeline (top)
cross-referenced ×1
RAW_BUFFERClick to expand / collapse

Feature Description

MiniMax provides ASR (Automatic Speech Recognition) API capabilities, but the current OpenClaw minimax plugin only exposes text chat models (M2.7, M2.7-highspeed) and does not expose the ASR endpoint.

Expected Behavior

The minimax plugin should expose MiniMax's speech-to-text ASR capabilities, allowing users to transcribe audio input through OpenClaw.

Use Case

  • Voice message transcription in Feishu/other channels
  • Audio content analysis
  • Multi-modal interaction with MiniMax models

Additional Context

MiniMax's ASR API is available via their global endpoint (api.minimax.io). The ASR endpoint is typically:

  • POST /v1/audio/transcriptions

This would complement the existing TTS (speech synthesis) capabilities already supported.

Environment

  • OpenClaw version: 2026.4.21
  • Provider: minimax (MiniMax M2.7)

extent analysis

TL;DR

The MiniMax plugin in OpenClaw needs to be updated to expose the ASR endpoint for speech-to-text capabilities.

Guidance

  • The current plugin only supports text chat models, so a new endpoint needs to be added to handle audio input.
  • The ASR endpoint is available via MiniMax's global endpoint at api.minimax.io/v1/audio/transcriptions, which can be used as a reference for implementation.
  • To verify the fix, test the transcription of voice messages or audio content using the updated plugin.
  • Consider adding error handling and logging to ensure the new endpoint is working correctly and to troubleshoot any issues that may arise.

Example

No code example is provided as the issue does not contain sufficient technical details about the plugin's implementation.

Notes

The solution may require updates to the OpenClaw plugin architecture to support audio input and processing.

Recommendation

Apply workaround: Update the MiniMax plugin to expose the ASR endpoint, as this will provide the required speech-to-text capabilities.

Vote matrix · Quick signals

Works
Did the solution work? Tap to confirm.
Easy Fix
Was it a quick fix?
Time Saver
Did it save you time?
Blocking
Was it severely blocking?
Common Issue
Are others likely hitting this too?
Flaky / Intermittent
Is it intermittent?
Verified / Reproducible
Can you reproduce it reliably?
Loading…

Still need to ship something?

×6

Another batch ranked right after the header list — different links, same matching logic.

Back to top recommendations

TRENDING