• UnoRouterUNOROUTER
Documentation
  • AI Applications
Coding agents
  • opencodeOpenCode Setup Guide
  • Kilo CodeKilo Code Setup Guide
  • Zed IDE Setup Guide
  • ClineCline Setup Guide
  • RooCodeRoo Code Setup Guide
  • continue-devContinue.dev Setup Guide
Character & fiction clients
  • SillyTavernSillyTavern Integration Guide
  • janitor-aiJanitor.AI Integration Guide
  • risuaiRisuAI Integration Guide
  • Chub / Venus Integration Guide
  • nevikaNevika Integration Guide
Chat clients
  • librechatLibreChat Integration Guide
  • OpenWebUIOpen WebUI Integration Guide
  • LobeHubLobeChat Integration Guide
  • AnythingLLM Integration Guide
  • CherryStudioCherry Studio Integration Guide
  • typingmindTypingMind Integration Guide
  • BoltAI Integration Guide
  • Page Assist Integration Guide
  • chatboxChatbox Integration Guide
  • Big-AGI Integration Guide
CLI tools
  • aiderAider Setup Guide
  • cc-switchCC Switch Integration Guide
  • Claude CodeClaude Code Integration
  • CodexOpenAI Codex CLI Setup Guide
  • GeminiGemini CLI Integration
  • openclawOpenClaw Integration
  • Hermes AgentHermes Agent Integration
  • ModelContextProtocolMCP Server Setup Guide
Navigate
  • Models
  • Rankings
  • Inspector
  • Pricing
  • Chat
  • Status

Search docs...

Start typing to search documentation

PlatformIntegrationsChat
LobeHub
LobeChat

LobeChat Integration Guide

Connect UnoRouter to LobeChat through a custom provider or Docker env vars.

Overview

LobeChat supports any OpenAI-compatible host through env vars or its Add Custom Provider UI. Pair it with UnoRouter for a slick local web client.

Quick Config

Drop these values into the client. Your key auto-fills when you are signed in.

text
Base URL: https://api.unorouter.com/v1
API Key: YOUR_API_KEY

Sign in to auto-fill your API key

Compatibility

Chat CompletionsStreamingTool calling

Step-by-step setup

  1. 1
    Open Settings, then Language Model

    Click Add Custom Provider and fill in the form.

    text
    Provider Name: UnoRouter
    Provider ID: unorouter
    Request Format (SDK Type): openai
    Proxy URL: https://api.unorouter.com/v1
    API Key: YOUR_API_KEY

    Sign in to auto-fill your API key

  2. 2
    Add models

    Save the provider, then add the UnoRouter models you want. LobeChat surfaces them in the model picker.

  3. 3
    Optional: Docker env vars

    If you self-host, set the OpenAI env vars at container runtime instead.

    bash
    docker run -e OPENAI_API_KEY=YOUR_API_KEY \
               -e OPENAI_PROXY_URL=https://api.unorouter.com/v1 \
               lobehub/lobe-chat

    Sign in to auto-fill your API key

Recommended models

Free models that work well here. Paste any model id into the client.

agnes-2.0-flash:freeallam-2-7b:freebielik-11b-v3.0-instruct:freebig-pickle:freecodestral-latest:free

Gotchas

  • !To keep first-party OpenAI alongside UnoRouter, use Add Custom Provider, not the OpenAI env vars.
  • !Provider ID must be lowercase. unorouter works, UnoRouter does not.
Generate API KeyModels

On this page

Overview
Quick Config
Compatibility
Setup steps
Open Settings, then Language Model
Add models
Optional: Docker env vars
Recommended models
Gotchas