Skip to main content

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
string
support_serverless boolean
Example: false
BaseModelSummary
{
"name": "Llama-3.2-1B-Instruct",
"type": "completion",
"parameter_template": {},
"support_serverless": false
}