Update a model
Updates mutable model metadata such as its inference name, description, base model, or visibility.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Fields to update. If omitted, all mutable fields are overwritten.
Body
Mutable metadata for a custom model resource.
Updated inference-addressable model name.
Updated user-facing model description.
Who can discover the model. VISIBILITY_PRIVATE restricts it to the project; VISIBILITY_INTERNAL shares it with the organization.
VISIBILITY_PRIVATE, VISIBILITY_INTERNAL Response
OK
Custom or derived model registered in a project and backed by versioned weight files.
Unique model identifier.
ID of the project that owns the model.
ID of the organization that owns the model's project.
Project-qualified model name in the form <project_slug>/<model_name>. Create and update requests may use the bare or qualified form.
Architecture, size, precision, and speculative-decoding metadata derived from the model files.
Who can discover the model. VISIBILITY_PRIVATE restricts it to the project; VISIBILITY_INTERNAL shares it with the organization.
VISIBILITY_PRIVATE, VISIBILITY_INTERNAL Human-readable description of the model and its intended use.
ID of the supported or custom base model from which this model was derived.
Resource name of the base model, using projects/{baseProject}/models/{baseModelId}; empty when the model has no base.