From d611e6b82ec67e64737d51e443a96c220b4275a5 Mon Sep 17 00:00:00 2001 From: Abdelrahman Essawy Date: Sun, 26 Jul 2026 13:58:23 +0300 Subject: [PATCH 1/3] docs: add image generation and edit job pages Document the image.generate and image.edit jobs plus a Generation API concept page. Covers params, the tier/pinned-model catalog from gen-models.json, per-model controls, GET /models discovery, and the webp output shape. Adds the pages to docs.json nav (Generate subgroup under Jobs, Generation under Concepts). --- concepts/generation.mdx | 106 +++++++++++++++ docs.json | 9 ++ jobs/image-edit.mdx | 257 ++++++++++++++++++++++++++++++++++++ jobs/image-generate.mdx | 280 ++++++++++++++++++++++++++++++++++++++++ 4 files changed, 652 insertions(+) create mode 100644 concepts/generation.mdx create mode 100644 jobs/image-edit.mdx create mode 100644 jobs/image-generate.mdx diff --git a/concepts/generation.mdx b/concepts/generation.mdx new file mode 100644 index 0000000..c642cf0 --- /dev/null +++ b/concepts/generation.mdx @@ -0,0 +1,106 @@ +--- +title: "The Generation API" +sidebarTitle: "Generation" +description: "Generate images from a text prompt or edit them from an instruction on hosted diffusion models. One async API, one job shape, many models." +icon: "sparkles" +keywords: ["generation api", "ai media generation api", "text to image api", "image editing api", "diffusion model api", "hosted diffusion models", "ai image api", "generative media api"] +canonical: "https://rendobar.com/docs/concepts/generation" +--- + +