Documentation Index
Fetch the complete documentation index at: https://docs.lemondata.cc/llms.txt
Use this file to discover all available pages before exploring further.
Step 1: Start with Trial Credits
Create an account
Sign up at lemondata.cc using your email, Gmail, or GitHub account.
Use the included trial credits
Your account starts with trial credits for the first small test requests. You do not need to top up before Quickstart.
Step 2: Install a Client
Step 3: Make Your First Request
For most new integrations, start with Chat Completions onPOST /v1/chat/completions.
Use
POST /v1/responses only when you explicitly need Responses-specific behavior. Some Responses-only fields depend on the selected model and routed path.Top Up for Production
The included trial credits are for the first small tests. Add credits in Dashboard → Billing only when you are ready for production usage or higher-volume testing.Try Different Models
LemonData supports hundreds of models. Change only themodel field:
Enable Streaming
What’s Next?
Authentication
Learn about API key management and security.
OpenAI SDK
Use OpenAI-compatible
/v1 routes with existing OpenAI SDKs.API Reference
Explore the full endpoint reference.
Models
Browse current model availability and pricing.