Skip to content

Commit 1a53cf1

Browse files
authored
Merge pull request #40 from liruifengds/dev/models
feat:change models
2 parents aa97ac3 + c7b014d commit 1a53cf1

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

minimax_mcp/const.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# speech model default values
22
DEFAULT_VOICE_ID = "female-shaonv"
3-
DEFAULT_SPEECH_MODEL = "speech-02-hd"
4-
DEFAULT_MUSIC_MODEL = "music-1.5"
3+
DEFAULT_SPEECH_MODEL = "speech-2.6-hd"
4+
DEFAULT_MUSIC_MODEL = "music-2.0"
55
DEFAULT_SPEED = 1.0
66
DEFAULT_VOLUME = 1.0
77
DEFAULT_PITCH = 0
@@ -13,7 +13,7 @@
1313
DEFAULT_LANGUAGE_BOOST = "auto"
1414

1515
# video model default values
16-
DEFAULT_T2V_MODEL = "T2V-01"
16+
DEFAULT_T2V_MODEL = "MiniMax-Hailuo-2.3"
1717

1818
# image model default values
1919
DEFAULT_T2I_MODEL = "image-01"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "minimax-mcp"
3-
version = "0.0.17"
3+
version = "0.0.18"
44
description = "Minimax MCP Server"
55
authors = [
66
{ name = "Roy Wu", email = "zhengyu@minimax.chat" },

0 commit comments

Comments
 (0)