list_models
Identify the correct model_id for your inference by searching and filtering available ComfyUI models. See pricing, inputs, and descriptions to choose the right model.
Instructions
Browse the hosted models that run_model can run.
Backs ``GET /v1/models`` on the Model API. Start here when you know
what you want to generate but not which ``model_id`` provides it.
Each entry carries the ``model_id`` for ``run_model``, a
``display_name`` and ``description``, what it costs
(``base_price_usd`` per ``price_unit``), a ``model_url`` to the
model's page, and its ``inputs`` / ``required_inputs``.
Args:
search: Case-insensitive match on id, display name, or
description — e.g. "kontext", "upscale", "lip sync".
category: Capability filter, e.g. ``text-to-image``,
``image-to-video``. Use ``list_model_categories`` for the
full set.
kind: How the model runs — ``model``, ``workflow``, or
``inference``. Orthogonal to ``category``; filter on
``category`` unless you specifically care how it executes.
include_schema: Return each model's full ``input_schema``
inline. Much larger response — prefer ``get_model`` for a
single model, and use this only when comparing many.
limit: Page size, 1..500.
offset: Rows to skip. ``total`` is the unpaged count.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | ||
| limit | No | ||
| offset | No | ||
| search | No | ||
| category | No | ||
| include_schema | No |