Replicate integration (AI, Developer Tools). Imported from open-connector.
https://api.replicate.com/v1/account
/v1/models
| Param | Type | Required | Description |
|---|---|---|---|
| sortBy | string | optional | The field used to sort public Replicate models. |
| sortDirection | string | optional | The sort direction for Replicate model results. |
/v1/models/{owner}/{model}
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The Replicate model owner username or organization slug. |
| model | string | required | The Replicate model name slug. |
/v1/models/{owner}/{model}/versions
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The Replicate model owner username or organization slug. |
| model | string | required | The Replicate model name slug. |
/v1/models/{owner}/{model}/versions/{versionId}
| Param | Type | Required | Description |
|---|---|---|---|
| owner | string | required | The Replicate model owner username or organization slug. |
| model | string | required | The Replicate model name slug. |
| versionId | string | required | The Replicate model version identifier. |
/v1/collections
/v1/collections/{collectionSlug}
| Param | Type | Required | Description |
|---|---|---|---|
| collectionSlug | string | required | The Replicate collection slug. |
/v1/predictions/{predictionId}
| Param | Type | Required | Description |
|---|---|---|---|
| predictionId | string | required | The Replicate prediction identifier. |
/v1/predictions
| Param | Type | Required | Description |
|---|---|---|---|
| createdAfter | string | optional | Include predictions created at or after this ISO 8601 timestamp. |
| createdBefore | string | optional | Include predictions created before this ISO 8601 timestamp. |
| source | string | optional | Filter predictions to those created from the Replicate website. |
/v1/predictions/{predictionId}/cancel
| Param | Type | Required | Description |
|---|---|---|---|
| predictionId | string | required | The Replicate prediction identifier. |