Get model limits
Get model limits for a specific fine-tuning model.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
The model name to get limits for.
Response
Model limits.
Model limits for fine-tuning.
The name of the model.
Limits for LoRA training.
Maximum number of training epochs.
Maximum number of evaluations.
Maximum learning rate.
Minimum learning rate.
Whether the model supports full (non-LoRA) fine-tuning. When false, only LoRA fine-tuning is available and the full_training limits are reported as zero.
Whether the model supports vision/multimodal inputs.
Whether the model supports tool/function calling.
Whether the model supports reasoning.
Whether a merged checkpoint (the base model with the trained LoRA adapter fused in) is produced for LoRA fine-tunes of this model, in addition to the standalone adapter.
Default gradient accumulation steps used when a fine-tune request omits the value or sets it to 0.
Maximum number of checkpoints that can be saved during a fine-tuning job.
Minimum value allowed for the max_seq_length hyperparameter.
Maximum sequence length supported for SFT training.
Maximum sequence length supported for DPO training.
Limits for full training.