partner_model_schema
Given a partner model name, retrieve its callable parameters to know what inputs to pass to partner_generate. Reads the spec without calling the API or spending.
Instructions
Show one partner model's callable parameters — the input to partner_generate.
Wraps comfy generate schema <model>. model is an alias from
list_partner_models. Reads the spec only — no partner API call, no spend.
Returns: {model, id, partner, category, summary, mode, polling, content_type, params, example}. params rows carry name, type
(binary = local file path), required, default, enum,
description. example is a CLI invocation to translate into
params={...}.
Freshness: PINNED — params/enums come from the spec vendored into the
INSTALLED comfy-cli wheel; refresh via comfy generate refresh. Still the
finest-grained view of a partner's variants (an enum here typically
enumerates what list_partner_models collapses into one row): on a miss,
say the installed comfy-cli doesn't list it, don't claim it doesn't exist —
and do NOT quietly substitute a neighbor (lite for pro is a
downgrade the user never agreed to).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model | Yes |