Skip to content
SupportLogin

Training Models

List available base models for training (deprecated)
Deprecated
GET/api/v1/training-models
ModelsExpand Collapse
TrainingModelListResponse object { models }
models: array of object { id, display_name, model_size, 3 more }
id: string

Identifier to pass as model when creating a job.

display_name: string

Human-readable model name.

model_size: optional string

Parameter count label (e.g. “8B”, “70B”).

context_length: optional number

Maximum context window in tokens.

methods: array of string

Training methods supported (e.g. [“sft”, “dpo”]).

training_types: array of string

Training types supported (e.g. [“lora”, “full”]).