Skip to main content

BaseModelDetail

namestring
Example: Llama-3.2-1B-Instruct
support_taskstring[]
Example: ["classification","text-generation","embeddings"]
grpo_support_taskstring[]
Example: ["text-generation"]
parameter_template object
property name* object
oneOf
string
BaseModelDetail
{
"name": "Llama-3.2-1B-Instruct",
"support_task": [
"classification",
"text-generation",
"embeddings"
],
"grpo_support_task": [
"text-generation"
],
"parameter_template": {}
}