BaseModelSummary
name string
Example:
Llama-3.2-1B-Instruct
type string
Possible values: [completion
, classification
, embeddings
, chat
]
Example:
completion
parameter_template object
property name* object
oneOf
- MOD1
- MOD2
- MOD3
string
number
integer
support_serverless boolean
Example:
false
BaseModelSummary
{
"name": "Llama-3.2-1B-Instruct",
"type": "completion",
"parameter_template": {},
"support_serverless": false
}