Skip to main content

Overview

LemonData provides access to Stability AI models. Total: 5 models available.

Chat Models

Model IDPricing
sdxlSee dashboard
stable-diffusionSee dashboard
stable-diffusion-animationSee dashboard
stable-diffusion-img2imgSee dashboard
stable-diffusion-inpaintingSee 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="sdxl",
    messages=[{"role": "user", "content": "Hello!"}]
)
Prices shown are platform prices (~70% of official rates).