Oracle Cloud Just Made LiteLLM a Native Provider for OCI Generative AI Oracle Cloud announced native support for LiteLLM as a provider for OCI Generative AI Infrastructure, enabling developers to route requests to OCI-hosted models through LiteLLM's gateway with built-in production controls. The integration handles OCI Signature v1 request signing, budgets, rate limits, caching, and guardrails, allowing teams to use a single OpenAI-compatible API for Oracle's model catalog. This move follows similar integrations by AWS and Cisco, reflecting a trend of cloud providers adopting LiteLLM as a unified gateway. Oracle Cloud announced this week that LiteLLM is now a first-class provider for Oracle Generative AI Infrastructure. Not a community plugin, not a third-party wrapper. Native support. Original announcement from Oracle Cloud on LinkedIn https://www.linkedin.com/feed/update/urn:li:share:7475899355359739905/ You can now route requests to models hosted on Oracle's Generative AI Infrastructure through LiteLLM. The gateway handles OCI Signature v1 request signing and all the production controls you'd expect, budgets, rate limits, caching, guardrails. The model catalog on OCI is broader than most people realize: So if you're running on OCI already, you don't need a separate model gateway. Point LiteLLM at your OCI tenancy and go. model list: - model name: grok-4 litellm params: model: oci genai/xai.grok-4 oci config path: /path/to/oci/config python import litellm response = litellm.completion model="oci genai/xai.grok-4", messages= {"role": "user", "content": "explain OCI networking"} That's it. LiteLLM handles the OCI auth signing, retries, and all gateway features automatically. Oracle joining as a native provider brings LiteLLM's supported provider count past 100. But the real value is for teams already on OCI. Instead of building custom integrations for each model family Oracle hosts, you get a single OpenAI-compatible API with full spend tracking and access controls. The architecture is clean. Application code talks to LiteLLM, LiteLLM handles vendor adapters and request signing, Oracle handles inference. No middleware, no extra hops. Oracle is the latest in a streak of cloud providers building native LiteLLM integrations. AWS did the same thing with Bedrock AgentCore earlier this month, and Cisco integrated AI Defense as a guardrail layer. The pattern is clear, these teams want a unified gateway that already has the enterprise controls built in, rather than building their own.