Chat with Uncensored Dolphin Mixtral 8x22B using Novita AI

Go to Workflow
0 views
Built by Aitor | 1Node Aitor | 1Node
Created on June 08, 2026

Description

This n8n workflow enables you to chat with the uncensored Dolphin Mixtral 8x22B large language model through the Novita AI inference. It provides a streamlined process for sending user messages to the model and returning its responses, making it easy to integrate into chatbots, automation, or internal tools.

How It Works

User messages** are received from chat trigger
The edit node prepares and formats the request for Novita AI's chat completion endpoint.
The message is sent to Dolphin Mixtral 8x22B (uncensored) via the Novita API.
The model's reply is extracted and returned as a clean string, ready for display or further automation.

Set Up Steps

Create a Novita AI account
Sign up at Novita AI to access the API.

Get your Novita API key
Log into your Novita account and generate your API key.

Configure the workflow in n8n
Insert your Novita API key in the "Set fields" node, as well as additional endpoint parameters you might want to add to optimize your api

(Optional) Customize or extend
Add input triggers (chat, webhook, etc.), post-processing nodes, or error handling as needed.

Useful links
Novita chat completion docs
Novita Privacy Policy

Notes

Dolphin Mixtral 8x22B** is uncensored: The model is very permissive and does not have restrictive safety alignment, so ensure your use case is appropriate and consider adding your own safety checks, as well as reviewing Novita's privacy policy.
You can review and adapt the workflow steps inside n8n to fit your requirements, such as saving chat logs, formatting responses, or integrating with other tools.

Nodes Used (1)

HTTP Request
n8n-nodes-base.httpRequest