> ## 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.

# Jan

> 通过远程 OpenAI 兼容提供商在 Jan 中使用 TokenLab 模型

## 概述

Jan 可以作为远程 OpenAI 兼容提供商连接到 TokenLab。

<Note>
  **类型**: 聊天应用

  **主要路径**: OpenAI 兼容的聊天补全 (chat completions)

  **支持置信度**: 已支持路径
</Note>

## 配置 Jan

1. 打开 **Settings** -> **Providers**
2. 添加一个远程 OpenAI 兼容提供商
3. 输入:
   * **Name**: TokenLab
   * **Base URL**: `https://api.tokenlab.sh/v1`
   * **API Key**: `sk-your-tokenlab-key`
4. 添加或选择 `gpt-5.4-mini`
5. 保存并开启一个新会话。

## 模型发现

TokenLab 通过以下地址提供模型发现功能：

```text theme={null}
https://api.tokenlab.sh/v1/models
```

如果您的 Jan 构建版本支持 TokenLab 的远程模型发现，请刷新模型列表。否则，请手动添加模型 ID。

## 推荐模型

* `gpt-5.4-mini`
* `gpt-5.4`
* `claude-sonnet-5`
* `gemini-3.5-flash`
* `deepseek-v4-flash`
