
zeke / powers-of-ten-oneshot
- Public
- 1 run
Run zeke/powers-of-ten-oneshot 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 |
---|
{
"type": "object",
"title": "Input",
"required": [],
"properties": {
"zoom_levels": {
"type": "integer",
"title": "zoom_levels",
"default": 10,
"x-order": 1,
"description": "Number of zoom levels to create (from 1 meter to cosmic scale)"
},
"aspect_ratio": {
"enum": [
"16:9",
"4:3",
"1:1"
],
"type": "string",
"title": "aspect_ratio",
"default": "16:9",
"x-order": 2,
"description": "Aspect ratio for generated images and video"
},
"starting_object": {
"type": "string",
"title": "starting_object",
"default": "a couple having a picnic on a blanket in a park",
"x-order": 0,
"description": "The starting scene/object for the Powers of Ten journey"
}
}
}
Output schema
The shape of the response you’ll get when you run this model with an API.
Schema
{
"type": "string",
"title": "Output",
"format": "uri"
}