Files
litellm/tests
Cesar GarciaandGitHub 573df855d3 fix(oci): handle OpenAI-style image_url object in multimodal messages (#18272)
The OCI adapter now accepts both string and object formats for image_url:
- String: "image_url": "https://example.com/image.png"
- Object: "image_url": {"url": "https://example.com/image.png"}

This fixes compatibility with OpenAI Vision API format.
2026-01-12 17:08:32 +05:30
..
2026-01-10 13:20:43 -08:00
2026-01-08 18:23:05 +05:30
2026-01-11 08:00:31 -08:00
2026-01-10 15:15:41 -08:00
2025-10-31 20:32:03 -07:00
2026-01-02 17:38:52 +09:00
2025-11-15 10:34:24 -08:00

In total litellm runs 1000+ tests

[02/20/2025] Update:

To make it easier to contribute and map what behavior is tested,

we've started mapping the litellm directory in tests/test_litellm

This folder can only run mock tests.