> ## 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 Pony Model API

> Enterprise Pony model on dedicated GPU servers. Load custom Pony models, ControlNet, inpainting, and full server management.

## Endpoints

<CardGroup cols={2}>
  <Card title="System Details" icon="server" href="/enterprise-api/pony-model/system-details">
    Get detailed information about your dedicated server
  </Card>

  <Card title="Restart Server" icon="refresh" href="/enterprise-api/pony-model/restart-server">
    Restart your dedicated server
  </Card>

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

  <Card title="Clear Cache" icon="trash" href="/enterprise-api/pony-model/clear-cache">
    Clear the API's cache for fresh processing
  </Card>

  <Card title="List Schedulers" icon="list" href="/enterprise-api/pony-model/list-schedulers">
    Retrieve a list of all available schedulers
  </Card>

  <Card title="Load Model" icon="upload" href="/enterprise-api/pony-model/load-model">
    Load a model onto your server
  </Card>

  <Card title="Load Model v2" icon="upload-cloud" href="/enterprise-api/pony-model/load-model-v2">
    Load a model using the v2 loader for enhanced control
  </Card>

  <Card title="Verify Model" icon="check" href="/enterprise-api/pony-model/verify-model">
    Check if a specific model exists on your server
  </Card>

  <Card title="Get All Models" icon="database" href="/enterprise-api/pony-model/get-all-models">
    List all models available on your server
  </Card>

  <Card title="Delete Model" icon="trash-2" href="/enterprise-api/pony-model/delete-model">
    Delete a model from your server
  </Card>

  <Card title="ControlNet" icon="command" href="/enterprise-api/pony-model/controlnet-ep">
    Generate ControlNet-based images
  </Card>

  <Card title="Text to Image" icon="file-text" href="/enterprise-api/pony-model/text2img">
    Generate an image from a text prompt
  </Card>

  <Card title="Image to Image" icon="image" href="/enterprise-api/pony-model/img2img">
    Transform an existing image with prompts
  </Card>

  <Card title="Inpainting" icon="brush" href="/enterprise-api/pony-model/inpainting">
    Modify specific parts of an image using inpainting
  </Card>

  <Card title="Super Resolution" icon="maximize" href="/enterprise-api/pony-model/super-resolution">
    Upscale images with super resolution
  </Card>

  <Card title="Upload Image" icon="upload" href="/enterprise-api/pony-model/upload-image">
    Upload an image to your S3 bucket
  </Card>

  <Card title="Sync Models" icon="shuffle" href="/enterprise-api/pony-model/sync-model">
    Sync models between multiple servers
  </Card>

  <Card title="Load VAE" icon="layers" href="/enterprise-api/pony-model/load-vae">
    Load a VAE onto your server
  </Card>

  <Card title="Fetch Queue Image" icon="download" href="/enterprise-api/pony-model/fetch-queue-image">
    Retrieve queued or processing image generation requests
  </Card>
</CardGroup>
