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:- Add Chat Models -> TokenLab
- Create a TokenLab API credential
- Set Model Name to
gpt-5.4-mini - Connect it to your chain, agent, or workflow
- Run a test prompt.
OpenAI-Compatible Fallback
If the TokenLab node is not available yet, use an OpenAI-compatible chat model node with:| Field | Value |
|---|---|
| Base URL | https://api.tokenlab.sh/v1 |
| API Key | sk-your-tokenlab-key |
| Model | gpt-5.4-mini |
Recommended Models
gpt-5.4-minifor most workflow testsclaude-sonnet-5for stronger writing and reasoninggemini-3.5-flashfor fast multimodal-friendly workflowsdeepseek-v4-flashfor fast code or reasoning iterations