mirror of
https://github.com/tiennm99/litellm.git
synced 2026-07-16 06:16:57 +00:00
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.