> ## 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 Z Image Turbo API

> Ultra-fast turbo image generation on dedicated enterprise GPU servers. Optimized text-to-image with full server management.

<Tip>
  Not on Enterprise yet? Get your enterprise plan at [ModelsLab](https://modelslab.com/enterprise)
</Tip>

## Available Endpoints

<CardGroup>
  <Card title="Text to Image" href="/enterprise-api/z-image-turbo/text2img">
    This endpoint generates and returns an image from a text prompt using the Flux model.
  </Card>

  <Card title="Image to Image" href="/enterprise-api/z-image-turbo/img2img">
    This endpoint generates an image from a text prompt and init image using the Z Image Turbo model.
  </Card>

  <Card title="Fetch Queued Images" href="/enterprise-api/z-image-turbo/fetch">
    This endpoint fetches already generated or queued images by ID.
  </Card>

  <Card title="Clear Server Cache" href="/enterprise-api/z-image-turbo/clear-cache">
    This endpoint clears the server cache.
  </Card>

  <Card title="Clear Server Queue" href="/enterprise-api/z-image-turbo/clear-queue">
    This endpoint clears the server queue.
  </Card>

  <Card title="Restart Server" href="/enterprise-api/z-image-turbo/restart-server">
    This endpoint restarts the server.
  </Card>

  <Card title="System Details" href="/enterprise-api/z-image-turbo/system-details">
    This endpoint retrieves system and server details.
  </Card>

  <Card title="Update Server" href="/enterprise-api/z-image-turbo/update-server">
    This endpoint updates the server to the latest version.
  </Card>
</CardGroup>
