iiRecord
Agentic AI Atlas · Replicate prediction
async-job:replicate-predictiona5c.ai
II.
AsyncJob JSON

async-job:replicate-prediction

Structured · live

Replicate prediction json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · extensions/async-jobs/async-jobs-llm-providers.yamlCluster · extensions
Record JSON
{
  "id": "async-job:replicate-prediction",
  "_kind": "AsyncJob",
  "_file": "extensions/async-jobs/async-jobs-llm-providers.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Replicate prediction",
    "kind": "background-task",
    "statusModel": "webhook",
    "description": "Replicate's prediction primitive — submit a model run, optionally register\na webhook for completion. Used for image / audio / video generation models\nwhere inference time is seconds-to-minutes.\n"
  },
  "outgoingEdges": [],
  "incomingEdges": [
    {
      "from": "run:01kqex-example-run-001",
      "to": "async-job:replicate-prediction",
      "kind": "uses_async_job",
      "attributes": {}
    }
  ]
}