이미지 생성 APIs

Image generation and editing models behind one consistent API.

7 models

About 이미지 생성 on EmpirioLabs

Image generation models on EmpirioLabs create images from text and, depending on the model, edit, transform, or combine existing images and other inputs. You send a prompt (and any source images), then read the generated image back, with pay-as-you-go pricing.

이미지 생성 models (7)

How to call 이미지 생성 models

FLUX.2 Klein 4B runs through POST /v1/images/generations. The request returns a job_id right away; poll GET /v1/jobs/{job_id} until the job completes and read the output URLs from the result. Or add "sync": true to skip polling: the request stays open and returns the finished OpenAI-style image response directly, so OpenAI SDKs work as-is. Swap the model id for any model above. Get an API key from the EmpirioLabs dashboard.

cURL: submit the job
curl https://api.empiriolabs.ai/v1/images/generations \
  -H "Authorization: Bearer $EMPIRIOLABS_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "flux-2-klein-4b",
    "prompt": "Describe what you want FLUX.2 Klein 4B to generate."
  }'

이미지 생성 APIs: common questions

How many 이미지 생성 model APIs does EmpirioLabs offer?

EmpirioLabs lists 7 이미지 생성 models, including FLUX.2 Klein 4B, Amazon Nova Canvas, Hunyuan Image 3. Each model has its own dedicated API page with live pricing, parameters, and a quickstart.

How are 이미지 생성 APIs priced on EmpirioLabs?

Every 이미지 생성 model is billed pay as you go, with no monthly minimum. The exact rate card lives on each model's page and always matches what the API charges.

Do I need to be a developer to use 이미지 생성 models?

No. Every model here runs in the EmpirioLabs playground, a friendly in-browser interface where you can set the options and see results without writing any code. When you are ready to automate, the same model is available through the API.

Other model categories

전체 모델 카탈로그 보기

Ready to use better endpoints?

Check out our pricing or reach out if you want your own model deployed on our stack.