🎉 New Year Sale: Get 20% OFF on all plans — Use code NEWYEAR2026.

Upgrade now
Interior Mixer thumbnail

ModelsLab/Interior Mixer

Interior-Mixer
Interior Mixer is a model that combines different interior objects images and design elements into one unified, realistic image.
API PlaygroundAPI Documentation

API Endpoint URL

Base URL for all API requests to this endpoint.

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

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/6840b690-116b-438c-b59c-0e433f19252d.jpg",
"object_image": "https://assets.modelslab.com/generations/a9affef8-07ee-4ffe-aad5-195f18c17dc5.jpg",
"prompt": "Add sofa from object image to the good position in room image",
"width": "1024",
"height": "1024",
"base64": false,
"webhook": null,
"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
Room Imageinit_imageUpload the room image where the object will be added
Object Imageobject_imageUpload the image of the object that needs to be added to the Room image
PromptpromptEnter the prompt for generation
WidthwidthWidth of output image. Min: 512, Max: 2048. If not provided, uses original image resolution Required range: 512 <= x <= 2048
HeightheightHeight of the output image. Min: 512, Max: 2048. If not provided, uses original image resolution Required range: 512 <= x <= 2048
base64base64Specifies whether the response should be returned as a base64 string. Defaults to false
webhookwebhookA URL to receive a POST API call once the image generation is complete