agentlytics 0.1.9 → 0.1.10

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/pricing.json CHANGED
@@ -8,80 +8,815 @@
8
8
  "xAI": "docs.x.ai/developers/models",
9
9
  "DeepSeek": "api-docs.deepseek.com/quick_start/pricing"
10
10
  },
11
- "lastVerified": "2026-07",
11
+ "lastVerified": "2026-03",
12
12
  "notes": {
13
13
  "keys": "All keys use dashes instead of dots (e.g. gpt-5-4 not gpt-5.4) so normalizeModelName dots→dashes works",
14
14
  "cacheRead": "cache hit price (Anthropic: 0.1x input, OpenAI: varies, Google: ~0.1x input)",
15
15
  "cacheWrite": "cache write price (Anthropic: 1.25x input, OpenAI: ~same as input)"
16
16
  }
17
17
  },
18
-
19
- "claude-opus-4-6": { "input": 5, "output": 25, "cacheRead": 0.50, "cacheWrite": 6.25 },
20
- "claude-sonnet-4-6": { "input": 3, "output": 15, "cacheRead": 0.30, "cacheWrite": 3.75 },
21
- "claude-opus-4-5": { "input": 5, "output": 25, "cacheRead": 0.50, "cacheWrite": 6.25 },
22
- "claude-sonnet-4-5": { "input": 3, "output": 15, "cacheRead": 0.30, "cacheWrite": 3.75 },
23
- "claude-haiku-4-5": { "input": 1, "output": 5, "cacheRead": 0.10, "cacheWrite": 1.25 },
24
- "claude-opus-4-1": { "input": 15, "output": 75, "cacheRead": 1.50, "cacheWrite": 18.75 },
25
- "claude-opus-4-0": { "input": 15, "output": 75, "cacheRead": 1.50, "cacheWrite": 18.75 },
26
- "claude-sonnet-4-0": { "input": 3, "output": 15, "cacheRead": 0.30, "cacheWrite": 3.75 },
27
- "claude-sonnet-4": { "input": 3, "output": 15, "cacheRead": 0.30, "cacheWrite": 3.75 },
28
- "claude-sonnet-3-7": { "input": 3, "output": 15, "cacheRead": 0.30, "cacheWrite": 3.75 },
29
- "claude-3-5-sonnet": { "input": 3, "output": 15, "cacheRead": 0.30, "cacheWrite": 3.75 },
30
- "claude-3-5-haiku": { "input": 0.80, "output": 4, "cacheRead": 0.08, "cacheWrite": 1 },
31
- "claude-3-opus": { "input": 15, "output": 75, "cacheRead": 1.50, "cacheWrite": 18.75 },
32
- "claude-3-sonnet": { "input": 3, "output": 15, "cacheRead": 0.30, "cacheWrite": 3.75 },
33
- "claude-3-haiku": { "input": 0.25, "output": 1.25, "cacheRead": 0.03, "cacheWrite": 0.30 },
34
-
35
- "gpt-5-4": { "input": 2.50, "output": 15, "cacheRead": 0.25, "cacheWrite": 2.50 },
36
- "gpt-5-4-pro": { "input": 30, "output": 180, "cacheRead": 30, "cacheWrite": 30 },
37
- "gpt-5-2": { "input": 1.75, "output": 14, "cacheRead": 0.175, "cacheWrite": 1.75 },
38
- "gpt-5-2-pro": { "input": 21, "output": 168, "cacheRead": 21, "cacheWrite": 21 },
39
- "gpt-5-1": { "input": 1.25, "output": 10, "cacheRead": 0.125, "cacheWrite": 1.25 },
40
- "gpt-5": { "input": 1.25, "output": 10, "cacheRead": 0.125, "cacheWrite": 1.25 },
41
- "gpt-5-mini": { "input": 0.25, "output": 2, "cacheRead": 0.025, "cacheWrite": 0.25 },
42
- "gpt-5-nano": { "input": 0.05, "output": 0.40, "cacheRead": 0.005, "cacheWrite": 0.05 },
43
- "gpt-5-pro": { "input": 15, "output": 120, "cacheRead": 15, "cacheWrite": 15 },
44
- "gpt-5-3-codex": { "input": 1.75, "output": 14, "cacheRead": 0.175, "cacheWrite": 1.75 },
45
- "gpt-5-2-codex": { "input": 1.75, "output": 14, "cacheRead": 0.175, "cacheWrite": 1.75 },
46
- "gpt-5-1-codex-max": { "input": 1.25, "output": 10, "cacheRead": 0.125, "cacheWrite": 1.25 },
47
- "gpt-5-1-codex": { "input": 1.25, "output": 10, "cacheRead": 0.125, "cacheWrite": 1.25 },
48
- "gpt-5-codex": { "input": 1.25, "output": 10, "cacheRead": 0.125, "cacheWrite": 1.25 },
49
- "codex-mini": { "input": 1.50, "output": 6, "cacheRead": 0.375, "cacheWrite": 1.50 },
50
- "gpt-4-1": { "input": 2, "output": 8, "cacheRead": 0.50, "cacheWrite": 2 },
51
- "gpt-4-1-mini": { "input": 0.40, "output": 1.60, "cacheRead": 0.10, "cacheWrite": 0.40 },
52
- "gpt-4-1-nano": { "input": 0.10, "output": 0.40, "cacheRead": 0.025, "cacheWrite": 0.10 },
53
- "gpt-4o": { "input": 2.50, "output": 10, "cacheRead": 1.25, "cacheWrite": 2.50 },
54
- "gpt-4o-mini": { "input": 0.15, "output": 0.60, "cacheRead": 0.075, "cacheWrite": 0.15 },
55
- "gpt-4-turbo": { "input": 10, "output": 30, "cacheRead": 10, "cacheWrite": 10 },
56
- "gpt-4": { "input": 30, "output": 60, "cacheRead": 30, "cacheWrite": 30 },
57
- "gpt-3-5-turbo": { "input": 0.50, "output": 1.50, "cacheRead": 0.50, "cacheWrite": 0.50 },
58
- "o1": { "input": 15, "output": 60, "cacheRead": 7.50, "cacheWrite": 15 },
59
- "o1-mini": { "input": 1.10, "output": 4.40, "cacheRead": 0.55, "cacheWrite": 1.10 },
60
- "o1-pro": { "input": 150, "output": 600, "cacheRead": 150, "cacheWrite": 150 },
61
- "o3": { "input": 2, "output": 8, "cacheRead": 0.50, "cacheWrite": 2 },
62
- "o3-pro": { "input": 20, "output": 80, "cacheRead": 20, "cacheWrite": 20 },
63
- "o3-mini": { "input": 1.10, "output": 4.40, "cacheRead": 0.55, "cacheWrite": 1.10 },
64
- "o4-mini": { "input": 1.10, "output": 4.40, "cacheRead": 0.275, "cacheWrite": 1.10 },
65
-
66
- "gemini-3-1-pro": { "input": 2, "output": 12, "cacheRead": 0.20, "cacheWrite": 2 },
67
- "gemini-3-pro": { "input": 2, "output": 12, "cacheRead": 0.20, "cacheWrite": 2 },
68
- "gemini-3-flash": { "input": 0.50, "output": 3, "cacheRead": 0.05, "cacheWrite": 0.50 },
69
- "gemini-3-1-flash-lite": { "input": 0.25, "output": 1.50, "cacheRead": 0.025, "cacheWrite": 0.25 },
70
- "gemini-2-5-pro": { "input": 1.25, "output": 10, "cacheRead": 0.125, "cacheWrite": 1.25 },
71
- "gemini-2-5-flash": { "input": 0.30, "output": 2.50, "cacheRead": 0.03, "cacheWrite": 0.30 },
72
- "gemini-2-5-flash-lite": { "input": 0.10, "output": 0.40, "cacheRead": 0.01, "cacheWrite": 0.10 },
73
- "gemini-2-0-flash": { "input": 0.10, "output": 0.40, "cacheRead": 0.025, "cacheWrite": 0.10 },
74
- "gemini-2-0-flash-lite": { "input": 0.075,"output": 0.30, "cacheRead": 0.075, "cacheWrite": 0.075 },
75
- "gemini-1-5-pro": { "input": 1.25, "output": 5, "cacheRead": 0.315, "cacheWrite": 1.25 },
76
- "gemini-1-5-flash": { "input": 0.075,"output": 0.30, "cacheRead": 0.019, "cacheWrite": 0.075 },
77
-
78
- "grok-4": { "input": 3, "output": 15, "cacheRead": 0.75, "cacheWrite": 3 },
79
- "grok-4-1-fast": { "input": 0.20, "output": 0.50, "cacheRead": 0.05, "cacheWrite": 0.20 },
80
- "grok-4-fast": { "input": 0.20, "output": 0.50, "cacheRead": 0.05, "cacheWrite": 0.20 },
81
- "grok-code-fast-1": { "input": 0.20, "output": 1.50, "cacheRead": 0.02, "cacheWrite": 0.20 },
82
- "grok-3": { "input": 3, "output": 15, "cacheRead": 0.75, "cacheWrite": 3 },
83
- "grok-3-mini": { "input": 0.30, "output": 0.50, "cacheRead": 0.07, "cacheWrite": 0.30 },
84
-
85
- "deepseek-chat": { "input": 0.28, "output": 0.42, "cacheRead": 0.028, "cacheWrite": 0.28 },
86
- "deepseek-reasoner": { "input": 0.28, "output": 0.42, "cacheRead": 0.028, "cacheWrite": 0.28 }
18
+ "claude-opus-4-6": {
19
+ "input": 5,
20
+ "output": 25,
21
+ "cacheRead": 0.5,
22
+ "cacheWrite": 6.25
23
+ },
24
+ "claude-sonnet-4-6": {
25
+ "input": 3,
26
+ "output": 15,
27
+ "cacheRead": 0.3,
28
+ "cacheWrite": 3.75
29
+ },
30
+ "claude-opus-4-5": {
31
+ "input": 5,
32
+ "output": 25,
33
+ "cacheRead": 0.5,
34
+ "cacheWrite": 6.25
35
+ },
36
+ "claude-sonnet-4-5": {
37
+ "input": 3,
38
+ "output": 15,
39
+ "cacheRead": 0.3,
40
+ "cacheWrite": 3.75
41
+ },
42
+ "claude-haiku-4-5": {
43
+ "input": 1,
44
+ "output": 5,
45
+ "cacheRead": 0.1,
46
+ "cacheWrite": 1.25
47
+ },
48
+ "claude-opus-4-1": {
49
+ "input": 15,
50
+ "output": 75,
51
+ "cacheRead": 1.5,
52
+ "cacheWrite": 18.75
53
+ },
54
+ "claude-opus-4-0": {
55
+ "input": 15,
56
+ "output": 75,
57
+ "cacheRead": 1.5,
58
+ "cacheWrite": 18.75
59
+ },
60
+ "claude-sonnet-4-0": {
61
+ "input": 3,
62
+ "output": 15,
63
+ "cacheRead": 0.3,
64
+ "cacheWrite": 3.75
65
+ },
66
+ "claude-sonnet-4": {
67
+ "input": 3,
68
+ "output": 15,
69
+ "cacheRead": 0.3,
70
+ "cacheWrite": 3.75
71
+ },
72
+ "claude-sonnet-3-7": {
73
+ "input": 3,
74
+ "output": 15,
75
+ "cacheRead": 0.3,
76
+ "cacheWrite": 3.75
77
+ },
78
+ "claude-3-5-sonnet": {
79
+ "input": 3,
80
+ "output": 15,
81
+ "cacheRead": 0.3,
82
+ "cacheWrite": 3.75
83
+ },
84
+ "claude-3-5-haiku": {
85
+ "input": 0.8,
86
+ "output": 4,
87
+ "cacheRead": 0.08,
88
+ "cacheWrite": 1
89
+ },
90
+ "claude-3-opus": {
91
+ "input": 15,
92
+ "output": 75,
93
+ "cacheRead": 1.5,
94
+ "cacheWrite": 18.75
95
+ },
96
+ "claude-3-sonnet": {
97
+ "input": 3,
98
+ "output": 15,
99
+ "cacheRead": 0.3,
100
+ "cacheWrite": 3.75
101
+ },
102
+ "claude-3-haiku": {
103
+ "input": 0.25,
104
+ "output": 1.25,
105
+ "cacheRead": 0.03,
106
+ "cacheWrite": 0.3
107
+ },
108
+ "gpt-5-4": {
109
+ "input": 2.5,
110
+ "output": 15,
111
+ "cacheRead": 0.25,
112
+ "cacheWrite": 2.5
113
+ },
114
+ "gpt-5-4-pro": {
115
+ "input": 30,
116
+ "output": 180,
117
+ "cacheRead": 30,
118
+ "cacheWrite": 30
119
+ },
120
+ "gpt-5-2": {
121
+ "input": 1.75,
122
+ "output": 14,
123
+ "cacheRead": 0.175,
124
+ "cacheWrite": 1.75
125
+ },
126
+ "gpt-5-2-pro": {
127
+ "input": 21,
128
+ "output": 168,
129
+ "cacheRead": 21,
130
+ "cacheWrite": 21
131
+ },
132
+ "gpt-5-1": {
133
+ "input": 1.25,
134
+ "output": 10,
135
+ "cacheRead": 0.13,
136
+ "cacheWrite": 1.25
137
+ },
138
+ "gpt-5": {
139
+ "input": 1.25,
140
+ "output": 10,
141
+ "cacheRead": 0.125,
142
+ "cacheWrite": 1.25
143
+ },
144
+ "gpt-5-mini": {
145
+ "input": 0.25,
146
+ "output": 2,
147
+ "cacheRead": 0.025,
148
+ "cacheWrite": 0.25
149
+ },
150
+ "gpt-5-nano": {
151
+ "input": 0.05,
152
+ "output": 0.4,
153
+ "cacheRead": 0.005,
154
+ "cacheWrite": 0.05
155
+ },
156
+ "gpt-5-pro": {
157
+ "input": 15,
158
+ "output": 120,
159
+ "cacheRead": 15,
160
+ "cacheWrite": 15
161
+ },
162
+ "gpt-5-3-codex": {
163
+ "input": 1.75,
164
+ "output": 14,
165
+ "cacheRead": 0.175,
166
+ "cacheWrite": 1.75
167
+ },
168
+ "gpt-5-2-codex": {
169
+ "input": 1.75,
170
+ "output": 14,
171
+ "cacheRead": 0.175,
172
+ "cacheWrite": 1.75
173
+ },
174
+ "gpt-5-1-codex-max": {
175
+ "input": 1.25,
176
+ "output": 10,
177
+ "cacheRead": 0.125,
178
+ "cacheWrite": 1.25
179
+ },
180
+ "gpt-5-1-codex": {
181
+ "input": 1.25,
182
+ "output": 10,
183
+ "cacheRead": 0.125,
184
+ "cacheWrite": 1.25
185
+ },
186
+ "gpt-5-codex": {
187
+ "input": 1.25,
188
+ "output": 10,
189
+ "cacheRead": 0.125,
190
+ "cacheWrite": 1.25
191
+ },
192
+ "codex-mini": {
193
+ "input": 1.5,
194
+ "output": 6,
195
+ "cacheRead": 0.375,
196
+ "cacheWrite": 1.5
197
+ },
198
+ "gpt-4-1": {
199
+ "input": 2,
200
+ "output": 8,
201
+ "cacheRead": 0.5,
202
+ "cacheWrite": 2
203
+ },
204
+ "gpt-4-1-mini": {
205
+ "input": 0.4,
206
+ "output": 1.6,
207
+ "cacheRead": 0.1,
208
+ "cacheWrite": 0.4
209
+ },
210
+ "gpt-4-1-nano": {
211
+ "input": 0.1,
212
+ "output": 0.4,
213
+ "cacheRead": 0.03,
214
+ "cacheWrite": 0.1
215
+ },
216
+ "gpt-4o": {
217
+ "input": 2.5,
218
+ "output": 10,
219
+ "cacheRead": 1.25,
220
+ "cacheWrite": 2.5
221
+ },
222
+ "gpt-4o-mini": {
223
+ "input": 0.15,
224
+ "output": 0.6,
225
+ "cacheRead": 0.08,
226
+ "cacheWrite": 0.15
227
+ },
228
+ "gpt-4-turbo": {
229
+ "input": 10,
230
+ "output": 30,
231
+ "cacheRead": 10,
232
+ "cacheWrite": 10
233
+ },
234
+ "gpt-4": {
235
+ "input": 30,
236
+ "output": 60,
237
+ "cacheRead": 30,
238
+ "cacheWrite": 30
239
+ },
240
+ "gpt-3-5-turbo": {
241
+ "input": 0.5,
242
+ "output": 1.5,
243
+ "cacheRead": 1.25,
244
+ "cacheWrite": 0.5
245
+ },
246
+ "o1": {
247
+ "input": 15,
248
+ "output": 60,
249
+ "cacheRead": 7.5,
250
+ "cacheWrite": 15
251
+ },
252
+ "o1-mini": {
253
+ "input": 1.1,
254
+ "output": 4.4,
255
+ "cacheRead": 0.55,
256
+ "cacheWrite": 1.1
257
+ },
258
+ "o1-pro": {
259
+ "input": 150,
260
+ "output": 600,
261
+ "cacheRead": 150,
262
+ "cacheWrite": 150
263
+ },
264
+ "o3": {
265
+ "input": 2,
266
+ "output": 8,
267
+ "cacheRead": 0.5,
268
+ "cacheWrite": 2
269
+ },
270
+ "o3-pro": {
271
+ "input": 20,
272
+ "output": 80,
273
+ "cacheRead": 20,
274
+ "cacheWrite": 20
275
+ },
276
+ "o3-mini": {
277
+ "input": 1.1,
278
+ "output": 4.4,
279
+ "cacheRead": 0.55,
280
+ "cacheWrite": 1.1
281
+ },
282
+ "o4-mini": {
283
+ "input": 1.1,
284
+ "output": 4.4,
285
+ "cacheRead": 0.28,
286
+ "cacheWrite": 1.1
287
+ },
288
+ "gemini-3-1-pro": {
289
+ "input": 2,
290
+ "output": 12,
291
+ "cacheRead": 0.2,
292
+ "cacheWrite": 2
293
+ },
294
+ "gemini-3-pro": {
295
+ "input": 2,
296
+ "output": 12,
297
+ "cacheRead": 0.2,
298
+ "cacheWrite": 2
299
+ },
300
+ "gemini-3-flash": {
301
+ "input": 0.5,
302
+ "output": 3,
303
+ "cacheRead": 0.05,
304
+ "cacheWrite": 0.5
305
+ },
306
+ "gemini-3-1-flash-lite": {
307
+ "input": 0.25,
308
+ "output": 1.5,
309
+ "cacheRead": 0.025,
310
+ "cacheWrite": 0.25
311
+ },
312
+ "gemini-2-5-pro": {
313
+ "input": 1.25,
314
+ "output": 10,
315
+ "cacheRead": 0.31,
316
+ "cacheWrite": 1.25
317
+ },
318
+ "gemini-2-5-flash": {
319
+ "input": 0.3,
320
+ "output": 2.5,
321
+ "cacheRead": 0.075,
322
+ "cacheWrite": 0.3
323
+ },
324
+ "gemini-2-5-flash-lite": {
325
+ "input": 0.1,
326
+ "output": 0.4,
327
+ "cacheRead": 0.025,
328
+ "cacheWrite": 0.1
329
+ },
330
+ "gemini-2-0-flash": {
331
+ "input": 0.1,
332
+ "output": 0.4,
333
+ "cacheRead": 0.025,
334
+ "cacheWrite": 0.1
335
+ },
336
+ "gemini-2-0-flash-lite": {
337
+ "input": 0.075,
338
+ "output": 0.3,
339
+ "cacheRead": 0.075,
340
+ "cacheWrite": 0.075
341
+ },
342
+ "gemini-1-5-pro": {
343
+ "input": 1.25,
344
+ "output": 5,
345
+ "cacheRead": 0.3125,
346
+ "cacheWrite": 1.25
347
+ },
348
+ "gemini-1-5-flash": {
349
+ "input": 0.075,
350
+ "output": 0.3,
351
+ "cacheRead": 0.01875,
352
+ "cacheWrite": 0.075
353
+ },
354
+ "grok-4": {
355
+ "input": 3,
356
+ "output": 15,
357
+ "cacheRead": 0.75,
358
+ "cacheWrite": 3
359
+ },
360
+ "grok-4-1-fast": {
361
+ "input": 0.2,
362
+ "output": 0.5,
363
+ "cacheRead": 0.05,
364
+ "cacheWrite": 0.2
365
+ },
366
+ "grok-4-fast": {
367
+ "input": 0.2,
368
+ "output": 0.5,
369
+ "cacheRead": 0.05,
370
+ "cacheWrite": 0.2
371
+ },
372
+ "grok-code-fast-1": {
373
+ "input": 0.2,
374
+ "output": 1.5,
375
+ "cacheRead": 0.02,
376
+ "cacheWrite": 0.2
377
+ },
378
+ "grok-3": {
379
+ "input": 3,
380
+ "output": 15,
381
+ "cacheRead": 0.75,
382
+ "cacheWrite": 3
383
+ },
384
+ "grok-3-mini": {
385
+ "input": 0.3,
386
+ "output": 0.5,
387
+ "cacheRead": 0.075,
388
+ "cacheWrite": 0.3
389
+ },
390
+ "deepseek-chat": {
391
+ "input": 0.28,
392
+ "output": 0.42,
393
+ "cacheRead": 0.028,
394
+ "cacheWrite": 0.28
395
+ },
396
+ "deepseek-reasoner": {
397
+ "input": 0.28,
398
+ "output": 0.42,
399
+ "cacheRead": 0.028,
400
+ "cacheWrite": 0.28
401
+ },
402
+ "claude-opus-4-5-20251101": {
403
+ "input": 5,
404
+ "output": 25,
405
+ "cacheRead": 0.5,
406
+ "cacheWrite": 6.25
407
+ },
408
+ "claude-3-5-haiku-latest": {
409
+ "input": 0.8,
410
+ "output": 4,
411
+ "cacheRead": 0.08,
412
+ "cacheWrite": 1
413
+ },
414
+ "claude-3-5-sonnet-20241022": {
415
+ "input": 3,
416
+ "output": 15,
417
+ "cacheRead": 0.3,
418
+ "cacheWrite": 3.75
419
+ },
420
+ "claude-3-sonnet-20240229": {
421
+ "input": 3,
422
+ "output": 15,
423
+ "cacheRead": 0.3,
424
+ "cacheWrite": 0.3
425
+ },
426
+ "claude-opus-4-20250514": {
427
+ "input": 15,
428
+ "output": 75,
429
+ "cacheRead": 1.5,
430
+ "cacheWrite": 18.75
431
+ },
432
+ "claude-sonnet-4-5-20250929": {
433
+ "input": 3,
434
+ "output": 15,
435
+ "cacheRead": 0.3,
436
+ "cacheWrite": 3.75
437
+ },
438
+ "claude-3-5-haiku-20241022": {
439
+ "input": 0.8,
440
+ "output": 4,
441
+ "cacheRead": 0.08,
442
+ "cacheWrite": 1
443
+ },
444
+ "claude-3-5-sonnet-20240620": {
445
+ "input": 3,
446
+ "output": 15,
447
+ "cacheRead": 0.3,
448
+ "cacheWrite": 3.75
449
+ },
450
+ "claude-3-7-sonnet-latest": {
451
+ "input": 3,
452
+ "output": 15,
453
+ "cacheRead": 0.3,
454
+ "cacheWrite": 3.75
455
+ },
456
+ "claude-3-7-sonnet-20250219": {
457
+ "input": 3,
458
+ "output": 15,
459
+ "cacheRead": 0.3,
460
+ "cacheWrite": 3.75
461
+ },
462
+ "claude-3-haiku-20240307": {
463
+ "input": 0.25,
464
+ "output": 1.25,
465
+ "cacheRead": 0.03,
466
+ "cacheWrite": 0.3
467
+ },
468
+ "claude-haiku-4-5-20251001": {
469
+ "input": 1,
470
+ "output": 5,
471
+ "cacheRead": 0.1,
472
+ "cacheWrite": 1.25
473
+ },
474
+ "claude-3-opus-20240229": {
475
+ "input": 15,
476
+ "output": 75,
477
+ "cacheRead": 1.5,
478
+ "cacheWrite": 18.75
479
+ },
480
+ "claude-sonnet-4-20250514": {
481
+ "input": 3,
482
+ "output": 15,
483
+ "cacheRead": 0.3,
484
+ "cacheWrite": 3.75
485
+ },
486
+ "claude-opus-4-1-20250805": {
487
+ "input": 15,
488
+ "output": 75,
489
+ "cacheRead": 1.5,
490
+ "cacheWrite": 18.75
491
+ },
492
+ "gpt-4o-2024-11-20": {
493
+ "input": 2.5,
494
+ "output": 10,
495
+ "cacheRead": 1.25,
496
+ "cacheWrite": 0
497
+ },
498
+ "text-embedding-ada-002": {
499
+ "input": 0.1,
500
+ "output": 0,
501
+ "cacheRead": 0,
502
+ "cacheWrite": 0
503
+ },
504
+ "gpt-5-chat-latest": {
505
+ "input": 1.25,
506
+ "output": 10,
507
+ "cacheRead": 0,
508
+ "cacheWrite": 0
509
+ },
510
+ "codex-mini-latest": {
511
+ "input": 1.5,
512
+ "output": 6,
513
+ "cacheRead": 0.375,
514
+ "cacheWrite": 0
515
+ },
516
+ "gpt-4o-2024-05-13": {
517
+ "input": 5,
518
+ "output": 15,
519
+ "cacheRead": 0,
520
+ "cacheWrite": 0
521
+ },
522
+ "gpt-5-2-chat-latest": {
523
+ "input": 1.75,
524
+ "output": 14,
525
+ "cacheRead": 0.175,
526
+ "cacheWrite": 0
527
+ },
528
+ "o3-deep-research": {
529
+ "input": 10,
530
+ "output": 40,
531
+ "cacheRead": 2.5,
532
+ "cacheWrite": 0
533
+ },
534
+ "o4-mini-deep-research": {
535
+ "input": 2,
536
+ "output": 8,
537
+ "cacheRead": 0.5,
538
+ "cacheWrite": 0
539
+ },
540
+ "gpt-5-3-codex-spark": {
541
+ "input": 1.75,
542
+ "output": 14,
543
+ "cacheRead": 0.175,
544
+ "cacheWrite": 0
545
+ },
546
+ "text-embedding-3-small": {
547
+ "input": 0.02,
548
+ "output": 0,
549
+ "cacheRead": 0,
550
+ "cacheWrite": 0
551
+ },
552
+ "text-embedding-3-large": {
553
+ "input": 0.13,
554
+ "output": 0,
555
+ "cacheRead": 0,
556
+ "cacheWrite": 0
557
+ },
558
+ "gpt-5-1-codex-mini": {
559
+ "input": 0.25,
560
+ "output": 2,
561
+ "cacheRead": 0.025,
562
+ "cacheWrite": 0
563
+ },
564
+ "gpt-4o-2024-08-06": {
565
+ "input": 2.5,
566
+ "output": 10,
567
+ "cacheRead": 1.25,
568
+ "cacheWrite": 0
569
+ },
570
+ "gpt-5-1-chat-latest": {
571
+ "input": 1.25,
572
+ "output": 10,
573
+ "cacheRead": 0.125,
574
+ "cacheWrite": 0
575
+ },
576
+ "gemini-embedding-001": {
577
+ "input": 0.15,
578
+ "output": 0,
579
+ "cacheRead": 0,
580
+ "cacheWrite": 0
581
+ },
582
+ "gemini-2-5-flash-lite-preview-09-2025": {
583
+ "input": 0.1,
584
+ "output": 0.4,
585
+ "cacheRead": 0.025,
586
+ "cacheWrite": 0
587
+ },
588
+ "gemini-3-1-pro-preview-customtools": {
589
+ "input": 2,
590
+ "output": 12,
591
+ "cacheRead": 0.2,
592
+ "cacheWrite": 0
593
+ },
594
+ "gemini-2-5-pro-preview-06-05": {
595
+ "input": 1.25,
596
+ "output": 10,
597
+ "cacheRead": 0.31,
598
+ "cacheWrite": 0
599
+ },
600
+ "gemini-2-5-flash-preview-04-17": {
601
+ "input": 0.15,
602
+ "output": 0.6,
603
+ "cacheRead": 0.0375,
604
+ "cacheWrite": 0
605
+ },
606
+ "gemini-2-5-flash-preview-09-2025": {
607
+ "input": 0.3,
608
+ "output": 2.5,
609
+ "cacheRead": 0.075,
610
+ "cacheWrite": 0
611
+ },
612
+ "gemini-2-5-pro-preview-05-06": {
613
+ "input": 1.25,
614
+ "output": 10,
615
+ "cacheRead": 0.31,
616
+ "cacheWrite": 0
617
+ },
618
+ "gemini-2-5-flash-preview-05-20": {
619
+ "input": 0.15,
620
+ "output": 0.6,
621
+ "cacheRead": 0.0375,
622
+ "cacheWrite": 0
623
+ },
624
+ "gemini-3-1-flash-image-preview": {
625
+ "input": 0.25,
626
+ "output": 60,
627
+ "cacheRead": 0,
628
+ "cacheWrite": 0
629
+ },
630
+ "gemini-3-1-flash-lite-preview": {
631
+ "input": 0.5,
632
+ "output": 3,
633
+ "cacheRead": 0.05,
634
+ "cacheWrite": 0
635
+ },
636
+ "gemini-live-2-5-flash": {
637
+ "input": 0.5,
638
+ "output": 2,
639
+ "cacheRead": 0,
640
+ "cacheWrite": 0
641
+ },
642
+ "gemini-3-flash-preview": {
643
+ "input": 0.5,
644
+ "output": 3,
645
+ "cacheRead": 0.05,
646
+ "cacheWrite": 0
647
+ },
648
+ "gemini-live-2-5-flash-preview-native-audio": {
649
+ "input": 0.5,
650
+ "output": 2,
651
+ "cacheRead": 0,
652
+ "cacheWrite": 0
653
+ },
654
+ "gemini-2-5-flash-preview-tts": {
655
+ "input": 0.5,
656
+ "output": 10,
657
+ "cacheRead": 0,
658
+ "cacheWrite": 0
659
+ },
660
+ "gemini-3-1-pro-preview": {
661
+ "input": 2,
662
+ "output": 12,
663
+ "cacheRead": 0.2,
664
+ "cacheWrite": 0
665
+ },
666
+ "gemini-flash-latest": {
667
+ "input": 0.3,
668
+ "output": 2.5,
669
+ "cacheRead": 0.075,
670
+ "cacheWrite": 0
671
+ },
672
+ "gemini-2-5-flash-lite-preview-06-17": {
673
+ "input": 0.1,
674
+ "output": 0.4,
675
+ "cacheRead": 0.025,
676
+ "cacheWrite": 0
677
+ },
678
+ "gemini-2-5-flash-image": {
679
+ "input": 0.3,
680
+ "output": 30,
681
+ "cacheRead": 0.075,
682
+ "cacheWrite": 0
683
+ },
684
+ "gemini-2-5-pro-preview-tts": {
685
+ "input": 1,
686
+ "output": 20,
687
+ "cacheRead": 0,
688
+ "cacheWrite": 0
689
+ },
690
+ "gemini-1-5-flash-8b": {
691
+ "input": 0.0375,
692
+ "output": 0.15,
693
+ "cacheRead": 0.01,
694
+ "cacheWrite": 0
695
+ },
696
+ "gemini-3-pro-preview": {
697
+ "input": 2,
698
+ "output": 12,
699
+ "cacheRead": 0.2,
700
+ "cacheWrite": 0
701
+ },
702
+ "gemini-flash-lite-latest": {
703
+ "input": 0.1,
704
+ "output": 0.4,
705
+ "cacheRead": 0.025,
706
+ "cacheWrite": 0
707
+ },
708
+ "grok-2-1212": {
709
+ "input": 2,
710
+ "output": 10,
711
+ "cacheRead": 2,
712
+ "cacheWrite": 0
713
+ },
714
+ "grok-2": {
715
+ "input": 2,
716
+ "output": 10,
717
+ "cacheRead": 2,
718
+ "cacheWrite": 0
719
+ },
720
+ "grok-3-fast-latest": {
721
+ "input": 5,
722
+ "output": 25,
723
+ "cacheRead": 1.25,
724
+ "cacheWrite": 0
725
+ },
726
+ "grok-2-vision": {
727
+ "input": 2,
728
+ "output": 10,
729
+ "cacheRead": 2,
730
+ "cacheWrite": 0
731
+ },
732
+ "grok-2-vision-1212": {
733
+ "input": 2,
734
+ "output": 10,
735
+ "cacheRead": 2,
736
+ "cacheWrite": 0
737
+ },
738
+ "grok-4-1-fast-non-reasoning": {
739
+ "input": 0.2,
740
+ "output": 0.5,
741
+ "cacheRead": 0.05,
742
+ "cacheWrite": 0
743
+ },
744
+ "grok-beta": {
745
+ "input": 5,
746
+ "output": 15,
747
+ "cacheRead": 5,
748
+ "cacheWrite": 0
749
+ },
750
+ "grok-3-mini-fast": {
751
+ "input": 0.6,
752
+ "output": 4,
753
+ "cacheRead": 0.15,
754
+ "cacheWrite": 0
755
+ },
756
+ "grok-4-20-experimental-beta-0304-reasoning": {
757
+ "input": 2,
758
+ "output": 6,
759
+ "cacheRead": 0.2,
760
+ "cacheWrite": 0
761
+ },
762
+ "grok-3-latest": {
763
+ "input": 3,
764
+ "output": 15,
765
+ "cacheRead": 0.75,
766
+ "cacheWrite": 0
767
+ },
768
+ "grok-4-20-multi-agent-experimental-beta-0304": {
769
+ "input": 2,
770
+ "output": 6,
771
+ "cacheRead": 0.2,
772
+ "cacheWrite": 0
773
+ },
774
+ "grok-2-vision-latest": {
775
+ "input": 2,
776
+ "output": 10,
777
+ "cacheRead": 2,
778
+ "cacheWrite": 0
779
+ },
780
+ "grok-3-mini-latest": {
781
+ "input": 0.3,
782
+ "output": 0.5,
783
+ "cacheRead": 0.075,
784
+ "cacheWrite": 0
785
+ },
786
+ "grok-4-20-experimental-beta-0304-non-reasoning": {
787
+ "input": 2,
788
+ "output": 6,
789
+ "cacheRead": 0.2,
790
+ "cacheWrite": 0
791
+ },
792
+ "grok-3-mini-fast-latest": {
793
+ "input": 0.6,
794
+ "output": 4,
795
+ "cacheRead": 0.15,
796
+ "cacheWrite": 0
797
+ },
798
+ "grok-2-latest": {
799
+ "input": 2,
800
+ "output": 10,
801
+ "cacheRead": 2,
802
+ "cacheWrite": 0
803
+ },
804
+ "grok-4-fast-non-reasoning": {
805
+ "input": 0.2,
806
+ "output": 0.5,
807
+ "cacheRead": 0.05,
808
+ "cacheWrite": 0
809
+ },
810
+ "grok-vision-beta": {
811
+ "input": 5,
812
+ "output": 15,
813
+ "cacheRead": 5,
814
+ "cacheWrite": 0
815
+ },
816
+ "grok-3-fast": {
817
+ "input": 5,
818
+ "output": 25,
819
+ "cacheRead": 1.25,
820
+ "cacheWrite": 0
821
+ }
87
822
  }