Get model
GET/models/:model_id
Returns detailed information for a specific fine-tuned model by its numeric ID. Includes training hyperparameters (lora_r, lora_alpha, batch_size, epoch, learning_rate), base model metadata, deployment records, evaluation state, and usage statistics. Use the state field to check deployment status.
Request
Responses
- 200
- 404
- 422
OK
Not Found
Validation Error
Was this page helpful?