II.
MetaNodeKind JSON
Structured · livemeta-node-kind:cost-model
CostModel (meta) json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-node-kind:cost-model",
"_kind": "MetaNodeKind",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "CostModel (meta)",
"name": "CostModel",
"cluster": "cost-quota",
"prefix": "cost-model",
"origin": "standard",
"purpose": "a structured cost specification (per-token / per-call / tiered) for a Provider or ModelVersion",
"exampleCount": 0,
"invariants": [
"id starts with cost-model:"
]
},
"outgoingEdges": [
{
"from": "meta-node-kind:cost-model",
"to": "meta-cluster:cost-quota",
"kind": "in_cluster",
"attributes": {}
},
{
"from": "meta-node-kind:cost-model",
"to": "meta-attribute:cost-model--id",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:cost-model",
"to": "meta-attribute:cost-model--display-name",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:cost-model",
"to": "meta-attribute:cost-model--cost-kind",
"kind": "contains_meta_attribute",
"attributes": {}
},
{
"from": "meta-node-kind:cost-model",
"to": "meta-attribute:cost-model--currency",
"kind": "contains_meta_attribute",
"attributes": {}
}
],
"incomingEdges": [
{
"from": "meta-cluster:cost-quota",
"to": "meta-node-kind:cost-model",
"kind": "contains_meta_node_kind",
"attributes": {}
},
{
"from": "meta-attribute:cost-model--id",
"to": "meta-node-kind:cost-model",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:cost-model--display-name",
"to": "meta-node-kind:cost-model",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:cost-model--cost-kind",
"to": "meta-node-kind:cost-model",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-attribute:cost-model--currency",
"to": "meta-node-kind:cost-model",
"kind": "defined_on",
"attributes": {}
},
{
"from": "meta-edge-kind:provides-cost-for",
"to": "meta-node-kind:cost-model",
"kind": "source_of_meta_edge",
"attributes": {}
},
{
"from": "meta-edge-kind:recorded-against",
"to": "meta-node-kind:cost-model",
"kind": "target_of_meta_edge",
"attributes": {}
}
]
}