mirror of
https://github.com/bytedance/deer-flow.git
synced 2026-06-10 09:25:57 +00:00
feat: upgrade MiniMax default model to M3 (#3357)
- Add MiniMax-M3 to model list and set as default - Keep MiniMax-M2.7 and MiniMax-M2.7-highspeed - Remove older models (M2.5) - Update related tests Co-authored-by: octo-patch <octo-patch@github.com>
This commit is contained in:
+34
-8
@@ -275,12 +275,12 @@ models:
|
||||
# type: disabled
|
||||
|
||||
# Example: MiniMax (OpenAI-compatible) - International Edition
|
||||
# MiniMax provides high-performance models with 204K context window
|
||||
# MiniMax provides high-performance models with 512K context window and 128K max output
|
||||
# Docs: https://platform.minimax.io/docs/api-reference/text-openai-api
|
||||
# - name: minimax-m2.5
|
||||
# display_name: MiniMax M2.5
|
||||
# - name: minimax-m3
|
||||
# display_name: MiniMax M3
|
||||
# use: langchain_openai:ChatOpenAI
|
||||
# model: MiniMax-M2.5
|
||||
# model: MiniMax-M3
|
||||
# api_key: $MINIMAX_API_KEY
|
||||
# base_url: https://api.minimax.io/v1
|
||||
# request_timeout: 600.0
|
||||
@@ -290,10 +290,23 @@ models:
|
||||
# supports_vision: true
|
||||
# supports_thinking: true
|
||||
|
||||
# - name: minimax-m2.5-highspeed
|
||||
# display_name: MiniMax M2.5 Highspeed
|
||||
# - name: minimax-m2.7
|
||||
# display_name: MiniMax M2.7
|
||||
# use: langchain_openai:ChatOpenAI
|
||||
# model: MiniMax-M2.5-highspeed
|
||||
# model: MiniMax-M2.7
|
||||
# api_key: $MINIMAX_API_KEY
|
||||
# base_url: https://api.minimax.io/v1
|
||||
# request_timeout: 600.0
|
||||
# max_retries: 2
|
||||
# max_tokens: 4096
|
||||
# temperature: 1.0 # MiniMax requires temperature in (0.0, 1.0]
|
||||
# supports_vision: true
|
||||
# supports_thinking: true
|
||||
|
||||
# - name: minimax-m2.7-highspeed
|
||||
# display_name: MiniMax M2.7 Highspeed
|
||||
# use: langchain_openai:ChatOpenAI
|
||||
# model: MiniMax-M2.7-highspeed
|
||||
# api_key: $MINIMAX_API_KEY
|
||||
# base_url: https://api.minimax.io/v1
|
||||
# request_timeout: 600.0
|
||||
@@ -304,8 +317,21 @@ models:
|
||||
# supports_thinking: true
|
||||
|
||||
# Example: MiniMax (OpenAI-compatible) - CN 中国区用户
|
||||
# MiniMax provides high-performance models with 204K context window
|
||||
# MiniMax provides high-performance models with 512K context window and 128K max output
|
||||
# Docs: https://platform.minimaxi.com/docs/api-reference/text-openai-api
|
||||
# - name: minimax-m3
|
||||
# display_name: MiniMax M3
|
||||
# use: langchain_openai:ChatOpenAI
|
||||
# model: MiniMax-M3
|
||||
# api_key: $MINIMAX_API_KEY
|
||||
# base_url: https://api.minimaxi.com/v1
|
||||
# request_timeout: 600.0
|
||||
# max_retries: 2
|
||||
# max_tokens: 4096
|
||||
# temperature: 1.0 # MiniMax requires temperature in (0.0, 1.0]
|
||||
# supports_vision: true
|
||||
# supports_thinking: true
|
||||
|
||||
# - name: minimax-m2.7
|
||||
# display_name: MiniMax M2.7
|
||||
# use: langchain_openai:ChatOpenAI
|
||||
|
||||
Reference in New Issue
Block a user