---
title: "Retrieve Model"
method: GET
path: "/models/{modelId}"
tags: ["models"]
---

# Retrieve Model

`GET /models/{modelId}`

Retrieve a model information.

## Path parameters

- `modelId` string, required

## Response `200`

Successful Response

- union
  - BaseModelCard
    - `capabilities` ModelCapabilities, required
      - `completion_chat` boolean
      - `function_calling` boolean
      - `vision` boolean
      - `fine_tuning` boolean
      - `completion_fim` boolean
    - `aliases` string[]
    - `max_context_length` integer
    - `created` integer
    - `name` string, nullable
    - `default_model_temperature` number, nullable
    - `description` string, nullable
    - `owned_by` string
    - `id` string, required
    - `deprecation` string, date-time, nullable
    - `type` 'base'
    - `object` string
  - FTModelCard — Extra fields for fine-tuned models.
    - `capabilities` ModelCapabilities, required
      - `completion_chat` boolean
      - `function_calling` boolean
      - `vision` boolean
      - `fine_tuning` boolean
      - `completion_fim` boolean
    - `aliases` string[]
    - `created` integer
    - `description` string, nullable
    - `owned_by` string
    - `deprecation` string, date-time, nullable
    - `type` 'fine-tuned'
    - `archived` boolean
    - `max_context_length` integer
    - `root` string, required
    - `name` string, nullable
    - `default_model_temperature` number, nullable
    - `id` string, required
    - `job` string, required
    - `object` string

## Other responses

- `422` — Validation Error

## Changes

- **2026-07-17** `062746a4d99e` — 1 info
  - endpoint added
- **2025-03-09** `a88399f645b2` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/ballerina-platform/apis/mistral-ai-api/changes/models/:modelId/get.md)

---

[API](https://skmtc.dev/ballerina-platform/apis/mistral-ai-api.md) · [All operations](https://skmtc.dev/ballerina-platform/apis/mistral-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/ballerina-platform/mistral-ai-api/revisions/062746a4d99e/schema)
