diff --git a/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb b/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb index 4f53a75c92..425b5bb3f5 100644 --- a/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb +++ b/docs/docs/integrations/llms/google_vertex_ai_palm.ipynb @@ -347,7 +347,7 @@ "from langchain_core.messages import HumanMessage\n", "from langchain_google_vertexai import ChatVertexAI\n", "\n", - "llm = ChatVertexAI(model_name=\"gemini-ultra-vision\")\n", + "llm = ChatVertexAI(model_name=\"gemini-pro-vision\")\n", "\n", "image_message = {\n", " \"type\": \"image_url\",\n",