Blog LogoTYPHOON
Home
Research
Join Text-to-Speech Research
DocumentationDemo AppsPlayground
Blog
About
Blog LogoTyphoon
  • Home
  • Research
    • Join Text-to-Speech Research
  • Get Started
    • Documentation
    • Demo Apps
    • Playground
  • Blog
  • About

© 2025 SCB 10X Co., Ltd.

Integrating Typhoon with n8n: Supercharge your automation workflow with Typhoon AI

Integrating Typhoon with n8n: Supercharge your automation workflow with Typhoon AI

n8nWorkflow AutomationIntegrationOpenRouterOpenAIAPITutorial
Oravee (Orn) Smithiphol
Oravee (Orn) Smithiphol
May 19, 2025

Table of Contents

PrerequisitesIntegration OverviewOption 1: OpenRouterOption 2: OpenAI Chat Model (with Typhoon API)🔌 Setting Up Typhoon in n8nA. Using OpenRouter Chat ModelB. Using OpenAI Chat Model🛠️ Example: Feedback Sentiment Analysis1. Trigger – Collect Form Responses2. Analyze – Use Typhoon for Sentiment Analysis3. Store – Send Results to Google SheetsSummary

If you're looking to streamline your processes, increase efficiency, and build smart workflows, n8n is a powerful open-source tool that connects apps and automates tasks. Pair it with Typhoon LLM, a cutting-edge multilingual language model, and you've got an intelligent, cost-effective automation powerhouse.

This tutorial walks you through how to integrate Typhoon LLM into your n8n workflows using OpenRouter or the OpenAI-compatible API.

Prerequisites

Before diving in, make sure you're familiar with basic concepts in n8n—like nodes and workflows. If you're new to it, start with their official documentation.

Integration Overview

n8n supports various LLM providers under the AI > Other AI Nodes > Language Models section. While you won't see “Typhoon” listed explicitly, don't worry—there are two simple ways to use Typhoon with n8n:

  1. Via OpenRouter Node

  2. Via OpenAI Chat Model Node (with Typhoon API compatibility)

Option 1: OpenRouter

OpenRouter aggregates LLMs from multiple providers into a single API, including Typhoon models. Currently available Typhoon models include:

  • typhoon-2-70b-instruct

  • typhoon-2-8b-instruct

These models are available via Typhoon API Pro, powered by TogetherAI.

Option 2: OpenAI Chat Model (with Typhoon API)

n8n's OpenAI Chat Model node isn't limited to OpenAI. It works with any API compatible with OpenAI's format—including Typhoon API and Typhoon API Pro.

Typhoon API: Free and includes the latest models (e.g., typhoon-2.1-gemma-12b).

Typhoon API Pro: Hosted by TogetherAI for production-grade stability and performance.

Check out the API Pro quick start guide for more details.

🔌 Setting Up Typhoon in n8n

A. Using OpenRouter Chat Model

How to use Typhoon through OpenRouter

  1. Add an Action Node → AI > Other AI Nodes > Language Models

  2. Select OpenRouter Chat Model

  3. Obtain your API key from OpenRouter

  4. Search for Typhoon and select a Typhoon model from the dropdown

B. Using OpenAI Chat Model

How to use Typhoon through OpenAI Chat Model

  1. Add an Action Node → Go to AI > Other AI Nodes > Language Models

  2. Select OpenAI Chat Model

  3. Create new credentials:

  • API Key: Get it from Typhoon Playground

  • Base URL: https://api.opentyphoon.ai/v1

Choose your model ID (e.g., typhoon-v2.1-12b-instruct) Refer to model docs or use Playground for reference.

✅ Done! You're now ready to use Typhoon in your workflow.

🛠️ Example: Feedback Sentiment Analysis

Let's build a workflow that collects customer feedback, analyzes sentiment using Typhoon, and stores results in Google Sheets.

Inspired by this example workflow on n8n, here's a simplified version:

Example Sentiment Analysis Workflow

1. Trigger – Collect Form Responses

Use the built-in Form Trigger node. Learn more at this documentation.

2. Analyze – Use Typhoon for Sentiment Analysis

Add the OpenAI or OpenRouter node with Typhoon model.

Example prompt: Analyze the sentiment of this customer review: {{text}}

See more prompt examples here: Typhoon Docs

3. Store – Send Results to Google Sheets

Merge form input and analysis output → Insert into Google Sheets node.

Summary

Typhoon LLM is a high-performing open-source language model optimized for both English and Thai—making it ideal for businesses operating in Thailand or building bilingual apps.

When integrated with n8n:

  • You unlock powerful, low-cost, automated workflows

  • You future-proof your stack with scalable, multilingual AI

Whether you're analyzing feedback, generating content, or automating customer service, Typhoon LLM + n8n is a versatile combo ready to enhance your productivity.

Ready to build smarter workflows?

Start experimenting today and share your creations with the growing Typhoon and n8n communities!

Previous
Introducing Typhoon OCR: An Open-Source Vision-Language Document Parsing Model for English and Thai

Introducing Typhoon OCR: An Open-Source Vision-Language Document Parsing Model for English and Thai

© 2025 SCB 10X Co., Ltd.. All rights reserved