El catálogo/Replicate

Replicate

app.replicate

Run any AI model with async predictions and job management

Migrada y en marchaClave de APIaiLeer el código
Versión1.0.0
Categoríaai
AutenticaciónClave de API
Herramientas5
Transportestdio
LicenciaMIT
01

Qué hace

La aplicación, en sus propias palabras.

Run any AI model on Replicate. Discover models, start async predictions, poll for results, and manage running jobs.

replicateaimodelspredictionsimage-generationvideo-generation
02

Herramientas

5 herramientas que el agente puede llamar.

Todas se declaran con parámetros tipados y devuelven resultados estructurados, así que el anfitrión puede renderizarlas en vez de narrarlas.

  • cancel_predictionCancel a running or queued prediction by ID.
  • get_predictionGet the status and result of a prediction by ID. Poll this after run until status is "succeeded" or "failed". When succeeded, the output field contains the result (image URL, video URL, etc.).
  • list_modelsDiscover models available on Replicate and their exact input parameters. Three modes: (1) collection: list models in a category (e.g. "video-generation", "image-to-video", "text-to-image", "image-to-image", "audio-generation"). (2) query: search models by name or description. (3) model: get the full input/output schema for a specific model in "owner/name" format (e.g. "google/veo-3.1") — use this before run to know exactly what parameters to pass.
  • list_predictionsList recent predictions with their status. Useful to track ongoing or past generations.
  • runRun any model on Replicate. ALWAYS asynchronous — returns immediately with a prediction ID and status "starting". Then use get_prediction to poll until done. Use list_models first to discover the model ID and its exact input parameters.
03

Autenticación y permisos

Qué pide.

Declarado en el manifiesto y por adelantado. La aplicación no puede alcanzar nada que no haya pedido aquí.

Secretos de sistema

API_TOKEN

Seguir leyendo

El manifiesto y el código de Replicate están en el monorepo, junto al resto de aplicaciones.

Leer el códigoVolver al catálogo

Replicate · Agent Apps