iiRecord
Agentic AI Atlas · CostModel kind
meta-enum:cost-kinda5c.ai
II.
MetaEnum JSON

meta-enum:cost-kind

Structured · live

CostModel kind json

Inspect the normalized record payload exactly as the atlas UI reads it.

File · catalog-meta/meta-registry/meta-registry-cost-quota.yamlCluster · catalog-meta
Record JSON
{
  "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": []
}