We’re currently using the Google Vertex Chat Model node in n8n and are trying to use Google’s newly released model gemini-3.1-flash-lite (GA on Vertex AI as of May 7, 2026).
When entering gemini-3.1-flash-lite as the model name, we get the error: “No model found called ‘gemini-3.1-flash-lite’”
Our setup:
Credential: Google Service Account (connection tested successfully )
Region: europe-west4
Model name: gemini-3.1-flash-lite
Note: gemini-2.5-flash works fine with the exact same credential and region, so the issue is specifically with the 3.1 Flash-Lite model name not being recognized by the node.
Could you confirm:
Is gemini-3.1-flash-lite currently supported in the Google Vertex Chat Model node?
If not, is there a planned timeline for adding support?
Yes, I think there is a problem related to the dropdown. Have you tried pasting this exact name in the model name {{ 'gemini-3.1-flash-lite' }} ? As if the endpoint had it, then it should work.
Welcome to the n8n community @lenolo1815
I understand that the post was about the limitation for the latest gemini and that you were able to use another version of it. I’d like to add that if possible, you can call the 3.1 through an http request, while this update isn’t available yet.
@lenolo1815
I didn’t find anything on the subject, but since it’s just the beginning of the month and knowing there are several processes that need to be completed for this to be enabled, I recommend waiting.
Is this affecting the overall process too much? Why the dependency on this specific model?
Because it’s the most reliable model for AI OCR and we need to host in Europe for GDPR compliance. We can wait, but isn’t there roughly a timeframe for how long something like that takes?
مرحبا، توجد نفس المشكلة مع gemini-3.5-flash. أعتقد أن المشكلة الرئيسية تكمن في أن مناطق التوطين eu-west-…، eu-east-… وغيرها لم تعد متاحة لنماذج gemini 3، وقد تم استبدالها بمناطق توطين “eu” أو “na”.
هل تم التخطيط لتعديل عقدة Google Vertex Chat Model في خارطة الطريق لأخذ هذا التغيير في الاعتبار؟
لا يمكنني التحدث عن التطوير، لكن الحل المقدم من @nguyenthieutoan نجح معي تماماً. إذا كنت تصل إلى هذا المنشور، يبدو أن المشكلة في القدرة على الوصول إلى النماذج عبر المحادثة تتعلق بالمنطقة الجغرافية في بيانات اعتماد حسابك على الخدمة.
سأبحث (أو أنشر) عن نقاشات أخرى حول الميزات المفقودة المتعلقة بعقد Gemini وما يمكن القيام به مع النماذج التي يتم تشغيلها عبر Vertex (التي أصبحت AI Studio الآن؟)
كما اكتشفه المطورون الذين يتابعون هذا الخطأ بالضبط في مجتمع n8n، فإن الإصلاح الأسرع هو تبديل المنطقة الجغرافية على إعداد عقدة Google Vertex/بيانات الاعتماد الخاصة بك.
غيّر منطقتك من europe-west4 إلى us-central1.
نقاط نهاية الإنتاج لـ gemini-3.1 flash lite API هي الأكثر استقراراً والأفضل تعييناً عالمياً ضمن المناطق الأميركية الأساسية. بيانات اعتماد حساب الخدمة الخاصة بك ستظل تتحقق من الهوية بشكل مثالي بغض النظر عن تغيير المنطقة.
أمتلك N8N في أحدث تحديث، والعقدة Vertex AI لا تقبل محرك 3.5 Flash ولا 3.1 Pro باستخدام المنطقة الافتراضية usa-1. إذا غيرت إلى المنطقة العامة، فهي تقبل فقط 3.5 Flash. Open WebUI يسحب جميعها، لكن N8N يقبل في العقد فقط الإصدارات 2.5. ما الذي قد يكون السبب؟ يبدو لي أنه خطأ تحديث من N8N وليس من Google، نظراً لأن المحركات تم إطلاقها منذ أكثر من 30 يوماً.