post-models
Create new AI image generation models by configuring concepts, base models, and training parameters for custom generative workflows.
Instructions
Create a new model
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| originalAssets | No | If set to true, returns the original asset without transformation | |
| concepts | No | ||
| collectionIds | No | ||
| classSlug | No | The slug of the class you want to use (ex: "characters-npcs-mobs-characters"). Set to null to unset the class | |
| name | No | The model's name (ex: "Cinematic Realism"). If not set, the model's name will be automatically generated when starting training based on training data. | |
| shortDescription | No | The model's short description (ex: "This model generates highly detailed cinematic scenes."). If not set, the model's short description will be automatically generated when starting training based on training data. | |
| baseModelId | No | The ID of the base model to use as a starting point for the training (example: "flux.1-dev") Value is automatically set based on the model's type. In case of doubt leave it empty. | |
| type | No | The model's type (ex: "flux.1-lora"). The type can only be changed if the model has the "new" status. |