Gepetto
Back to GepettoBlog
  • INTRODUCTION
    • Overview
    • Getting Started
    • Rate limiting
    • Pricing
    • Cold boots
    • Server Status
  • Endpoints
    • Redesign
    • Furnish
    • Smart Staging 🔮
    • Smart Staging v2 🔮
    • Sunshine ☀️
    • Declutter 🩹
    • Magic Enhancer ✨
    • Upscale
    • Get Styles
    • Get Skies
    • Get Rooms
    • Get Job
  • Webhooks
Powered by GitBook
On this page

Was this helpful?

  1. INTRODUCTION

Cold boots

To make good use of resources, we only run the models that are actually being used. When a model hasn’t been used for a little while, we turn it off.

When you start a request, the speed of response depends on whether the model is "warm" or "cold". A "warm" model, already running, yields faster responses, while a "cold" model, starting up, leads to slower responses.

Machine learning models, being resource-intensive and sometimes very large, require fetching and loading several gigabytes of code. This process can occasionally extend to several minutes.

Last updated 1 year ago

Was this helpful?