Model Details
**Rearrange a room's existing furniture — the exact same pieces, only moved — to gain usable space and better traffic flow.**
Layout Boost takes a photo of a furnished room and replans the furniture arrangement for better space usage, circulation, and function. It is a layout tool, not a restyling tool: the result must contain the exact same furniture inventory as the input — same pieces, same colors, same materials, same count — with nothing added, nothing removed, and nothing restyled. Architecture stays untouched: walls, windows, doors, flooring, ceiling, camera angle, the view through windows, and wall/floor finishes are all preserved exactly, each on its original side of the frame (the wrapper explicitly forbids mirroring or flipping the photo to fake a new layout).
## Inputs
- `file_url` (required) — photo of a furnished room. The room should already contain the furniture you want rearranged; an empty room has nothing to move. - `prompt` (optional) — the user's goals for the new layout, e.g. `make space for a desk near the window` or `open up a play area in the middle of the room`. When set, the replan is designed around these goals as the top priority. When empty, the wrapper picks 2–4 major pieces (seating, tables, rug) and relocates them for a clearly better arrangement, leaving everything else exactly in place. - `inventory` (optional, advanced) — a verified list of the room's movable pieces with counts and where each one stands now, e.g. `1x grey three-seat sofa (left third of the frame, against the left wall); 1x oak coffee table (centre, in front of the sofa)`. The Roomix backend fills this from an image-understanding pass. When set, the model uses this list instead of inventorying the photo itself. - `layout_plan` (optional, advanced) — the concrete replan to execute: which pieces move and where each one goes. When set, REPLAN executes exactly this plan instead of choosing moves on its own; goals in `prompt` still win on a conflict. Both advanced slots are plain text, read only by the prompt template, and never forwarded to the base model as fields. Leave them empty to get the wrapper's own replan.
There are deliberately **no style, room-type, color, or creativity controls**: this wrapper must never restyle, recolor, or re-materialize anything, and it always aims for one clearly-better replan. If you want a redesign rather than a rearrangement, use `roomix/room-redesign` instead. (Legacy note: older clients may still send `creativity` / `creativity_level`; these fields are no longer part of the schema and are ignored.)
## How to use
1. Upload the room photo and pass its URL as `file_url`. 2. Optionally state a goal in `prompt`; the model prioritizes it while rearranging. 3. Runs are independent — one room photo per run. To explore layout options for the same room, run the **same original** `file_url` several times and compare. Do not feed one run's output into the next run as its input: chaining compounds drift away from the original furniture inventory.
## Known limitations
- On cluttered real-world rooms, small loose items (toys, decor) can occasionally be duplicated or dropped despite the inventory rules; re-run for a cleaner draw. - The output can drift slightly warmer than the source photo on some interiors.
