Docs / LibreChat

LibreChat

OpenAI-compatible (with /v1)

Self-hosted multi-model chat platform.

Base URL
https://llmapi.pro/v1
API Key
sk-... (create in Console → API Keys)
Recommended
claude-opus-4-8 · claude-sonnet-4-6 · claude-haiku-4-5

Setup steps

  1. Add a custom endpoint in librechat.yaml:
endpoints:
  custom:
    - name: "llmapi"
      apiKey: "sk-YOUR_KEY"
      baseURL: "https://llmapi.pro/v1"
      models:
        default: ["claude-opus-4-8", "claude-sonnet-4-6"]
        fetch: false

Notes

Client not listed? Any "OpenAI-compatible" app works: Base URL = https://llmapi.pro/v1, key = your sk-..., type the model name. Or email [email protected].
Need help? Email [email protected] · Home