New gemini 3 pro not analyzing image

Describe the problem/error/question

Hi! I want to use latest google gemini 3 pro model with image converted to base64. but I got error: “This model does not support images”

What is the error message (if any)?

“This model does not support images”

Share the output returned by the last node

Error: “This model does not support images”

Information on your n8n setup

  • Debug info

    core

    • n8nVersion: 1.122.4

    • platform: docker (self-hosted)

    • nodeJsVersion: 20.18.0

    • database: sqlite

    • executionMode: regular

    • concurrency: -1

Double check the exact model string you are using in the node. Gemini 2.0 Flash supports images, but some experimental or text-only variants do not. The model name must include vision support like gemini-2.0-flash-exp or similar.

Also verify your image is properly base64 encoded with correct MIME type prefix. If using Google AI node, try switching to HTTP Request node and manually construct the API call to confirm the model and payload format are correct.

Check Google AI Studio to see which exact models support multimodal input currently.