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