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

# LibreChat'i CometAPI ile kullanın

> Bu kılavuzu kullanarak base URL, API key ve model veya provider seçeneklerini ayarlayarak LibreChat'i CometAPI ile yapılandırın.

[LibreChat](https://www.librechat.ai/), birden fazla AI provider'ını destekleyen açık kaynaklı bir sohbet arayüzüdür. OpenAI-compatible bir endpoint olarak yapılandırarak bunu CometAPI'ye bağlayın.

## Ön koşullar

* LibreChat — [cloud](https://librechat-librechat.hf.space/), [self-hosted](https://github.com/danny-avila/LibreChat) veya local
* Etkin bir API key'e sahip bir [CometAPI](https://www.cometapi.com) hesabı

## Kurulum

<Steps>
  <Step title="CometAPI API key'inizi alın">
    [CometAPI dashboard](https://www.cometapi.com/console)'a giriş yapın. **Add API Key** seçeneğine tıklayın ve key'inizi ve base URL'nizi (`https://api.cometapi.com`) kopyalayın.

    <Frame>
      <img src="https://mintcdn.com/cometapi/SZhlxZhCnMLn__BW/images/overview/810968_364191.png?fit=max&auto=format&n=SZhlxZhCnMLn__BW&q=85&s=aef81a83f29f8eb16655ed4060425f50" alt="CometAPI dashboard — API Key ekleyin" width="3824" height="1892" data-path="images/overview/810968_364191.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cometapi/HhtmQffktazbxUvS/images/overview/810968_364193.png?fit=max&auto=format&n=HhtmQffktazbxUvS&q=85&s=d893f659267150d0faf45f99eb5dffc1" alt="CometAPI API key ve base URL" width="2434" height="1232" data-path="images/overview/810968_364193.png" />
    </Frame>
  </Step>

  <Step title="OpenAI endpoint'ini yapılandırın">
    LibreChat'te **Settings** → **OpenAI** bölümüne gidin. **URL** alanına `https://api.cometapi.com` girin, key'inizi **API Key** alanına yapıştırın ve **Save** seçeneğine tıklayın.

    <Frame>
      <img src="https://mintcdn.com/cometapi/mA1ovj6s0e3RM42l/images/integrations/810968_351621.png?fit=max&auto=format&n=mA1ovj6s0e3RM42l&q=85&s=5d45cd43d93da40b2a2e0242aae24b04" alt="LibreChat ayarları — OpenAI URL ve key alanları" width="1024" height="496" data-path="images/integrations/810968_351621.png" />
    </Frame>

    <Frame>
      <img src="https://mintcdn.com/cometapi/mA1ovj6s0e3RM42l/images/integrations/810968_351622.png?fit=max&auto=format&n=mA1ovj6s0e3RM42l&q=85&s=618a09316772d953db084f36234fd8d5" alt="CometAPI yapılandırıldıktan sonra LibreChat sohbet arayüzü" width="1265" height="607" data-path="images/integrations/810968_351622.png" />
    </Frame>
  </Step>

  <Step title="Bağlantıyı test edin">
    LibreChat'te bir konuşma başlatın. Başarılı bir yanıt, entegrasyonun çalıştığını doğrular.
  </Step>
</Steps>

<script type="application/ld+json">
  {`
    {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "HowTo",
        "@id": "https://apidoc.cometapi.com/integrations/librechat#howto",
        "name": "LibreChat'i CometAPI ile kullanın",
        "description": "Bu kılavuzu kullanarak base URL, API key ve model veya provider seçeneklerini ayarlayarak LibreChat'i CometAPI ile yapılandırın.",
        "step": [
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/librechat#step-1",
            "position": 1,
            "name": "CometAPI API key'inizi alın",
            "text": "CometAPI hesabınızı oluşturun veya açın, ardından dashboard'dan etkin bir API key kopyalayın."
          },
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/librechat#step-2",
            "position": 2,
            "name": "OpenAI endpoint'ini yapılandırın",
            "text": "LibreChat'i CometAPI ile kullanın kılavuzundaki OpenAI endpoint'ini yapılandırın adımını tamamlayın."
          },
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/librechat#step-3",
            "position": 3,
            "name": "Bağlantıyı test edin",
            "text": "CometAPI Models sayfasından geçerli bir model ID seçin, ardından entegrasyondan bir test isteği gönderin."
          }
        ]
      },
      {
        "@type": "BreadcrumbList",
        "itemListElement": [
          {
            "@type": "ListItem",
            "position": 1,
            "name": "CometAPI Dokümantasyonu",
            "item": "https://apidoc.cometapi.com/"
          },
          {
            "@type": "ListItem",
            "position": 2,
            "name": "Entegrasyonlar",
            "item": "https://apidoc.cometapi.com/integrations"
          },
          {
            "@type": "ListItem",
            "position": 3,
            "name": "LibreChat'i CometAPI ile kullanın",
            "item": "https://apidoc.cometapi.com/integrations/librechat"
          }
        ]
      }
    ]
    }
    `}
</script>
