About 119,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. Open source at Replicate - Replicate

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

  6. 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 …

  7. Pricing – Replicate

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

  8. 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 …

  9. Run a model from Python - Replicate

    iterator = replicate.run( "anthropic/claude-3.7-sonnet", input={"prompt": "Who was Dolly the sheep?"}, ) for text in iterator: print(text, end="") # Dolly the sheep was the first mammal to be …

  10. Use AI to restore images via API - Replicate

    You can package your own restoration model with Cog and push it to Replicate. This lets you set up inputs, outputs, and configuration while deciding whether to keep it private or share it with …