mirror of
https://github.com/langgenius/dify-official-plugins.git
synced 2026-07-21 17:45:23 -04:00
Unable to authorize Minimax (TTS provider) #426
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @xzneozx96 on GitHub (Jul 3, 2025).
Self Checks
Dify version
1.5.1
Plugin version
latest (0.0.8)
Cloud or Self Hosted
Cloud
Steps to reproduce
✔️ Error log
An error was thrown with following message: No choises in response
@hjlarry commented on GitHub (Jul 3, 2025):
I can't reproduce it, I just authorize successful, maybe you can try again?
@xzneozx96 commented on GitHub (Jul 3, 2025):
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 ?
@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
@xzneozx96 commented on GitHub (Jul 3, 2025):
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?
@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?

@xzneozx96 commented on GitHub (Jul 4, 2025):
oh, my balance is 0 on a fresh account LOL