🚀 Z-Image Turbo Image-to-Image is Live — Unlimited Generations for Premium Users

Try Now
Skip to main content
Transform interiors with ultra-realistic images, up to 2048x2048 resolution, and detailed text integration, ideal for designing and visualizing spaces with precision.
API PlaygroundAPI Documentation

API Endpoint URL

Base URL for all API requests to this endpoint.

https://modelslab.com/api/v6/interior/make

API Authentication

Authentication requires a valid API key included in the request. Generate and manage your API keys from your developer dashboard. Include the key in the key parameter for all API requests.

Integration Examples

Production-ready code samples for API integration

{
"init_image": "https://assets.modelslab.com/generations/a55cd121-19ad-4b87-a338-a480f2c223d8",
"prompt": "Design a Living Room with the following specifications: Styles: Modern, Scandinavian Wall Color: #9c27b0ff Flooring Type: tile Furnitures: Sofa, Tall lamp",
"strength": "0.7",
"negative_prompt": "blurry, low resolution, bad lighting, poorly drawn furniture, distorted proportions, messy room, unrealistic colors, extra limbs, missing furniture, bad anatomy, low detail, pixelated, grainy, artifacts, oversaturated, asymmetry, ugly, cartoonish, out of frame, duplicate objects",
"guidance_scale": "7.5",
"base64": "false",
"seed": "0",
"num_inference_steps": "51",
"webhook": null,
"track_id": null,
"scale_down": "6",
"key": "YOUR_API_KEY"
}

SDKs

Official SDKs

Production-ready SDKs and client libraries for all major programming languages

API Parameters

Technical specifications for API request parameters.

Field NameParameterTechnical Description
init_imageinit_imageA URL to the initial image of the room to base the design on.
promptpromptA text prompt describing the content you want in the generated interior image.
strengthstrengthThe degree to which the prompt influences the initial image. 1.0 corresponds to full destruction of the initial image details.
negative_promptnegative_promptDescriptions of elements to avoid in the image (e.g., NSFW content, poor quality, distorted features).
guidance_scaleguidance_scaleThe scale for classifier-free guidance. Minimum is 1, and maximum is 20.
base64base64Specifies whether the response should be returned as a base64 string. Defaults to false.
seedseedSeed is used to reproduce results, same seed will give you same image in return again. Pass null for a random number
num_inference_stepsnum_inference_stepsThe number of denoising steps. Acceptable values are 21, 31, or 41
webhookwebhookA URL to receive a POST API call once the image generation is complete
track_idtrack_idCustom ID to track requests
scale_downscale_downScale down parameter for image processing