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