litellm/tests/litellm
Cesar Garcia 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
..
a2a_protocol/providers/pydantic_ai_agents [Feat] New provider - Agent Gateway, add pydantic ai agents (#18013) 2025-12-15 17:40:58 -08:00
llms fix(oci): handle OpenAI-style image_url object in multimodal messages (#18272) 2026-01-12 17:08:32 +05:30
proxy/management_endpoints [Feat] Add Cost Estimator for AI Gateway (#18643) 2026-01-05 16:51:23 +05:30