Skip to main content
Replicate logo

Replicate

Replicate: models, predictions, trainings, deployments, collections, hardware. Exposes 32 actions covering the API surface an agent needs - read and write.

What it can do

MethodWhat it does
replicate_account_getGet authenticated account info - GET /account.
replicate_models_listList your models - GET /models.
replicate_model_getGet one model - GET /models/{owner}/{name}.
replicate_model_createCreate a new model - POST /models.
replicate_versions_listList model versions - GET /models/{owner}/{name}/versions.
replicate_version_getGet one model version - GET /models/{owner}/{name}/versions/{id}.
replicate_version_createCreate a new model version - POST /models/{owner}/{name}/versions.
replicate_predictions_listList your predictions - GET /predictions.
replicate_prediction_getGet one prediction - GET /predictions/{id}.
replicate_prediction_createCreate a prediction (run a model) - POST /predictions.
replicate_prediction_cancelCancel a prediction - POST /predictions/{id}/cancel.
replicate_trainings_listList your trainings - GET /trainings.
replicate_training_getGet one training - GET /trainings/{id}.
replicate_training_createCreate a training (fine-tune a model) - POST /trainings.
replicate_training_cancelCancel a training - POST /trainings/{id}/cancel.
replicate_deployments_listList deployments - GET /deployments.
replicate_deployment_getGet one deployment - GET /deployments/{id}.
replicate_deployment_createCreate a deployment - POST /deployments.
replicate_deployment_updateUpdate a deployment - PATCH /deployments/{id}.
replicate_deployment_deleteDelete a deployment - DELETE /deployments/{id}.
replicate_deployment_predictions_createCreate a prediction on a deployment - POST /deployments/{id}/predictions.
replicate_collections_listList collections - GET /collections.
replicate_collection_getGet one collection - GET /collections/{slug}.
replicate_collection_createCreate a collection - POST /collections.
replicate_collection_updateUpdate a collection - PATCH /collections/{slug}.
replicate_collection_deleteDelete a collection - DELETE /collections/{slug}.
replicate_collection_add_modelAdd a model to a collection - POST /collections/{slug}/models.
replicate_hardware_listList available hardware - GET /hardware.
replicate_webhooks_listList webhooks - GET /webhooks.
replicate_webhook_getGet one webhook - GET /webhooks/{id}.
replicate_webhook_createCreate a webhook - POST /webhooks.
replicate_webhook_deleteDelete a webhook - DELETE /webhooks/{id}.

How to get credentials

This connector uses an API key / token. Create one in the provider dashboard, then paste it into FlyMyAI:

Fields to fill in FlyMyAI

FlyMyAI fieldWhere it comes from
REPLICATE_API_TOKENReplicate - Account - API tokens (r8_...).

Troubleshooting

  • 401 Unauthorized / 403 Forbidden - the token is wrong, expired, or missing a required scope; regenerate it.
  • 429 Too Many Requests - provider rate limit; retry after a short backoff.
  • Unexpected 4xx on writes - double-check required fields; the agent confirms before write actions.
We love our partners - FlyMy.AI builds with the best. Thanks, Replicate!