|
2 | 2 | "$schema": "http://json-schema.org/draft-07/schema#", |
3 | 3 | "description": "Model pricing data - costs per million tokens for input and output", |
4 | 4 | "metadata": { |
5 | | - "lastUpdated": "2026-03-09", |
| 5 | + "lastUpdated": "2026-03-30", |
6 | 6 | "sources": [ |
7 | 7 | { |
8 | 8 | "name": "OpenAI API Pricing", |
9 | 9 | "url": "https://openai.com/api/pricing/", |
10 | | - "retrievedDate": "2026-01-16" |
| 10 | + "retrievedDate": "2026-03-30" |
11 | 11 | }, |
12 | 12 | { |
13 | 13 | "name": "Anthropic Claude Pricing", |
14 | 14 | "url": "https://www.anthropic.com/pricing", |
15 | | - "note": "Standard rates", |
16 | | - "retrievedDate": "2026-01-16" |
| 15 | + "note": "Standard rates; also see https://platform.claude.com/docs/en/about-claude/pricing", |
| 16 | + "retrievedDate": "2026-03-30" |
17 | 17 | }, |
18 | 18 | { |
19 | 19 | "name": "Google AI Gemini API Pricing", |
20 | | - "url": "https://ai.google.dev/pricing", |
21 | | - "retrievedDate": "2026-01-16" |
| 20 | + "url": "https://ai.google.dev/gemini-api/docs/pricing", |
| 21 | + "retrievedDate": "2026-03-30" |
| 22 | + }, |
| 23 | + { |
| 24 | + "name": "xAI Grok API Pricing", |
| 25 | + "url": "https://x.ai/api", |
| 26 | + "retrievedDate": "2026-03-30" |
22 | 27 | }, |
23 | 28 | { |
24 | 29 | "name": "GitHub Copilot Supported Models", |
25 | 30 | "url": "https://docs.github.com/en/copilot/reference/ai-models/supported-models", |
26 | | - "retrievedDate": "2026-01-30", |
| 31 | + "retrievedDate": "2026-03-30", |
27 | 32 | "note": "Source for tier/multiplier data" |
| 33 | + }, |
| 34 | + { |
| 35 | + "name": "GitHub Copilot Premium Requests", |
| 36 | + "url": "https://docs.github.com/en/copilot/managing-copilot/monitoring-usage-and-entitlements/about-premium-requests", |
| 37 | + "retrievedDate": "2026-03-30", |
| 38 | + "note": "Source for premium request multiplier values" |
| 39 | + }, |
| 40 | + { |
| 41 | + "name": "OpenRouter Model Pricing", |
| 42 | + "url": "https://openrouter.ai", |
| 43 | + "retrievedDate": "2026-03-30", |
| 44 | + "note": "Cross-provider pricing aggregator used for verification" |
28 | 45 | } |
29 | 46 | ], |
30 | 47 | "disclaimer": "GitHub Copilot uses these models but pricing may differ from direct API usage. These are reference prices for cost estimation purposes only." |
|
109 | 126 | "multiplier": 1 |
110 | 127 | }, |
111 | 128 | "gpt-5.4": { |
112 | | - "inputCostPerMillion": 0.00, |
113 | | - "outputCostPerMillion": 0.00, |
| 129 | + "inputCostPerMillion": 2.50, |
| 130 | + "outputCostPerMillion": 15.0, |
114 | 131 | "category": "GPT-5 models", |
115 | 132 | "tier": "premium", |
116 | | - "multiplier": 1 |
| 133 | + "multiplier": 1, |
| 134 | + "displayNames": ["GPT-5.4"] |
| 135 | + }, |
| 136 | + "gpt-5.4-mini": { |
| 137 | + "inputCostPerMillion": 0.25, |
| 138 | + "outputCostPerMillion": 2.0, |
| 139 | + "category": "GPT-5 models", |
| 140 | + "tier": "standard", |
| 141 | + "multiplier": 0, |
| 142 | + "displayNames": ["GPT-5.4 mini"] |
117 | 143 | }, |
118 | 144 | "gpt-4": { |
119 | 145 | "inputCostPerMillion": 3.0, |
|
201 | 227 | "multiplier": 1 |
202 | 228 | }, |
203 | 229 | "claude-sonnet-4.6": { |
204 | | - "inputCostPerMillion": 0.00, |
205 | | - "outputCostPerMillion": 0.00, |
| 230 | + "inputCostPerMillion": 3.0, |
| 231 | + "outputCostPerMillion": 15.0, |
206 | 232 | "category": "Claude models (Anthropic)", |
207 | 233 | "tier": "premium", |
208 | | - "multiplier": 3 |
| 234 | + "multiplier": 3, |
| 235 | + "displayNames": ["Claude Sonnet 4.6"] |
209 | 236 | }, |
210 | 237 | "claude-haiku": { |
211 | 238 | "inputCostPerMillion": 0.25, |
|
257 | 284 | "multiplier": 30 |
258 | 285 | }, |
259 | 286 | "o3-mini": { |
260 | | - "inputCostPerMillion": 4.0, |
261 | | - "outputCostPerMillion": 16.0, |
| 287 | + "inputCostPerMillion": 1.10, |
| 288 | + "outputCostPerMillion": 4.40, |
262 | 289 | "category": "OpenAI reasoning models", |
263 | 290 | "tier": "premium", |
264 | 291 | "multiplier": 1, |
265 | 292 | "displayNames": ["o3-mini"] |
266 | 293 | }, |
267 | 294 | "o4-mini": { |
268 | | - "inputCostPerMillion": 4.0, |
269 | | - "outputCostPerMillion": 16.0, |
| 295 | + "inputCostPerMillion": 1.10, |
| 296 | + "outputCostPerMillion": 4.40, |
270 | 297 | "category": "OpenAI reasoning models", |
271 | 298 | "tier": "premium", |
272 | 299 | "multiplier": 1, |
|
363 | 390 | "multiplier": 1, |
364 | 391 | "displayNames": ["Gemini 3.1 Pro", "Gemini 3.1 Pro (Preview)"] |
365 | 392 | }, |
| 393 | + "gemini-3.1-flash-lite": { |
| 394 | + "inputCostPerMillion": 0.25, |
| 395 | + "outputCostPerMillion": 1.50, |
| 396 | + "category": "Google Gemini models", |
| 397 | + "tier": "unknown", |
| 398 | + "multiplier": 0.33, |
| 399 | + "displayNames": ["Gemini 3.1 Flash Lite"] |
| 400 | + }, |
366 | 401 | "grok-code-fast-1": { |
367 | 402 | "inputCostPerMillion": 0.20, |
368 | 403 | "outputCostPerMillion": 1.50, |
|
0 commit comments