Skip to main content

Overview

LemonData provides access to Luma AI models. Total: 2 models available.

Chat Models

Model IDPricing
luma-video-apiSee dashboard
luma-video-extend-apiSee dashboard

Usage

from openai import OpenAI

client = OpenAI(
    api_key="sk-your-lemondata-key",
    base_url="https://api.lemondata.cc/v1"
)

response = client.chat.completions.create(
    model="luma-video-api",
    messages=[{"role": "user", "content": "Hello!"}]
)
Prices shown are platform prices (~70% of official rates).