Original PR: https://github.com/open-webui/open-webui/pull/22986 Author: @Alex-wuhu Created: 3/24/2026 Status: ❌ Closed
Base: main ← Head: novita-integration
main
novita-integration
a328361
7 files changed (+971 additions, -2 deletions)
📝 backend/open_webui/config.py (+49 -0) 📝 backend/open_webui/main.py (+14 -1) ➕ backend/open_webui/routers/novita.py (+534 -0) ➕ src/lib/apis/novita/index.ts (+145 -0) 📝 src/lib/components/admin/Settings/Connections.svelte (+131 -1) ➕ src/lib/components/admin/Settings/Connections/NovitaConnection.svelte (+97 -0) 📝 src/lib/constants.ts (+1 -0)
backend/open_webui/config.py
backend/open_webui/main.py
backend/open_webui/routers/novita.py
src/lib/apis/novita/index.ts
src/lib/components/admin/Settings/Connections.svelte
src/lib/components/admin/Settings/Connections/NovitaConnection.svelte
src/lib/constants.ts
Add Novita AI as a new LLM provider. Novita offers an OpenAI-compatible API with competitive pricing and a wide selection of open-source models.
NOVITA_API_KEY
NOVITA_API_KEY=your_key_here
Endpoint: https://api.novita.ai/openai
https://api.novita.ai/openai
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.
No dependencies set.
The note is not visible to the blocked user.
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/22986
Author: @Alex-wuhu
Created: 3/24/2026
Status: ❌ Closed
Base:
main← Head:novita-integration📝 Commits (1)
a328361feat: add Novita AI as LLM provider📊 Changes
7 files changed (+971 additions, -2 deletions)
View changed files
📝
backend/open_webui/config.py(+49 -0)📝
backend/open_webui/main.py(+14 -1)➕
backend/open_webui/routers/novita.py(+534 -0)➕
src/lib/apis/novita/index.ts(+145 -0)📝
src/lib/components/admin/Settings/Connections.svelte(+131 -1)➕
src/lib/components/admin/Settings/Connections/NovitaConnection.svelte(+97 -0)📝
src/lib/constants.ts(+1 -0)📄 Description
Summary
Add Novita AI as a new LLM provider. Novita offers an OpenAI-compatible API with competitive pricing and a wide selection of open-source models.
Changes
NOVITA_API_KEYenvironment variableConfiguration
Endpoint:
https://api.novita.ai/openai🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.