Get Model by Workspace and Name
Get Model by Workspace and Name.
Returns the details of a specific model entity identified by its workspace and name.
Path parameters
workspace
name
Query parameters
verbose
Whether to include full spec details
Response
Return model details
id
Autogenerated id
name
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.
workspace
The workspace of the entity. Allowed characters: letters (a-z, A-Z), digits (0-9), underscores, hyphens, and dots.
created_at
The timestamp of model entity creation
updated_at
The timestamp of the last model entity update
project
The URN of the project associated with this model entity.
description
Optional description of the model.
spec
Detailed specification for the model
finetuning_type
Set for full weight finetuned models
fileset
A set of checkpoint files, configs, and other auxiliary info associated with this model - expected format {workspace}/{fileset_name}
trust_remote_code
Whether to trust remote code to load this model checkpoint.
base_model
Link to another model which is used as a base for the current model
api_endpoint
Data about the inference endpoint for this model
backend_format
Inference API wire format expected by the backend. If unset, inference routing treats the model as OPENAI_CHAT.
adapters
Adapters that have been created against this model
prompt
Configuration for prompt engineering
custom_fields
Custom fields for additional metadata
ownership
Ownership information for the model
model_providers
List of ModelProvider workspace/name resource names that provide inference for this Model Entity
Errors
422
Unprocessable Entity Error