#18166 [Bug]: litellm not support oci gemini models
### What happened?
I had config oci gemini models, and when request to http://ip:4000/v1, errors bellow
01:59:53 - LiteLLM Proxy:ERROR: common_request_processing.py:765 - litellm.proxy.proxy_server._handle_llm_api_exception(): Exception occured - litellm.APIConnectionError: OciException - { "code": "400", "message": "Please pass in correct format of request." }. Received Model Group=oci-gemini-2.5-pro litellm-1 | Available Model Group Fallbacks=None LiteLLM Retried: 1 times, LiteLLM Max Retries: 2 litellm-1 | Traceback (most recent call last): litellm-1 | File "/usr/lib/python3.13/site-packages/litellm/llms/oci/chat/transformation.py", line 1046, in get_async_custom_stream_wrapper litellm-1 | response = await client.post( litellm-1 | ^^^^^^^^^^^^^^^^^^ litellm-1 | ...<6 lines>... litellm-1 | ) litellm-1 | ^ litellm-1 | File "/usr/lib/python3.13/site-packages/litellm/litellm_core_utils/logging_utils.py", line 190, in async_wrapper litellm-1 | result = await func(*args, **kwargs) litellm-1 | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ litellm-1 | File "/usr/lib/python3.13/site-packages/litellm/llms/custom_httpx/http_handler.py", line 450, in post litellm-1 | raise e litellm-1 | File "/usr/lib/pyth…