> ## Documentation Index
> Fetch the complete documentation index at: https://docs.modelslab.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Enterprise Realtime API

> Real-time image generation on dedicated enterprise GPU servers. Ultra-fast text-to-image, image-to-image, and inpainting endpoints.

## Endpoints

<CardGroup cols={2}>
  <Card title="Text to Image" icon="file-text" href="/enterprise-api/realtime/text2img">
    Generate and return an image directly from a text description
  </Card>

  <Card title="Image to Image" icon="image" href="/enterprise-api/realtime/img2img">
    Transform an existing image using prompts for creative modifications
  </Card>

  <Card title="Inpainting" icon="brush" href="/enterprise-api/realtime/inpaint">
    Replace or modify specific parts of an image using a mask
  </Card>

  <Card title="Fetch Images" icon="download" href="/enterprise-api/realtime/fetchimage">
    Retrieve queued or processing image generation requests
  </Card>

  <Card title="Clear Cache" icon="trash" href="/enterprise-api/realtime/clear-cache">
    Clear the API’s server cache for fresh processing
  </Card>

  <Card title="Clear Queue" icon="list-check" href="/enterprise-api/realtime/clear-queue">
    Clear the processing queue for new requests
  </Card>

  <Card title="Restart Server" icon="refresh" href="/enterprise-api/realtime/restart-server">
    Restart your dedicated realtime image generation server
  </Card>

  <Card title="System Details" icon="server" href="/enterprise-api/realtime/system-details">
    Get information about your server status and performance
  </Card>

  <Card title="Update Server" icon="arrow-up" href="/enterprise-api/realtime/update-server">
    Update your dedicated server to the latest version
  </Card>
</CardGroup>
