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

# Retrieve model

`GET /v1/models/{modelId}`

Retrieves a model instance, providing basic information about the model.

## Path parameters

- `modelId` string, required

## Response `200`

Successful response

- object
  - `id` string, required
  - `object` 'model', required
  - `created` number, required
  - `owned_by` string, required

## Other responses

- `404` — Model not found

---

[API](https://skmtc.net/neosantara/apis/neosantara-ai-api.md) · [All operations](https://skmtc.net/neosantara/apis/neosantara-ai-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/neosantara/neosantara-ai-api/revisions/82bc74ee8650/schema)
