superhighfives/dithercam

Forked from mattrothenberg/dithercam

Public
0 runs

Run superhighfives/dithercam 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
prompt
string
Describe the image to generate (or animation if using input image)
input_image
string
Optional: provide an image to skip generation and go straight to video
aspect_ratio
None
1:1
Aspect ratio (only used for image generation)
video_prompt
string
Prompt for video animation
resolution
None
480p
Video resolution
frames_per_second
integer
16

Min: 5

Max: 24

Frames per second
num_frames
integer
81

Min: 81

Max: 100

Number of frames
color_hex
string
Hex color for tinting the monochrome frames (e.g., #FF5733)

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"
}