Skip to main content
LoLLMS WebUI, a centralized platform designed for effortless interaction with Large Language Models (LLMs) and multimodal AI systems, offers an intuitive interface to unlock the full potential of AI. The integration between Novita AI and LoLLMS WebUI will unleash transformative power,enabling you to simplify complex tasks, find answers, and explore new possibilities effortlessly. By combining Novita AI with LoLLMS, you’ll gain access to cutting-edge AI capabilities, making it your ultimate assistant for enhanced productivity. This guide provides a step-by-step walkthrough to help you maximize the benefits of this powerful integration.

How to Leverage Novita AI with LoLLMS WebUI

You can find the GitHub repository of LoLLMS WebUI here: ParisNeo/lollms-webui.

Obtain Your Novita AI API Key

  1. Log in to your Novita AI account.
  2. Navigate to the Key Management page.
  3. Generate a new API Key and copy it.

Install LoLLMS WebUI

  1. Automatic Installation:
    • Download the installation script from the scripts folder and run it:
      • lollms_installer.bat for Windows.
      • lollms_installer.sh for Linux.
      • lollms_installer_macos.sh for Mac.
  2. Manual Installation:
    • Ensure Python 3.11 is installed. Check your version with python --version.
    • If needed, download Python 3.11 from Python.org.
Step 1: Clone the Repository
Step 2: Create and Activate a Virtual Environment
  • Create a Virtual Environment:
  • Activate the Virtual Environment:
    • On Windows:
    • On Linux/Mac:
Step 3: Install Requirements
Step 4: Create global_paths_cfg.yaml

Configure Novita AI in LoLLMS WebUI

  1. Install Novita AI Binding
  • Set environment variables for Novita AI binding. For example:
    • On Windows:
    • On Linux/Mac:
  • Run the script to finalize the setup:
  1. Run the Server
  1. Use Novita AI in LoLLMS WebUI
  • Open your browser and navigate to http://localhost:9600 (or the port shown in the terminal).
  • Select Novita AI from the available bindings.
  • Enter your Novita AI API key.
  • Select your desired Novita AI model.
Here is an application: Vibe Coding Using Novita AI Bindings and Services on LoLLMS WebUI.
Last modified on September 1, 2025