
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.
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 …
Explore – Replicate
Nov 20, 2025 · Discover and share machine learning models that you can run in the cloud using Replicate.
Documentation – Replicate
Deploy a custom model Learn to build, deploy, and scale your own custom model on Replicate.
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 …
Open source at Replicate - Replicate
A collection of open-source projects and tools created and maintained by the Replicate team.
Pricing – Replicate
You only pay for what you use on Replicate. Some models are billed by time, others by input and output.
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. …
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 …
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", …