Get model information
Retrieves information about the current model
post/api/v1/get_info
Request body
Example request
{
"model_id": "123e4567-e89b-12d3-a456-426614174000"
}Response
Model information response
Example response
{
"model_id": "123e4567-e89b-12d3-a456-426614174000",
"model_data": {
"arch": "llama",
"model_name": "meta-llama/Llama-3.2-1B"
}
}