Get a model
Retrieves a custom model’s metadata, visibility, weight information, and base-model relationship.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
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.