Skip to main content
Model creator on ModelRunner

roomix

roomix

roomix publishes 11 wrappers on ModelRunner — Image-to-Image — each callable at the same endpoint shape as any model in the catalog.

11 wrappers — every one runnable in a free playground, through the REST API and JavaScript SDK, or from an AI assistant over MCP.

Browse by capability

Call a roomix wrapper in one request

Every endpoint shares the same lifecycle: submit to the queue, poll the status URL, fetch the result. Swap the endpoint to switch models — nothing else changes.

cURL

curl -X POST https://queue.modelrunner.run/roomix/room-redesign \
  -H "Authorization: Key $MRUN_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{ "prompt": "..." }'
# → { "request_id": "...", "status_url": "...", "response_url": "..." }

Use roomix wrappers from Claude & Cursor

Connect the ModelRunner MCP server once and your AI assistant can run every roomix wrapper on this page as a tool — authorized via OAuth, results returned as hosted URLs in the conversation.

Claude Code

claude mcp add --transport http modelrunner https://mcp.modelrunner.run/mcp

roomix wrappers

Room Redesign

Room Redesign

roomix

Redesign interior spaces from an uploaded image with controllable type, style, palette, lighting, material, and creativity.

imageimage
Room Redesign Object Edit

Room Redesign Object Edit

roomix

Edit architectural objects in photos by brushing the target area in yellow. Remove objects, change colors, swap materials, or apply custom edits to interior and exterior spaces.

imageimage
Sketch to Render

Sketch to Render

roomix

Turn architectural sketches, floor plans, and elevations into photorealistic 2K renders — interior or exterior, in 45+ styles.

imageimage
Product Placement

Product Placement

roomix

Composite 1–4 product reference images into a room or outdoor scene photo, with optional brushed-area or text guidance. Preserves the source scene and matches the product to existing lighting, scale, and perspective.

imageimage
Landscape Redesign

Landscape Redesign

roomix

Redesign outdoor spaces — gardens, yards, balconies — from a single photo with controllable style, palette, lighting, season, and sky.

imageimage
Match a Reference

Match a Reference

roomix

Restyle your room to match a reference photo — its palette, materials, and mood, in your space.

imageimage
Layout Boost

Layout Boost

roomix

Rearrange a room's existing furniture — same pieces, only moved — to gain usable space and better flow.

imageimage
Fill an Empty Room

Fill an Empty Room

roomix

Furnish an empty or bare room from a single photo — complete, realistic staging in a chosen style.

imageimage
Exterior Redesign

Exterior Redesign

roomix

Redesign a building facade from one photo — and show it finished, with the architecture and camera locked.

imageimage
Paint the Walls

Paint the Walls

roomix

Repaint every wall in a room photo — a designer color and finish, with the furniture, trim, and lighting untouched.

imageimage
Restyle the Floor

Restyle the Floor

roomix

Replace the flooring in a room photo — material, tone, finish, lay pattern, and rug — with the furniture and architecture untouched.

imageimage

Frequently asked questions

What does roomix publish on ModelRunner?

11 public wrappers: Room Redesign, Room Redesign Object Edit, Sketch to Render and 8 more. A wrapper packages one or more catalog models behind a simpler input schema and a prompt template, and is called exactly like a model.

How much do roomix wrappers cost?

Pay-per-use, with no subscription: each roomix page publishes its own rate, and you pay only for what you generate from prepaid credits.

How do I call a roomix wrapper from the API?

POST to https://queue.modelrunner.run/roomix/room-redesign with an Authorization: Key header and the input fields as the top-level JSON body (no wrapper object), then poll the returned status_url and fetch the result from response_url. The JavaScript SDK (@modelrunner/client) wraps that in a single subscribe() call, which is the one place an { input } object is used.

Can I run roomix wrappers from Claude or Cursor?

Yes. Connect the ModelRunner MCP server (https://mcp.modelrunner.run/mcp) once and all 11 roomix wrappers become tools your assistant can call with run_model — authorized over OAuth 2.1, so no API key goes into a config file. Results come back as hosted URLs in the conversation.

Browse the full model catalog, compare live per-configuration rates on the pricing page, see curated sets on explore, or view every model creator.

Other creators in image-to-image