Update Model
Path parameters
Query parameters
Request
A set of checkpoint files, configs, and other auxiliary info associated with this model - expected format {workspace}/{fileset_name}
Inference API wire format expected by the backend. If unset, inference routing treats the model as OPENAI_CHAT.
List of ModelProvider workspace/name resource names that provide inference for this Model Entity
Whether to trust remote code for the checkpoint. Some models without support in certain libraries such as Transformers require additional custom Python code to execute. Due to security ramifications of running arbitrary code, this can only be set to true on one of the following conditions: (1) the model’s fileset’s source is pre-approved in the platform config, or (2) the user creating this model is an administrator.
Response
Name of the entity. Name/workspace combo must be unique across all entities. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
The workspace of the entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
A set of checkpoint files, configs, and other auxiliary info associated with this model - expected format {workspace}/{fileset_name}
Inference API wire format expected by the backend. If unset, inference routing treats the model as OPENAI_CHAT.
List of ModelProvider workspace/name resource names that provide inference for this Model Entity