# NeurochainAI (https://www.librechat.ai/docs/configuration/librechat_yaml/ai_endpoints/neurochain)

NeurochainAI is an OpenAI-compatible inference network. Replace `<=generated api key=>` below with the key you create in the [NeurochainAI REST API documentation](https://app.neurochain.ai/network-integrations/rest-api).

## Configuration

Add the endpoint under `endpoints.custom` in your `librechat.yaml`:

```yaml filename="librechat.yaml"
    - name: "NeurochainAI"
      apiKey: "<=generated api key=>"
      baseURL: "https://ncmb.neurochain.io/v1/"
      models:
        default: [
          "Mistral-7B-OpenOrca-GPTQ"
        ]
        fetch: true
      titleConvo: true
      titleModel: "current_model"
      summarize: false
      summaryModel: "current_model"
      modelDisplayLabel: "NeurochainAI"
      iconURL: "https://raw.githubusercontent.com/LibreChat-AI/librechat-config-yaml/refs/heads/main/icons/NeurochainAI.png"
```

## Notes

- The model list grows over time, so the example may be outdated. Check [NeurochainAI](https://neurochain.ai) for the latest models.
