3744455043 / 9040883013083005

  • Public
  • 137 runs

Run 3744455043/9040883013083005 with an API

Use one of our client libraries to get started quickly. Clicking on a library will take you to the Playground tab where you can tweak different inputs, see the results, and copy the corresponding code to use in your own project.

Input schema

The fields you can use to run this model with an API. If you don't give a value for a field its default value will be used.

Field Type Default value Description
empty1
string
First view of the empty room
empty2
string
Second view of the empty room
room_type
string (enum)
bedroom

Options:

living_room, bedroom, dining_room, kitchen, living_room_with_dining_table, living_room_with_kitchen_and_dining_table, living_room_with_kitchen, kitchen_with_dining_table, home_office, outdoor, home_movie_theater, kids_room

Room type
style
string (enum)
scandinavian

Options:

scandinavian, industrial, farmhouse, luxury, midcentury, modern, coastal

Style
api_key
string
API key
number_staged2_outputs
integer
3

Min: 1

Max: 3

Number of outputs for the second view

Output schema

The shape of the response you’ll get when you run this model with an API.

Schema
{
  "type": "object",
  "title": "Output",
  "required": [
    "staged1",
    "staged2"
  ],
  "properties": {
    "staged1": {
      "type": "string",
      "title": "Staged1",
      "format": "uri"
    },
    "staged2": {
      "type": "array",
      "items": {
        "type": "string",
        "format": "uri"
      },
      "title": "Staged2"
    }
  }
}