II.
ModelFamily JSON
Structured · livemodel-family:claude-fable
Claude Fable json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "model-family:claude-fable",
"_kind": "ModelFamily",
"_file": "compute/model-families/claude-fable.yaml",
"_cluster": "compute",
"attributes": {
"displayName": "Claude Fable",
"providerId": "anthropic",
"family": "claude-fable",
"generation": 5,
"modalities": [
"text",
"image"
],
"status": "ga"
},
"outgoingEdges": [
{
"from": "model-family:claude-fable",
"to": "layer:1-model",
"kind": "realizes",
"attributes": {}
},
{
"from": "model-family:claude-fable",
"to": "model:claude-fable-5@current",
"kind": "has_version"
}
],
"incomingEdges": [
{
"from": "model:claude-fable-5@current",
"to": "model-family:claude-fable",
"kind": "belongs_to_family",
"attributes": {}
},
{
"from": "model:claude-fable-5@current",
"to": "model-family:claude-fable",
"kind": "version_of"
}
]
}