cURL
curl --request GET \ --url http://studio.premai.io/api/v1/public/finetuning/{jobId} \ --header 'Authorization: Bearer <token>'
{ "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "name": "<string>", "snapshot_id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "status": "processing", "reasoning": true, "experiments": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "experiment_number": 123, "base_model_id": "<string>", "status": "pending", "model_id": "<string>", "batch_size": 123, "learning_rate_multiplier": 123, "n_epochs": 123, "lora": true } ] }
Check job progress and experiment statuses.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Fine-tuning job status
processing
completed
failed
Show child attributes
Was this page helpful?