Skip to main content

Overview

Flowise can call TokenLab through a TokenLab chat node when available, or through an OpenAI-compatible chat model node pointed at TokenLab.
Type: Workflow BuilderPrimary Path: OpenAI-compatible chat completionsSupport Confidence: Supported with scope limits

TokenLab Node

If your Flowise build includes a TokenLab chat model node:
  1. Add Chat Models -> TokenLab
  2. Create a TokenLab API credential
  3. Set Model Name to gpt-5.4-mini
  4. Connect it to your chain, agent, or workflow
  5. Run a test prompt.

OpenAI-Compatible Fallback

If the TokenLab node is not available yet, use an OpenAI-compatible chat model node with:
FieldValue
Base URLhttps://api.tokenlab.sh/v1
API Keysk-your-tokenlab-key
Modelgpt-5.4-mini
  • gpt-5.4-mini for most workflow tests
  • claude-sonnet-5 for stronger writing and reasoning
  • gemini-3.5-flash for fast multimodal-friendly workflows
  • deepseek-v4-flash for fast code or reasoning iterations