---
title: "Get a specific Model"
method: GET
path: "/v1/models/{model_id}"
tags: ["models"]
---

# Get a specific Model

`GET /v1/models/{model_id}`

Returns metadata for a specific public model

## Path parameters

- `model_id` string, required

## Headers

- `Authorization` string, required

## Response `200`

A model object that can be either STT or TTS

- union
  - GetModelV1Response0
    - `name` string
    - `canonical_name` string
    - `architecture` string
    - `languages` string[]
    - `version` string
    - `uuid` string, uuid
    - `batch` boolean
    - `streaming` boolean
    - `formatted_output` boolean
  - GetModelV1Response1
    - `name` string
    - `canonical_name` string
    - `architecture` string
    - `languages` string[]
    - `version` string
    - `uuid` string, uuid
    - `metadata` GetModelV1ResponseOneOf1Metadata
      - `accent` string
      - `age` string
      - `color` string
      - `image` string, uri
      - `sample` string, uri
      - `tags` string[]
      - `use_cases` string[]

## Other responses

- `400` — Invalid Request

## Changes

- **2026-08-15** `76f89c68dacf` — 2 info
  - api tag `models` added
  - api tag `manage > v1 > models` removed
- **2026-08-12** `c761ed1f371e` — 2 info
  - api tag `manage > v1 > models` added
  - api tag `models` removed
- **2026-08-06** `bd7ba5c18a6b` — 2 info
  - api tag `models` added
  - api tag `manage > v1 > models` removed

[Change history](https://skmtc.dev/deepgram/apis/rest-api/changes/v1/models/:model_id/get.md)

---

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