II.
ModelFamily JSON
Structured · livemodel-family:gemma-2
Gemma 2 json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:gemma-2",
"_kind": "ModelFamily",
"_file": "compute/model-families/gemma-2.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Gemma 2",
"vendor": "Google",
"homepageUrl": "https://ai.google.dev/gemma"
},
"outgoingEdges": [
{
"from": "model-family:gemma-2",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:gemma-2",
"to": "model:gemma-2-27b@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "model:gemma-2-27b@current",
"to": "model-family:gemma-2",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:gemma-2-27b@current",
"to": "model-family:gemma-2",
"kind": "version_of"
}
]
}