founderfeed/image-editor

Public
98 runs

Run founderfeed/image-editor 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
images
array
[]
Images to edit (supports 1 or more images: -i images=@file1.jpg -i images=@file2.jpg)
prompt
string
Text prompt describing the desired edit
model_name
None
nano_banana_pro
Choose the image editing model (all models support both single and multiple images)
auto_upscale
boolean
False
Automatically upscale the output image using professional AI upscaler
replicate_api_key
string
Your Replicate API key (starts with r8_). Get it from https://replicate.com/account/api-tokens
openai_api_key
string
Your OpenAI API key

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