diff --git a/README.md b/README.md
index 8b207029..9b59613e 100644
--- a/README.md
+++ b/README.md
@@ -75,6 +75,7 @@ Explore various examples that show different models deployed with LitServe:
|---|---|---|
| [Hello world](#implement-a-server) | Hello world model | |
| [Llama 3 (8B)](https://lightning.ai/lightning-ai/studios/deploy-a-private-llama-3-8b-api) | **(LLM)** Deploy Llama 3 | |
+| [OpenAI Proxy Server](https://lightning.ai/lightning-ai/studios/openai-proxy-server) | **(LLM)** OpenAI proxy server with fallback to another LLM API provider | |
| [ANY Hugging face model](https://lightning.ai/lightning-ai/studios/deploy-any-hugging-face-model-instantly) | **(Text)** Deploy any Hugging Face model | |
| [Hugging face BERT model](https://lightning.ai/lightning-ai/studios/deploy-a-hugging-face-bert-model) | **(Text)** Deploy model for tasks like text generation and more |
| [Open AI CLIP](https://lightning.ai/lightning-ai/studios/deploy-open-ai-clip-with-litserve) | **(Multimodal)** Deploy Open AI CLIP for tasks like image understanding |