> ## Documentation Index
> Fetch the complete documentation index at: https://docs.tokenlab.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Chatbox

> Use TokenLab in Chatbox through the OpenAI-compatible provider flow

## Overview

Chatbox can use TokenLab through its OpenAI-compatible API settings.

<Note>
  **Type**: Chat App

  **Primary Path**: OpenAI-compatible chat completions

  **Support Confidence**: Supported path
</Note>

## Configure Chatbox

1. Open **Settings** -> **AI Model**
2. Choose **OpenAI API Compatible**
3. Enter:
   * **API Host**: `https://api.tokenlab.sh/v1`
   * **API Key**: `sk-your-tokenlab-key`
   * **Model**: `gpt-5.4-mini`
4. Save and send a short test message.

## Recommended Models

| Use Case            | Model                  |
| ------------------- | ---------------------- |
| Everyday chat       | `gpt-5.4-mini`         |
| Stronger reasoning  | `gpt-5.4` or `gpt-5.5` |
| Claude-style output | `claude-sonnet-5`      |
| Fast fallback       | `deepseek-v4-flash`    |

## Notes

If your Chatbox build already lists TokenLab as a built-in provider, select it directly. If not, the OpenAI-compatible provider path above is the safest fallback.
