fix: use MiniMax text/chatcompletion_v2 endpoint #46

Merged
shoko merged 1 commits from fix/minimax-endpoint-v2 into main 2026-04-10 05:44:25 +02:00
Owner

Problem

The /v1/chat/completions endpoint returns 529 (overloaded error):

Solution

Use the working endpoint /v1/text/chatcompletion_v2 instead.

Testing

Verified working with MiniMax API key.

Closes #43

## Problem The /v1/chat/completions endpoint returns 529 (overloaded error): ## Solution Use the working endpoint /v1/text/chatcompletion_v2 instead. ## Testing Verified working with MiniMax API key. Closes #43
shoko added 1 commit 2026-04-10 05:42:31 +02:00
The /v1/chat/completions endpoint returns 529 (overloaded) while
/v1/text/chatcompletion_v2 works reliably.
han approved these changes 2026-04-10 05:44:11 +02:00
han left a comment
First-time contributor

lgtm

lgtm
shoko merged commit c17fa243a1 into main 2026-04-10 05:44:25 +02:00
Sign in to join this conversation.
No Reviewers
2 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: shoko/randebu#46