Version: ONLYOFFICE Desktop Editors Community 9.3.0.140 (x64) - confirmed up to date
OS: Windows
I am trying to add a remote OpenAI-compatible AI provider in the AI Agent but get an “Invalid URL” error immediately when trying to save.
Steps to reproduce:
- Open ONLYOFFICE Desktop Editors 9.3
- Go to AI Agent - Settings - Connection - Add provider
- Select Provider: OpenAI Compatible
- Enter a name
- Enter URL: https://api.openai-compat.model-serving.eu01.onstackit.cloud/v1
- Enter a valid API key
- Click Add provider
Result: “Invalid URL” error. Provider cannot be saved.
Expected result: Provider is accepted and model list is fetched.
Additional finding: When I replace the URL with https://api.openai.com/v1 I get “Invalid API key” instead of “Invalid URL”. This proves the URL format is not the problem - the issue is that OnlyOffice is rejecting the STACKIT domain specifically.
The same STACKIT endpoint works correctly in Open WebUI and other OpenAI-compatible clients.
Note: There is no documentation for the “OpenAI Compatible” provider option in the Desktop AI Agent help center, so it is impossible to know what URL format or domains are expected.