---
title: "Get detailed information about a specific fine-tuned model"
method: GET
path: "/v1/models/fine-tuned/{model_name}"
tags: ["Fine-tuned Models"]
---

# Get detailed information about a specific fine-tuned model

`GET /v1/models/fine-tuned/{model_name}`

## Path parameters

- `model_name` string, required

## Response `200`

Successful response

- FineTunedModelResponse
  - `id` string, uuid
  - `created_at` string, date-time
  - `fine_tuning_job_name` string
  - `name` string
  - `artifacts` object

## Other responses

- `401` — Unauthorized
- `404` — Resource not found

## Changes

- **2024-10-01** `00b130df94af` — 1 warning
  - removed the optional property `description` from the response with the `200` status

[Change history](https://skmtc.dev/luminolabs/apis/models-api/changes/v1/models/fine-tuned/:model_name/get.md)

---

[API](https://skmtc.dev/luminolabs/apis/models-api.md) · [All operations](https://skmtc.dev/luminolabs/apis/models-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/luminolabs/models-api/revisions/00b130df94af/schema)
