---
title: "Get model information"
method: POST
path: "/api/v1/get_info"
---

# Get model information

`POST /api/v1/get_info`

Retrieves information about the current model

## Request body

- GetInfoRequest
  - `type` 'get_info'
  - `model_id` string, uuid, required

## Response `200`

Model information response

- GetInfoResponse
  - `model_id` string, uuid, required
  - `model_data` object, required
    - `arch` string
    - `model_name` string

---

[API](https://skmtc.dev/thinking-machines-lab/apis/tinker-api.md) · [All operations](https://skmtc.dev/thinking-machines-lab/apis/tinker-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/thinking-machines-lab/tinker-api/revisions/51afac49fce6/schema)
