---
title: "List supported models"
method: GET
path: "/fine-tunes/models/supported"
tags: ["Fine-tuning"]
---

# List supported models

`GET /fine-tunes/models/supported`

List models supported for fine-tuning.

## Response `200`

List of supported models.

- object
  - `models` string[], required — List of supported model names.
  - `detailed_models` object[], required — Supported models with parent model details.
    - `name` string, required — Supported model name.
    - `parent_model` string, required — Parent model used for fine-tuning.

---

[API](https://skmtc.net/together/apis/together-apis.md) · [All operations](https://skmtc.net/together/apis/together-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/together/together-apis/revisions/92114e606090/schema)
