OpenAI GPT-4 Turbo (2024-04) per-token cost
cost-model:openai-gpt-4-turbo-2024-04
CostModelextensions/cost-quota/cost-models-canonical.yaml·Open in Graph → {
"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": []
}