Skip to main content

Overview

LemonData works with any OpenAI-compatible chat application. This guide covers configuration for popular desktop and mobile chat apps.

Supported Applications

ApplicationPlatformFeatures
LobeChatWeb, Desktop, Self-hostedMulti-provider, plugins, RAG
CherryStudioWindows, macOS, LinuxRich plugins, multiple providers
ChatboxWindows, macOS, LinuxLightweight, fast
BotGemiOS, macOSNative Apple experience
TypingMindWeb, DesktopCustom personas, plugins
OpenCatiOS, macOSNative, offline support
ChatWiseWindows, macOSTeam collaboration

Configuration Steps

Step 1: Get Your API Key

  1. Log into LemonData Dashboard
  2. Navigate to API Keys
  3. Create and copy your API key (format: sk-...)

Step 2: Configure Your App

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

Step 3: Add Models

After configuring the provider, add the models you want to use:
CategoryModels
OpenAIgpt-4o, gpt-4o-mini, o1, o3-mini
Anthropicclaude-sonnet-4-5, claude-opus-4-5
Googlegemini-2.5-flash, gemini-2.5-pro
DeepSeekdeepseek-r1, deepseek-chat

Configuration Reference

FieldValue
Base URLhttps://api.lemondata.cc/v1
API Keysk-your-lemondata-key
API TypeOpenAI Compatible
JSON Configuration (for apps that support it):
{
  "provider": "LemonData",
  "baseURL": "https://api.lemondata.cc/v1",
  "apiKey": "sk-your-lemondata-key",
  "models": [
    "gpt-4o",
    "gpt-4o-mini",
    "claude-sonnet-4-5",
    "gemini-2.5-flash"
  ]
}

Troubleshooting

  • Verify Base URL is exactly https://api.lemondata.cc/v1
  • Check for trailing slashes (remove if present)
  • Verify internet connectivity and firewall settings
  • Double-check your API key
  • Verify the key is active in LemonData Dashboard
  • Ensure no extra spaces in the key
  • Check your account balance in the dashboard
  • Add credits to your account
  • Verify model name is spelled correctly
  • Check model availability at lemondata.cc/en/models
  • Try a different model
  • Try a faster model (e.g., gpt-4o-mini instead of gpt-4o)
  • Reduce max_tokens parameter if available
  • Check your network connection

Tips

Match the model to your task - use GPT-4o-mini for quick chats, Claude or GPT-4o for complex tasks.
Most apps support saving prompts or personas. Create templates for common tasks.
Check your usage in the LemonData dashboard to track costs and manage your budget.