About 117,000 results
Open links in new tab
  1. Replicate - Run AI with an API

    Thousands of businesses are building their AI products on Replicate. Your team can deploy an AI feature in a day and scale to millions of users, without having to be machine learning experts.

  2. How does Replicate work? - Replicate

    How does Replicate work? Replicate lets you run machine learning models with a cloud API, without having to understand the intricacies of machine learning or manage your own …

  3. Explore – Replicate

    Nov 20, 2025 · Discover and share machine learning models that you can run in the cloud using Replicate.

  4. Documentation – Replicate

    Deploy a custom model Learn to build, deploy, and scale your own custom model on Replicate.

  5. Blog – Replicate

    May 16, 2022 · We've partnered with Bria to bring a suite of commercial-grade image generation and editing models to Replicate. Built entirely on licensed data, Bria’s tools are designed for …

  6. Open source at Replicate - Replicate

    A collection of open-source projects and tools created and maintained by the Replicate team.

  7. Pricing – Replicate

    You only pay for what you use on Replicate. Some models are billed by time, others by input and output.

  8. About & Careers – Replicate

    We're a bunch of hackers, engineers, researchers, and artists. We obsess about the details of API design and the right words for things. We're defining how AI works so we'd better get it right. …

  9. Run AI image upscalers with super resolution with an API - Replicate

    Go to the model page on Replicate, upload your image, and select your preferred upscale multiplier or options (such as face_enhance or creativity). The model will generate a higher …

  10. Changelog – Replicate

    import Replicate from "replicate"; const replicate = new Replicate(); // create a new model const model = await replicate.models.create( "my-username", "my-new-model", { visibility: "public", …