Visão Geral
O LibreChat funciona bem com o TokenLab através de um endpoint personalizado compatível com OpenAI.Tipo: Aplicativo de ChatCaminho Principal: Completions de chat compatíveis com OpenAINível de Suporte: Caminho suportado
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Configure o LibreChat para usar o TokenLab como um endpoint personalizado compatível com OpenAI
TOKENLAB_API_KEY=sk-your-tokenlab-key
customEndpoints:
- name: 'TokenLab'
apiKey: '${TOKENLAB_API_KEY}'
baseURL: 'https://api.tokenlab.sh/v1'
models:
default:
- 'gpt-5.5'
- 'gpt-5.4'
- 'gpt-5.4-mini'
- 'claude-opus-4-8'
- 'claude-sonnet-5'
- 'gemini-3.5-flash'
- 'deepseek-v4-pro'
- 'deepseek-v4-flash'
fetch: true
titleConvo: true
titleModel: 'gpt-5.4-mini'
modelDisplayLabel: 'TokenLab'