Skip to main content

Overview

Most general AI chat apps connect to LemonData through the standard OpenAI-compatible chat path. In practice that means:
  • use https://api.lemondata.cc/v1 as the base URL unless the app explicitly asks for a full endpoint URL
  • use your LemonData API key as the OpenAI-style API key
  • pick models that the app can use in a standard chat workflow
General chat apps are usually chat-completions oriented, not Codex Responses WebSocket clients. For Codex CLI/App, Cursor, or other coding tools that need Responses-specific behavior, use the dedicated integration guides instead.
Type: Chat AppPrimary Path: OpenAI-compatible chat-completionsSupport Confidence: Supported path

Supported Applications

ApplicationPlatformNotes
Open WebUIWeb, Self-hostedPopular self-hosted choice with OpenAI-compatible connections
LibreChatWeb, Self-hostedMulti-provider chat workspace with custom OpenAI endpoints
LobeChatWeb, Desktop, Self-hostedStrong custom-provider support
Cherry StudioWindows, macOS, LinuxGood OpenAI-compatible provider flow
ChatboxWindows, macOS, LinuxSimple OpenAI-compatible setup
TypingMindWeb, DesktopUses a custom endpoint style
NextChatWeb, Self-hostedLightweight ChatGPT-style client with base-URL overrides
ChatWiseWindows, macOSStandard custom provider pattern

Default Connection Values

FieldValue
Base URLhttps://api.lemondata.cc/v1
API Keysk-your-lemondata-key
API TypeOpenAI Compatible
If an app asks for a full endpoint URL instead of a base URL, use:
  • Chat Completions: https://api.lemondata.cc/v1/chat/completions

Example App Setups

Self-hosted LobeChat
OPENAI_API_KEY=sk-your-lemondata-key
OPENAI_PROXY_URL=https://api.lemondata.cc/v1
LobeChat Cloud
  1. Open SettingsAI Service Provider
  2. Select OpenAI
  3. Enter your LemonData API key
  4. Set the custom endpoint to https://api.lemondata.cc/v1

Safer Model Defaults

CategorySuggested Models
General defaultgpt-5.4, gpt-5-mini, gpt-4o
Anthropicclaude-sonnet-4-6, claude-opus-4-6
Googlegemini-2.5-flash, gemini-2.5-pro
DeepSeekdeepseek-r1, deepseek-v3-2

Tips

Most apps are easier to configure and less fragile when you provide https://api.lemondata.cc/v1 as a base URL instead of a full endpoint URL.
Start with gpt-5-mini or gpt-4o for everyday chat, then move heavier reasoning tasks to gpt-5.4 or claude-opus-4-6.
General chat apps and coding agents often need different endpoint behavior. Keep Codex/Cursor-style tools on their dedicated integration pages.

Troubleshooting

  • Verify the base URL is exactly https://api.lemondata.cc/v1
  • Remove trailing slashes if the app auto-appends paths
  • If the app wants a full endpoint URL, use https://api.lemondata.cc/v1/chat/completions
  • Double-check your API key
  • Confirm the key is active in LemonData dashboard
  • Make sure there are no extra spaces or line breaks
  • Verify the model name exactly
  • Try a widely supported default like gpt-5-mini, gpt-4o, or claude-sonnet-4-6
  • Check current availability in LemonData docs or dashboard