zeke/vibe-coded-pipelines-quick-start

Public
0 runs

Run zeke/vibe-coded-pipelines-quick-start 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
Text prompt for image generation
aspect_ratio
None
1:1
Aspect ratio for the generated image
upscale_factor
None
4x
How much to upscale the final image
enhance_model
None
Standard V2
Upscaling model: Standard V2 (general), Low Resolution V2 (low-res), CGI (digital art), High Fidelity V2 (preserves details), Text Refine (text)
seed
integer
42
Random seed for reproducible generation

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