Skip to main content

Overview

LangBot can call TokenLab through an OpenAI-compatible LLM requester.
Type: Bot PlatformPrimary Path: OpenAI-compatible chat completionsSupport Confidence: Supported with scope limits

TokenLab Requester

If your LangBot build includes a TokenLab requester:
  1. Open LangBot’s model provider settings.
  2. Add a provider with requester TokenLab.
  3. Set the API key to your TokenLab key.
  4. Select or create a model such as gpt-5.4-mini.
  5. Attach the model to the pipeline or bot that should use it.

OpenAI-Compatible Fallback

If TokenLab is not listed yet, use the OpenAI-compatible requester:
FieldValue
RequesterOpenAI Chat Completions
Base URLhttps://api.tokenlab.sh/v1
API Keysk-your-tokenlab-key
Modelgpt-5.4-mini
  • gpt-5.4-mini for most bot interactions
  • claude-sonnet-5 for longer writing and reasoning
  • deepseek-v4-flash for fast coding and reasoning loops
  • gemini-3.5-flash for fast general workflows