II.
ModelFamily JSON
Structured · livemodel-family:phi-3
Phi-3 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:phi-3",
"_kind": "ModelFamily",
"_file": "compute/model-families/phi-3.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Phi-3",
"vendor": "Microsoft",
"homepageUrl": "https://azure.microsoft.com/en-us/products/phi"
},
"outgoingEdges": [
{
"from": "model-family:phi-3",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:phi-3",
"to": "model:phi-3-medium@current",
"kind": "has_version"
},
{
"from": "model-family:phi-3",
"to": "model:phi-3-mini@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "model:phi-3-medium@current",
"to": "model-family:phi-3",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:phi-3-medium@current",
"to": "model-family:phi-3",
"kind": "version_of"
},
{
"from": "model:phi-3-mini@current",
"to": "model-family:phi-3",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:phi-3-mini@current",
"to": "model-family:phi-3",
"kind": "version_of"
}
]
}