Civitai · Arazzo Workflow
Civitai Generate From a Catalog Model Version
Version 1.0.0
Resolve a catalog model version's AIR, generate an image with it, poll, and read the result.
View Spec
View on GitHub
Artificial IntelligenceImage-GenerationVideo GenerationStable DiffusionSDXLFluxLoRAModel HostingCommunityGenerative AIArazzoWorkflows
Provider
Workflows
model-version-to-generation
Resolve a model version AIR, generate with it, poll, and read the result.
Fetches a model version from the catalog for its AIR, submits an imageGen workflow using that AIR, polls to completion, and reads the output blob URL.
1
resolveVersionAir
Resolve the catalog model version to obtain its AIR identifier and base model for generation.
2
submitGeneration
Submit an imageGen workflow that uses the resolved AIR as the model and capture the new workflow id.
3
pollWorkflow
Poll the generation workflow until it reaches a terminal state, looping while still processing and continuing on success.
4
readResult
Read the completed workflow and collect the generated output blob URL and Buzz cost.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.