Skip to main content
POST
Fine Tune
Create a fine-tuning job by specifying a TrainingConfig and InfrastructureConfig. The TrainingConfig accepts an optional lora_config parameter for parameter-efficient training using low-rank adaptation. For guidance on configuring LoRA, see Low-rank adaptation. For the full fine-tuning workflow, see Create a fine-tuning job.

Authorizations

Authorization
string
header
required

Your Seekr API key, sent in the Authorization header with no 'Bearer' prefix.

Body

application/json
training_config
TrainingConfig · object
required
infrastructure_config
InfrastructureConfig · object
required
project_id
integer | null
description
string | null

Response

Success

The response is of type object.

Last modified on July 31, 2026