diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 6a0a59581..aa24de6ac 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -1084,6 +1084,20 @@ "tags": "LLM,TEXT EMBEDDING,IMAGE2TEXT", "status": "1", "llm": [ + { + "llm_name": "gemini-2.5-flash", + "tags": "LLM,CHAT,1024K,IMAGE2TEXT", + "max_tokens": 1048576, + "model_type": "image2text", + "is_tools": true + }, + { + "llm_name": "gemini-2.5-pro", + "tags": "LLM,CHAT,IMAGE2TEXT,1024K", + "max_tokens": 1048576, + "model_type": "image2text", + "is_tools": true + }, { "llm_name": "gemini-2.5-flash-preview-05-20", "tags": "LLM,CHAT,1024K,IMAGE2TEXT",