I have an Open WebUI instance with several available models. Open WebUI comes with an OpenAI compatible API. This endpoint is available at https://ai-chat.SomeDomain.de/api/ such that I can, e.g., call https://ai-chat.SomeDomain.de/api/models to get my models listed.
I tried to integrate it as OpenAI provider in Only Office (using the above mentioned API-URL and my API-Key), but it doesn’t work. Only Office doesn’t load any models.
I took a look at the network traffic. It looks like Only Office is trying to get the model list using OPTIONS instead of GET:
However, the Official OpenAI API documentation describes the retrieval of models with GET.
I assume that this is the reason why the integration with Open WebUI doesn’t work.
I tested with Only Office 9.2.1.43 (Community-Version) with the new built-in AI-Agent menu as well es with the AI-Plugin.
Thanks a lot in advance for your support!
