From 7da4e2197dbdb07f1067f2c35b043b24fd58b429 Mon Sep 17 00:00:00 2001 From: Ishaan Jaff Date: Sat, 28 Jun 2025 21:59:07 -0700 Subject: [PATCH] Benefits of using gemini-cli with LiteLLM --- .../docs/tutorials/litellm_gemini_cli.md | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/docs/my-website/docs/tutorials/litellm_gemini_cli.md b/docs/my-website/docs/tutorials/litellm_gemini_cli.md index 6c37c47c20..82d504803e 100644 --- a/docs/my-website/docs/tutorials/litellm_gemini_cli.md +++ b/docs/my-website/docs/tutorials/litellm_gemini_cli.md @@ -5,7 +5,7 @@ This tutorial shows you how to integrate the Gemini CLI with LiteLLM Proxy, allo :::info -This integration is supported from LiteLLMv1.73.3-nightly and above. +This integration is supported from LiteLLM v1.73.3-nightly and above. ::: @@ -13,6 +13,19 @@ This integration is supported from LiteLLMv1.73.3-nightly and above. +## Benefits of using gemini-cli with LiteLLM + +When you use gemini-cli with LiteLLM you get the following benefits: + +**Developer Benefits:** +- Universal Model Access: Use any LiteLLM supported model (Anthropic, OpenAI, Vertex AI, Bedrock, etc.) through the gemini-cli interface. +- Higher Rate Limits & Reliability: Load balance across multiple models and providers to avoid hitting individual provider limits, with fallbacks to ensure you get responses even if one provider fails. + +**Proxy Admin Benefits:** +- Centralized Management: Control access to all models through a single LiteLLM proxy instance without giving your developers API Keys to each provider. +- Budget Controls: Set spending limits and track costs across all gemini-cli usage. + + ## Prerequisites