II.
MetaEnum JSON
Structured · livemeta-enum:cost-kind
CostModel kind json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"id": "meta-enum:cost-kind",
"_kind": "MetaEnum",
"_file": "catalog-meta/meta-registry/meta-registry-cost-quota.yaml",
"_cluster": "catalog-meta",
"attributes": {
"displayName": "CostModel kind",
"name": "costKind",
"values": [
{
"value": "per-token",
"description": "Pricing per input/output token (typical LLM cost model)."
},
{
"value": "per-call",
"description": "Flat fee per API call."
},
{
"value": "per-second",
"description": "Time-based pricing (compute-second / GPU-second)."
},
{
"value": "tiered",
"description": "Tiered pricing (volume thresholds change rate)."
},
{
"value": "hybrid",
"description": "Combination (e.g. per-token plus per-call surcharge)."
}
],
"usedOnAttributes": [
"meta-attribute:cost-model--cost-kind"
]
},
"outgoingEdges": [
{
"from": "meta-enum:cost-kind",
"to": "meta-attribute:cost-model--cost-kind",
"kind": "used_on_attribute",
"attributes": {}
}
],
"incomingEdges": []
}