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

# LibreChat

> LibreChat'i özel bir OpenAI uyumlu uç nokta olarak TokenLab kullanacak şekilde yapılandırın

## Genel Bakış

LibreChat, özel bir OpenAI uyumlu uç nokta aracılığıyla TokenLab ile sorunsuz bir şekilde çalışır.

<Note>
  **Tür**: Sohbet Uygulaması

  **Birincil Yol**: OpenAI uyumlu sohbet tamamlamaları

  **Destek Güveni**: Desteklenen yol
</Note>

## Ortam

```bash theme={null}
TOKENLAB_API_KEY=sk-your-tokenlab-key
```

## Örnek Uç Nokta

TokenLab'i LibreChat uç nokta yapılandırmanıza ekleyin:

```yaml theme={null}
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'
```

## Notlar

LibreChat, bu kurulum için OpenAI uyumlu sohbet yolunu kullanır. TokenLab ayrıca, bu istek biçimlerini destekleyen istemciler için yerel Responses, Anthropic Messages ve Gemini uyumlu uç noktalar da sunar.
