II.
CostModel JSON
Structured · livecost-model:google-gemini-1-5-pro
Google Gemini 1.5 Pro per-token cost json
Inspect the normalized record payload exactly as the atlas UI reads it.
{
"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": []
}