Skip to content

Commit 60bbb48

Browse files
committed
feat:change models
1 parent aa97ac3 commit 60bbb48

1 file changed

Lines changed: 3 additions & 3 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"

0 commit comments

Comments
 (0)