Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.runflow.io/llms.txt

Use this file to discover all available pages before exploring further.

What you’ll do

Match a task to the right Runflow model in under a minute.

Decision tree

TaskReach forWhy
Replace a product photo backgroundrunflow/background-replacePreserves the foreground subject, matches new lighting.
Remove a background onlybria/background/removeCheap and fast.
Remove a person, sign, or logorunflow/object-removalInpaint with no prompt needed.
Change eye colorrunflow/eye-colorTargeted edit, identity-preserving.
Edit any image with a promptgoogle/nano-banana-2/edit or black-forest-labs/flux-pro/kontextBest general-purpose edit.
Generate an image from textgoogle/nano-banana-proHigh-quality general-purpose text-to-image.
Generate a video from textgoogle/veo3.1 or bytedance/seedance/2.0/text-to-videoveo3.1 for cinematic, seedance for speed.
Animate a still imagegoogle/veo3.1/image-to-videoImage-to-video conditioning.
Add character to a videoheygen/v3/video-agentAvatar-driven.
Generate speechelevenlabs/tts/eleven-v3High-fidelity TTS.
Upscale a phototopaz/upscale/imageUp to 4x with detail recovery.
Browse the full catalog in /models.

Three things to check before you pick

  1. Pricing unit. $/request (flat) vs $/megapixel vs $/second (video). Map to your average asset size.
  2. Result delivery. Runs are asynchronous by default. Use callbacks or polling unless the model page documents sync_mode and you intentionally want inline output.
  3. Inputs. Most edit models accept either a public URL or an upload. Read the model page for required input keys.

Try one

Pick a model from the table, open its page, and copy the curl block. The samples come straight from the per-model llms.txt and most use the literal string Bearer RUNFLOW_API_KEY rather than an env-var. Substitute your actual token before running, or change the header to Bearer $RUNFLOW_API_KEY (curl) / Bearer ${process.env.RUNFLOW_API_KEY} (Node) / f"Bearer {os.environ['RUNFLOW_API_KEY']}" (Python).

Models

Full filterable catalog.

Quickstart

5-minute walkthrough.