Back to Harness Catalog
Modern AI Workspace

LobeChat Integration Guide

Modern web UI with plugin support, text-to-speech, and custom OpenAI provider bridges.

Base URL: https://api.sacredgpt.ru/v1Key: $SACREDGPT_KEYVerified

01 — Version & UI Path

Version Specifics & Navigation

Version Compatibility Note: Verified on LobeChat v2.2.13+ (Settings → Language Model → OpenAI).

02 — Step-by-Step Setup

Step-by-Step Setup

1

1. Configure OpenAI Provider in LobeChat

Open Settings → Models → OpenAI. Enable custom endpoint.

1. Configure OpenAI Provider in LobeChat
API Key: sgpt_live_...
Proxy URL: https://api.sacredgpt.ru/v1

03 — Configuration Example

ConfigFile Example

{
  "OPENAI_PROXY_URL": "https://api.sacredgpt.ru/v1",
  "OPENAI_API_KEY": "sgpt_live_9a8b7c6d5e4f3a2b1c0d",
  "CUSTOM_MODELS": "gpt-5.6-sol,claude-sonnet-5,qwen-3.8-max"
}

04 — Troubleshooting

Troubleshooting & Common Issues

Next.js proxy URL header parsing issue

Ensure the Proxy URL ends exactly with /v1 without a trailing trailing slash.