Connect → LibreChat

Use AxForge with LibreChat

LibreChat is a self-hosted, multi-model chat app. Add AxForge as a custom endpoint in librechat.yaml.

librechat.yaml

endpoints:
  custom:
    - name: "AxForge"
      apiKey: "${AXFORGE_API_KEY}"       # from your .env
      baseURL: "https://api.axforge.ai/v1"
      models:
        default: ["chat"]           # initial pick (required)
        fetch: true               # pull the full list from GET /v1/models
      titleConvo: true
      titleModel: "chat"
      modelDisplayLabel: "AxForge"

Put AXFORGE_API_KEY=your-axforge-key in your .env.

Three things to get right. apiKey is mandatory — it cannot be blank (use "user_provided" to have each user supply their own). baseURL must include /v1 (LibreChat appends /chat/completions). Always populate default — if fetch can't reach /v1/models it falls back to that list.

© 2026 AxForge · EU-hosted AI infrastructure Pricing Docs Trust Privacy Terms