From 5b5558300ab0557d3436ae06f87a0c01fcd188ca Mon Sep 17 00:00:00 2001 From: Kevin Hu Date: Thu, 3 Apr 2025 10:48:58 +0800 Subject: [PATCH] Feat: add gemini-2.5-pro-exp-03-25 (#6774) ### What problem does this PR solve? #6733 ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index c92087d1..f4cb4659 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -867,7 +867,7 @@ "llm_name": "gemini-2.0-flash-001", "tags": "LLM,CHAT,1024K", "max_tokens": 1048576, - "model_type": "chat", + "model_type": "image2text", "is_tools": true }, { @@ -883,6 +883,12 @@ "max_tokens": 1048576, "model_type": "image2text" }, + { + "llm_name": "gemini-2.5-pro-exp-03-25", + "tags": "LLM,IMAGE2TEXT,1024K", + "max_tokens": 1048576, + "model_type": "image2text" + }, { "llm_name": "gemini-1.5-pro", "tags": "LLM,IMAGE2TEXT,2048K",