II.
ModelFamily JSON
Structured · livemodel-family:gpt-4o
GPT-4o json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:gpt-4o",
"_kind": "ModelFamily",
"_file": "compute/model-families/gpt-4o.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "GPT-4o",
"vendor": "OpenAI",
"homepageUrl": "https://platform.openai.com/docs/models"
},
"outgoingEdges": [
{
"from": "model-family:gpt-4o",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:gpt-4o",
"to": "model:gpt-4o@current",
"kind": "has_version"
},
{
"from": "model-family:gpt-4o",
"to": "model:gpt-4o-mini@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "model:gpt-4o-mini@current",
"to": "model-family:gpt-4o",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:gpt-4o-mini@current",
"to": "model-family:gpt-4o",
"kind": "version_of"
},
{
"from": "model:gpt-4o@current",
"to": "model-family:gpt-4o",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:gpt-4o@current",
"to": "model-family:gpt-4o",
"kind": "version_of"
}
]
}