f109c75779
Point the plugin at the US-based MiniMax service (api.minimax.io and platform.minimax.io) instead of the China endpoints. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
46 lines
1.2 KiB
YAML
46 lines
1.2 KiB
YAML
identity:
|
|
author: quicksandzn
|
|
name: minimax_kit
|
|
label:
|
|
en_US: MiniMax Kit
|
|
zh_Hans: MiniMax Kit
|
|
description:
|
|
en_US: MiniMax Kit
|
|
zh_Hans: MiniMax Kit
|
|
icon: icon.svg
|
|
credentials_for_provider:
|
|
api_key:
|
|
type: secret-input
|
|
required: true
|
|
label:
|
|
en_US: Api Key
|
|
zh_Hans: Api Key
|
|
placeholder:
|
|
en_US: Please input your Api Key
|
|
zh_Hans: 请输入你的 Api Key
|
|
help:
|
|
en_US: Get your Api Key from MiniMax
|
|
zh_Hans: 从 MiniMax 获取您的 Api Key
|
|
url: https://platform.minimax.io/user-center/basic-information/interface-key
|
|
group_id:
|
|
type: secret-input
|
|
required: true
|
|
label:
|
|
en_US: Group ID
|
|
zh_Hans: Group ID
|
|
placeholder:
|
|
en_US: Please input your Group ID
|
|
zh_Hans: 请输入你的 Group ID
|
|
help:
|
|
en_US: Get your Group ID from MiniMax
|
|
zh_Hans: 从 MiniMax 获取您的 Group ID
|
|
url: https://platform.minimax.io/user-center/basic-information
|
|
tools:
|
|
- tools/image_generation.yaml
|
|
- tools/music_generation.yaml
|
|
- tools/voice_clone.yaml
|
|
- tools/video_generation.yaml
|
|
- tools/list_voicers.yaml
|
|
extra:
|
|
python:
|
|
source: provider/minimax.py |