diff --git a/models_config.py b/models_config.py index 475cc3e..46eff7c 100644 --- a/models_config.py +++ b/models_config.py @@ -114,11 +114,11 @@ GEMINI_MODELS = [ GEMINI_FLASH_MODELS = [ { - "id": "gemini-3-flash-preview", - "description": "Gemini 3 Flash,快速多模态文本生成,通过 thinkingConfig 控制思考等级", + "id": "gemini-3.5-flash", + "description": "Gemini 3.5 Flash,快速多模态文本生成,通过 thinkingConfig 控制思考等级", "enabled": True, "endpoint_type": "standard", - "endpoint": "/v1beta/models/gemini-3-flash-preview:generateContent", + "endpoint": "/v1beta/models/gemini-3.5-flash:generateContent", "thinking_config": { "低": "low", "中": "medium", @@ -137,19 +137,6 @@ GEMINI_FLASH_MODELS = [ "中": "high" } }, - - { - "id": "gemini-3.1-flash-lite-preview", - "description": "Gemini 3.1 Flash Lite,轻量级多模态文本生成,通过 thinkingConfig 控制思考等级", - "enabled": True, - "endpoint_type": "standard", - "endpoint": "/v1beta/models/gemini-3.1-flash-lite-preview:generateContent", - "thinking_config": { - "低": "low", - "中": "medium", - "高": "high" - } - } ] diff --git a/nodes/universal_llm.py b/nodes/universal_llm.py index 5d1a24d..2cec821 100644 --- a/nodes/universal_llm.py +++ b/nodes/universal_llm.py @@ -26,10 +26,12 @@ from ..utils.file_types import FileList SUPPORTED_MODELS = [ "gpt-5.5", - "gemini-3.1-flash-lite-preview", "gemini-3.1-pro-preview", "deepseek-v4-pro", - "doubao-seed-2-0-pro-260215", + "claude-opus-4-7", + "claude-opus-4-6", + "gemini-3.5-flash", + "doubao-seed-2.0-pro", ] # 图片缩放最大尺寸