v1

latestOpenAPI 3.0.3raw.githubusercontent.com2025-07-15155231.4 KB

Get model information

Retrieves information about the current model

post/api/v1/get_info

Request body

type'get_info'
model_idstring uuid required

Example request

{
  "model_id": "123e4567-e89b-12d3-a456-426614174000"
}

Response

Model information response

model_idstring uuid required

Example response

{
  "model_id": "123e4567-e89b-12d3-a456-426614174000",
  "model_data": {
    "arch": "llama",
    "model_name": "meta-llama/Llama-3.2-1B"
  }
}