cd /news/ai-infrastructure/oracle-cloud-just-made-litellm-a-nat… · home topics ai-infrastructure article
[ARTICLE · art-40218] src=dev.to ↗ pub= topic=ai-infrastructure verified=true sentiment=↑ positive

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.

read1 min views1 publishedJun 26, 2026

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

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.

── more in #ai-infrastructure 4 stories · sorted by recency
── more on @oracle cloud 3 stories trending now
sponsored brought to you by zahid.host 4,200+ EU-deployed projects
reading about agents? ship yours in a single git push.

Run your AI side-project on zahid.host

EU-based hosting, git-push deploys, automatic HTTPS, no cold starts. Free tier with a custom domain — perfect for shipping the agent you just read about.

$git push zahid main
Live at https://your-agent.zahid.host
Get free account → Pricing
from €0/mo · no card required
LIVE [news/oracle-cloud-just-ma…] indexed:0 read:1min 2026-06-26 ·