Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
LibreChat을 TokenLab의 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'