From f46f9d3fd99c5aef82abdf79c8b1388ffd1f9045 Mon Sep 17 00:00:00 2001 From: Ishaan Jaffer Date: Tue, 30 Sep 2025 15:54:09 -0700 Subject: [PATCH] docs azure passthrough api fixes --- docs/my-website/docs/proxy/pass_through.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/docs/my-website/docs/proxy/pass_through.md b/docs/my-website/docs/proxy/pass_through.md index b7978d9f65..7309cdeda2 100644 --- a/docs/my-website/docs/proxy/pass_through.md +++ b/docs/my-website/docs/proxy/pass_through.md @@ -243,6 +243,18 @@ curl --location 'http://0.0.0.0:4000/v1/messages' \ }' ``` +--- + +## Tutorial - Add Azure OpenAI Assistants API as a Pass Through Endpoint + +In this video, we'll add the Azure OpenAI Assistants API as a pass through endpoint to LiteLLM Proxy. + + + +
+
+ + --- ## Troubleshooting