{"slug": "oracle-cloud-just-made-litellm-a-native-provider-for-oci-generative-ai", "title": "Oracle Cloud Just Made LiteLLM a Native Provider for OCI Generative AI", "summary": "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.", "body_md": "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.\n\n[Original announcement from Oracle Cloud on LinkedIn](https://www.linkedin.com/feed/update/urn:li:share:7475899355359739905/)\n\nYou 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.\n\nThe model catalog on OCI is broader than most people realize:\n\nSo if you're running on OCI already, you don't need a separate model gateway. Point LiteLLM at your OCI tenancy and go.\n\n```\nmodel_list:\n  - model_name: grok-4\n    litellm_params:\n      model: oci_genai/xai.grok-4\n      oci_config_path: /path/to/oci/config\npython\nimport litellm\n\nresponse = litellm.completion(\n    model=\"oci_genai/xai.grok-4\",\n    messages=[{\"role\": \"user\", \"content\": \"explain OCI networking\"}]\n)\n```\n\nThat's it. LiteLLM handles the OCI auth signing, retries, and all gateway features automatically.\n\nOracle 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.\n\nThe architecture is clean. Application code talks to LiteLLM, LiteLLM handles vendor adapters and request signing, Oracle handles inference. No middleware, no extra hops.\n\nOracle 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.", "url": "https://wpnews.pro/news/oracle-cloud-just-made-litellm-a-native-provider-for-oci-generative-ai", "canonical_source": "https://dev.to/paultwist/oracle-cloud-just-made-litellm-a-native-provider-for-oci-generative-ai-2gel", "published_at": "2026-06-26 02:50:47+00:00", "updated_at": "2026-06-26 03:34:14.089577+00:00", "lang": "en", "topics": ["ai-infrastructure", "developer-tools", "large-language-models", "generative-ai", "ai-products"], "entities": ["Oracle Cloud", "LiteLLM", "OCI Generative AI Infrastructure", "AWS", "Bedrock AgentCore", "Cisco", "AI Defense"], "alternates": {"html": "https://wpnews.pro/news/oracle-cloud-just-made-litellm-a-native-provider-for-oci-generative-ai", "markdown": "https://wpnews.pro/news/oracle-cloud-just-made-litellm-a-native-provider-for-oci-generative-ai.md", "text": "https://wpnews.pro/news/oracle-cloud-just-made-litellm-a-native-provider-for-oci-generative-ai.txt", "jsonld": "https://wpnews.pro/news/oracle-cloud-just-made-litellm-a-native-provider-for-oci-generative-ai.jsonld"}}