Skip to content

fix: correct MiniMax base_url to api.minimax.chat#114

Closed
Jefsky wants to merge 2 commits into
AIDC-AI:mainfrom
Jefsky:fix/minimax-base-url-correct
Closed

fix: correct MiniMax base_url to api.minimax.chat#114
Jefsky wants to merge 2 commits into
AIDC-AI:mainfrom
Jefsky:fix/minimax-base-url-correct

Conversation

@Jefsky
Copy link
Copy Markdown

@Jefsky Jefsky commented Apr 29, 2026

Problem

PR #77 introduced MiniMax support but uses api.minimax.io as the base URL, which cannot successfully fetch the model list.

Fix

Change base URL from https://api.minimax.io/v1 to https://api.minimax.chat/v1. The latter has been verified to return the correct model list (e.g. MiniMax-Text-01).

This is a targeted fix for the URL issue in #77.

@CLAassistant
Copy link
Copy Markdown

CLAassistant commented Apr 29, 2026

CLA assistant check
All committers have signed the CLA.

@yx9966
Copy link
Copy Markdown
Collaborator

yx9966 commented May 6, 2026

PR #77 already adds a more complete MiniMax integration (with temperature clamping, think-tag stripping, and full test suite). Merging both would create duplicate MiniMax entries in llm_presets.py. Closing in favor of #77. Note: the correct MiniMax URL (api.minimax.chat) will be tracked as a follow-up fix after #77 is merged.

@yx9966 yx9966 closed this May 6, 2026
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.

3 participants