Attach Images
Attach images in your message for models with vision capabilities.
Most advanced LLMs can understand images other than simple text. With Neuron you can attach images to your messages to leverage the vision capability of your AI provider.
The most common use cases for Image analysis are:
Caption and answer questions about images
Transcribe and reason over image content
Detect objects in an image and return bounding box coordinates for them
Segment objects within an image
You have two options to attach images to your messages: as an URL, or encoded in base64.
Add URLs
Add base64 encoded images
Ollama limitations
Ollama only support images in base64 format, so you have to take care to convert the image content and set up the right image type when attaching an image to the message:
Last updated