[PR #4879] [CLOSED] feat: add n1n LLM provider #4802

Closed
opened 2026-02-22 18:36:33 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Mintplex-Labs/anything-llm/pull/4879
Author: @n1n-api
Created: 1/18/2026
Status: Closed

Base: masterHead: add-n1n-provider


📝 Commits (1)

  • 864b22f feat: add n1n LLM provider

📊 Changes

11 files changed (+340 additions, -1 deletions)

View changed files

frontend/src/components/LLMSelection/N1nOptions/index.jsx (+100 -0)
frontend/src/media/llmprovider/n1n.png (+0 -0)
📝 frontend/src/pages/GeneralSettings/LLMPreference/index.jsx (+10 -0)
📝 frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx (+9 -0)
📝 frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx (+1 -0)
📝 server/models/systemSettings.js (+5 -1)
📝 server/utils/AiProviders/modelMap/legacy.js (+8 -0)
server/utils/AiProviders/n1n/index.js (+161 -0)
📝 server/utils/helpers/customModels.js (+28 -0)
📝 server/utils/helpers/index.js (+8 -0)
📝 server/utils/helpers/updateENV.js (+10 -0)

📄 Description

This PR adds n1n as a new LLM provider. n1n is an OpenAI-compatible provider that offers various powerful models. The integration includes backend support, environment variable management, and frontend configuration UI with custom model fetching support.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/Mintplex-Labs/anything-llm/pull/4879 **Author:** [@n1n-api](https://github.com/n1n-api) **Created:** 1/18/2026 **Status:** ❌ Closed **Base:** `master` ← **Head:** `add-n1n-provider` --- ### 📝 Commits (1) - [`864b22f`](https://github.com/Mintplex-Labs/anything-llm/commit/864b22fc766b6f9f33f555a5c28b582a8a9b7834) feat: add n1n LLM provider ### 📊 Changes **11 files changed** (+340 additions, -1 deletions) <details> <summary>View changed files</summary> ➕ `frontend/src/components/LLMSelection/N1nOptions/index.jsx` (+100 -0) ➕ `frontend/src/media/llmprovider/n1n.png` (+0 -0) 📝 `frontend/src/pages/GeneralSettings/LLMPreference/index.jsx` (+10 -0) 📝 `frontend/src/pages/OnboardingFlow/Steps/LLMPreference/index.jsx` (+9 -0) 📝 `frontend/src/pages/WorkspaceSettings/AgentConfig/AgentLLMSelection/index.jsx` (+1 -0) 📝 `server/models/systemSettings.js` (+5 -1) 📝 `server/utils/AiProviders/modelMap/legacy.js` (+8 -0) ➕ `server/utils/AiProviders/n1n/index.js` (+161 -0) 📝 `server/utils/helpers/customModels.js` (+28 -0) 📝 `server/utils/helpers/index.js` (+8 -0) 📝 `server/utils/helpers/updateENV.js` (+10 -0) </details> ### 📄 Description This PR adds n1n as a new LLM provider. n1n is an OpenAI-compatible provider that offers various powerful models. The integration includes backend support, environment variable management, and frontend configuration UI with custom model fetching support. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-22 18:36:33 -05:00
yindo closed this issue 2026-02-22 18:36:34 -05:00
yindo changed title from [PR #4879] feat: add n1n LLM provider to [PR #4879] [CLOSED] feat: add n1n LLM provider 2026-06-05 15:20:27 -04:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: Mintplex-Labs/anything-llm#4802