Replicate · Schema

Replicate Model

A machine learning model hosted on Replicate.

Artificial IntelligenceMachine-LearningImage-GenerationLanguage ModelsModel Deployment

Properties

Name Type Description
url string The URL of the model on Replicate.
owner string The account that owns the model.
name string The model name.
description stringnull A description of the model.
visibility string The visibility of the model.
github_url stringnull URL of the model's source code on GitHub.
paper_url stringnull URL of the research paper for this model.
license_url stringnull URL of the model's license.
run_count integer How many times this model has been run.
cover_image_url stringnull URL for the model's cover image.
default_example objectnull Example prediction showcasing the model.
featured boolean Whether the model is featured on Replicate.
tags array Tags categorizing the model.
latest_version object
View JSON Schema on GitHub

JSON Schema

replicate-model-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://api-evangelist.github.io/replicate/json-schema/replicate-model-schema.json",
  "title": "Replicate Model",
  "description": "A machine learning model hosted on Replicate.",
  "type": "object",
  "properties": {
    "url": {
      "type": "string",
      "format": "uri",
      "description": "The URL of the model on Replicate."
    },
    "owner": {
      "type": "string",
      "description": "The account that owns the model."
    },
    "name": {
      "type": "string",
      "description": "The model name."
    },
    "description": {
      "type": ["string", "null"],
      "description": "A description of the model."
    },
    "visibility": {
      "type": "string",
      "enum": ["public", "private"],
      "description": "The visibility of the model."
    },
    "github_url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL of the model's source code on GitHub."
    },
    "paper_url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL of the research paper for this model."
    },
    "license_url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL of the model's license."
    },
    "run_count": {
      "type": "integer",
      "description": "How many times this model has been run."
    },
    "cover_image_url": {
      "type": ["string", "null"],
      "format": "uri",
      "description": "URL for the model's cover image."
    },
    "default_example": {
      "type": ["object", "null"],
      "description": "Example prediction showcasing the model."
    },
    "featured": {
      "type": "boolean",
      "description": "Whether the model is featured on Replicate."
    },
    "tags": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "Tags categorizing the model."
    },
    "latest_version": {
      "$ref": "#/$defs/ModelVersion"
    }
  },
  "required": ["owner", "name"],
  "$defs": {
    "ModelVersion": {
      "type": "object",
      "title": "Model Version",
      "description": "A specific version of a Replicate model.",
      "properties": {
        "id": {
          "type": "string",
          "description": "The unique identifier for the model version."
        },
        "created_at": {
          "type": "string",
          "format": "date-time",
          "description": "When the version was created."
        },
        "cog_version": {
          "type": ["string", "null"],
          "description": "The version of Cog used to build this version."
        },
        "openapi_schema": {
          "type": "object",
          "description": "OpenAPI schema describing the model's inputs and outputs."
        }
      },
      "required": ["id", "created_at"]
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/replicate-model"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.