> ## 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.

# Model Operations API

> Manage AI models on ModelsLab. List available models, upload custom models, and retrieve fine-tuned model information via API.

## Endpoints

<CardGroup>
  <Card title="Trained Model List" href="/image-generation/model-operation/finetune-list">
    This endpoint returns an array with the IDs of the models that you have created.
  </Card>

  <Card title="Upload a Model" href="/image-generation/model-operation/upload-model">
    This endpoint is used to load a private or public model
  </Card>

  <Card title="List Models" href="/image-generation/model-operation/model-list">
    This endpoint returns a list of all the public models available.
  </Card>
</CardGroup>
