[Log multimodal traces | 🦜️🛠️ LangSmith](https://docs.smith.langchain.com/observability/how_to_guides/log_multimodal_traces): LLM should read this page when logging multimodal traces with images, using LangSmith for tracing multimodal LLM runs, working with LangChain or other LLM libraries to log image data This page explains how to log images as part of multimodal traces in LangSmith, including code examples in Python and TypeScript for using the wrap_openai/wrapOpenAI functions to pass image URLs or base64 data to the OpenAI API. It shows how the images are rendered in the LangSmith UI trace.

