Implemented 4/29/2026

1

Votes

Custom AI providers

Please add support for a custom OpenAI API-compatible provider such as OpenRouter.

Jitbit already uses the standard OpenAI .NET SDK, and that SDK supports a custom endpoint URL instead of https://api.openai.com/v1. It looks like the only missing part is exposing this as a supported setting, for example in appsettings, similar to OpenAIModelName.

Proposed changes:
- add an optional OpenAI endpoint/base URL setting
- use the default OpenAI endpoint if it is not set
- use the configured endpoint if it is provided (and the corresponding model)
- take out the parameters (OpenAIModelName, OpenAIProxyURL) to Admin → AI Features
avatar
Max 4/29/2026 2:20 PM Tech
We'll roll this out to SaaS tomorrow. On-prem starting with 11.22

Log in to comment...