From 37075eab987336405bf28d3731d3ad3f50e4ec41 Mon Sep 17 00:00:00 2001 From: Yongteng Lei Date: Tue, 3 Jun 2025 11:56:59 +0800 Subject: [PATCH] Feat: add voyage-multimodal-3 (#7987) ### What problem does this PR solve? Add voyage-multimodal-3. ### Type of change - [x] New Feature (non-breaking change which adds functionality) --- conf/llm_factories.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/conf/llm_factories.json b/conf/llm_factories.json index 08e5268aa..f2ce7ada1 100644 --- a/conf/llm_factories.json +++ b/conf/llm_factories.json @@ -3195,6 +3195,12 @@ "tags": "TEXT EMBEDDING, TEXT RE-RANK", "status": "1", "llm": [ + { + "llm_name": "voyage-multimodal-3", + "tags": "TEXT EMBEDDING,Chat,IMAGE2TEXT,32000", + "max_tokens": 32000, + "model_type": "embedding" + }, { "llm_name": "voyage-large-2-instruct", "tags": "TEXT EMBEDDING,16000",