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/v1

Official SDK#

Install the TypeScript/JavaScript SDK:

bash
npm install lunaby-sdk
# or
yarn add lunaby-sdk
pnpm add lunaby-sdk

Resources#

ResourceDescription
Quick StartSend your first request in 2 minutes
Chat APICreate chat completions with AI models
Image APIGenerate images from text prompts
SDK ReferenceFull TypeScript SDK documentation