From bc6a6cda8a3ddcd481b790b8c57551af0756b625 Mon Sep 17 00:00:00 2001 From: Engincan VESKE Date: Mon, 23 Mar 2026 11:43:49 +0300 Subject: [PATCH] Change header format for OpenAI-Compatible API section Updated section header for OpenAI-Compatible API and improved formatting. --- docs/en/modules/ai-management/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/modules/ai-management/index.md b/docs/en/modules/ai-management/index.md index a551d5beef..1cef520472 100644 --- a/docs/en/modules/ai-management/index.md +++ b/docs/en/modules/ai-management/index.md @@ -813,7 +813,7 @@ Your application acts as a proxy, forwarding these requests to the AI Management | **3. Client Remote** | No | Remote Service | Remote Service | No | Microservices consuming AI centrally | | **4. Client Proxy** | No | Remote Service | Remote Service | Yes | API Gateway pattern, proxy services | -### OpenAI-Compatible API +## OpenAI-Compatible API The AI Management module exposes an **OpenAI-compatible REST API** at the `/v1` path. This allows any application or tool that supports the OpenAI API format -- such as [AnythingLLM](https://anythingllm.com/), [Open WebUI](https://openwebui.com/), [Dify](https://dify.ai/), or custom scripts using the OpenAI SDK -- to connect directly to your AI Management instance.