chore(image-processor): use Gemini 3 Flash Preview

This commit is contained in:
2026-02-22 23:31:44 +01:00
parent 590ae6f69b
commit ada86a4687

View File

@@ -43,7 +43,7 @@ async function detectFacesWithCloud(
"X-Title": "Mintel Image Service", "X-Title": "Mintel Image Service",
}, },
body: JSON.stringify({ body: JSON.stringify({
model: "google/gemini-2.0-flash-001", // Fast, cheap, and supports vision model: "google/gemini-3-flash-preview", // Fast, cheap, and supports vision
messages: [ messages: [
{ {
role: "user", role: "user",