@@ -14,18 +14,18 @@ let value: BaseModelCard = {
1414
1515## Fields
1616
17- | Field | Type | Required | Description |
18- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------- |
19- | ` id ` | * string* | :heavy_check_mark : | N/A |
20- | ` object ` | * string* | :heavy_minus_sign : | N/A |
21- | ` created ` | * number* | :heavy_minus_sign : | N/A |
22- | ` ownedBy ` | * string* | :heavy_minus_sign : | N/A |
23- | ` capabilities ` | [ components.ModelCapabilities] ( ../../models/components/modelcapabilities.md ) | : heavy_check_mark : | N/A |
24- | ` name ` | * string* | :heavy_minus_sign : | N/A |
25- | ` description ` | * string* | :heavy_minus_sign : | N/A |
26- | ` maxContextLength ` | * number* | :heavy_minus_sign : | N/A |
27- | ` aliases ` | * string* [ ] | :heavy_minus_sign : | N/A |
28- | ` deprecation ` | [ Date] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date ) | :heavy_minus_sign : | N/A |
29- | ` deprecationReplacementModel ` | * string* | :heavy_minus_sign : | N/A |
30- | ` defaultModelTemperature ` | * number* | :heavy_minus_sign : | N/A |
31- | ` type ` | * "base"* | :heavy_check_mark : | N/A |
17+ | Field | Type | Required | Description |
18+ | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------- | ------- --------------------------------------------------------------------------------------------- |
19+ | ` id ` | * string* | :heavy_check_mark : | N/A |
20+ | ` object ` | * string* | :heavy_minus_sign : | N/A |
21+ | ` created ` | * number* | :heavy_minus_sign : | N/A |
22+ | ` ownedBy ` | * string* | :heavy_minus_sign : | N/A |
23+ | ` capabilities ` | [ components.ModelCapabilities] ( ../../models/components/modelcapabilities.md ) | : heavy_check_mark : | This is populated by Harmattan, but some fields have a name< br />that we don't want to expose in the API. |
24+ | ` name ` | * string* | :heavy_minus_sign : | N/A |
25+ | ` description ` | * string* | :heavy_minus_sign : | N/A |
26+ | ` maxContextLength ` | * number* | :heavy_minus_sign : | N/A |
27+ | ` aliases ` | * string* [ ] | :heavy_minus_sign : | N/A |
28+ | ` deprecation ` | [ Date] ( https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Date ) | :heavy_minus_sign : | N/A |
29+ | ` deprecationReplacementModel ` | * string* | :heavy_minus_sign : | N/A |
30+ | ` defaultModelTemperature ` | * number* | :heavy_minus_sign : | N/A |
31+ | ` type ` | * "base"* | :heavy_check_mark : | N/A |
0 commit comments