Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Unique identifier for a model.
OK
Unique identifier for the model.
The ID of the company that owns this model.
A unique identifier for the model within the company's namespace.
Model names must consist of only alphanumeric characters, underscores, dashes, and dots, and be <= 256 characters long.
The license identifier (e.g., "META-LLAMA-COMMUNITY-3.1", "apache-2.0").
{
"type": "hugging_face",
"organization": "meta-llama"
}Defines which companies have access to train and run inference on this model.
{
"training": { "type": "all" },
"inference": {
"type": "inclusion",
"companies": [1, 2, 3]
}
}List of tags associated with the model.
When the model was created.
Model version number.
Current status of the model.
active, archived A human readable name for the model.
Model names must be non-empty and can only contain up to 512 characters.
Optional description of the model.
ID of the base model this model was derived from (if applicable).
When the model was last updated.
When the model was archived (if applicable).