diff --git a/integration/llm_image_test.go b/integration/llm_image_test.go index e1c16bafd..1a99ddd22 100644 --- a/integration/llm_image_test.go +++ b/integration/llm_image_test.go @@ -33,6 +33,9 @@ func TestVisionModels(t *testing.T) { // Qwen 3 VL mixture of experts model: "qwen3-vl:30b", }, + { + model: "ministral-3", + }, } for _, v := range testCases { diff --git a/integration/utils_test.go b/integration/utils_test.go index 8a362408e..2dd39ecb0 100644 --- a/integration/utils_test.go +++ b/integration/utils_test.go @@ -38,6 +38,7 @@ var ( // Note: add newer models at the top of the list to test them first ollamaEngineChatModels = []string{ + "ministral-3", "qwen3-coder:30b", "gpt-oss:20b", "gemma3n:e2b", @@ -167,6 +168,7 @@ var ( "medllama2", "megadolphin", "minicpm-v", + "ministral-3", "mistral-large", "mistral-nemo", "mistral-openorca", @@ -270,6 +272,7 @@ var ( "mistral", "qwen2.5", "qwen2", + "ministral-3", "mistral-nemo", "mistral-small", "mixtral:8x22b",