Skip to main content

Fine-tuning

Fine-tuning job management and model import. These endpoints let you create and end training jobs, track training progress, import models from third-party providers, and retrieve training metadata.

Jobs


POST

Create fine-tuning job

Starts a new fine-tuning job that trains a LoRA adapter on top of a supported base model using your training logs.

POST

Stop fine-tuning job

Stops a running fine-tuning job before it completes all configured training steps. The partially trained model checkpoint is preserved.

GET

Get training info

Returns training metadata and progress information for a fine-tuned model, including loss curves, step counts, and hyperparameter configuration.

POST

Get training log count

Returns the number of training log entries that match the specified filter criteria.

POST

Update training log entry

Updates the messages content of a specific training log entry.

Model Import

POST

Import model from provider

Imports a LoRA adapter from Hugging Face into AI Studio for inference.

POST

Get model license

Returns the license terms for a base model from the specified provider. Some models require license acceptance before use.

POST

Preview third-party model

Returns metadata and compatibility details for a Hugging Face model before committing to a full import.

GET

Get model import progress

Returns the current status and progress of a third-party model import job.

POST

Retry model import

Retries a previously failed Hugging Face model import.

On this page