Ollama.chat(...) does not support images #292

Closed
opened 2026-02-15 16:29:40 -05:00 by yindo · 1 comment
Owner

Originally created by @fbricon on GitHub (Sep 2, 2025).

The /chat endpoint supports images, as per the spec, yet the client's chat method doesn't:

https://github.com/ollama/ollama-python/blob/da79e987f0ac0a4986bf396f043b36ef840370bc/ollama/_client.py#L297-L357

Only the generate method supports images:

https://github.com/ollama/ollama-python/blob/da79e987f0ac0a4986bf396f043b36ef840370bc/ollama/_client.py#L220-L267

Originally created by @fbricon on GitHub (Sep 2, 2025). The /chat endpoint supports images, as per the [spec](https://github.com/ollama/ollama/blob/main/docs/api.md#chat-request-with-images), yet the client's `chat` method doesn't: https://github.com/ollama/ollama-python/blob/da79e987f0ac0a4986bf396f043b36ef840370bc/ollama/_client.py#L297-L357 Only the `generate` method supports images: https://github.com/ollama/ollama-python/blob/da79e987f0ac0a4986bf396f043b36ef840370bc/ollama/_client.py#L220-L267
yindo closed this issue 2026-02-15 16:29:40 -05:00
Author
Owner

@ParthSareen commented on GitHub (Sep 2, 2025):

In chat, the image is under the messages field: https://github.com/ollama/ollama-python/blob/main/examples/multimodal-chat.py

@ParthSareen commented on GitHub (Sep 2, 2025): In chat, the image is under the messages field: https://github.com/ollama/ollama-python/blob/main/examples/multimodal-chat.py
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: ollama/ollama-python#292