iiRecord
Agentic AI Atlas · OpenAI GPT-4 Turbo (2024-04) per-token cost
cost-model:openai-gpt-4-turbo-2024-04a5c.ai
II.
CostModel JSON

cost-model:openai-gpt-4-turbo-2024-04

Structured · live

OpenAI GPT-4 Turbo (2024-04) per-token cost json

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

File · extensions/cost-quota/cost-models-canonical.yamlCluster · extensions
Record JSON
{
  "id": "cost-model:openai-gpt-4-turbo-2024-04",
  "_kind": "CostModel",
  "_file": "extensions/cost-quota/cost-models-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "OpenAI GPT-4 Turbo (2024-04) per-token cost",
    "costKind": "per-token",
    "currency": "USD",
    "tiers": [
      {
        "name": "input",
        "ratePerMTokInput": 10
      },
      {
        "name": "output",
        "ratePerMTokOutput": 30
      }
    ],
    "effectiveFrom": "2024-04-09",
    "notes": "Public list price for gpt-4-turbo-2024-04-09 per million tokens.\n"
  },
  "outgoingEdges": [
    {
      "from": "cost-model:openai-gpt-4-turbo-2024-04",
      "to": "provider:openai",
      "kind": "provides_cost_for",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}