LumixAI logo
LumixAI image generation API

Classic API

Classic API is a LumixAI preset for teams that want a practical image generation endpoint with simple pricing and dependable defaults.

Model slug
classic
Credit rate
2 credits
Provider
LumixAI
Classic API image generation sample

Model overview

What is Classic API?

Classic image API preset for simple prompts, dependable outputs, and budget-conscious generation.

Use Classic through LumixAI when you want one stable REST workflow for prompts, model selection, async jobs, usage tracking, and credit pricing. The page targets searches for Classic API, Classic image API, and LumixAI image generation API.

simple prompts

budget workflows

content drafts

Developer workflow

Call Classic from one image API.

Async jobs

Queue generation, poll status, and return image URLs when render completes.

Credit pricing

Classic starts at 2 credits per image before conditional rules.

await fetch("https://api.example.com/v1/images/jobs", {
  method: "POST",
  headers: {
    "Content-Type": "application/json",
    "X-API-Key": process.env.LUMIXAI_API_KEY
  },
  body: JSON.stringify({
    model: "classic",
    prompt: "premium product image, clean studio lighting",
    aspectRatio: "16:9",
    resolution: "2k"
  })
});

Next step

Try Classic with an API key.

Start generating
Classic API | LumixAI