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

# Get detailed information about a specific base model

`GET /v1/models/base/{model_name}`

## Path parameters

- `model_name` string, required

## Response `200`

Successful response

- BaseModelResponse
  - `id` string, uuid
  - `description` string
  - `hf_url` string
  - `status` 'ACTIVE' | 'INACTIVE' | 'DEPRECATED'
  - `name` string
  - `meta` object

## Other responses

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

---

[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)
