> ## 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 Training API

> Train and fine-tune custom AI image models with LoRA. Upload datasets, monitor training status, and manage your fine-tuned models.

### Endpoints

<CardGroup>
  <Card title="Finetune List" href="/image-generation/train-model/finetune-list">
    Returns a list with all the models that you have created.
  </Card>

  <Card title="LoRA Finetune" href="/image-generation/train-model/lora-finetune">
    Train a Lora model any object or person with your own images.
  </Card>

  <Card title="Finetune Status" href="/image-generation/train-model/finetune-status">
    This endpoint returns the model's current training status and estimated time remaining, if still in progress.
  </Card>

  <Card title="Finetune Delete" href="/image-generation/train-model/finetune-delete">
    Delete a created dreambooth training request.
  </Card>

  <Card title="Cancel Training" href="/image-generation/train-model/cancel-training">
    Cancel a dreambooth training request.
  </Card>

  <Card title="Base64 Crop" href="/image-generation/flux/flux-text-to-image">
    Lets you upload an image in base64 and crop it.
  </Card>
</CardGroup>
