litellm-mirror/litellm/llms/openai/chat
Krish Dholakia 5bd6e93ac7 Support format param for specifying image type (#9019)
* fix(transformation.py): support a 'format' parameter for image's

allow user to specify mime type

* fix: pass mimetype via 'format' param

* feat(gemini/chat/transformation.py): support 'format' param for gemini

* fix(factory.py): support 'format' param on sync bedrock converse calls

* feat(bedrock/converse_transformation.py): support 'format' param for bedrock async calls

* refactor(factory.py): move to supporting 'format' param in base helper

ensures consistency in param support

* feat(gpt_transformation.py): filter out 'format' param

don't send invalid param to openai

* fix(gpt_transformation.py): fix translation

* fix: fix translation error
2025-03-05 19:52:53 -08:00
..
gpt_audio_transformation.py (code quality) run ruff rule to ban unused imports (#7313) 2024-12-19 12:33:42 -08:00
gpt_transformation.py Support format param for specifying image type (#9019) 2025-03-05 19:52:53 -08:00
o_series_handler.py Improved O3 + Azure O3 support (#8181) 2025-02-01 09:52:28 -08:00
o_series_transformation.py build: merge branch 2025-03-02 08:31:57 -08:00