Tool to create a new Replicate model with specified owner, name, visibility, and hardware. Use when you need to create a destination model before launching LoRA/fine-tune training.
nameRequiredstringThe name of the model. This must be unique among all models owned by the user or organization.
ownerRequiredstringThe name of the user or organization that will own the model. This must be the same as the user or organization making the API request.
hardwareRequiredstringThe SKU for the hardware used to run the model. Possible values can be retrieved from the hardware.list endpoint.
paper_urlstringA URL for the model's paper
github_urlstringA URL for the model's source code on GitHub
visibilityRequiredstringWhether the model should be public or private. Public models are viewable and runnable by anyone; private models are restricted to owners.
descriptionstringA description of the model
license_urlstringA URL for the model's license
cover_image_urlstringA URL for the model's cover image. This should be an image file.
dataRequiredData from the action execution
errorstringError if any occurred during the execution of the action
successfulRequiredbooleanWhether or not the action execution was successful or not
API key connection. Risk level 2 of 5.
Free Action
No published Skills explicitly reference this Action yet.