Add Model Adapter
Path parameters
Request
Name of the adapter. Name must be unique in the workspace. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
Location where adapter files are stored - expected format {workspace}/{fileset_name}
Type of finetuning (LORA, P_TUNING, etc.)
Response
Name of the adapter. Name must be unique in the workspace for all Adapters and match the following regex: Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
Workspace of the adapter. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
Fileset where the adapter files are stored expected format {workspace}/{fileset_name}
Type of finetuning (LORA, P_TUNING, etc.)
Parent model entity reference. A single name (2-63 characters) or ‘workspace/model_name’ where each segment is a valid name (lowercase, digits, hyphens, and temporarily @ . + _; no leading/trailing or consecutive hyphens). If one slash, both sides must be non-empty.