|
150 | 150 | "downloadsAllTime",
|
151 | 151 | "gated",
|
152 | 152 | "gitalyUid",
|
153 |
| - "inferenceStatus", |
| 153 | + "inference", |
154 | 154 | "lastModified",
|
155 | 155 | "library_name",
|
156 | 156 | "likes",
|
@@ -1632,7 +1632,7 @@ def list_models(
|
1632 | 1632 | expand (`List[ExpandModelProperty_T]`, *optional*):
|
1633 | 1633 | List properties to return in the response. When used, only the properties in the list will be returned.
|
1634 | 1634 | This parameter cannot be used if `full`, `cardData` or `fetch_config` are passed.
|
1635 |
| - Possible values are `"author"`, `"cardData"`, `"config"`, `"createdAt"`, `"disabled"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"gitalyUid"`, `"inferenceStatus"`, `"lastModified"`, `"library_name"`, `"likes"`, `"mask_token"`, `"model-index"`, `"pipeline_tag"`, `"private"`, `"safetensors"`, `"sha"`, `"siblings"`, `"spaces"`, `"tags"`, `"transformersInfo"` and `"widgetData"`. |
| 1635 | + Possible values are `"author"`, `"cardData"`, `"config"`, `"createdAt"`, `"disabled"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"gitalyUid"`, `"inference"`, `"lastModified"`, `"library_name"`, `"likes"`, `"mask_token"`, `"model-index"`, `"pipeline_tag"`, `"private"`, `"safetensors"`, `"sha"`, `"siblings"`, `"spaces"`, `"tags"`, `"transformersInfo"` and `"widgetData"`. |
1636 | 1636 | full (`bool`, *optional*):
|
1637 | 1637 | Whether to fetch all model data, including the `last_modified`,
|
1638 | 1638 | the `sha`, the files and the `tags`. This is set to `True` by
|
@@ -2333,7 +2333,7 @@ def model_info(
|
2333 | 2333 | expand (`List[ExpandModelProperty_T]`, *optional*):
|
2334 | 2334 | List properties to return in the response. When used, only the properties in the list will be returned.
|
2335 | 2335 | This parameter cannot be used if `securityStatus` or `files_metadata` are passed.
|
2336 |
| - Possible values are `"author"`, `"cardData"`, `"config"`, `"createdAt"`, `"disabled"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"gitalyUid"`, `"inferenceStatus"`, `"lastModified"`, `"library_name"`, `"likes"`, `"mask_token"`, `"model-index"`, `"pipeline_tag"`, `"private"`, `"safetensors"`, `"sha"`, `"siblings"`, `"spaces"`, `"tags"`, `"transformersInfo"` and `"widgetData"`. |
| 2336 | + Possible values are `"author"`, `"cardData"`, `"config"`, `"createdAt"`, `"disabled"`, `"downloads"`, `"downloadsAllTime"`, `"gated"`, `"gitalyUid"`, `"inference"`, `"lastModified"`, `"library_name"`, `"likes"`, `"mask_token"`, `"model-index"`, `"pipeline_tag"`, `"private"`, `"safetensors"`, `"sha"`, `"siblings"`, `"spaces"`, `"tags"`, `"transformersInfo"` and `"widgetData"`. |
2337 | 2337 | token (Union[bool, str, None], optional):
|
2338 | 2338 | A valid user access token (string). Defaults to the locally saved
|
2339 | 2339 | token, which is the recommended method for authentication (see
|
|
0 commit comments