|
29 | 29 | }, |
30 | 30 | "pricing": { |
31 | 31 | "gpt-5": { |
| 32 | + "inputCostPerMillion": 1.25, |
| 33 | + "outputCostPerMillion": 10.0, |
| 34 | + "category": "GPT-5 models" |
| 35 | + }, |
| 36 | + "gpt-5-codex": { |
| 37 | + "inputCostPerMillion": 1.25, |
| 38 | + "outputCostPerMillion": 10.0, |
| 39 | + "category": "GPT-5 models" |
| 40 | + }, |
| 41 | + "gpt-5-mini": { |
| 42 | + "inputCostPerMillion": 0.25, |
| 43 | + "outputCostPerMillion": 2.0, |
| 44 | + "category": "GPT-5 models" |
| 45 | + }, |
| 46 | + "gpt-5.1": { |
| 47 | + "inputCostPerMillion": 1.25, |
| 48 | + "outputCostPerMillion": 10.0, |
| 49 | + "category": "GPT-5 models" |
| 50 | + }, |
| 51 | + "gpt-5.1-codex": { |
| 52 | + "inputCostPerMillion": 1.25, |
| 53 | + "outputCostPerMillion": 10.0, |
| 54 | + "category": "GPT-5 models" |
| 55 | + }, |
| 56 | + "gpt-5.1-codex-max": { |
32 | 57 | "inputCostPerMillion": 1.75, |
33 | 58 | "outputCostPerMillion": 14.0, |
34 | 59 | "category": "GPT-5 models" |
35 | 60 | }, |
36 | | - "gpt-5-mini": { |
| 61 | + "gpt-5.1-codex-mini": { |
37 | 62 | "inputCostPerMillion": 0.25, |
38 | 63 | "outputCostPerMillion": 2.0, |
39 | 64 | "category": "GPT-5 models" |
40 | 65 | }, |
| 66 | + "gpt-5.2": { |
| 67 | + "inputCostPerMillion": 1.75, |
| 68 | + "outputCostPerMillion": 14.0, |
| 69 | + "category": "GPT-5 models" |
| 70 | + }, |
41 | 71 | "gpt-4": { |
42 | 72 | "inputCostPerMillion": 3.0, |
43 | 73 | "outputCostPerMillion": 12.0, |
|
78 | 108 | "outputCostPerMillion": 15.0, |
79 | 109 | "category": "Claude models (Anthropic)" |
80 | 110 | }, |
| 111 | + "claude-sonnet-4.5": { |
| 112 | + "inputCostPerMillion": 3.0, |
| 113 | + "outputCostPerMillion": 15.0, |
| 114 | + "category": "Claude models (Anthropic)" |
| 115 | + }, |
81 | 116 | "claude-haiku": { |
82 | 117 | "inputCostPerMillion": 0.25, |
83 | 118 | "outputCostPerMillion": 1.25, |
84 | 119 | "category": "Claude models (Anthropic)" |
85 | 120 | }, |
| 121 | + "claude-haiku-4.5": { |
| 122 | + "inputCostPerMillion": 1.0, |
| 123 | + "outputCostPerMillion": 5.0, |
| 124 | + "category": "Claude models (Anthropic)" |
| 125 | + }, |
| 126 | + "claude-opus-4.1": { |
| 127 | + "inputCostPerMillion": 15.0, |
| 128 | + "outputCostPerMillion": 75.0, |
| 129 | + "category": "Claude models (Anthropic)" |
| 130 | + }, |
| 131 | + "claude-opus-4.5": { |
| 132 | + "inputCostPerMillion": 5.0, |
| 133 | + "outputCostPerMillion": 25.0, |
| 134 | + "category": "Claude models (Anthropic)" |
| 135 | + }, |
86 | 136 | "o3-mini": { |
87 | 137 | "inputCostPerMillion": 4.0, |
88 | 138 | "outputCostPerMillion": 16.0, |
|
112 | 162 | "inputCostPerMillion": 2.0, |
113 | 163 | "outputCostPerMillion": 12.0, |
114 | 164 | "category": "Google Gemini models" |
| 165 | + }, |
| 166 | + "grok-code-fast-1": { |
| 167 | + "inputCostPerMillion": 0.20, |
| 168 | + "outputCostPerMillion": 1.50, |
| 169 | + "category": "xAI Grok models" |
| 170 | + }, |
| 171 | + "raptor-mini": { |
| 172 | + "inputCostPerMillion": 0.25, |
| 173 | + "outputCostPerMillion": 2.0, |
| 174 | + "category": "GitHub Copilot fine-tuned models" |
115 | 175 | } |
116 | 176 | } |
117 | 177 | } |
0 commit comments