---
title: "Get model"
method: GET
path: "/assistant_models/{model_id}"
tags: ["AI Deployments"]
---

# Get model

`GET /assistant_models/{model_id}`

Returns data of a specific model

## Path parameters

- `model_id` string, required

## Response `200`

successful

- Model
  - `_id` string
  - `is_shared` boolean
  - `collaborators` string[]
  - `embeddings` string
  - `token` string
  - `max_tokens_to_generate` integer
  - `temperature` number, float
  - `provider` string
  - `name` string
  - `model_name` string
  - `__v` integer

## Other responses

- `400` — Invalid ID supplied
- `404` — Model not found

---

[API](https://skmtc.net/smartly/apis/smartly-ai-apis.md) · [All operations](https://skmtc.net/smartly/apis/smartly-ai-apis/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/smartly/smartly-ai-apis/versions/1e26909d86c9/schema)
