diff --git a/.github/scripts/snippets/README.md b/.github/scripts/snippets/README.md
index 219e3aae3..66c72f077 100644
--- a/.github/scripts/snippets/README.md
+++ b/.github/scripts/snippets/README.md
@@ -80,10 +80,11 @@ commit.
Every runnable Quick start is a tab pair: **Wait for the result** is the
`models.run` call, **Queue and collect later** is the same body through
`models.submit`, polled to completion and collected. Both tabs are emitted from
-the one `example`, so they cannot disagree about the request. The queued tab
-opens with `snippets/comfy-router/queue-preview-notice.mdx` while that file
-exists, on the same existence rule as the preview banner: once queued delivery
-is on for every workspace, `rm` the snippet and regen.
+the one `example`, so they cannot disagree about the request. During the
+gated preview the queued tab opened with
+`snippets/comfy-router/queue-preview-notice.mdx`, on the same existence rule as
+the preview banner; the file was removed once the queue was on for every
+workspace, and recreating it brings the note back on every page after a regen.
## Schema sections
diff --git a/development/comfy-router/models/anthropic/claude-fable-5-1/code.mdx b/development/comfy-router/models/anthropic/claude-fable-5-1/code.mdx
index 8c76d769b..921767e84 100644
--- a/development/comfy-router/models/anthropic/claude-fable-5-1/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-fable-5-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Fable 5.1"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-fable-5-1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-fable-5-1`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-fable-5-1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-fable-5-1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-fable-5/code.mdx b/development/comfy-router/models/anthropic/claude-fable-5/code.mdx
index 6563108ed..684fcd384 100644
--- a/development/comfy-router/models/anthropic/claude-fable-5/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-fable-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Fable 5"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-fable-5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-fable-5`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-fable-5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-fable-5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-haiku-4-5-20251001/code.mdx b/development/comfy-router/models/anthropic/claude-haiku-4-5-20251001/code.mdx
index 7e0725ddf..ba0c7ed50 100644
--- a/development/comfy-router/models/anthropic/claude-haiku-4-5-20251001/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-haiku-4-5-20251001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Haiku 4.5 20251001"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-haiku-4-5-20251001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-haiku-4-5-20251001`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-haiku-4-5-20251001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-haiku-4-5-20251001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-opus-4-6/code.mdx b/development/comfy-router/models/anthropic/claude-opus-4-6/code.mdx
index 866ca6d99..10e110ab9 100644
--- a/development/comfy-router/models/anthropic/claude-opus-4-6/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-opus-4-6/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Opus 4.6"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-opus-4-6.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-opus-4-6`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-opus-4-6 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-opus-4-6/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-opus-4-7/code.mdx b/development/comfy-router/models/anthropic/claude-opus-4-7/code.mdx
index b3f2bb907..ad134ed7e 100644
--- a/development/comfy-router/models/anthropic/claude-opus-4-7/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-opus-4-7/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Opus 4.7"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-opus-4-7.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-opus-4-7`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-opus-4-7 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-opus-4-7/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-opus-4-8/code.mdx b/development/comfy-router/models/anthropic/claude-opus-4-8/code.mdx
index ca17d4c2e..c4d3f8dce 100644
--- a/development/comfy-router/models/anthropic/claude-opus-4-8/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-opus-4-8/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Opus 4.8"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-opus-4-8.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-opus-4-8`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-opus-4-8 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-opus-4-8/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-opus-5/code.mdx b/development/comfy-router/models/anthropic/claude-opus-5/code.mdx
index 8e895780b..e7f958e73 100644
--- a/development/comfy-router/models/anthropic/claude-opus-5/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-opus-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Opus 5"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-opus-5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-opus-5`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-opus-5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-opus-5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-sonnet-4-5-20250929/code.mdx b/development/comfy-router/models/anthropic/claude-sonnet-4-5-20250929/code.mdx
index 4ba0d1056..a6cae5e18 100644
--- a/development/comfy-router/models/anthropic/claude-sonnet-4-5-20250929/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-sonnet-4-5-20250929/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Sonnet 4.5 20250929"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-sonnet-4-5-20250929.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-sonnet-4-5-20250929`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-sonnet-4-5-20250929 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-sonnet-4-5-20250929/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-sonnet-4-6/code.mdx b/development/comfy-router/models/anthropic/claude-sonnet-4-6/code.mdx
index 0b3b35e28..6cd130805 100644
--- a/development/comfy-router/models/anthropic/claude-sonnet-4-6/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-sonnet-4-6/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Sonnet 4.6"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-sonnet-4-6.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-sonnet-4-6`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-sonnet-4-6 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-sonnet-4-6/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/anthropic/claude-sonnet-5/code.mdx b/development/comfy-router/models/anthropic/claude-sonnet-5/code.mdx
index ff0122e42..72d2ef59a 100644
--- a/development/comfy-router/models/anthropic/claude-sonnet-5/code.mdx
+++ b/development/comfy-router/models/anthropic/claude-sonnet-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Claude Sonnet 5"
{/* GENERATED FILE. Generated from router-schemas/anthropic/claude-sonnet-5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `anthropic/claude-sonnet-5`, served by Comfy Router from Anthropic.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/anthropic/claude-sonnet-5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/anthropic/claude-sonnet-5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/beeble/switchx/code.mdx b/development/comfy-router/models/beeble/switchx/code.mdx
index 022c2c69a..a164759d6 100644
--- a/development/comfy-router/models/beeble/switchx/code.mdx
+++ b/development/comfy-router/models/beeble/switchx/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "SwitchX"
{/* GENERATED FILE. Generated from router-schemas/beeble/switchx.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `beeble/switchx`, served by Comfy Router from Beeble.
@@ -68,8 +67,6 @@ curl https://api.comfy.org/v2/models/beeble/switchx \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/beeble/switchx/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/erase-v1/code.mdx b/development/comfy-router/models/black-forest-labs/erase-v1/code.mdx
index 340904fc0..57f72f85d 100644
--- a/development/comfy-router/models/black-forest-labs/erase-v1/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/erase-v1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Erase V1"
{/* GENERATED FILE. Generated from router-schemas/bfl/erase-v1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/erase-v1`, served by Comfy Router from Black Forest Labs.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bfl/erase-v1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/erase-v1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-1-1-pro-ultra-image/code.mdx b/development/comfy-router/models/black-forest-labs/flux-1-1-pro-ultra-image/code.mdx
index 06902dac0..0f2ecd181 100644
--- a/development/comfy-router/models/black-forest-labs/flux-1-1-pro-ultra-image/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-1-1-pro-ultra-image/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Flux 1.1 Pro Ultra Image"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Flux 1.1 Pro Ultra Image. FLUX 1.1 [pro] is a text-to-image model from Black Forest Labs. Ultra mode generates images at up to 4MP resolution.
@@ -69,8 +68,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-pro-1.1-ultra \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-pro-1.1-ultra/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
@@ -352,8 +349,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-pro-1.1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-pro-1.1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-1-kontext/code.mdx b/development/comfy-router/models/black-forest-labs/flux-1-kontext/code.mdx
index 32a73867b..32929ebf2 100644
--- a/development/comfy-router/models/black-forest-labs/flux-1-kontext/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-1-kontext/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX.1 Kontext"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for FLUX.1 Kontext. FLUX.1 Kontext is Black Forest Labs' instruction-driven image editing model: send an image and a text instruction, get the edited image back with the rest of the scene preserved.
@@ -79,8 +78,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-kontext-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-kontext-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
@@ -384,8 +381,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-kontext-max \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-kontext-max/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-2-max/code.mdx b/development/comfy-router/models/black-forest-labs/flux-2-max/code.mdx
index 327c13a55..420cfdb2d 100644
--- a/development/comfy-router/models/black-forest-labs/flux-2-max/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-2-max/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX 2 Max"
{/* GENERATED FILE. Generated from router-schemas/bfl/flux-2-max.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/flux-2-max`, served by Comfy Router from Black Forest Labs.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-2-max \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-2-max/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-2-pro/code.mdx b/development/comfy-router/models/black-forest-labs/flux-2-pro/code.mdx
index 4974b4461..a5730e708 100644
--- a/development/comfy-router/models/black-forest-labs/flux-2-pro/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-2-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX 2 Pro"
{/* GENERATED FILE. Generated from router-schemas/bfl/flux-2-pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/flux-2-pro`, served by Comfy Router from Black Forest Labs.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-2-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-2-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-3-video/code.mdx b/development/comfy-router/models/black-forest-labs/flux-3-video/code.mdx
index 7b6bdbfc6..c5cdc80c0 100644
--- a/development/comfy-router/models/black-forest-labs/flux-3-video/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-3-video/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX 3 Video"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for FLUX 3 Video. FLUX 3 Video is Black Forest Labs' video generation model, turning a text prompt into a short clip with synchronized audio.
@@ -69,8 +68,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-3-video \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-3-video/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-canny/code.mdx b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-canny/code.mdx
index 3e2cd298f..791723774 100644
--- a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-canny/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-canny/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX Pro 1.0 Canny"
{/* GENERATED FILE. Generated from router-schemas/bfl/flux-pro-1.0-canny.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/flux-pro-1.0-canny`, served by Comfy Router from Black Forest Labs.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-pro-1.0-canny \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-pro-1.0-canny/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-depth/code.mdx b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-depth/code.mdx
index 1098394e9..731e20c23 100644
--- a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-depth/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-depth/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX Pro 1.0 Depth"
{/* GENERATED FILE. Generated from router-schemas/bfl/flux-pro-1.0-depth.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/flux-pro-1.0-depth`, served by Comfy Router from Black Forest Labs.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-pro-1.0-depth \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-pro-1.0-depth/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-expand/code.mdx b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-expand/code.mdx
index c04020591..ccabeb041 100644
--- a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-expand/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-expand/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX Pro 1.0 Expand"
{/* GENERATED FILE. Generated from router-schemas/bfl/flux-pro-1.0-expand.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/flux-pro-1.0-expand`, served by Comfy Router from Black Forest Labs.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-pro-1.0-expand \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-pro-1.0-expand/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-fill/code.mdx b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-fill/code.mdx
index a92f7984a..21de8558c 100644
--- a/development/comfy-router/models/black-forest-labs/flux-pro-1-0-fill/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-pro-1-0-fill/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX Pro 1.0 Fill"
{/* GENERATED FILE. Generated from router-schemas/bfl/flux-pro-1.0-fill.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/flux-pro-1.0-fill`, served by Comfy Router from Black Forest Labs.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/bfl/flux-pro-1.0-fill \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/flux-pro-1.0-fill/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/flux-video-upscale/code.mdx b/development/comfy-router/models/black-forest-labs/flux-video-upscale/code.mdx
index 1665ffaf6..7a9d6e55a 100644
--- a/development/comfy-router/models/black-forest-labs/flux-video-upscale/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/flux-video-upscale/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "FLUX Video Upscale"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for FLUX Video Upscale. FLUX Video Upscale is Black Forest Labs' video upscaler: send a video, get a higher-resolution version back.
@@ -65,8 +64,6 @@ curl https://api.comfy.org/v2/models/bfl/video-upscale-v1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/video-upscale-v1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/video-edit-v1/code.mdx b/development/comfy-router/models/black-forest-labs/video-edit-v1/code.mdx
index 9b1bc7c25..3183f2f05 100644
--- a/development/comfy-router/models/black-forest-labs/video-edit-v1/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/video-edit-v1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Video Edit V1"
{/* GENERATED FILE. Generated from router-schemas/bfl/video-edit-v1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/video-edit-v1`, served by Comfy Router from Black Forest Labs.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bfl/video-edit-v1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/video-edit-v1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/black-forest-labs/vto-v1/code.mdx b/development/comfy-router/models/black-forest-labs/vto-v1/code.mdx
index 1fc502117..c10d20950 100644
--- a/development/comfy-router/models/black-forest-labs/vto-v1/code.mdx
+++ b/development/comfy-router/models/black-forest-labs/vto-v1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "VTO V1"
{/* GENERATED FILE. Generated from router-schemas/bfl/vto-v1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bfl/vto-v1`, served by Comfy Router from Black Forest Labs.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/bfl/vto-v1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bfl/vto-v1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/fibo/code.mdx b/development/comfy-router/models/bria/fibo/code.mdx
index 16ca38500..26c001077 100644
--- a/development/comfy-router/models/bria/fibo/code.mdx
+++ b/development/comfy-router/models/bria/fibo/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Fibo"
{/* GENERATED FILE. Generated from router-schemas/bria/fibo.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/fibo`, served by Comfy Router from Bria.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bria/fibo \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/fibo/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/image-edit-erase/code.mdx b/development/comfy-router/models/bria/image-edit-erase/code.mdx
index e55cd5089..68877df36 100644
--- a/development/comfy-router/models/bria/image-edit-erase/code.mdx
+++ b/development/comfy-router/models/bria/image-edit-erase/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Image Edit Erase"
{/* GENERATED FILE. Generated from router-schemas/bria/image-edit-erase.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/image-edit-erase`, served by Comfy Router from Bria.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bria/image-edit-erase \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/image-edit-erase/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/image-edit-expand/code.mdx b/development/comfy-router/models/bria/image-edit-expand/code.mdx
index f0c95ef70..17df9002e 100644
--- a/development/comfy-router/models/bria/image-edit-expand/code.mdx
+++ b/development/comfy-router/models/bria/image-edit-expand/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Image Edit Expand"
{/* GENERATED FILE. Generated from router-schemas/bria/image-edit-expand.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/image-edit-expand`, served by Comfy Router from Bria.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bria/image-edit-expand \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/image-edit-expand/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/image-edit-gen-fill/code.mdx b/development/comfy-router/models/bria/image-edit-gen-fill/code.mdx
index 75e57cd4f..4f06858ea 100644
--- a/development/comfy-router/models/bria/image-edit-gen-fill/code.mdx
+++ b/development/comfy-router/models/bria/image-edit-gen-fill/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Image Edit Gen Fill"
{/* GENERATED FILE. Generated from router-schemas/bria/image-edit-gen-fill.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/image-edit-gen-fill`, served by Comfy Router from Bria.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/bria/image-edit-gen-fill \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/image-edit-gen-fill/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/image-edit-increase-resolution/code.mdx b/development/comfy-router/models/bria/image-edit-increase-resolution/code.mdx
index 6a540631f..b57226dc1 100644
--- a/development/comfy-router/models/bria/image-edit-increase-resolution/code.mdx
+++ b/development/comfy-router/models/bria/image-edit-increase-resolution/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Image Edit Increase Resolution"
{/* GENERATED FILE. Generated from router-schemas/bria/image-edit-increase-resolution.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/image-edit-increase-resolution`, served by Comfy Router from Bria.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bria/image-edit-increase-resolution \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/image-edit-increase-resolution/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/image-edit-remove-background/code.mdx b/development/comfy-router/models/bria/image-edit-remove-background/code.mdx
index 3b69721b6..eda285464 100644
--- a/development/comfy-router/models/bria/image-edit-remove-background/code.mdx
+++ b/development/comfy-router/models/bria/image-edit-remove-background/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Image Edit Remove Background"
{/* GENERATED FILE. Generated from router-schemas/bria/image-edit-remove-background.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/image-edit-remove-background`, served by Comfy Router from Bria.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/bria/image-edit-remove-background \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/image-edit-remove-background/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/structured-instruction/code.mdx b/development/comfy-router/models/bria/structured-instruction/code.mdx
index 6662c0b22..43520c35c 100644
--- a/development/comfy-router/models/bria/structured-instruction/code.mdx
+++ b/development/comfy-router/models/bria/structured-instruction/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Structured Instruction"
{/* GENERATED FILE. Generated from router-schemas/bria/structured-instruction.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/structured-instruction`, served by Comfy Router from Bria.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bria/structured-instruction \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/structured-instruction/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/video-edit-green-screen/code.mdx b/development/comfy-router/models/bria/video-edit-green-screen/code.mdx
index 286898b90..f89937bd1 100644
--- a/development/comfy-router/models/bria/video-edit-green-screen/code.mdx
+++ b/development/comfy-router/models/bria/video-edit-green-screen/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Video Edit Green Screen"
{/* GENERATED FILE. Generated from router-schemas/bria/video-edit-green-screen.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/video-edit-green-screen`, served by Comfy Router from Bria.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bria/video-edit-green-screen \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/video-edit-green-screen/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/video-edit-remove-background/code.mdx b/development/comfy-router/models/bria/video-edit-remove-background/code.mdx
index fdb75016c..2218ef0a5 100644
--- a/development/comfy-router/models/bria/video-edit-remove-background/code.mdx
+++ b/development/comfy-router/models/bria/video-edit-remove-background/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Video Edit Remove Background"
{/* GENERATED FILE. Generated from router-schemas/bria/video-edit-remove-background.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/video-edit-remove-background`, served by Comfy Router from Bria.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/bria/video-edit-remove-background \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/video-edit-remove-background/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/bria/video-edit-replace-background/code.mdx b/development/comfy-router/models/bria/video-edit-replace-background/code.mdx
index c94085eb0..8fc3c7eb3 100644
--- a/development/comfy-router/models/bria/video-edit-replace-background/code.mdx
+++ b/development/comfy-router/models/bria/video-edit-replace-background/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Video Edit Replace Background"
{/* GENERATED FILE. Generated from router-schemas/bria/video-edit-replace-background.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `bria/video-edit-replace-background`, served by Comfy Router from Bria.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/bria/video-edit-replace-background \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/bria/video-edit-replace-background/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/dreamina-seedance-2-0-260128/code.mdx b/development/comfy-router/models/byteplus/dreamina-seedance-2-0-260128/code.mdx
index 36df589a2..6bfa06c76 100644
--- a/development/comfy-router/models/byteplus/dreamina-seedance-2-0-260128/code.mdx
+++ b/development/comfy-router/models/byteplus/dreamina-seedance-2-0-260128/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Dreamina Seedance 2.0 260128"
{/* GENERATED FILE. Generated from router-schemas/byteplus/dreamina-seedance-2-0-260128.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/dreamina-seedance-2-0-260128`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-0-260128 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-0-260128/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/dreamina-seedance-2-0-fast-260128/code.mdx b/development/comfy-router/models/byteplus/dreamina-seedance-2-0-fast-260128/code.mdx
index fb2e0407e..5815b55ef 100644
--- a/development/comfy-router/models/byteplus/dreamina-seedance-2-0-fast-260128/code.mdx
+++ b/development/comfy-router/models/byteplus/dreamina-seedance-2-0-fast-260128/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Dreamina Seedance 2.0 Fast 260128"
{/* GENERATED FILE. Generated from router-schemas/byteplus/dreamina-seedance-2-0-fast-260128.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/dreamina-seedance-2-0-fast-260128`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-0-fast-260128
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-0-fast-260128/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/dreamina-seedance-2-0-mini/code.mdx b/development/comfy-router/models/byteplus/dreamina-seedance-2-0-mini/code.mdx
index 13279ce7b..aa3541d23 100644
--- a/development/comfy-router/models/byteplus/dreamina-seedance-2-0-mini/code.mdx
+++ b/development/comfy-router/models/byteplus/dreamina-seedance-2-0-mini/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Dreamina Seedance 2.0 Mini"
{/* GENERATED FILE. Generated from router-schemas/byteplus/dreamina-seedance-2-0-mini.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/dreamina-seedance-2-0-mini`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-0-mini \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-0-mini/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/dreamina-seedance-2-5-260628/code.mdx b/development/comfy-router/models/byteplus/dreamina-seedance-2-5-260628/code.mdx
index 820df6c4e..1711969de 100644
--- a/development/comfy-router/models/byteplus/dreamina-seedance-2-5-260628/code.mdx
+++ b/development/comfy-router/models/byteplus/dreamina-seedance-2-5-260628/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Dreamina Seedance 2.5 260628"
{/* GENERATED FILE. Generated from router-schemas/byteplus/dreamina-seedance-2-5-260628.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/dreamina-seedance-2-5-260628`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-5-260628 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/dreamina-seedance-2-5-260628/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seed-2-0-lite-260228/code.mdx b/development/comfy-router/models/byteplus/seed-2-0-lite-260228/code.mdx
index 7e7563c62..7169b7836 100644
--- a/development/comfy-router/models/byteplus/seed-2-0-lite-260228/code.mdx
+++ b/development/comfy-router/models/byteplus/seed-2-0-lite-260228/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seed 2.0 Lite 260228"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seed-2-0-lite-260228.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seed-2-0-lite-260228`, served by Comfy Router from BytePlus.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/byteplus/seed-2-0-lite-260228 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seed-2-0-lite-260228/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seed-2-0-mini-260215/code.mdx b/development/comfy-router/models/byteplus/seed-2-0-mini-260215/code.mdx
index 593e9b074..b0ec8e297 100644
--- a/development/comfy-router/models/byteplus/seed-2-0-mini-260215/code.mdx
+++ b/development/comfy-router/models/byteplus/seed-2-0-mini-260215/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seed 2.0 Mini 260215"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seed-2-0-mini-260215.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seed-2-0-mini-260215`, served by Comfy Router from BytePlus.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/byteplus/seed-2-0-mini-260215 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seed-2-0-mini-260215/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seed-2-0-pro-260328/code.mdx b/development/comfy-router/models/byteplus/seed-2-0-pro-260328/code.mdx
index 300913026..60ee888df 100644
--- a/development/comfy-router/models/byteplus/seed-2-0-pro-260328/code.mdx
+++ b/development/comfy-router/models/byteplus/seed-2-0-pro-260328/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seed 2.0 Pro 260328"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seed-2-0-pro-260328.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seed-2-0-pro-260328`, served by Comfy Router from BytePlus.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/byteplus/seed-2-0-pro-260328 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seed-2-0-pro-260328/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seed-audio-1-0-multilingual/code.mdx b/development/comfy-router/models/byteplus/seed-audio-1-0-multilingual/code.mdx
index b886d0a72..d9155aaab 100644
--- a/development/comfy-router/models/byteplus/seed-audio-1-0-multilingual/code.mdx
+++ b/development/comfy-router/models/byteplus/seed-audio-1-0-multilingual/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seed Audio 1.0 Multilingual"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seed-audio-1.0-multilingual.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seed-audio-1.0-multilingual`, served by Comfy Router from BytePlus.
@@ -68,8 +67,6 @@ curl https://api.comfy.org/v2/models/byteplus/seed-audio-1.0-multilingual \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seed-audio-1.0-multilingual/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seed-audio-1-0/code.mdx b/development/comfy-router/models/byteplus/seed-audio-1-0/code.mdx
index c4fd1f614..aff2c7d14 100644
--- a/development/comfy-router/models/byteplus/seed-audio-1-0/code.mdx
+++ b/development/comfy-router/models/byteplus/seed-audio-1-0/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seed Audio 1.0"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seed-audio-1.0.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seed-audio-1.0`, served by Comfy Router from BytePlus.
@@ -68,8 +67,6 @@ curl https://api.comfy.org/v2/models/byteplus/seed-audio-1.0 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seed-audio-1.0/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedance-1-0-lite-i2v-250428/code.mdx b/development/comfy-router/models/byteplus/seedance-1-0-lite-i2v-250428/code.mdx
index 1fe529a78..01f1798d8 100644
--- a/development/comfy-router/models/byteplus/seedance-1-0-lite-i2v-250428/code.mdx
+++ b/development/comfy-router/models/byteplus/seedance-1-0-lite-i2v-250428/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedance 1.0 Lite I2V 250428"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedance-1-0-lite-i2v-250428.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedance-1-0-lite-i2v-250428`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedance-1-0-lite-i2v-250428 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedance-1-0-lite-i2v-250428/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedance-1-0-lite-t2v-250428/code.mdx b/development/comfy-router/models/byteplus/seedance-1-0-lite-t2v-250428/code.mdx
index cd0731e0d..36242d75a 100644
--- a/development/comfy-router/models/byteplus/seedance-1-0-lite-t2v-250428/code.mdx
+++ b/development/comfy-router/models/byteplus/seedance-1-0-lite-t2v-250428/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedance 1.0 Lite T2V 250428"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedance-1-0-lite-t2v-250428.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedance-1-0-lite-t2v-250428`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedance-1-0-lite-t2v-250428 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedance-1-0-lite-t2v-250428/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedance-1-0-pro-250528/code.mdx b/development/comfy-router/models/byteplus/seedance-1-0-pro-250528/code.mdx
index 653700457..a7c42095f 100644
--- a/development/comfy-router/models/byteplus/seedance-1-0-pro-250528/code.mdx
+++ b/development/comfy-router/models/byteplus/seedance-1-0-pro-250528/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedance 1.0 Pro 250528"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedance-1-0-pro-250528.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedance-1-0-pro-250528`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedance-1-0-pro-250528 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedance-1-0-pro-250528/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedance-1-0-pro-fast-251015/code.mdx b/development/comfy-router/models/byteplus/seedance-1-0-pro-fast-251015/code.mdx
index 6fbd647ee..ecf1a5a05 100644
--- a/development/comfy-router/models/byteplus/seedance-1-0-pro-fast-251015/code.mdx
+++ b/development/comfy-router/models/byteplus/seedance-1-0-pro-fast-251015/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedance 1.0 Pro Fast 251015"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedance-1-0-pro-fast-251015.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedance-1-0-pro-fast-251015`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedance-1-0-pro-fast-251015 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedance-1-0-pro-fast-251015/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedance-1-5-pro-251215/code.mdx b/development/comfy-router/models/byteplus/seedance-1-5-pro-251215/code.mdx
index 67cef1b5c..c45d13c8e 100644
--- a/development/comfy-router/models/byteplus/seedance-1-5-pro-251215/code.mdx
+++ b/development/comfy-router/models/byteplus/seedance-1-5-pro-251215/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedance 1.5 Pro 251215"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedance-1-5-pro-251215.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedance-1-5-pro-251215`, served by Comfy Router from BytePlus.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedance-1-5-pro-251215 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedance-1-5-pro-251215/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seededit-3-0-i2i-250628/code.mdx b/development/comfy-router/models/byteplus/seededit-3-0-i2i-250628/code.mdx
index 230295528..8871ac495 100644
--- a/development/comfy-router/models/byteplus/seededit-3-0-i2i-250628/code.mdx
+++ b/development/comfy-router/models/byteplus/seededit-3-0-i2i-250628/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seededit 3.0 I2I 250628"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seededit-3-0-i2i-250628.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seededit-3-0-i2i-250628`, served by Comfy Router from BytePlus.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/byteplus/seededit-3-0-i2i-250628 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seededit-3-0-i2i-250628/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedream-3-0-t2i-250415/code.mdx b/development/comfy-router/models/byteplus/seedream-3-0-t2i-250415/code.mdx
index 9ab602eb7..bb227efe7 100644
--- a/development/comfy-router/models/byteplus/seedream-3-0-t2i-250415/code.mdx
+++ b/development/comfy-router/models/byteplus/seedream-3-0-t2i-250415/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedream 3.0 T2I 250415"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedream-3-0-t2i-250415.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedream-3-0-t2i-250415`, served by Comfy Router from BytePlus.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedream-3-0-t2i-250415 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedream-3-0-t2i-250415/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedream-4-0-250828/code.mdx b/development/comfy-router/models/byteplus/seedream-4-0-250828/code.mdx
index 59e01c29e..edc46b1f4 100644
--- a/development/comfy-router/models/byteplus/seedream-4-0-250828/code.mdx
+++ b/development/comfy-router/models/byteplus/seedream-4-0-250828/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedream 4.0 250828"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedream-4-0-250828.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedream-4-0-250828`, served by Comfy Router from BytePlus.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedream-4-0-250828 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedream-4-0-250828/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedream-4-5-251128/code.mdx b/development/comfy-router/models/byteplus/seedream-4-5-251128/code.mdx
index 06718c6e3..deee46587 100644
--- a/development/comfy-router/models/byteplus/seedream-4-5-251128/code.mdx
+++ b/development/comfy-router/models/byteplus/seedream-4-5-251128/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedream 4.5 251128"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedream-4-5-251128.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedream-4-5-251128`, served by Comfy Router from BytePlus.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedream-4-5-251128 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedream-4-5-251128/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedream-5-0-260128/code.mdx b/development/comfy-router/models/byteplus/seedream-5-0-260128/code.mdx
index 65099452c..3a3fb796f 100644
--- a/development/comfy-router/models/byteplus/seedream-5-0-260128/code.mdx
+++ b/development/comfy-router/models/byteplus/seedream-5-0-260128/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedream 5.0 260128"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedream-5-0-260128.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedream-5-0-260128`, served by Comfy Router from BytePlus.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedream-5-0-260128 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedream-5-0-260128/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/byteplus/seedream-5-0-pro-260628/code.mdx b/development/comfy-router/models/byteplus/seedream-5-0-pro-260628/code.mdx
index d212aa810..620281822 100644
--- a/development/comfy-router/models/byteplus/seedream-5-0-pro-260628/code.mdx
+++ b/development/comfy-router/models/byteplus/seedream-5-0-pro-260628/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedream 5.0 Pro 260628"
{/* GENERATED FILE. Generated from router-schemas/byteplus/seedream-5-0-pro-260628.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `byteplus/seedream-5-0-pro-260628`, served by Comfy Router from BytePlus.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/byteplus/seedream-5-0-pro-260628 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/byteplus/seedream-5-0-pro-260628/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/elevenlabs/eleven-sfx-v2/code.mdx b/development/comfy-router/models/elevenlabs/eleven-sfx-v2/code.mdx
index a22fd7339..73b0f7ee9 100644
--- a/development/comfy-router/models/elevenlabs/eleven-sfx-v2/code.mdx
+++ b/development/comfy-router/models/elevenlabs/eleven-sfx-v2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Eleven Sfx V2"
{/* GENERATED FILE. Generated from router-schemas/elevenlabs/eleven_sfx_v2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `elevenlabs/eleven_sfx_v2`, served by Comfy Router from Elevenlabs.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/elevenlabs/eleven_sfx_v2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/elevenlabs/eleven_sfx_v2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/elevenlabs/eleven-v3/code.mdx b/development/comfy-router/models/elevenlabs/eleven-v3/code.mdx
index 1428559a2..3379ac05d 100644
--- a/development/comfy-router/models/elevenlabs/eleven-v3/code.mdx
+++ b/development/comfy-router/models/elevenlabs/eleven-v3/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Eleven V3"
{/* GENERATED FILE. Generated from router-schemas/elevenlabs/eleven_v3.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `elevenlabs/eleven_v3`, served by Comfy Router from Elevenlabs.
@@ -70,8 +69,6 @@ curl https://api.comfy.org/v2/models/elevenlabs/eleven_v3 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/elevenlabs/eleven_v3/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/fal/h3-max-turbo/code.mdx b/development/comfy-router/models/fal/h3-max-turbo/code.mdx
index 53804f898..7377f021a 100644
--- a/development/comfy-router/models/fal/h3-max-turbo/code.mdx
+++ b/development/comfy-router/models/fal/h3-max-turbo/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "H3 Max Turbo"
{/* GENERATED FILE. Generated from router-schemas/fal/h3-max-turbo.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `fal/h3-max-turbo`, served by Comfy Router from fal.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/fal/h3-max-turbo \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/fal/h3-max-turbo/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/fal/h3-max/code.mdx b/development/comfy-router/models/fal/h3-max/code.mdx
index a00343bbe..41a6f6b4a 100644
--- a/development/comfy-router/models/fal/h3-max/code.mdx
+++ b/development/comfy-router/models/fal/h3-max/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "H3 Max"
{/* GENERATED FILE. Generated from router-schemas/fal/h3-max.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `fal/h3-max`, served by Comfy Router from fal.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/fal/h3-max \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/fal/h3-max/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/fal/patina/code.mdx b/development/comfy-router/models/fal/patina/code.mdx
index 1ff8c84f5..e36f06ca4 100644
--- a/development/comfy-router/models/fal/patina/code.mdx
+++ b/development/comfy-router/models/fal/patina/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Patina"
{/* GENERATED FILE. Generated from router-schemas/fal/patina.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `fal/patina`, served by Comfy Router from fal.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/fal/patina \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/fal/patina/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/freepik/ai-image-upscaler-precision-v2/code.mdx b/development/comfy-router/models/freepik/ai-image-upscaler-precision-v2/code.mdx
index 644a216a6..e844d51e2 100644
--- a/development/comfy-router/models/freepik/ai-image-upscaler-precision-v2/code.mdx
+++ b/development/comfy-router/models/freepik/ai-image-upscaler-precision-v2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "AI Image Upscaler Precision V2"
{/* GENERATED FILE. Generated from router-schemas/freepik/ai-image-upscaler-precision-v2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `freepik/ai-image-upscaler-precision-v2`, served by Comfy Router from Freepik.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/freepik/ai-image-upscaler-precision-v2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/freepik/ai-image-upscaler-precision-v2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/freepik/ai-skin-enhancer-creative/code.mdx b/development/comfy-router/models/freepik/ai-skin-enhancer-creative/code.mdx
index d2e28d1b8..22ba7c4ae 100644
--- a/development/comfy-router/models/freepik/ai-skin-enhancer-creative/code.mdx
+++ b/development/comfy-router/models/freepik/ai-skin-enhancer-creative/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "AI Skin Enhancer Creative"
{/* GENERATED FILE. Generated from router-schemas/freepik/ai-skin-enhancer-creative.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `freepik/ai-skin-enhancer-creative`, served by Comfy Router from Freepik.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/freepik/ai-skin-enhancer-creative \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/freepik/ai-skin-enhancer-creative/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/freepik/ai-skin-enhancer-faithful/code.mdx b/development/comfy-router/models/freepik/ai-skin-enhancer-faithful/code.mdx
index d91af6078..6d56b53ca 100644
--- a/development/comfy-router/models/freepik/ai-skin-enhancer-faithful/code.mdx
+++ b/development/comfy-router/models/freepik/ai-skin-enhancer-faithful/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "AI Skin Enhancer Faithful"
{/* GENERATED FILE. Generated from router-schemas/freepik/ai-skin-enhancer-faithful.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `freepik/ai-skin-enhancer-faithful`, served by Comfy Router from Freepik.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/freepik/ai-skin-enhancer-faithful \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/freepik/ai-skin-enhancer-faithful/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/freepik/ai-skin-enhancer-flexible/code.mdx b/development/comfy-router/models/freepik/ai-skin-enhancer-flexible/code.mdx
index b58db692c..3fbf20ed0 100644
--- a/development/comfy-router/models/freepik/ai-skin-enhancer-flexible/code.mdx
+++ b/development/comfy-router/models/freepik/ai-skin-enhancer-flexible/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "AI Skin Enhancer Flexible"
{/* GENERATED FILE. Generated from router-schemas/freepik/ai-skin-enhancer-flexible.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `freepik/ai-skin-enhancer-flexible`, served by Comfy Router from Freepik.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/freepik/ai-skin-enhancer-flexible \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/freepik/ai-skin-enhancer-flexible/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/gemini-interactions/gemini-omni-1-1-flash/code.mdx b/development/comfy-router/models/gemini-interactions/gemini-omni-1-1-flash/code.mdx
index 7fd61d891..22174db00 100644
--- a/development/comfy-router/models/gemini-interactions/gemini-omni-1-1-flash/code.mdx
+++ b/development/comfy-router/models/gemini-interactions/gemini-omni-1-1-flash/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gemini Omni 1.1 Flash"
{/* GENERATED FILE. Generated from router-schemas/gemini-interactions/gemini-omni-1.1-flash.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `gemini-interactions/gemini-omni-1.1-flash`, served by Comfy Router from Gemini Interactions.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/gemini-interactions/gemini-omni-1.1-flash \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/gemini-interactions/gemini-omni-1.1-flash/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/gemini-interactions/gemini-omni-flash-preview/code.mdx b/development/comfy-router/models/gemini-interactions/gemini-omni-flash-preview/code.mdx
index 3eda2ede7..405b5ba59 100644
--- a/development/comfy-router/models/gemini-interactions/gemini-omni-flash-preview/code.mdx
+++ b/development/comfy-router/models/gemini-interactions/gemini-omni-flash-preview/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gemini Omni Flash Preview"
{/* GENERATED FILE. Generated from router-schemas/gemini-interactions/gemini-omni-flash-preview.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `gemini-interactions/gemini-omni-flash-preview`, served by Comfy Router from Gemini Interactions.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/gemini-interactions/gemini-omni-flash-previ
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/gemini-interactions/gemini-omni-flash-preview/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/gemini-2-5-flash-image/code.mdx b/development/comfy-router/models/google/gemini-2-5-flash-image/code.mdx
index 54aad0bd5..558f6ac1b 100644
--- a/development/comfy-router/models/google/gemini-2-5-flash-image/code.mdx
+++ b/development/comfy-router/models/google/gemini-2-5-flash-image/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gemini 2.5 Flash Image"
{/* GENERATED FILE. Generated from router-schemas/vertexai/gemini-2.5-flash-image.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `vertexai/gemini-2.5-flash-image`, served by Comfy Router from Google.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-2.5-flash-image \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-2.5-flash-image/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/gemini-3-1-flash-lite/code.mdx b/development/comfy-router/models/google/gemini-3-1-flash-lite/code.mdx
index f45aa2f7c..a68ef9353 100644
--- a/development/comfy-router/models/google/gemini-3-1-flash-lite/code.mdx
+++ b/development/comfy-router/models/google/gemini-3-1-flash-lite/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gemini 3.1 Flash Lite"
{/* GENERATED FILE. Generated from router-schemas/vertexai/gemini-3.1-flash-lite.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `vertexai/gemini-3.1-flash-lite`, served by Comfy Router from Google.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3.1-flash-lite \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3.1-flash-lite/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/gemini-3-7-flash/code.mdx b/development/comfy-router/models/google/gemini-3-7-flash/code.mdx
index 2590d8274..1b85336d3 100644
--- a/development/comfy-router/models/google/gemini-3-7-flash/code.mdx
+++ b/development/comfy-router/models/google/gemini-3-7-flash/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gemini 3.7 Flash"
{/* GENERATED FILE. Generated from router-schemas/vertexai/gemini-3.7-flash.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `vertexai/gemini-3.7-flash`, served by Comfy Router from Google.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3.7-flash \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3.7-flash/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/gemini-3-8-flash/code.mdx b/development/comfy-router/models/google/gemini-3-8-flash/code.mdx
index 498da7eef..2e01dc0b6 100644
--- a/development/comfy-router/models/google/gemini-3-8-flash/code.mdx
+++ b/development/comfy-router/models/google/gemini-3-8-flash/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gemini 3.8 Flash"
{/* GENERATED FILE. Generated from router-schemas/vertexai/gemini-3.8-flash.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `vertexai/gemini-3.8-flash`, served by Comfy Router from Google.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3.8-flash \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3.8-flash/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/gemini/code.mdx b/development/comfy-router/models/google/gemini/code.mdx
index 6f5b6216c..3d82f1232 100644
--- a/development/comfy-router/models/google/gemini/code.mdx
+++ b/development/comfy-router/models/google/gemini/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Google Gemini"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Google Gemini. Google Gemini is Google's family of multimodal text models, covering fast drafting through deep reasoning across the Flash and Pro tiers.
@@ -91,8 +90,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3.1-pro-preview \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3.1-pro-preview/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
@@ -264,8 +261,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3.5-flash \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3.5-flash/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
@@ -437,8 +432,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-2.5-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-2.5-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
@@ -610,8 +603,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-2.5-flash \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-2.5-flash/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/imagen-3-0-fast-generate-001/code.mdx b/development/comfy-router/models/google/imagen-3-0-fast-generate-001/code.mdx
index 77de7c348..57224c002 100644
--- a/development/comfy-router/models/google/imagen-3-0-fast-generate-001/code.mdx
+++ b/development/comfy-router/models/google/imagen-3-0-fast-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Imagen 3.0 Fast Generate 001"
{/* GENERATED FILE. Generated from router-schemas/vertexai/imagen-3.0-fast-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `vertexai/imagen-3.0-fast-generate-001`, served by Comfy Router from Google.
@@ -74,8 +73,6 @@ curl https://api.comfy.org/v2/models/vertexai/imagen-3.0-fast-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/imagen-3.0-fast-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/imagen-3-0-generate-001/code.mdx b/development/comfy-router/models/google/imagen-3-0-generate-001/code.mdx
index 47b2aff14..4a045ff55 100644
--- a/development/comfy-router/models/google/imagen-3-0-generate-001/code.mdx
+++ b/development/comfy-router/models/google/imagen-3-0-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Imagen 3.0 Generate 001"
{/* GENERATED FILE. Generated from router-schemas/vertexai/imagen-3.0-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `vertexai/imagen-3.0-generate-001`, served by Comfy Router from Google.
@@ -74,8 +73,6 @@ curl https://api.comfy.org/v2/models/vertexai/imagen-3.0-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/imagen-3.0-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/imagen-3-0-generate-002/code.mdx b/development/comfy-router/models/google/imagen-3-0-generate-002/code.mdx
index 8c06e74e9..ee5bafb14 100644
--- a/development/comfy-router/models/google/imagen-3-0-generate-002/code.mdx
+++ b/development/comfy-router/models/google/imagen-3-0-generate-002/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Imagen 3.0 Generate 002"
{/* GENERATED FILE. Generated from router-schemas/vertexai/imagen-3.0-generate-002.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `vertexai/imagen-3.0-generate-002`, served by Comfy Router from Google.
@@ -74,8 +73,6 @@ curl https://api.comfy.org/v2/models/vertexai/imagen-3.0-generate-002 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/imagen-3.0-generate-002/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/nano-banana-2-lite/code.mdx b/development/comfy-router/models/google/nano-banana-2-lite/code.mdx
index 7bbf23a75..d6950ab60 100644
--- a/development/comfy-router/models/google/nano-banana-2-lite/code.mdx
+++ b/development/comfy-router/models/google/nano-banana-2-lite/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Nano Banana 2 Lite"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Nano Banana 2 Lite. Nano Banana 2 Lite (Gemini 3.1 Flash-Lite Image) is the Flash-Lite tier of Google's Nano Banana image generation family, tuned for lower latency and cost.
@@ -91,8 +90,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3.1-flash-lite-image \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3.1-flash-lite-image/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/nano-banana-2/code.mdx b/development/comfy-router/models/google/nano-banana-2/code.mdx
index f67283492..28a3ec473 100644
--- a/development/comfy-router/models/google/nano-banana-2/code.mdx
+++ b/development/comfy-router/models/google/nano-banana-2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Nano Banana 2"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Nano Banana 2. Nano Banana 2 (Gemini 3.1 Flash Image) generates images from text and edits an input image when one is provided.
@@ -91,8 +90,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3.1-flash-image \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3.1-flash-image/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/google/nano-banana-pro/code.mdx b/development/comfy-router/models/google/nano-banana-pro/code.mdx
index d9148897f..881a5ed94 100644
--- a/development/comfy-router/models/google/nano-banana-pro/code.mdx
+++ b/development/comfy-router/models/google/nano-banana-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Nano Banana Pro"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Nano Banana Pro. Nano Banana Pro (Gemini 3 Pro Image) is the Pro tier of Google's Nano Banana image generation family, aimed at complex scenes and legible text.
@@ -91,8 +90,6 @@ curl https://api.comfy.org/v2/models/vertexai/gemini-3-pro-image \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/vertexai/gemini-3-pro-image/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/heygen/starfish/code.mdx b/development/comfy-router/models/heygen/starfish/code.mdx
index 0c7f50d51..c955ac06e 100644
--- a/development/comfy-router/models/heygen/starfish/code.mdx
+++ b/development/comfy-router/models/heygen/starfish/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Starfish"
{/* GENERATED FILE. Generated from router-schemas/heygen/starfish.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `heygen/starfish`, served by Comfy Router from HeyGen.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/heygen/starfish \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/heygen/starfish/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/ideogram/ideogram-v3/code.mdx b/development/comfy-router/models/ideogram/ideogram-v3/code.mdx
index c9840356a..47cd4b087 100644
--- a/development/comfy-router/models/ideogram/ideogram-v3/code.mdx
+++ b/development/comfy-router/models/ideogram/ideogram-v3/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Ideogram V3"
{/* GENERATED FILE. Generated from router-schemas/ideogram/ideogram-v3.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `ideogram/ideogram-v3`, served by Comfy Router from Ideogram.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/ideogram/ideogram-v3 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/ideogram/ideogram-v3/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/ideogram/ideogram-v4/code.mdx b/development/comfy-router/models/ideogram/ideogram-v4/code.mdx
index 9a6f05a52..445f674ea 100644
--- a/development/comfy-router/models/ideogram/ideogram-v4/code.mdx
+++ b/development/comfy-router/models/ideogram/ideogram-v4/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Ideogram 4.0"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Ideogram 4.0. Ideogram 4.0 is Ideogram's text-to-image model, which renders legible text inside generated images.
@@ -65,8 +64,6 @@ curl https://api.comfy.org/v2/models/ideogram/ideogram-v4 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/ideogram/ideogram-v4/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/ideogram/p-image-ideogram/code.mdx b/development/comfy-router/models/ideogram/p-image-ideogram/code.mdx
index b951d6bcf..c378c9766 100644
--- a/development/comfy-router/models/ideogram/p-image-ideogram/code.mdx
+++ b/development/comfy-router/models/ideogram/p-image-ideogram/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "P Image Ideogram"
{/* GENERATED FILE. Generated from router-schemas/ideogram/p-image-ideogram.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `ideogram/p-image-ideogram`, served by Comfy Router from Ideogram.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/ideogram/p-image-ideogram \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/ideogram/p-image-ideogram/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-3-0-turbo/code.mdx b/development/comfy-router/models/kling/kling-3-0-turbo/code.mdx
index 715f74c6d..c6cf541d1 100644
--- a/development/comfy-router/models/kling/kling-3-0-turbo/code.mdx
+++ b/development/comfy-router/models/kling/kling-3-0-turbo/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling 3.0 Turbo"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-3.0-turbo.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-3.0-turbo`, served by Comfy Router from Kling.
@@ -70,8 +69,6 @@ curl https://api.comfy.org/v2/models/kling/kling-3.0-turbo \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-3.0-turbo/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-image-o1/code.mdx b/development/comfy-router/models/kling/kling-image-o1/code.mdx
index 00d1a7f86..13c1091f5 100644
--- a/development/comfy-router/models/kling/kling-image-o1/code.mdx
+++ b/development/comfy-router/models/kling/kling-image-o1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling Image O1"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-image-o1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-image-o1`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-image-o1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-image-o1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v1-5/code.mdx b/development/comfy-router/models/kling/kling-v1-5/code.mdx
index 5386ed921..78e86ba4d 100644
--- a/development/comfy-router/models/kling/kling-v1-5/code.mdx
+++ b/development/comfy-router/models/kling/kling-v1-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V1.5"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v1-5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v1-5`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v1-5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v1-5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v1-6/code.mdx b/development/comfy-router/models/kling/kling-v1-6/code.mdx
index f5906f594..d3f34fe27 100644
--- a/development/comfy-router/models/kling/kling-v1-6/code.mdx
+++ b/development/comfy-router/models/kling/kling-v1-6/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V1.6"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v1-6.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v1-6`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v1-6 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v1-6/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v1/code.mdx b/development/comfy-router/models/kling/kling-v1/code.mdx
index 80650a20d..d88a407fe 100644
--- a/development/comfy-router/models/kling/kling-v1/code.mdx
+++ b/development/comfy-router/models/kling/kling-v1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V1"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v1`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v2-1-master/code.mdx b/development/comfy-router/models/kling/kling-v2-1-master/code.mdx
index 43cba8c0a..def07c52b 100644
--- a/development/comfy-router/models/kling/kling-v2-1-master/code.mdx
+++ b/development/comfy-router/models/kling/kling-v2-1-master/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V2.1 Master"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v2-1-master.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v2-1-master`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v2-1-master \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v2-1-master/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v2-1/code.mdx b/development/comfy-router/models/kling/kling-v2-1/code.mdx
index c6559d6c9..251f08995 100644
--- a/development/comfy-router/models/kling/kling-v2-1/code.mdx
+++ b/development/comfy-router/models/kling/kling-v2-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V2.1"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v2-1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v2-1`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v2-1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v2-1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v2-5-turbo/code.mdx b/development/comfy-router/models/kling/kling-v2-5-turbo/code.mdx
index 3f2260ca0..26844aca6 100644
--- a/development/comfy-router/models/kling/kling-v2-5-turbo/code.mdx
+++ b/development/comfy-router/models/kling/kling-v2-5-turbo/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V2.5 Turbo"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v2-5-turbo.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v2-5-turbo`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v2-5-turbo \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v2-5-turbo/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v2-6/code.mdx b/development/comfy-router/models/kling/kling-v2-6/code.mdx
index d64ce2e72..13e1d6746 100644
--- a/development/comfy-router/models/kling/kling-v2-6/code.mdx
+++ b/development/comfy-router/models/kling/kling-v2-6/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V2.6"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v2-6.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v2-6`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v2-6 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v2-6/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v2-master/code.mdx b/development/comfy-router/models/kling/kling-v2-master/code.mdx
index ce9ddd5ba..a07addd89 100644
--- a/development/comfy-router/models/kling/kling-v2-master/code.mdx
+++ b/development/comfy-router/models/kling/kling-v2-master/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V2 Master"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v2-master.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v2-master`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v2-master \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v2-master/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v3-omni/code.mdx b/development/comfy-router/models/kling/kling-v3-omni/code.mdx
index d821dd2db..dce98b3ea 100644
--- a/development/comfy-router/models/kling/kling-v3-omni/code.mdx
+++ b/development/comfy-router/models/kling/kling-v3-omni/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V3 Omni"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v3-omni.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v3-omni`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v3-omni \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v3-omni/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-v3/code.mdx b/development/comfy-router/models/kling/kling-v3/code.mdx
index da365d48d..b2d638946 100644
--- a/development/comfy-router/models/kling/kling-v3/code.mdx
+++ b/development/comfy-router/models/kling/kling-v3/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling V3"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-v3.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-v3`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-v3 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-v3/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/kling-video-o1/code.mdx b/development/comfy-router/models/kling/kling-video-o1/code.mdx
index 7b5463de9..cd26ded7c 100644
--- a/development/comfy-router/models/kling/kling-video-o1/code.mdx
+++ b/development/comfy-router/models/kling/kling-video-o1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Kling Video O1"
{/* GENERATED FILE. Generated from router-schemas/kling/kling-video-o1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/kling-video-o1`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/kling-video-o1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/kling-video-o1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/videos-avatar-image2video/code.mdx b/development/comfy-router/models/kling/videos-avatar-image2video/code.mdx
index 60956e635..1c2ca3bd3 100644
--- a/development/comfy-router/models/kling/videos-avatar-image2video/code.mdx
+++ b/development/comfy-router/models/kling/videos-avatar-image2video/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Videos Avatar Image 2video"
{/* GENERATED FILE. Generated from router-schemas/kling/videos-avatar-image2video.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/videos-avatar-image2video`, served by Comfy Router from Kling.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/kling/videos-avatar-image2video \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/videos-avatar-image2video/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/videos-lip-sync/code.mdx b/development/comfy-router/models/kling/videos-lip-sync/code.mdx
index c1ccc2427..5097c4f97 100644
--- a/development/comfy-router/models/kling/videos-lip-sync/code.mdx
+++ b/development/comfy-router/models/kling/videos-lip-sync/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Videos Lip Sync"
{/* GENERATED FILE. Generated from router-schemas/kling/videos-lip-sync.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/videos-lip-sync`, served by Comfy Router from Kling.
@@ -74,8 +73,6 @@ curl https://api.comfy.org/v2/models/kling/videos-lip-sync \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/videos-lip-sync/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/kling/videos-video-extend/code.mdx b/development/comfy-router/models/kling/videos-video-extend/code.mdx
index e3eae206c..c12e7b7af 100644
--- a/development/comfy-router/models/kling/videos-video-extend/code.mdx
+++ b/development/comfy-router/models/kling/videos-video-extend/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Videos Video Extend"
{/* GENERATED FILE. Generated from router-schemas/kling/videos-video-extend.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `kling/videos-video-extend`, served by Comfy Router from Kling.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/kling/videos-video-extend \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/kling/videos-video-extend/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/krea/krea-2-large/code.mdx b/development/comfy-router/models/krea/krea-2-large/code.mdx
index 51271ed43..5f719f38e 100644
--- a/development/comfy-router/models/krea/krea-2-large/code.mdx
+++ b/development/comfy-router/models/krea/krea-2-large/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Krea 2 Large"
{/* GENERATED FILE. Generated from router-schemas/krea/krea-2-large.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `krea/krea-2-large`, served by Comfy Router from Krea.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/krea/krea-2-large \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/krea/krea-2-large/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/krea/krea-2-medium-turbo/code.mdx b/development/comfy-router/models/krea/krea-2-medium-turbo/code.mdx
index 31b5ffc2a..154170b2f 100644
--- a/development/comfy-router/models/krea/krea-2-medium-turbo/code.mdx
+++ b/development/comfy-router/models/krea/krea-2-medium-turbo/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Krea 2 Medium Turbo"
{/* GENERATED FILE. Generated from router-schemas/krea/krea-2-medium-turbo.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `krea/krea-2-medium-turbo`, served by Comfy Router from Krea.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/krea/krea-2-medium-turbo \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/krea/krea-2-medium-turbo/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/krea/krea-2-medium/code.mdx b/development/comfy-router/models/krea/krea-2-medium/code.mdx
index ebc011158..caf0afba7 100644
--- a/development/comfy-router/models/krea/krea-2-medium/code.mdx
+++ b/development/comfy-router/models/krea/krea-2-medium/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Krea 2 Medium"
{/* GENERATED FILE. Generated from router-schemas/krea/krea-2-medium.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `krea/krea-2-medium`, served by Comfy Router from Krea.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/krea/krea-2-medium \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/krea/krea-2-medium/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/krea/krea-2/code.mdx b/development/comfy-router/models/krea/krea-2/code.mdx
index 89c8cbaec..1edc8b0d5 100644
--- a/development/comfy-router/models/krea/krea-2/code.mdx
+++ b/development/comfy-router/models/krea/krea-2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Krea 2"
{/* GENERATED FILE. Generated from router-schemas/krea/krea-2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `krea/krea-2`, served by Comfy Router from Krea.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/krea/krea-2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/krea/krea-2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/ltx/ltx-2-5-fast/code.mdx b/development/comfy-router/models/ltx/ltx-2-5-fast/code.mdx
index aff2d4263..255ef257b 100644
--- a/development/comfy-router/models/ltx/ltx-2-5-fast/code.mdx
+++ b/development/comfy-router/models/ltx/ltx-2-5-fast/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "LTX 2.5 Fast"
{/* GENERATED FILE. Generated from router-schemas/ltx/ltx-2-5-fast.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `ltx/ltx-2-5-fast`, served by Comfy Router from LTX.
@@ -68,8 +67,6 @@ curl https://api.comfy.org/v2/models/ltx/ltx-2-5-fast \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/ltx/ltx-2-5-fast/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/ltx/ltx-2-5-pro/code.mdx b/development/comfy-router/models/ltx/ltx-2-5-pro/code.mdx
index 0a2adf0a3..2921d2c63 100644
--- a/development/comfy-router/models/ltx/ltx-2-5-pro/code.mdx
+++ b/development/comfy-router/models/ltx/ltx-2-5-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "LTX 2.5 Pro"
{/* GENERATED FILE. Generated from router-schemas/ltx/ltx-2-5-pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `ltx/ltx-2-5-pro`, served by Comfy Router from LTX.
@@ -68,8 +67,6 @@ curl https://api.comfy.org/v2/models/ltx/ltx-2-5-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/ltx/ltx-2-5-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/luma/photon-1/code.mdx b/development/comfy-router/models/luma/photon-1/code.mdx
index a0d55a971..e1884b44e 100644
--- a/development/comfy-router/models/luma/photon-1/code.mdx
+++ b/development/comfy-router/models/luma/photon-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Photon 1"
{/* GENERATED FILE. Generated from router-schemas/luma/photon-1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `luma/photon-1`, served by Comfy Router from Luma.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/luma/photon-1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/luma/photon-1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/luma/photon-flash-1/code.mdx b/development/comfy-router/models/luma/photon-flash-1/code.mdx
index d5d176eac..6b3966a23 100644
--- a/development/comfy-router/models/luma/photon-flash-1/code.mdx
+++ b/development/comfy-router/models/luma/photon-flash-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Photon Flash 1"
{/* GENERATED FILE. Generated from router-schemas/luma/photon-flash-1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `luma/photon-flash-1`, served by Comfy Router from Luma.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/luma/photon-flash-1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/luma/photon-flash-1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/luma/ray-2/code.mdx b/development/comfy-router/models/luma/ray-2/code.mdx
index 8635b470c..2d670bb7b 100644
--- a/development/comfy-router/models/luma/ray-2/code.mdx
+++ b/development/comfy-router/models/luma/ray-2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Ray 2"
{/* GENERATED FILE. Generated from router-schemas/luma/ray-2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `luma/ray-2`, served by Comfy Router from Luma.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/luma/ray-2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/luma/ray-2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/luma/ray-flash-2/code.mdx b/development/comfy-router/models/luma/ray-flash-2/code.mdx
index 1a2739dea..3282fb225 100644
--- a/development/comfy-router/models/luma/ray-flash-2/code.mdx
+++ b/development/comfy-router/models/luma/ray-flash-2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Ray Flash 2"
{/* GENERATED FILE. Generated from router-schemas/luma/ray-flash-2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `luma/ray-flash-2`, served by Comfy Router from Luma.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/luma/ray-flash-2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/luma/ray-flash-2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/luma_2/uni-1-max/code.mdx b/development/comfy-router/models/luma_2/uni-1-max/code.mdx
index 2dbadfbc6..d1adb482b 100644
--- a/development/comfy-router/models/luma_2/uni-1-max/code.mdx
+++ b/development/comfy-router/models/luma_2/uni-1-max/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Uni 1 Max"
{/* GENERATED FILE. Generated from router-schemas/luma_2/uni-1-max.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `luma_2/uni-1-max`, served by Comfy Router from Luma 2.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/luma_2/uni-1-max \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/luma_2/uni-1-max/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/luma_2/uni-1/code.mdx b/development/comfy-router/models/luma_2/uni-1/code.mdx
index dec21bd50..12209bdb5 100644
--- a/development/comfy-router/models/luma_2/uni-1/code.mdx
+++ b/development/comfy-router/models/luma_2/uni-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Uni 1"
{/* GENERATED FILE. Generated from router-schemas/luma_2/uni-1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `luma_2/uni-1`, served by Comfy Router from Luma 2.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/luma_2/uni-1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/luma_2/uni-1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/meshy/animations/code.mdx b/development/comfy-router/models/meshy/animations/code.mdx
index f1295dcc1..bdea25032 100644
--- a/development/comfy-router/models/meshy/animations/code.mdx
+++ b/development/comfy-router/models/meshy/animations/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Animations"
{/* GENERATED FILE. Generated from router-schemas/meshy/animations.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `meshy/animations`, served by Comfy Router from Meshy.
@@ -70,8 +69,6 @@ curl https://api.comfy.org/v2/models/meshy/animations \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/meshy/animations/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/meshy/meshy-5/code.mdx b/development/comfy-router/models/meshy/meshy-5/code.mdx
index db63f113e..72d33d16d 100644
--- a/development/comfy-router/models/meshy/meshy-5/code.mdx
+++ b/development/comfy-router/models/meshy/meshy-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Meshy 5"
{/* GENERATED FILE. Generated from router-schemas/meshy/meshy-5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `meshy/meshy-5`, served by Comfy Router from Meshy.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/meshy/meshy-5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/meshy/meshy-5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/meshy/meshy-6/code.mdx b/development/comfy-router/models/meshy/meshy-6/code.mdx
index 46aedff71..0b65bef79 100644
--- a/development/comfy-router/models/meshy/meshy-6/code.mdx
+++ b/development/comfy-router/models/meshy/meshy-6/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Meshy 6"
{/* GENERATED FILE. Generated from router-schemas/meshy/meshy-6.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `meshy/meshy-6`, served by Comfy Router from Meshy.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/meshy/meshy-6 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/meshy/meshy-6/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/meshy/meshy-7/code.mdx b/development/comfy-router/models/meshy/meshy-7/code.mdx
index 81ec586bb..3a12d916d 100644
--- a/development/comfy-router/models/meshy/meshy-7/code.mdx
+++ b/development/comfy-router/models/meshy/meshy-7/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Meshy 7"
{/* GENERATED FILE. Generated from router-schemas/meshy/meshy-7.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `meshy/meshy-7`, served by Comfy Router from Meshy.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/meshy/meshy-7 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/meshy/meshy-7/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/meshy/remesh/code.mdx b/development/comfy-router/models/meshy/remesh/code.mdx
index 3f2b05329..79bc557ec 100644
--- a/development/comfy-router/models/meshy/remesh/code.mdx
+++ b/development/comfy-router/models/meshy/remesh/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Remesh"
{/* GENERATED FILE. Generated from router-schemas/meshy/remesh.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `meshy/remesh`, served by Comfy Router from Meshy.
@@ -70,8 +69,6 @@ curl https://api.comfy.org/v2/models/meshy/remesh \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/meshy/remesh/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/meshy/rigging/code.mdx b/development/comfy-router/models/meshy/rigging/code.mdx
index 14278f9f6..3244c30d7 100644
--- a/development/comfy-router/models/meshy/rigging/code.mdx
+++ b/development/comfy-router/models/meshy/rigging/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Rigging"
{/* GENERATED FILE. Generated from router-schemas/meshy/rigging.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `meshy/rigging`, served by Comfy Router from Meshy.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/meshy/rigging \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/meshy/rigging/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/minimax/minimax-h3/code.mdx b/development/comfy-router/models/minimax/minimax-h3/code.mdx
index c2f503ceb..4d0cd93e8 100644
--- a/development/comfy-router/models/minimax/minimax-h3/code.mdx
+++ b/development/comfy-router/models/minimax/minimax-h3/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "MiniMax H3"
{/* GENERATED FILE. Generated from router-schemas/minimax/minimax-h3.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `minimax/minimax-h3`, served by Comfy Router from MiniMax.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/minimax/minimax-h3 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/minimax/minimax-h3/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/moonvalley/image-to-video/code.mdx b/development/comfy-router/models/moonvalley/image-to-video/code.mdx
index 555182a12..a7674befe 100644
--- a/development/comfy-router/models/moonvalley/image-to-video/code.mdx
+++ b/development/comfy-router/models/moonvalley/image-to-video/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Image To Video"
{/* GENERATED FILE. Generated from router-schemas/moonvalley/image-to-video.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `moonvalley/image-to-video`, served by Comfy Router from Moonvalley.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/moonvalley/image-to-video \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/moonvalley/image-to-video/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/moonvalley/text-to-image/code.mdx b/development/comfy-router/models/moonvalley/text-to-image/code.mdx
index 7629da710..a5ab23715 100644
--- a/development/comfy-router/models/moonvalley/text-to-image/code.mdx
+++ b/development/comfy-router/models/moonvalley/text-to-image/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Text To Image"
{/* GENERATED FILE. Generated from router-schemas/moonvalley/text-to-image.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `moonvalley/text-to-image`, served by Comfy Router from Moonvalley.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/moonvalley/text-to-image \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/moonvalley/text-to-image/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/moonvalley/text-to-video/code.mdx b/development/comfy-router/models/moonvalley/text-to-video/code.mdx
index d6962efd5..4ccfa9619 100644
--- a/development/comfy-router/models/moonvalley/text-to-video/code.mdx
+++ b/development/comfy-router/models/moonvalley/text-to-video/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Text To Video"
{/* GENERATED FILE. Generated from router-schemas/moonvalley/text-to-video.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `moonvalley/text-to-video`, served by Comfy Router from Moonvalley.
@@ -60,8 +59,6 @@ curl https://api.comfy.org/v2/models/moonvalley/text-to-video \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/moonvalley/text-to-video/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/moonvalley/video-to-video-resize/code.mdx b/development/comfy-router/models/moonvalley/video-to-video-resize/code.mdx
index 9e7e48496..ee96a7748 100644
--- a/development/comfy-router/models/moonvalley/video-to-video-resize/code.mdx
+++ b/development/comfy-router/models/moonvalley/video-to-video-resize/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Video To Video Resize"
{/* GENERATED FILE. Generated from router-schemas/moonvalley/video-to-video-resize.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `moonvalley/video-to-video-resize`, served by Comfy Router from Moonvalley.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/moonvalley/video-to-video-resize \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/moonvalley/video-to-video-resize/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/moonvalley/video-to-video/code.mdx b/development/comfy-router/models/moonvalley/video-to-video/code.mdx
index dd1579531..c25f3c845 100644
--- a/development/comfy-router/models/moonvalley/video-to-video/code.mdx
+++ b/development/comfy-router/models/moonvalley/video-to-video/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Video To Video"
{/* GENERATED FILE. Generated from router-schemas/moonvalley/video-to-video.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `moonvalley/video-to-video`, served by Comfy Router from Moonvalley.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/moonvalley/video-to-video \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/moonvalley/video-to-video/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-4-1-mini/code.mdx b/development/comfy-router/models/openai/gpt-4-1-mini/code.mdx
index 5eaaa2e44..a87ac59cb 100644
--- a/development/comfy-router/models/openai/gpt-4-1-mini/code.mdx
+++ b/development/comfy-router/models/openai/gpt-4-1-mini/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 4.1 Mini"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-4.1-mini.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-4.1-mini`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-4.1-mini \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-4.1-mini/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-4-1-nano/code.mdx b/development/comfy-router/models/openai/gpt-4-1-nano/code.mdx
index 5222515b6..6738eb9bb 100644
--- a/development/comfy-router/models/openai/gpt-4-1-nano/code.mdx
+++ b/development/comfy-router/models/openai/gpt-4-1-nano/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 4.1 Nano"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-4.1-nano.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-4.1-nano`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-4.1-nano \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-4.1-nano/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-4-1/code.mdx b/development/comfy-router/models/openai/gpt-4-1/code.mdx
index dfca482da..68696c884 100644
--- a/development/comfy-router/models/openai/gpt-4-1/code.mdx
+++ b/development/comfy-router/models/openai/gpt-4-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 4.1"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-4.1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-4.1`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-4.1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-4.1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-4o/code.mdx b/development/comfy-router/models/openai/gpt-4o/code.mdx
index 065451df4..d83ea6f5c 100644
--- a/development/comfy-router/models/openai/gpt-4o/code.mdx
+++ b/development/comfy-router/models/openai/gpt-4o/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 4o"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-4o.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-4o`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-4o \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-4o/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5-5-pro/code.mdx b/development/comfy-router/models/openai/gpt-5-5-pro/code.mdx
index 6dcae7084..39a13f369 100644
--- a/development/comfy-router/models/openai/gpt-5-5-pro/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5-5-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5.5 Pro"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5.5-pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5.5-pro`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5.5-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5.5-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5-5/code.mdx b/development/comfy-router/models/openai/gpt-5-5/code.mdx
index 890db017c..466fbe1bb 100644
--- a/development/comfy-router/models/openai/gpt-5-5/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5.5"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5.5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5.5`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5.5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5.5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5-6-luna/code.mdx b/development/comfy-router/models/openai/gpt-5-6-luna/code.mdx
index 16318853f..d4ba6b5e9 100644
--- a/development/comfy-router/models/openai/gpt-5-6-luna/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5-6-luna/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5.6 Luna"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5.6-luna.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5.6-luna`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5.6-luna \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5.6-luna/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5-6-sol/code.mdx b/development/comfy-router/models/openai/gpt-5-6-sol/code.mdx
index fdd4df3de..8ff6485e6 100644
--- a/development/comfy-router/models/openai/gpt-5-6-sol/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5-6-sol/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5.6 Sol"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5.6-sol.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5.6-sol`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5.6-sol \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5.6-sol/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5-6-terra/code.mdx b/development/comfy-router/models/openai/gpt-5-6-terra/code.mdx
index 949784c0d..4e61802f2 100644
--- a/development/comfy-router/models/openai/gpt-5-6-terra/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5-6-terra/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5.6 Terra"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5.6-terra.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5.6-terra`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5.6-terra \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5.6-terra/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5-mini/code.mdx b/development/comfy-router/models/openai/gpt-5-mini/code.mdx
index cac6c42a9..950fec25c 100644
--- a/development/comfy-router/models/openai/gpt-5-mini/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5-mini/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5 Mini"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5-mini.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5-mini`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5-mini \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5-mini/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5-nano/code.mdx b/development/comfy-router/models/openai/gpt-5-nano/code.mdx
index d5383a257..0f1f96c8e 100644
--- a/development/comfy-router/models/openai/gpt-5-nano/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5-nano/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5 Nano"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5-nano.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5-nano`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5-nano \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5-nano/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-5/code.mdx b/development/comfy-router/models/openai/gpt-5/code.mdx
index da2a08ad7..d3b75d2fd 100644
--- a/development/comfy-router/models/openai/gpt-5/code.mdx
+++ b/development/comfy-router/models/openai/gpt-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 5"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-5`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-6-astra/code.mdx b/development/comfy-router/models/openai/gpt-6-astra/code.mdx
index 1f13f8cec..24ebc9257 100644
--- a/development/comfy-router/models/openai/gpt-6-astra/code.mdx
+++ b/development/comfy-router/models/openai/gpt-6-astra/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT 6 Astra"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-6-astra.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-6-astra`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-6-astra \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-6-astra/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-image-1-5/code.mdx b/development/comfy-router/models/openai/gpt-image-1-5/code.mdx
index ecf68f943..4ecf74cda 100644
--- a/development/comfy-router/models/openai/gpt-image-1-5/code.mdx
+++ b/development/comfy-router/models/openai/gpt-image-1-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT Image 1.5"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-image-1.5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-image-1.5`, served by Comfy Router from OpenAI.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-image-1.5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-image-1.5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-image-1/code.mdx b/development/comfy-router/models/openai/gpt-image-1/code.mdx
index 2f954c698..5ad9b1d07 100644
--- a/development/comfy-router/models/openai/gpt-image-1/code.mdx
+++ b/development/comfy-router/models/openai/gpt-image-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT Image 1"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-image-1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-image-1`, served by Comfy Router from OpenAI.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-image-1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-image-1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-image-2-5-flare/code.mdx b/development/comfy-router/models/openai/gpt-image-2-5-flare/code.mdx
index 0ef78dc76..4ed57fc19 100644
--- a/development/comfy-router/models/openai/gpt-image-2-5-flare/code.mdx
+++ b/development/comfy-router/models/openai/gpt-image-2-5-flare/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT Image 2.5 Flare"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-image-2.5-flare.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-image-2.5-flare`, served by Comfy Router from OpenAI.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-image-2.5-flare \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-image-2.5-flare/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-image-2-5-sunburst/code.mdx b/development/comfy-router/models/openai/gpt-image-2-5-sunburst/code.mdx
index d2d6b3ee7..22ca07e49 100644
--- a/development/comfy-router/models/openai/gpt-image-2-5-sunburst/code.mdx
+++ b/development/comfy-router/models/openai/gpt-image-2-5-sunburst/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT Image 2.5 Sunburst"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-image-2.5-sunburst.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-image-2.5-sunburst`, served by Comfy Router from OpenAI.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-image-2.5-sunburst \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-image-2.5-sunburst/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/gpt-image-2/code.mdx b/development/comfy-router/models/openai/gpt-image-2/code.mdx
index 48f499208..62c6a5e4e 100644
--- a/development/comfy-router/models/openai/gpt-image-2/code.mdx
+++ b/development/comfy-router/models/openai/gpt-image-2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "GPT Image 2"
{/* GENERATED FILE. Generated from router-schemas/openai/gpt-image-2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/gpt-image-2`, served by Comfy Router from OpenAI.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/openai/gpt-image-2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/gpt-image-2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/o1-pro/code.mdx b/development/comfy-router/models/openai/o1-pro/code.mdx
index 2a1d20a79..7b01f076a 100644
--- a/development/comfy-router/models/openai/o1-pro/code.mdx
+++ b/development/comfy-router/models/openai/o1-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "o1-pro"
{/* GENERATED FILE. Generated from router-schemas/openai/o1-pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/o1-pro`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/o1-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/o1-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/o1/code.mdx b/development/comfy-router/models/openai/o1/code.mdx
index 2dc787155..5c02670c8 100644
--- a/development/comfy-router/models/openai/o1/code.mdx
+++ b/development/comfy-router/models/openai/o1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "o1"
{/* GENERATED FILE. Generated from router-schemas/openai/o1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/o1`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/o1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/o1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/o3/code.mdx b/development/comfy-router/models/openai/o3/code.mdx
index 2bb3f80e6..0b31b263d 100644
--- a/development/comfy-router/models/openai/o3/code.mdx
+++ b/development/comfy-router/models/openai/o3/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "o3"
{/* GENERATED FILE. Generated from router-schemas/openai/o3.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/o3`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/o3 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/o3/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/openai/o4-mini/code.mdx b/development/comfy-router/models/openai/o4-mini/code.mdx
index 117241776..b97cf1b1b 100644
--- a/development/comfy-router/models/openai/o4-mini/code.mdx
+++ b/development/comfy-router/models/openai/o4-mini/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "o4-mini"
{/* GENERATED FILE. Generated from router-schemas/openai/o4-mini.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `openai/o4-mini`, served by Comfy Router from OpenAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/openai/o4-mini \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/openai/o4-mini/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/pruna/p-video-2/code.mdx b/development/comfy-router/models/pruna/p-video-2/code.mdx
index e4e887b37..50a79ea68 100644
--- a/development/comfy-router/models/pruna/p-video-2/code.mdx
+++ b/development/comfy-router/models/pruna/p-video-2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "P Video 2"
{/* GENERATED FILE. Generated from router-schemas/pruna/p-video-2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `pruna/p-video-2`, served by Comfy Router from Pruna.
@@ -74,8 +73,6 @@ curl https://api.comfy.org/v2/models/pruna/p-video-2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/pruna/p-video-2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/qwen/qwen-image-3-0-pro/code.mdx b/development/comfy-router/models/qwen/qwen-image-3-0-pro/code.mdx
index 21a9e48c4..cf005e6a7 100644
--- a/development/comfy-router/models/qwen/qwen-image-3-0-pro/code.mdx
+++ b/development/comfy-router/models/qwen/qwen-image-3-0-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Qwen Image 3.0 Pro"
{/* GENERATED FILE. Generated from router-schemas/qwen/qwen-image-3.0-pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `qwen/qwen-image-3.0-pro`, served by Comfy Router from Qwen.
@@ -82,8 +81,6 @@ curl https://api.comfy.org/v2/models/qwen/qwen-image-3.0-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/qwen/qwen-image-3.0-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/qwen/qwen-image-3-0/code.mdx b/development/comfy-router/models/qwen/qwen-image-3-0/code.mdx
index d8593bd1a..80ef6dd8c 100644
--- a/development/comfy-router/models/qwen/qwen-image-3-0/code.mdx
+++ b/development/comfy-router/models/qwen/qwen-image-3-0/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Qwen Image 3.0"
{/* GENERATED FILE. Generated from router-schemas/qwen/qwen-image-3.0.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `qwen/qwen-image-3.0`, served by Comfy Router from Qwen.
@@ -82,8 +81,6 @@ curl https://api.comfy.org/v2/models/qwen/qwen-image-3.0 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/qwen/qwen-image-3.0/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv2/code.mdx b/development/comfy-router/models/recraft/recraftv2/code.mdx
index 872bc7c64..cb70edfc6 100644
--- a/development/comfy-router/models/recraft/recraftv2/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V2"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv2`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv3/code.mdx b/development/comfy-router/models/recraft/recraftv3/code.mdx
index 482a46b01..8a995e5a7 100644
--- a/development/comfy-router/models/recraft/recraftv3/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv3/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V3"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv3.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv3`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv3 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv3/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1-pro-vector/code.mdx b/development/comfy-router/models/recraft/recraftv4-1-pro-vector/code.mdx
index 7f7711698..a4b89c6ca 100644
--- a/development/comfy-router/models/recraft/recraftv4-1-pro-vector/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1-pro-vector/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1 Pro Vector"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1_pro_vector.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1_pro_vector`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1_pro_vector \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1_pro_vector/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1-pro/code.mdx b/development/comfy-router/models/recraft/recraftv4-1-pro/code.mdx
index bbdd8e5df..c81643299 100644
--- a/development/comfy-router/models/recraft/recraftv4-1-pro/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1 Pro"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1_pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1_pro`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1_pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1_pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1-utility-pro-vector/code.mdx b/development/comfy-router/models/recraft/recraftv4-1-utility-pro-vector/code.mdx
index ff977eb42..734766dbe 100644
--- a/development/comfy-router/models/recraft/recraftv4-1-utility-pro-vector/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1-utility-pro-vector/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1 Utility Pro Vector"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1_utility_pro_vector.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1_utility_pro_vector`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1_utility_pro_vector \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1_utility_pro_vector/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1-utility-pro/code.mdx b/development/comfy-router/models/recraft/recraftv4-1-utility-pro/code.mdx
index eb25d592f..810e7571a 100644
--- a/development/comfy-router/models/recraft/recraftv4-1-utility-pro/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1-utility-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1 Utility Pro"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1_utility_pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1_utility_pro`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1_utility_pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1_utility_pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1-utility-vector/code.mdx b/development/comfy-router/models/recraft/recraftv4-1-utility-vector/code.mdx
index a4c30566d..7c7aeef21 100644
--- a/development/comfy-router/models/recraft/recraftv4-1-utility-vector/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1-utility-vector/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1 Utility Vector"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1_utility_vector.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1_utility_vector`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1_utility_vector \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1_utility_vector/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1-utility/code.mdx b/development/comfy-router/models/recraft/recraftv4-1-utility/code.mdx
index 4ba992c02..af69de555 100644
--- a/development/comfy-router/models/recraft/recraftv4-1-utility/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1-utility/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1 Utility"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1_utility.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1_utility`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1_utility \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1_utility/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1-vector/code.mdx b/development/comfy-router/models/recraft/recraftv4-1-vector/code.mdx
index b7c72f993..7d81badc9 100644
--- a/development/comfy-router/models/recraft/recraftv4-1-vector/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1-vector/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1 Vector"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1_vector.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1_vector`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1_vector \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1_vector/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-1/code.mdx b/development/comfy-router/models/recraft/recraftv4-1/code.mdx
index ac522fdf2..9629e7832 100644
--- a/development/comfy-router/models/recraft/recraftv4-1/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-1/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4.1"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_1.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_1`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_1 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_1/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-pro/code.mdx b/development/comfy-router/models/recraft/recraftv4-pro/code.mdx
index 962e53533..e1af50d6e 100644
--- a/development/comfy-router/models/recraft/recraftv4-pro/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4 Pro"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_pro`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-styles-pro-vector/code.mdx b/development/comfy-router/models/recraft/recraftv4-styles-pro-vector/code.mdx
index a3ba3a51f..5255f8ae4 100644
--- a/development/comfy-router/models/recraft/recraftv4-styles-pro-vector/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-styles-pro-vector/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4 Styles Pro Vector"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_styles_pro_vector.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_styles_pro_vector`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_styles_pro_vector \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_styles_pro_vector/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-styles-pro/code.mdx b/development/comfy-router/models/recraft/recraftv4-styles-pro/code.mdx
index dc2b36a1c..5003015c8 100644
--- a/development/comfy-router/models/recraft/recraftv4-styles-pro/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-styles-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4 Styles Pro"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_styles_pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_styles_pro`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_styles_pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_styles_pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-styles-vector/code.mdx b/development/comfy-router/models/recraft/recraftv4-styles-vector/code.mdx
index 6817b5058..5f94d5aaa 100644
--- a/development/comfy-router/models/recraft/recraftv4-styles-vector/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-styles-vector/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4 Styles Vector"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_styles_vector.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_styles_vector`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_styles_vector \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_styles_vector/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4-styles/code.mdx b/development/comfy-router/models/recraft/recraftv4-styles/code.mdx
index 6c6241aa5..791921e68 100644
--- a/development/comfy-router/models/recraft/recraftv4-styles/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4-styles/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4 Styles"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4_styles.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4_styles`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4_styles \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4_styles/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/recraft/recraftv4/code.mdx b/development/comfy-router/models/recraft/recraftv4/code.mdx
index cadc803d3..69b3ed545 100644
--- a/development/comfy-router/models/recraft/recraftv4/code.mdx
+++ b/development/comfy-router/models/recraft/recraftv4/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Recraft V4"
{/* GENERATED FILE. Generated from router-schemas/recraft/recraftv4.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `recraft/recraftv4`, served by Comfy Router from Recraft.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/recraft/recraftv4 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/recraft/recraftv4/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/runway/aleph2/code.mdx b/development/comfy-router/models/runway/aleph2/code.mdx
index bafa508fe..ce55ad435 100644
--- a/development/comfy-router/models/runway/aleph2/code.mdx
+++ b/development/comfy-router/models/runway/aleph2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Aleph 2"
{/* GENERATED FILE. Generated from router-schemas/runway/aleph2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `runway/aleph2`, served by Comfy Router from Runway.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/runway/aleph2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/runway/aleph2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/runway/gen4-image/code.mdx b/development/comfy-router/models/runway/gen4-image/code.mdx
index b1e43e009..6c1713335 100644
--- a/development/comfy-router/models/runway/gen4-image/code.mdx
+++ b/development/comfy-router/models/runway/gen4-image/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gen 4 Image"
{/* GENERATED FILE. Generated from router-schemas/runway/gen4_image.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `runway/gen4_image`, served by Comfy Router from Runway.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/runway/gen4_image \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/runway/gen4_image/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/runway/gen4-turbo/code.mdx b/development/comfy-router/models/runway/gen4-turbo/code.mdx
index 11db8931e..98cb25619 100644
--- a/development/comfy-router/models/runway/gen4-turbo/code.mdx
+++ b/development/comfy-router/models/runway/gen4-turbo/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Gen 4 Turbo"
{/* GENERATED FILE. Generated from router-schemas/runway/gen4_turbo.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `runway/gen4_turbo`, served by Comfy Router from Runway.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/runway/gen4_turbo \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/runway/gen4_turbo/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/tencent/hunyuan-3d-part/code.mdx b/development/comfy-router/models/tencent/hunyuan-3d-part/code.mdx
index 1358f2112..76c4e5506 100644
--- a/development/comfy-router/models/tencent/hunyuan-3d-part/code.mdx
+++ b/development/comfy-router/models/tencent/hunyuan-3d-part/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Hunyuan 3D Part"
{/* GENERATED FILE. Generated from router-schemas/tencent/hunyuan-3d-part.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `tencent/hunyuan-3d-part`, served by Comfy Router from Tencent.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/tencent/hunyuan-3d-part \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/tencent/hunyuan-3d-part/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/tencent/hunyuan-3d-smart-topology/code.mdx b/development/comfy-router/models/tencent/hunyuan-3d-smart-topology/code.mdx
index 771ed3184..b8194754a 100644
--- a/development/comfy-router/models/tencent/hunyuan-3d-smart-topology/code.mdx
+++ b/development/comfy-router/models/tencent/hunyuan-3d-smart-topology/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Hunyuan 3D Smart Topology"
{/* GENERATED FILE. Generated from router-schemas/tencent/hunyuan-3d-smart-topology.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `tencent/hunyuan-3d-smart-topology`, served by Comfy Router from Tencent.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/tencent/hunyuan-3d-smart-topology \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/tencent/hunyuan-3d-smart-topology/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/tencent/hunyuan-3d-texture-edit/code.mdx b/development/comfy-router/models/tencent/hunyuan-3d-texture-edit/code.mdx
index f04cd26cb..55f93817e 100644
--- a/development/comfy-router/models/tencent/hunyuan-3d-texture-edit/code.mdx
+++ b/development/comfy-router/models/tencent/hunyuan-3d-texture-edit/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Hunyuan 3D Texture Edit"
{/* GENERATED FILE. Generated from router-schemas/tencent/hunyuan-3d-texture-edit.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `tencent/hunyuan-3d-texture-edit`, served by Comfy Router from Tencent.
@@ -68,8 +67,6 @@ curl https://api.comfy.org/v2/models/tencent/hunyuan-3d-texture-edit \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/tencent/hunyuan-3d-texture-edit/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/tencent/hunyuan-3d-uv/code.mdx b/development/comfy-router/models/tencent/hunyuan-3d-uv/code.mdx
index e301171df..64193bc20 100644
--- a/development/comfy-router/models/tencent/hunyuan-3d-uv/code.mdx
+++ b/development/comfy-router/models/tencent/hunyuan-3d-uv/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Hunyuan 3D Uv"
{/* GENERATED FILE. Generated from router-schemas/tencent/hunyuan-3d-uv.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `tencent/hunyuan-3d-uv`, served by Comfy Router from Tencent.
@@ -66,8 +65,6 @@ curl https://api.comfy.org/v2/models/tencent/hunyuan-3d-uv \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/tencent/hunyuan-3d-uv/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/veo/veo-2-0-generate-001/code.mdx b/development/comfy-router/models/veo/veo-2-0-generate-001/code.mdx
index 85e7fb905..e3a850857 100644
--- a/development/comfy-router/models/veo/veo-2-0-generate-001/code.mdx
+++ b/development/comfy-router/models/veo/veo-2-0-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Veo 2.0 Generate 001"
{/* GENERATED FILE. Generated from router-schemas/veo/veo-2.0-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `veo/veo-2.0-generate-001`, served by Comfy Router from Veo.
@@ -76,8 +75,6 @@ curl https://api.comfy.org/v2/models/veo/veo-2.0-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/veo/veo-2.0-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/veo/veo-3-0-fast-generate-001/code.mdx b/development/comfy-router/models/veo/veo-3-0-fast-generate-001/code.mdx
index ce7a8151a..52e1b9f8d 100644
--- a/development/comfy-router/models/veo/veo-3-0-fast-generate-001/code.mdx
+++ b/development/comfy-router/models/veo/veo-3-0-fast-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Veo 3.0 Fast Generate 001"
{/* GENERATED FILE. Generated from router-schemas/veo/veo-3.0-fast-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `veo/veo-3.0-fast-generate-001`, served by Comfy Router from Veo.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/veo/veo-3.0-fast-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/veo/veo-3.0-fast-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/veo/veo-3-0-generate-001/code.mdx b/development/comfy-router/models/veo/veo-3-0-generate-001/code.mdx
index b398f1c43..0c0875bd5 100644
--- a/development/comfy-router/models/veo/veo-3-0-generate-001/code.mdx
+++ b/development/comfy-router/models/veo/veo-3-0-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Veo 3.0 Generate 001"
{/* GENERATED FILE. Generated from router-schemas/veo/veo-3.0-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `veo/veo-3.0-generate-001`, served by Comfy Router from Veo.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/veo/veo-3.0-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/veo/veo-3.0-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/veo/veo-3-1-fast-generate-001/code.mdx b/development/comfy-router/models/veo/veo-3-1-fast-generate-001/code.mdx
index 93d8e8d88..b1a0e56bd 100644
--- a/development/comfy-router/models/veo/veo-3-1-fast-generate-001/code.mdx
+++ b/development/comfy-router/models/veo/veo-3-1-fast-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Veo 3.1 Fast Generate 001"
{/* GENERATED FILE. Generated from router-schemas/veo/veo-3.1-fast-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `veo/veo-3.1-fast-generate-001`, served by Comfy Router from Veo.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/veo/veo-3.1-fast-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/veo/veo-3.1-fast-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/veo/veo-3-1-generate-001/code.mdx b/development/comfy-router/models/veo/veo-3-1-generate-001/code.mdx
index c8c7c3afd..90589eb14 100644
--- a/development/comfy-router/models/veo/veo-3-1-generate-001/code.mdx
+++ b/development/comfy-router/models/veo/veo-3-1-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Veo 3.1 Generate 001"
{/* GENERATED FILE. Generated from router-schemas/veo/veo-3.1-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `veo/veo-3.1-generate-001`, served by Comfy Router from Veo.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/veo/veo-3.1-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/veo/veo-3.1-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/veo/veo-3-1-lite-generate-001/code.mdx b/development/comfy-router/models/veo/veo-3-1-lite-generate-001/code.mdx
index 8cf57a7e1..756b4faf6 100644
--- a/development/comfy-router/models/veo/veo-3-1-lite-generate-001/code.mdx
+++ b/development/comfy-router/models/veo/veo-3-1-lite-generate-001/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Veo 3.1 Lite Generate 001"
{/* GENERATED FILE. Generated from router-schemas/veo/veo-3.1-lite-generate-001.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `veo/veo-3.1-lite-generate-001`, served by Comfy Router from Veo.
@@ -78,8 +77,6 @@ curl https://api.comfy.org/v2/models/veo/veo-3.1-lite-generate-001 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/veo/veo-3.1-lite-generate-001/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/happyhorse-1-0-i2v/code.mdx b/development/comfy-router/models/wan/happyhorse-1-0-i2v/code.mdx
index b1592e983..cba32ecd7 100644
--- a/development/comfy-router/models/wan/happyhorse-1-0-i2v/code.mdx
+++ b/development/comfy-router/models/wan/happyhorse-1-0-i2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "HappyHorse 1.0 I2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for HappyHorse 1.0 I2V. HappyHorse 1.0 image-to-video animates a still first frame and renders synchronized audio in the same pass.
@@ -75,8 +74,6 @@ curl https://api.comfy.org/v2/models/wan/happyhorse-1.0-i2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/happyhorse-1.0-i2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/happyhorse-1-0-r2v/code.mdx b/development/comfy-router/models/wan/happyhorse-1-0-r2v/code.mdx
index 50d891bbf..cde9bfd26 100644
--- a/development/comfy-router/models/wan/happyhorse-1-0-r2v/code.mdx
+++ b/development/comfy-router/models/wan/happyhorse-1-0-r2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "HappyHorse 1.0 R2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for HappyHorse 1.0 R2V. HappyHorse 1.0 reference-to-video keeps the subjects of one or more reference images consistent across a new scene, addressed in the prompt as character1, character2 and so on.
@@ -85,8 +84,6 @@ curl https://api.comfy.org/v2/models/wan/happyhorse-1.0-r2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/happyhorse-1.0-r2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/happyhorse-1-0-t2v/code.mdx b/development/comfy-router/models/wan/happyhorse-1-0-t2v/code.mdx
index 8f8bf3ea9..dacdca2fa 100644
--- a/development/comfy-router/models/wan/happyhorse-1-0-t2v/code.mdx
+++ b/development/comfy-router/models/wan/happyhorse-1-0-t2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "HappyHorse 1.0 T2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for HappyHorse 1.0 T2V. HappyHorse 1.0 text-to-video builds a short video with synchronized audio from a prompt alone.
@@ -73,8 +72,6 @@ curl https://api.comfy.org/v2/models/wan/happyhorse-1.0-t2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/happyhorse-1.0-t2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/happyhorse-1-0-video-edit/code.mdx b/development/comfy-router/models/wan/happyhorse-1-0-video-edit/code.mdx
index c45a51b6e..40c3883e0 100644
--- a/development/comfy-router/models/wan/happyhorse-1-0-video-edit/code.mdx
+++ b/development/comfy-router/models/wan/happyhorse-1-0-video-edit/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "HappyHorse 1.0 Video Edit"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for HappyHorse 1.0 Video Edit. HappyHorse 1.0 video edit rewrites an existing clip from a text instruction, optionally guided by reference images.
@@ -83,8 +82,6 @@ curl https://api.comfy.org/v2/models/wan/happyhorse-1.0-video-edit \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/happyhorse-1.0-video-edit/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/happyhorse-1-1-i2v/code.mdx b/development/comfy-router/models/wan/happyhorse-1-1-i2v/code.mdx
index b661a912a..9b4af1c7a 100644
--- a/development/comfy-router/models/wan/happyhorse-1-1-i2v/code.mdx
+++ b/development/comfy-router/models/wan/happyhorse-1-1-i2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "HappyHorse 1.1 I2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for HappyHorse 1.1 I2V. HappyHorse 1.1 image-to-video animates a still first frame and renders synchronized dialogue, effects and music in the same pass.
@@ -75,8 +74,6 @@ curl https://api.comfy.org/v2/models/wan/happyhorse-1.1-i2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/happyhorse-1.1-i2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/happyhorse-1-1-r2v/code.mdx b/development/comfy-router/models/wan/happyhorse-1-1-r2v/code.mdx
index 8c31592f4..2d6751e58 100644
--- a/development/comfy-router/models/wan/happyhorse-1-1-r2v/code.mdx
+++ b/development/comfy-router/models/wan/happyhorse-1-1-r2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "HappyHorse 1.1 R2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for HappyHorse 1.1 R2V. HappyHorse 1.1 reference-to-video keeps the subjects of up to nine reference images consistent across a new scene, addressed in the prompt as character1, character2 and so on.
@@ -85,8 +84,6 @@ curl https://api.comfy.org/v2/models/wan/happyhorse-1.1-r2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/happyhorse-1.1-r2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/happyhorse-1-1-t2v/code.mdx b/development/comfy-router/models/wan/happyhorse-1-1-t2v/code.mdx
index 4bcc37983..b9a0131e7 100644
--- a/development/comfy-router/models/wan/happyhorse-1-1-t2v/code.mdx
+++ b/development/comfy-router/models/wan/happyhorse-1-1-t2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "HappyHorse 1.1 T2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for HappyHorse 1.1 T2V. HappyHorse 1.1 text-to-video builds a short video with synchronized dialogue, effects and music from a prompt alone.
@@ -73,8 +72,6 @@ curl https://api.comfy.org/v2/models/wan/happyhorse-1.1-t2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/happyhorse-1.1-t2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-5-i2i-preview/code.mdx b/development/comfy-router/models/wan/wan2-5-i2i-preview/code.mdx
index e54eb735e..c2cd769f3 100644
--- a/development/comfy-router/models/wan/wan2-5-i2i-preview/code.mdx
+++ b/development/comfy-router/models/wan/wan2-5-i2i-preview/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.5 I2I Preview"
{/* GENERATED FILE. Generated from router-schemas/wan/wan2.5-i2i-preview.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `wan/wan2.5-i2i-preview`, served by Comfy Router from Wan.
@@ -74,8 +73,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.5-i2i-preview \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.5-i2i-preview/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-5-i2v-preview/code.mdx b/development/comfy-router/models/wan/wan2-5-i2v-preview/code.mdx
index 3c0e2dd04..edd54c689 100644
--- a/development/comfy-router/models/wan/wan2-5-i2v-preview/code.mdx
+++ b/development/comfy-router/models/wan/wan2-5-i2v-preview/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.5 I2V Preview"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.5 I2V Preview. Wan 2.5 image-to-video turns a still first frame into a short video, with the motion and the camera move described by the prompt.
@@ -75,8 +74,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.5-i2v-preview \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.5-i2v-preview/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-5-t2i-preview/code.mdx b/development/comfy-router/models/wan/wan2-5-t2i-preview/code.mdx
index df4447e2d..0a57945e2 100644
--- a/development/comfy-router/models/wan/wan2-5-t2i-preview/code.mdx
+++ b/development/comfy-router/models/wan/wan2-5-t2i-preview/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.5 T2I Preview"
{/* GENERATED FILE. Generated from router-schemas/wan/wan2.5-t2i-preview.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `wan/wan2.5-t2i-preview`, served by Comfy Router from Wan.
@@ -72,8 +71,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.5-t2i-preview \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.5-t2i-preview/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-5-t2v-preview/code.mdx b/development/comfy-router/models/wan/wan2-5-t2v-preview/code.mdx
index 125cff394..ae3707768 100644
--- a/development/comfy-router/models/wan/wan2-5-t2v-preview/code.mdx
+++ b/development/comfy-router/models/wan/wan2-5-t2v-preview/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.5 T2V Preview"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.5 T2V Preview. Wan 2.5 text-to-video builds a short video from a prompt alone, with no reference image or video.
@@ -73,8 +72,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.5-t2v-preview \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.5-t2v-preview/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-6-i2v/code.mdx b/development/comfy-router/models/wan/wan2-6-i2v/code.mdx
index e424df241..513f6e1d2 100644
--- a/development/comfy-router/models/wan/wan2-6-i2v/code.mdx
+++ b/development/comfy-router/models/wan/wan2-6-i2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.6 I2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.6 I2V. Wan 2.6 image-to-video animates a still first frame, at 720P or 1080P and up to 15 seconds.
@@ -75,8 +74,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.6-i2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.6-i2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-6-r2v/code.mdx b/development/comfy-router/models/wan/wan2-6-r2v/code.mdx
index 55a681769..8b400c58d 100644
--- a/development/comfy-router/models/wan/wan2-6-r2v/code.mdx
+++ b/development/comfy-router/models/wan/wan2-6-r2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.6 R2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.6 R2V. Wan 2.6 reference-to-video carries the subjects of one to three reference videos into a new scene, addressed in the prompt as character1, character2 and so on.
@@ -75,8 +74,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.6-r2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.6-r2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-6-t2v/code.mdx b/development/comfy-router/models/wan/wan2-6-t2v/code.mdx
index 793267f49..bff8723d8 100644
--- a/development/comfy-router/models/wan/wan2-6-t2v/code.mdx
+++ b/development/comfy-router/models/wan/wan2-6-t2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.6 T2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.6 T2V. Wan 2.6 text-to-video builds a short video from a prompt alone, at 720P or 1080P and up to 15 seconds.
@@ -73,8 +72,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.6-t2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.6-t2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-7-i2v/code.mdx b/development/comfy-router/models/wan/wan2-7-i2v/code.mdx
index b2a575a0f..c25654e1b 100644
--- a/development/comfy-router/models/wan/wan2-7-i2v/code.mdx
+++ b/development/comfy-router/models/wan/wan2-7-i2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.7 I2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.7 I2V. Wan 2.7 image-to-video animates a first frame supplied through the media list, which also accepts a last frame, a driving audio track and an opening clip.
@@ -85,8 +84,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.7-i2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.7-i2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-7-r2v/code.mdx b/development/comfy-router/models/wan/wan2-7-r2v/code.mdx
index 4ca00f256..2ab908ac5 100644
--- a/development/comfy-router/models/wan/wan2-7-r2v/code.mdx
+++ b/development/comfy-router/models/wan/wan2-7-r2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.7 R2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.7 R2V. Wan 2.7 reference-to-video carries subjects from reference images and reference videos into a new scene, addressed in the prompt as character1, character2 and so on.
@@ -85,8 +84,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.7-r2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.7-r2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-7-t2v/code.mdx b/development/comfy-router/models/wan/wan2-7-t2v/code.mdx
index 53d4a0f10..3f9c0c3ca 100644
--- a/development/comfy-router/models/wan/wan2-7-t2v/code.mdx
+++ b/development/comfy-router/models/wan/wan2-7-t2v/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.7 T2V"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.7 T2V. Wan 2.7 text-to-video builds a short video from a prompt alone, at 720P or 1080P and 2 to 15 seconds.
@@ -73,8 +72,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.7-t2v \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.7-t2v/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan2-7-videoedit/code.mdx b/development/comfy-router/models/wan/wan2-7-videoedit/code.mdx
index 57efd9344..43a4a08f6 100644
--- a/development/comfy-router/models/wan/wan2-7-videoedit/code.mdx
+++ b/development/comfy-router/models/wan/wan2-7-videoedit/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 2.7 Video Edit"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 2.7 Video Edit. Wan 2.7 video edit rewrites an existing clip from a text instruction, optionally guided by reference images.
@@ -85,8 +84,6 @@ curl https://api.comfy.org/v2/models/wan/wan2.7-videoedit \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan2.7-videoedit/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan3-0-video-prime/code.mdx b/development/comfy-router/models/wan/wan3-0-video-prime/code.mdx
index 801127cba..279eeec56 100644
--- a/development/comfy-router/models/wan/wan3-0-video-prime/code.mdx
+++ b/development/comfy-router/models/wan/wan3-0-video-prime/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 3.0 Video Prime"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 3.0 Video Prime. Wan 3.0 Video Prime is the higher-quality tier of Wan 3.0 Video, validated against the same Router prompt and media schema.
@@ -73,8 +72,6 @@ curl https://api.comfy.org/v2/models/wan/wan3.0-video-prime \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan3.0-video-prime/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wan/wan3-0-video/code.mdx b/development/comfy-router/models/wan/wan3-0-video/code.mdx
index d76a2103d..ddcc141ff 100644
--- a/development/comfy-router/models/wan/wan3-0-video/code.mdx
+++ b/development/comfy-router/models/wan/wan3-0-video/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Wan 3.0 Video"
{/* GENERATED FILE. Edit code.yaml in this directory and run `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for Wan 3.0 Video. Wan 3.0 Video generates from a prompt alone or from a media list of first and last frames, reference images, videos and audio, addressed in the prompt as Image 1, Video 1 and Audio 1.
@@ -85,8 +84,6 @@ curl https://api.comfy.org/v2/models/wan/wan3.0-video \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wan/wan3.0-video/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wavespeed/flashvsr/code.mdx b/development/comfy-router/models/wavespeed/flashvsr/code.mdx
index 51aa03116..49c76b07f 100644
--- a/development/comfy-router/models/wavespeed/flashvsr/code.mdx
+++ b/development/comfy-router/models/wavespeed/flashvsr/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Flashvsr"
{/* GENERATED FILE. Generated from router-schemas/wavespeed/flashvsr.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `wavespeed/flashvsr`, served by Comfy Router from WaveSpeed.
@@ -64,8 +63,6 @@ curl https://api.comfy.org/v2/models/wavespeed/flashvsr \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wavespeed/flashvsr/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wavespeed/seedvr2/code.mdx b/development/comfy-router/models/wavespeed/seedvr2/code.mdx
index af6cb7bbf..42645267d 100644
--- a/development/comfy-router/models/wavespeed/seedvr2/code.mdx
+++ b/development/comfy-router/models/wavespeed/seedvr2/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Seedvr 2"
{/* GENERATED FILE. Generated from router-schemas/wavespeed/seedvr2.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `wavespeed/seedvr2`, served by Comfy Router from WaveSpeed.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/wavespeed/seedvr2 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wavespeed/seedvr2/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/wavespeed/ultimate-image-upscaler/code.mdx b/development/comfy-router/models/wavespeed/ultimate-image-upscaler/code.mdx
index a1823cb81..e984cbeb1 100644
--- a/development/comfy-router/models/wavespeed/ultimate-image-upscaler/code.mdx
+++ b/development/comfy-router/models/wavespeed/ultimate-image-upscaler/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Ultimate Image Upscaler"
{/* GENERATED FILE. Generated from router-schemas/wavespeed/ultimate-image-upscaler.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `wavespeed/ultimate-image-upscaler`, served by Comfy Router from WaveSpeed.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/wavespeed/ultimate-image-upscaler \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/wavespeed/ultimate-image-upscaler/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/xai/grok-imagine-image-2-0/code.mdx b/development/comfy-router/models/xai/grok-imagine-image-2-0/code.mdx
index 7f0961b88..b2b7fbdb1 100644
--- a/development/comfy-router/models/xai/grok-imagine-image-2-0/code.mdx
+++ b/development/comfy-router/models/xai/grok-imagine-image-2-0/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Grok Imagine Image 2.0"
{/* GENERATED FILE. Generated from router-schemas/xai/grok-imagine-image-2.0.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `xai/grok-imagine-image-2.0`, served by Comfy Router from xAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/xai/grok-imagine-image-2.0 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/xai/grok-imagine-image-2.0/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/xai/grok-imagine-image-pro/code.mdx b/development/comfy-router/models/xai/grok-imagine-image-pro/code.mdx
index 09a286cde..c9e023070 100644
--- a/development/comfy-router/models/xai/grok-imagine-image-pro/code.mdx
+++ b/development/comfy-router/models/xai/grok-imagine-image-pro/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Grok Imagine Image Pro"
{/* GENERATED FILE. Generated from router-schemas/xai/grok-imagine-image-pro.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `xai/grok-imagine-image-pro`, served by Comfy Router from xAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/xai/grok-imagine-image-pro \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/xai/grok-imagine-image-pro/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/xai/grok-imagine-image-quality/code.mdx b/development/comfy-router/models/xai/grok-imagine-image-quality/code.mdx
index 3838e150e..f53dae6f7 100644
--- a/development/comfy-router/models/xai/grok-imagine-image-quality/code.mdx
+++ b/development/comfy-router/models/xai/grok-imagine-image-quality/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Grok Imagine Image Quality"
{/* GENERATED FILE. Generated from router-schemas/xai/grok-imagine-image-quality.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `xai/grok-imagine-image-quality`, served by Comfy Router from xAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/xai/grok-imagine-image-quality \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/xai/grok-imagine-image-quality/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/xai/grok-imagine-image/code.mdx b/development/comfy-router/models/xai/grok-imagine-image/code.mdx
index 7304cf367..db9ac1de7 100644
--- a/development/comfy-router/models/xai/grok-imagine-image/code.mdx
+++ b/development/comfy-router/models/xai/grok-imagine-image/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Grok Imagine Image"
{/* GENERATED FILE. Generated from router-schemas/xai/grok-imagine-image.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `xai/grok-imagine-image`, served by Comfy Router from xAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/xai/grok-imagine-image \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/xai/grok-imagine-image/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/xai/grok-imagine-video-1-5-preview/code.mdx b/development/comfy-router/models/xai/grok-imagine-video-1-5-preview/code.mdx
index 959a8b7d9..2153b8534 100644
--- a/development/comfy-router/models/xai/grok-imagine-video-1-5-preview/code.mdx
+++ b/development/comfy-router/models/xai/grok-imagine-video-1-5-preview/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Grok Imagine Video 1.5 Preview"
{/* GENERATED FILE. Generated from router-schemas/xai/grok-imagine-video-1.5-preview.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `xai/grok-imagine-video-1.5-preview`, served by Comfy Router from xAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/xai/grok-imagine-video-1.5-preview \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/xai/grok-imagine-video-1.5-preview/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/xai/grok-imagine-video-1-5/code.mdx b/development/comfy-router/models/xai/grok-imagine-video-1-5/code.mdx
index 634ca29da..3cc50fcdb 100644
--- a/development/comfy-router/models/xai/grok-imagine-video-1-5/code.mdx
+++ b/development/comfy-router/models/xai/grok-imagine-video-1-5/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Grok Imagine Video 1.5"
{/* GENERATED FILE. Generated from router-schemas/xai/grok-imagine-video-1.5.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `xai/grok-imagine-video-1.5`, served by Comfy Router from xAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/xai/grok-imagine-video-1.5 \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/xai/grok-imagine-video-1.5/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/models/xai/grok-imagine-video/code.mdx b/development/comfy-router/models/xai/grok-imagine-video/code.mdx
index 56637d847..419927b58 100644
--- a/development/comfy-router/models/xai/grok-imagine-video/code.mdx
+++ b/development/comfy-router/models/xai/grok-imagine-video/code.mdx
@@ -6,7 +6,6 @@ sidebarTitle: "Grok Imagine Video"
{/* GENERATED FILE. Generated from router-schemas/xai/grok-imagine-video.json by `pnpm code-pages:gen`. */}
-import QueuedDeliveryNotice from "/snippets/comfy-router/queue-preview-notice.mdx";
import RouterCodeFooter from "/snippets/comfy-router/model-code-footer.mdx";
API Reference for `xai/grok-imagine-video`, served by Comfy Router from xAI.
@@ -62,8 +61,6 @@ curl https://api.comfy.org/v2/models/xai/grok-imagine-video \
-
-
The same body, sent to `POST https://api.comfy.org/v2/models/xai/grok-imagine-video/requests`. Router answers `201` with a `request_id` as soon as the run is admitted, and the result is collected once it is ready, from this process or another one. [Queued delivery](/development/comfy-router/queue) walks through status, cancellation and collection.
diff --git a/development/comfy-router/queue.mdx b/development/comfy-router/queue.mdx
index a42143370..a75de07d6 100644
--- a/development/comfy-router/queue.mdx
+++ b/development/comfy-router/queue.mdx
@@ -1,13 +1,9 @@
---
title: "Queued delivery"
-sidebarTitle: "Queued delivery (preview)"
+sidebarTitle: "Queued delivery"
description: "Submit a Comfy Router request, get a request ID back at once, then follow its status, collect the result or cancel it. Python, TypeScript and cURL, using the SDKs' submit, subscribe and handle."
---
-
-**Gated preview.** Queued delivery is switched on per workspace. A workspace that is not enabled receives `403` with `X-Comfy-Error-Type: not_enabled` on the submit route. Nothing about the request is wrong and retrying will not change the answer. The same body works through the synchronous route in the meantime.
-
-
`POST /v2/models/{provider}/{model}` holds the connection until the model finishes. Queued delivery takes the same model ID and the same native request body, but returns as soon as Router has admitted the run. You get a `request_id` back at once and collect the result when it is ready, from the same process or another one.
Use the queue when a generation can outlast the connection you can hold, when a web request has to return now, when you submit in one process and collect in another, or when you want many generations in flight at once. Ordering, admission, retries, timeouts, billing and expiry are all decided on the server. The SDKs add polling and ergonomics on top, nothing else.
@@ -39,7 +35,7 @@ Both ids are needed everywhere because both address the request: the route is `/
`status` is one of `IN_QUEUE`, `IN_PROGRESS` or `COMPLETED`. There is no separate failed or cancelled status: a request that did not succeed is `COMPLETED` carrying an `error_type`, so branch on the presence of that field, not on a fourth status value. The SDKs do this for you: `get()` raises or rejects with the typed Router error instead of handing the failure back as a result.
-The [API reference](/development/comfy-router/reference#endpoints) carries the full contract for each route.
+There are no progress events, webhooks or priority levels: the status route is how you follow a request. The [API reference](/development/comfy-router/reference#endpoints) carries the full contract for each route.
## Queue a request
@@ -145,7 +141,7 @@ const result = await comfy.models.subscribe(
```
-The timeout is a client-side bound with no server-side meaning. When it runs out, `subscribe` makes one best-effort cancel before raising, so you are not paying for a generation nobody will collect. Use `submit` when the request should outlive the caller.
+The timeout is a client-side bound with no server-side meaning. When it runs out, `subscribe` makes one best-effort cancel before raising. A cancel only takes effect on a request that has not started running: a generation already in flight at the partner completes and is charged whether or not anyone collects it. Use `submit` when the request should outlive the caller.
### Collect from another process
@@ -263,7 +259,7 @@ A request that finished without succeeding is `COMPLETED` with an `error_type`,
| Status | `X-Comfy-Error-Type` | Meaning |
| --- | --- | --- |
| `402` | `insufficient_credits` | The workspace cannot fund the run. Nothing is queued or charged, and the same `Idempotency-Key` can be re-sent once it is funded. |
-| `403` | `not_enabled` | Queued delivery is not switched on for this workspace. Terminal, do not retry. |
+| `403` | `not_enabled` | This caller cannot use the queue: a key with no workspace behind it (legacy keys that predate workspaces), a bring-your-own-key request, or a model the queue cannot run. Terminal for that request, do not retry. |
| `404` | `model_not_found` | The `{provider}/{model}` ID resolves to no Router model. |
| `404` | `request_not_found` | No request with that ID exists for this caller and model. |
| `409` | `concurrency_limit_exceeded` | The same `Idempotency-Key` is still being admitted. Wait the `Retry-After` and re-send the same key to get the original handle. |
@@ -274,10 +270,6 @@ A request that finished without succeeding is `COMPLETED` with an `error_type`,
Every error response carries `X-Comfy-Request-Id`. Quote it when you contact support.
-## Preview notes
-
-The routes, fields and SDK methods on this page are the contract the preview runs against. Progress events, webhooks and priority are not part of it.
-
## Next
diff --git a/snippets/comfy-router/queue-preview-notice.mdx b/snippets/comfy-router/queue-preview-notice.mdx
deleted file mode 100644
index d442f59cf..000000000
--- a/snippets/comfy-router/queue-preview-notice.mdx
+++ /dev/null
@@ -1,3 +0,0 @@
-
-Queued delivery is rolling out per workspace. Until yours is enabled, the submit route answers `403` with `X-Comfy-Error-Type: not_enabled`. Nothing about the request is wrong, and the same body works through the synchronous route in the meantime.
-