Overview
Introduction
Lunaby API is a REST API proxy connecting to AI models, supporting chat completions, image generation, and API key management. OpenAI-compatible.
Base URL#
http
https://api.lunie.dev/v1Official SDK#
Install the TypeScript/JavaScript SDK:
bash
npm install lunaby-sdk
# or
yarn add lunaby-sdk
pnpm add lunaby-sdkResources#
| Resource | Description |
|---|---|
| Quick Start | Send your first request in 2 minutes |
| Chat API | Create chat completions with AI models |
| Image API | Generate images from text prompts |
| SDK Reference | Full TypeScript SDK documentation |