Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 1.52 KB

File metadata and controls

37 lines (22 loc) · 1.52 KB

n8n-nodes-baseten

An n8n community node for using Baseten-hosted chat models in your n8n workflows.

Baseten is a model inference platform that supports the full OpenAI Chat Completions API, including structured outputs, tool calling, and streaming.

Installation | Credentials | Usage | Resources

Installation

Follow the installation guide in the n8n community nodes documentation.

In your n8n instance, go to Settings → Community Nodes and install:

n8n-nodes-baseten

Credentials

  1. Sign up at app.baseten.co
  2. Go to Settings → API Keys and create a new API key
  3. In n8n, create a new Baseten API credential and paste your key

Usage

The Baseten Chat Model node connects to any model available on Baseten. Use it anywhere n8n accepts a chat model — e.g. the AI Agent node or Basic LLM Chain.

Once your API key is saved, the Model dropdown auto-populates with all available models. You can also set it to a model slug directly, for example {{ "moonshotai/Kimi-K2.5" }}.

Find the full list of supported model slugs in the Baseten Model APIs documentation.

Resources