Every action below is available as a verb in Cerebral OS — callable from a Cerebral, a Map, or the Runtime API. All executions are governed, audited, and dry-run safe.
Create Model
leap:create_model
Create and train a new custom model with provided images.
Write
Medium risk
Delete Generation
leap:delete_generation
Permanently delete a generation and all its associated images.
Write
High risk
Delete Model
leap:delete_model
Permanently delete a model and all its associated data.
Write
High risk
Generate Image
leap:generate_image
Generate images using a trained model with custom prompts.
Write
Medium risk
Get Generation
leap:get_generation
Fetch a single image generation by ID with status and image URLs.
Read
Low risk
Get Model
leap:get_model
Fetch a single model by ID with training status and details.
Read
Low risk
List Generations
leap:list_generations
List all image generations for a specific model.
Read
Low risk
List Models
leap:list_models
List all models with their training status and basic details.
Read
Low risk
Remix Image
leap:remix_image
Remix/edit an existing image using a trained model and prompt.
Write
Medium risk