Unable to authorize Minimax (TTS provider) #426

Closed
opened 2026-02-16 10:19:23 -05:00 by yindo · 6 comments
Owner

Originally created by @xzneozx96 on GitHub (Jul 3, 2025).

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues Dify issues & Dify Official Plugins, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

1.5.1

Plugin version

latest (0.0.8)

Cloud or Self Hosted

Cloud

Steps to reproduce

  1. Install Minimax plugin from marketplace
  2. Authorize the plugin with API key & Group ID

✔️ Error log

An error was thrown with following message: No choises in response

Image

Originally created by @xzneozx96 on GitHub (Jul 3, 2025). ### Self Checks - [x] This is only for bug report, if you would like to ask a question, please head to [Discussions](https://github.com/langgenius/dify/discussions/categories/general). - [x] I have searched for existing issues [Dify issues](https://github.com/langgenius/dify/issues) & [Dify Official Plugins](https://github.com/langgenius/dify-official-plugins/issues), including closed ones. - [x] I confirm that I am using English to submit this report (我已阅读并同意 [Language Policy](https://github.com/langgenius/dify/issues/1542)). - [x] [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:) - [x] Please do not modify this template :) and fill in all the required fields. ### Dify version 1.5.1 ### Plugin version latest (0.0.8) ### Cloud or Self Hosted Cloud ### Steps to reproduce 1. Install Minimax plugin from marketplace 2. Authorize the plugin with API key & Group ID ### ✔️ Error log An error was thrown with following message: No choises in response ![Image](https://github.com/user-attachments/assets/e71766d6-dca3-4696-9f41-41815d10ed9b)
yindo added the bug label 2026-02-16 10:19:23 -05:00
yindo closed this issue 2026-02-16 10:19:23 -05:00
Author
Owner

@hjlarry commented on GitHub (Jul 3, 2025):

Image

I can't reproduce it, I just authorize successful, maybe you can try again?

@hjlarry commented on GitHub (Jul 3, 2025): ![Image](https://github.com/user-attachments/assets/876e43a9-1291-4575-8198-5bfd42a3113b) I can't reproduce it, I just authorize successful, maybe you can try again?
Author
Owner

@xzneozx96 commented on GitHub (Jul 3, 2025):

Image

I can't reproduce it, I just authorize successful, maybe you can try again?

oh really? I have tried multiple time and all failed all the time

I have done some investigation by downloadng the code base of the Minimax plugin and found that the "credentials validatation" method is triggering the text LLM instead of the TTS LLM (model: MiniMax-M1).
My account has subscribed to the Starter tier (one of the packages from Audio Subscription mode). IS this type of subscription also allow text LLM?

I have tested Minimax API manually with Postman and found that, with the same API key, the TTS LLM was invoked successfully while the text LLM failed with this error: Insufficient Balance

Seem the credit balance from Audio Subscription is not compatible with text LLM ?

@xzneozx96 commented on GitHub (Jul 3, 2025): > ![Image](https://github.com/user-attachments/assets/876e43a9-1291-4575-8198-5bfd42a3113b) > > I can't reproduce it, I just authorize successful, maybe you can try again? oh really? I have tried multiple time and all failed all the time I have done some investigation by downloadng the code base of the Minimax plugin and found that the "credentials validatation" method is triggering the text LLM instead of the TTS LLM (model: MiniMax-M1). My account has subscribed to the Starter tier (one of the packages from Audio Subscription mode). IS this type of subscription also allow text LLM? I have tested Minimax API manually with Postman and found that, with the same API key, the TTS LLM was invoked successfully while the text LLM failed with this error: Insufficient Balance Seem the credit balance from Audio Subscription is not compatible with text LLM ?
Author
Owner

@hjlarry commented on GitHub (Jul 3, 2025):

maybe caused by your account Subscription type, but I just register a new free account, seems it can request the text model

@hjlarry commented on GitHub (Jul 3, 2025): maybe caused by your account Subscription type, but I just register a new free account, seems it can request the text model
Author
Owner

@xzneozx96 commented on GitHub (Jul 3, 2025):

maybe caused by your account Subscription type, but I just register a new free account, seems it can request the text model

really??? you can even authorize with an account without subscribing? can u show me your configuration settings, how about the endpoint url? should I keep it as default, which is 'https://api.minimaxi.com' or should I change to somethinig else?

@xzneozx96 commented on GitHub (Jul 3, 2025): > maybe caused by your account Subscription type, but I just register a new free account, seems it can request the text model really??? you can even authorize with an account without subscribing? can u show me your configuration settings, how about the endpoint url? should I keep it as default, which is 'https://api.minimaxi.com' or should I change to somethinig else?
Author
Owner

@hjlarry commented on GitHub (Jul 3, 2025):

I haven't change anything, all use the default settings

seems they send some balance for the new registered user?
Image

@hjlarry commented on GitHub (Jul 3, 2025): I haven't change anything, all use the default settings seems they send some balance for the new registered user? ![Image](https://github.com/user-attachments/assets/b5f0f0a3-74dc-4a58-b190-9815c6c95877)
Author
Owner

@xzneozx96 commented on GitHub (Jul 4, 2025):

I haven't change anything, all use the default settings

seems they send some balance for the new registered user? Image

oh, my balance is 0 on a fresh account LOL

Image

@xzneozx96 commented on GitHub (Jul 4, 2025): > I haven't change anything, all use the default settings > > seems they send some balance for the new registered user? ![Image](https://github.com/user-attachments/assets/b5f0f0a3-74dc-4a58-b190-9815c6c95877) oh, my balance is 0 on a fresh account LOL ![Image](https://github.com/user-attachments/assets/24c26ae2-a59b-4359-8788-9971335e0fb1)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langgenius/dify-official-plugins#426