Request This endpoint expects an object.
engine enum Required
Inference engine selecting the compiler path (nim/vllm/generic)
Allowed values: nim vllm generic
model_spec object Required
What model to serve and how — independent of the executor it runs on
executor_config object Required
Compute + container settings for the executor the deployment runs on
description string Optional <=1000 characters
Optional description of the deployment configuration
model_entity_id string Optional <=255 characters
Optional reference to the base model entity ID for this deployment
Response Update a model deployment configuration (creates new version)
name string format: "^[a-z](?!.*--)[a-z0-9\-@.+_]{1,62}(?<!-)$"<=63 characters
Name of the entity. Name/workspace combo must be unique across all entities. Name must start with a lowercase letter, be 2-63 characters, and use lowercase letters, digits, hyphens, and dots (no consecutive hyphens, cannot end with a hyphen).
workspace string format: "^[\w\-.]+$"<=255 characters
The workspace of the entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
created_at datetime
The timestamp of model entity creation
updated_at datetime
The timestamp of the last model entity update
entity_version integer
Version of this deployment config. Automatically managed.
engine enum
Inference engine selecting the compiler path (nim/vllm/generic)
Allowed values: nim vllm generic
model_spec object
What model to serve and how — independent of the executor it runs on
executor_config object
Compute + container settings for the executor the deployment runs on
id string Optional
Unique identifier for the deployment config
project string Optional format: "^[\w\-./]+$"<=255 characters
The URN of the project associated with this entity.
description string Optional <=1000 characters
Optional description of the deployment configuration
model_entity_id string Optional <=255 characters
Optional reference to the base model entity ID for this deployment