---
title: "Get Model"
method: GET
path: "/models/{model_name}"
tags: ["models"]
---

# Get Model

`GET /models/{model_name}`

Get details for a specific model.

## Path parameters

- `model_name` string, required

## Response `200`

Successful Response

- AIModelResponse
  - `id` string, required
  - `name` string, required
  - `display_name` string, required
  - `description` string, nullable
  - `provider` string, required
  - `tier` string, required
  - `context_window` integer, required
  - `max_output_tokens` integer, nullable
  - `supports_vision` boolean
  - `supports_streaming` boolean
  - `supports_function_calling` boolean
  - `supports_img2img` boolean
  - `rpd_limit` integer, nullable
  - `is_available` boolean
  - `parameter_size` string, nullable

## Other responses

- `422` — Validation Error

---

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