iiRecord
Agentic AI Atlas · Google Gemini 1.5 Pro per-token cost
cost-model:google-gemini-1-5-proa5c.ai
II.
CostModel JSON

cost-model:google-gemini-1-5-pro

Structured · live

Google Gemini 1.5 Pro 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:google-gemini-1-5-pro",
  "_kind": "CostModel",
  "_file": "extensions/cost-quota/cost-models-canonical.yaml",
  "_cluster": "extensions",
  "attributes": {
    "displayName": "Google Gemini 1.5 Pro per-token cost",
    "costKind": "tiered",
    "currency": "USD",
    "tiers": [
      {
        "name": "input-le-128k",
        "threshold": 128000,
        "ratePerMTokInput": 1.25
      },
      {
        "name": "output-le-128k",
        "threshold": 128000,
        "ratePerMTokOutput": 5
      }
    ],
    "effectiveFrom": "2024-05-14",
    "notes": "Public list price for Gemini 1.5 Pro at the <=128K context tier.\n"
  },
  "outgoingEdges": [
    {
      "from": "cost-model:google-gemini-1-5-pro",
      "to": "provider:google",
      "kind": "provides_cost_for",
      "attributes": {}
    }
  ],
  "incomingEdges": []
}