II.
ModelFamily JSON
Structured · livemodel-family:gpt-oss
GPT-OSS json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:gpt-oss",
"_kind": "ModelFamily",
"_file": "compute/model-families/gpt-oss.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "GPT-OSS",
"vendor": "OpenAI",
"homepageUrl": "https://openai.com/open-models"
},
"outgoingEdges": [
{
"from": "model-family:gpt-oss",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:gpt-oss",
"to": "model:gpt-oss-120b@current",
"kind": "has_version"
},
{
"from": "model-family:gpt-oss",
"to": "model:gpt-oss-20b@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "claim:model-version-model-gpt-oss-current-release-date",
"to": "model-family:gpt-oss",
"kind": "about_subject"
},
{
"from": "claim:model-version-model-gpt-oss-current-license",
"to": "model-family:gpt-oss",
"kind": "about_subject"
},
{
"from": "claim:model-version-model-gpt-oss-current-reasoning",
"to": "model-family:gpt-oss",
"kind": "about_subject"
},
{
"from": "model:gpt-oss-120b@current",
"to": "model-family:gpt-oss",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:gpt-oss-120b@current",
"to": "model-family:gpt-oss",
"kind": "version_of"
},
{
"from": "model:gpt-oss-20b@current",
"to": "model-family:gpt-oss",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:gpt-oss-20b@current",
"to": "model-family:gpt-oss",
"kind": "version_of"
}
]
}