module RubyLLM::Providers::Gemini::Images

def images_url

def images_url
  "models/#{@model}:predict"
end