Browse Source

Merge pull request #25135 from abpframework/EngincanV-patch-1

Change header format for OpenAI-Compatible API section
pull/25136/head
Enis Necipoglu 7 days ago
committed by GitHub
parent
commit
c213f9a91c
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      docs/en/modules/ai-management/index.md

2
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.

Loading…
Cancel
Save