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

# NextChat'i CometAPI ile kullanın

> Bu kılavuzu, base URL, API key ve model veya sağlayıcı seçeneklerini ayarlayarak NextChat'i CometAPI ile yapılandırmak için kullanın.

[NextChat](https://nextchat.club/) (eski adıyla ChatGPT Next Web), tek tıklamayla dağıtılabilen bir AI sohbet uygulamasıdır. OpenAI-compatible API ayarlarını kullanarak bunu CometAPI'ye bağlayın.

## Ön koşullar

* [NextChat](https://nextchat.club/) (web, masaüstü veya self-hosted)
* 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 anahtarınızı 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 ekle" 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="API endpoint'i yapılandırın">
    NextChat'te **Settings** → **Custom Interface** bölümünü açın. **OpenAI API** seçeneğini seçin, **Interface Address** alanına `https://api.cometapi.com` girin, anahtarınızı **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_351592.png?fit=max&auto=format&n=mA1ovj6s0e3RM42l&q=85&s=9e22a16aa7ddec68fcbbecb8ef28c2e6" alt="NextChat ayarları — custom interface ve OpenAI API seçenekleri" width="1919" height="930" data-path="images/integrations/810968_351592.png" />
    </Frame>
  </Step>

  <Step title="Bağlantıyı test edin">
    Bir test mesajı gönderin. Başarılı bir yanıt, entegrasyonun çalıştığını doğrular.
  </Step>
</Steps>

<Tip>
  Özel modeller eklemek için **Settings** → **Custom Model Names** bölümüne gidin ve şu formatta girdiler ekleyin:

  ```
  +your-model-id@OpenAI
  ```

  Format: `+` bir model ekler, `@` işaretinden önceki ad model ID'dir ve `@OpenAI` OpenAI formatını kullandığı anlamına gelir. Birden fazla girdiyi virgülle ayırın.
</Tip>

<script type="application/ld+json">
  {`
    {
    "@context": "https://schema.org",
    "@graph": [
      {
        "@type": "HowTo",
        "@id": "https://apidoc.cometapi.com/integrations/next-chat#howto",
        "name": "NextChat'i CometAPI ile kullanın",
        "description": "Bu kılavuzu, base URL, API key ve model veya sağlayıcı seçeneklerini ayarlayarak NextChat'i CometAPI ile yapılandırmak için kullanın.",
        "step": [
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/next-chat#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/next-chat#step-2",
            "position": 2,
            "name": "API endpoint'i yapılandırın",
            "text": "NextChat'i CometAPI ile kullanın kılavuzundaki API endpoint'i yapılandırın adımını tamamlayın."
          },
          {
            "@type": "HowToStep",
            "@id": "https://apidoc.cometapi.com/integrations/next-chat#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": "NextChat'i CometAPI ile kullanın",
            "item": "https://apidoc.cometapi.com/integrations/next-chat"
          }
        ]
      }
    ]
    }
    `}
</script>
