> ## 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 3D API

> Enterprise-grade 3D generation on dedicated GPU servers. Text-to-3D and image-to-3D with full server management and cache control.

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

### Endpoints

<CardGroup>
  <Card title="Text to 3D" href="/enterprise-api/3d-api/text-to-3d">
    This endpoint generates 3D from text.
  </Card>

  <Card title="Image to 3D" href="/enterprise-api/3d-api/image-to-3d">
    This endpoint generates 3D from an image.
  </Card>

  <Card title="Fetch Queued 3D" href="/enterprise-api/3d-api/fetch">
    This endpoint returns an already generated response by passing its **ID** with the endpoint location.
  </Card>

  <Card title="Clear Cache" href="/enterprise-api/3d-api/clear-cache">
    This endpoint clears the server cache.
  </Card>

  <Card title="Clear Queue" href="/enterprise-api/3d-api/clear-queue">
    This endpoint clears the server queue.
  </Card>

  <Card title="Update Server" href="/enterprise-api/3d-api/update-server">
    This endpoint updates the server to the latest version.
  </Card>

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

  <Card title="System Details" href="/enterprise-api/3d-api/system-details">
    This endpoint provides system details of your enterprise server.
  </Card>
</CardGroup>
