--- title: 'Replicate' description: '' --- # Replicate undefined | Detail | Value | |---|---| | Category | AI | | Base URL | `https://api.replicate.com/v1` | | Authentication | Bearer Token | | Endpoints | 6 | | Connector key | `replicate` | ## Using Replicate in a workflow 1. Go to **Connections** and click **New Connection**. 2. Pick **Replicate** from the marketplace. 3. Enter your credentials (see Authentication above for what's expected). 4. In a workflow, drop an **API Call** node and select this connection. 5. Pick the operation you need from the Operation dropdown — see the table below. ## Available Endpoints | Endpoint | Summary | |---|---| | [GET ](./get_predictions_0) | Predictions | | [GET ](./get_models_1) | Models | | [GET ](./get_versions_2) | Versions | | [GET ](./get_trainings_3) | Trainings | | [GET ](./get_collections_4) | Collections | | [GET ](./get_deployments_5) | Deployments | > Each endpoint has its own page with parameter details, an example > `API Call` node configuration, and the response shape.