Skip to main content

Overview

LemonData provides access to Ideogram models. Total: 17 models available.

Chat Models

Model IDPricing
ideogram-describeSee dashboard
ideogram-edit-v3See dashboard
ideogram-edit-v3-qualitySee dashboard
ideogram-edit-v3-turboSee dashboard
ideogram-generate-v3See dashboard
ideogram-generate-v3-qualitySee dashboard
ideogram-generate-v3-turboSee dashboard
ideogram-reframe-v3See dashboard
ideogram-reframe-v3-qualitySee dashboard
ideogram-reframe-v3-turboSee dashboard
ideogram-remix-v3See dashboard
ideogram-remix-v3-qualitySee dashboard
ideogram-remix-v3-turboSee dashboard
ideogram-replace-background-v3See dashboard
ideogram-replace-background-v3-qualitySee dashboard
ideogram-replace-background-v3-turboSee dashboard
ideogram-upscaleSee 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="ideogram-describe",
    messages=[{"role": "user", "content": "Hello!"}]
)
Prices shown are platform prices (~70% of official rates).