Get Model
Retrieves detailed information about a specific model on the Replicate AI platform.
Common Properties
- Name - The custom name of the node.
- Color - The custom color of the node.
- Delay Before (sec) - Waits in seconds before executing the node.
- Delay After (sec) - Waits in seconds after executing node.
- Continue On Error - Automation will continue regardless of any error. The default value is false.
info
If the ContinueOnError property is true, no error is caught when the project is executed, even if a Catch node is used.
Inputs
- Connection Id - The identifier of the Replicate AI connection to use.
- Model Owner - The owner/username of the model to retrieve information for.
- Model Name - The name of the model to retrieve information for.
Options
This node does not have any configurable options.
Output
- Get Model Result - An object containing detailed information about the model, including:
- Description - The model's description
- GithubURL - Link to the model's GitHub repository
- LicenseURL - Link to the model's license
- URL - The model's URL on Replicate
- Name - The model's name
- Owner - The model's owner
- PaperURL - Link to the model's research paper
- Visibility - The model's visibility setting
- RunCount - The number of times the model has been run
How It Works
The Get Model node integrates with the Replicate AI platform to retrieve detailed information about a specific model. When executed, the node:
- Validates the provided Connection Id, Model Owner, and Model Name
- Retrieves model information using the Replicate API directly
- Returns a structured object with the model's details
Requirements
- A valid Replicate AI account
- A configured Replicate AI connection in Robomotion
- The model owner and name identifiers
Error Handling
The node will return specific errors in the following cases:
- Empty or invalid Connection Id
- Empty or invalid Model Owner
- Empty or invalid Model Name
- Invalid connection credentials
- Network issues when communicating with the Replicate API
- API errors from the Replicate platform
- Model not found on the Replicate platform
- Robomotion Credits cannot be used with this node
Usage Notes
- This node is useful for programmatically retrieving model information
- The returned information can be used to understand model capabilities and requirements
- This node does not support Robomotion Credits - a direct Replicate API key is required
- The model must exist and be accessible to the authenticated user
- The RunCount field shows how popular the model is on the platform