Overview
LemonData works with any OpenAI-compatible chat application. This guide covers configuration for popular desktop and mobile chat apps.Supported Applications
| Application | Platform | Features |
|---|---|---|
| LobeChat | Web, Desktop, Self-hosted | Multi-provider, plugins, RAG |
| CherryStudio | Windows, macOS, Linux | Rich plugins, multiple providers |
| Chatbox | Windows, macOS, Linux | Lightweight, fast |
| BotGem | iOS, macOS | Native Apple experience |
| TypingMind | Web, Desktop | Custom personas, plugins |
| OpenCat | iOS, macOS | Native, offline support |
| ChatWise | Windows, macOS | Team collaboration |
Configuration Steps
Step 1: Get Your API Key
- Log into LemonData Dashboard
- Navigate to API Keys
- Create and copy your API key (format:
sk-...)
Step 2: Configure Your App
- LobeChat
- CherryStudio
- Chatbox
- BotGem
- TypingMind
For Self-hosted LobeChat:Set environment variables:For LobeChat Cloud:
- Open Settings → AI Service Provider
- Select OpenAI
- Enter your LemonData API key
- Set custom endpoint:
https://api.lemondata.cc/v1
Step 3: Add Models
After configuring the provider, add the models you want to use:| Category | Models |
|---|---|
| OpenAI | gpt-4o, gpt-4o-mini, o1, o3-mini |
| Anthropic | claude-sonnet-4-5, claude-opus-4-5 |
gemini-2.5-flash, gemini-2.5-pro | |
| DeepSeek | deepseek-r1, deepseek-chat |
Configuration Reference
| Field | Value |
|---|---|
| Base URL | https://api.lemondata.cc/v1 |
| API Key | sk-your-lemondata-key |
| API Type | OpenAI Compatible |
Troubleshooting
Connection Error
Connection Error
- Verify Base URL is exactly
https://api.lemondata.cc/v1 - Check for trailing slashes (remove if present)
- Verify internet connectivity and firewall settings
401 Unauthorized
401 Unauthorized
402 Insufficient Balance
402 Insufficient Balance
- Check your account balance in the dashboard
- Add credits to your account
404 Model Not Available
404 Model Not Available
- Verify model name is spelled correctly
- Check model availability at lemondata.cc/en/models
- Try a different model
Slow Responses
Slow Responses
- Try a faster model (e.g.,
gpt-4o-miniinstead ofgpt-4o) - Reduce
max_tokensparameter if available - Check your network connection
Tips
Use appropriate models
Use appropriate models
Match the model to your task - use GPT-4o-mini for quick chats, Claude or GPT-4o for complex tasks.
Save frequently used prompts
Save frequently used prompts
Most apps support saving prompts or personas. Create templates for common tasks.
Monitor usage
Monitor usage
Check your usage in the LemonData dashboard to track costs and manage your budget.