---
title: LobeChat | RunAPI
description: Connect LobeChat in LobeHub to RunAPI and verify a chat.
url: https://runapi.ai/docs/resources/application-practices/lobechat.md
canonical: https://runapi.ai/docs/resources/application-practices/lobechat
locale: en
---

> HTML version: https://runapi.ai/docs/resources/application-practices/lobechat
> Site index for agents: https://runapi.ai/llms.txt

# LobeChat

LobeChat is currently distributed as LobeHub. Connect it to RunAPI
through the OpenAI provider with a custom Base URL. Create a standard
RunAPI API key in the [Authentication
Guide](https://runapi.ai/docs/guides/authentication.md) before continuing.

## Open LobeHub

Use the [official LobeHub Web or desktop application][1], then open its
application settings.



[1]: https://lobehub.com/downloads

## Add the RunAPI connection

1.  Open **Settings -> Language Model -> OpenAI**.
2.  Enter your RunAPI API key and set the custom Base URL to
    `https://runapi.ai/v1`.
3.  Enable the OpenAI provider and save the settings.
4.  Enable an exact RunAPI model from the list. If it is absent, add a
    **custom model** with the identifier from the [Model
    Catalog](https://runapi.ai/models).

This is the OpenAI provider, so its Base URL includes `/v1`. Do not copy
that suffix to a provider that uses a different public protocol.

The automatic model list and custom models are separate configuration
paths. A saved custom model remains the reliable fallback when automatic
discovery does not show the identifier you need.

## Select the Chat Completions path

Leave **Use Responses API Specification** disabled for this baseline
setup so the model uses OpenAI-compatible Chat Completions. Enable that
option only when you have separately verified the selected model and
workflow against the Responses API.

## Verify the connection

Create a new chat or Agent, select the configured RunAPI model, and send
`Reply with the word connected.` A normal complete or streamed reply
confirms the active conversation can use RunAPI.

## Troubleshoot

* **The reply is empty or the request returns `404`:** confirm the Base
  URL includes `/v1` exactly once.
* **The model does not appear:** confirm the OpenAI provider is enabled,
  then add the exact identifier as a custom model.
* **Vision or Skill calling fails:** application capability switches do
  not change the selected model's actual capabilities; check the [Model
  Catalog](https://runapi.ai/models).
* **Chat Completions and Responses behave differently:** confirm **Use
  Responses API Specification** is disabled for this guide's baseline
  path.

For shared protocol behavior, use the [LLM API
Quickstart](https://runapi.ai/docs/guides/llm-api/quickstart.md). For request and response
fields, use the [Chat Completions API
Reference](https://runapi.ai/docs/api/openai/chat-completions.md).

---

## More from RunAPI

- [Home](https://runapi.ai/.md)
- [Models](https://runapi.ai/models.md)
- [AI Video API Comparison](https://runapi.ai/ai-video-api-comparison.md)
- [OpenClaw Integration](https://runapi.ai/openclaw.md)
- [Best API for OpenClaw](https://runapi.ai/best-api-for-openclaw.md)
- [OpenClaw Image Generation](https://runapi.ai/openclaw-image-generation.md)
- [Hermes Agent Integration](https://runapi.ai/hermes-agent.md)
- [Pricing](https://runapi.ai/pricing.md)
- [Claude API Pricing](https://runapi.ai/claude-api-pricing.md)
- [ChatGPT API Pricing](https://runapi.ai/chatgpt-api-pricing.md)
- [OpenAI API Pricing](https://runapi.ai/openai-api-pricing.md)
- [Gemini API Pricing](https://runapi.ai/gemini-api-pricing.md)
- [Claude Code Pricing](https://runapi.ai/claude-code-pricing.md)
- [Claude Code API](https://runapi.ai/claude-code-api.md)
- [Claude Code vs Cursor](https://runapi.ai/claude-code-vs-cursor.md)
- [Claude Max vs API](https://runapi.ai/claude-max-vs-api.md)
- [Requesty Alternative](https://runapi.ai/requesty-alternative.md)
- [Docs](https://runapi.ai/docs/guides)
- [SDK](https://runapi.ai/sdk.md)
- [Skills](https://runapi.ai/skills.md)
- [MCP Server](https://runapi.ai/mcp.md)
- [CLI](https://runapi.ai/cli.md)
- [Feedback](https://runapi.ai/)
- [Contact](mailto:support@runapi.ai)
- [Terms](https://runapi.ai/terms.md)
- [Privacy](https://runapi.ai/privacy.md)
- [Site index for agents](https://runapi.ai/llms.txt)

Contact: contact@runapi.ai

## Structured data

```json
[
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "WebSite",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "potentialAction": {
      "@type": "SearchAction",
      "target": {
        "@type": "EntryPoint",
        "urlTemplate": "https://runapi.ai/models?q={search_term_string}"
      },
      "query-input": "required name=search_term_string"
    }
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "Organization",
    "name": "RunAPI",
    "url": "https://runapi.ai/",
    "logo": {
      "@type": "ImageObject",
      "url": "https://runapi.ai/icon.svg"
    },
    "sameAs": [
      "https://github.com/runapi-ai"
    ]
  },
  {
    "@context": "https://schema.org",
    "inLanguage": "en",
    "@type": "TechArticle",
    "headline": "LobeChat",
    "description": "Connect LobeChat in LobeHub to RunAPI and verify a chat.",
    "url": "https://runapi.ai/docs/resources/application-practices/lobechat",
    "mainEntityOfPage": "https://runapi.ai/docs/resources/application-practices/lobechat"
  }
]
```
