@slkiser/opencode-quota 2.3.0 → 2.4.1
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/README.md +46 -3
- package/dist/data/modelsdev-pricing.min.json +462 -281
- package/dist/lib/copilot.d.ts +27 -1
- package/dist/lib/copilot.d.ts.map +1 -1
- package/dist/lib/copilot.js +182 -47
- package/dist/lib/copilot.js.map +1 -1
- package/dist/lib/modelsdev-pricing.d.ts +57 -3
- package/dist/lib/modelsdev-pricing.d.ts.map +1 -1
- package/dist/lib/modelsdev-pricing.js +510 -4
- package/dist/lib/modelsdev-pricing.js.map +1 -1
- package/dist/lib/quota-stats.d.ts.map +1 -1
- package/dist/lib/quota-stats.js +89 -26
- package/dist/lib/quota-stats.js.map +1 -1
- package/dist/lib/quota-status.d.ts.map +1 -1
- package/dist/lib/quota-status.js +43 -1
- package/dist/lib/quota-status.js.map +1 -1
- package/dist/lib/types.d.ts +3 -2
- package/dist/lib/types.d.ts.map +1 -1
- package/dist/lib/types.js.map +1 -1
- package/dist/plugin.d.ts.map +1 -1
- package/dist/plugin.js +42 -1
- package/dist/plugin.js.map +1 -1
- package/package.json +3 -1
|
@@ -1,11 +1,12 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_meta": {
|
|
3
|
-
"generatedAt":
|
|
3
|
+
"generatedAt": 1772498852258,
|
|
4
4
|
"providers": [
|
|
5
|
-
"openai",
|
|
6
5
|
"anthropic",
|
|
7
6
|
"google",
|
|
8
7
|
"moonshotai",
|
|
8
|
+
"openai",
|
|
9
|
+
"xai",
|
|
9
10
|
"zai"
|
|
10
11
|
],
|
|
11
12
|
"source": "https://models.dev/api.json",
|
|
@@ -13,496 +14,676 @@
|
|
|
13
14
|
},
|
|
14
15
|
"providers": {
|
|
15
16
|
"anthropic": {
|
|
16
|
-
"claude-2.0": {
|
|
17
|
-
"input": 8,
|
|
18
|
-
"output": 24
|
|
19
|
-
},
|
|
20
|
-
"claude-2.1": {
|
|
21
|
-
"input": 8,
|
|
22
|
-
"output": 24
|
|
23
|
-
},
|
|
24
17
|
"claude-3-5-haiku-20241022": {
|
|
18
|
+
"input": 0.8,
|
|
19
|
+
"output": 4,
|
|
25
20
|
"cache_read": 0.08,
|
|
26
|
-
"cache_write": 1
|
|
21
|
+
"cache_write": 1
|
|
22
|
+
},
|
|
23
|
+
"claude-3-5-haiku-latest": {
|
|
27
24
|
"input": 0.8,
|
|
28
|
-
"output": 4
|
|
25
|
+
"output": 4,
|
|
26
|
+
"cache_read": 0.08,
|
|
27
|
+
"cache_write": 1
|
|
28
|
+
},
|
|
29
|
+
"claude-3-5-sonnet-20240620": {
|
|
30
|
+
"input": 3,
|
|
31
|
+
"output": 15,
|
|
32
|
+
"cache_read": 0.3,
|
|
33
|
+
"cache_write": 3.75
|
|
29
34
|
},
|
|
30
35
|
"claude-3-5-sonnet-20241022": {
|
|
36
|
+
"input": 3,
|
|
37
|
+
"output": 15,
|
|
31
38
|
"cache_read": 0.3,
|
|
32
|
-
"cache_write": 3.75
|
|
39
|
+
"cache_write": 3.75
|
|
40
|
+
},
|
|
41
|
+
"claude-3-7-sonnet-20250219": {
|
|
33
42
|
"input": 3,
|
|
34
|
-
"output": 15
|
|
43
|
+
"output": 15,
|
|
44
|
+
"cache_read": 0.3,
|
|
45
|
+
"cache_write": 3.75
|
|
46
|
+
},
|
|
47
|
+
"claude-3-7-sonnet-latest": {
|
|
48
|
+
"input": 3,
|
|
49
|
+
"output": 15,
|
|
50
|
+
"cache_read": 0.3,
|
|
51
|
+
"cache_write": 3.75
|
|
35
52
|
},
|
|
36
53
|
"claude-3-haiku-20240307": {
|
|
37
54
|
"input": 0.25,
|
|
38
|
-
"output": 1.25
|
|
55
|
+
"output": 1.25,
|
|
56
|
+
"cache_read": 0.03,
|
|
57
|
+
"cache_write": 0.3
|
|
39
58
|
},
|
|
40
59
|
"claude-3-opus-20240229": {
|
|
41
60
|
"input": 15,
|
|
42
|
-
"output": 75
|
|
61
|
+
"output": 75,
|
|
62
|
+
"cache_read": 1.5,
|
|
63
|
+
"cache_write": 18.75
|
|
43
64
|
},
|
|
44
65
|
"claude-3-sonnet-20240229": {
|
|
45
66
|
"input": 3,
|
|
46
|
-
"output": 15
|
|
67
|
+
"output": 15,
|
|
68
|
+
"cache_read": 0.3,
|
|
69
|
+
"cache_write": 0.3
|
|
70
|
+
},
|
|
71
|
+
"claude-haiku-4-5": {
|
|
72
|
+
"input": 1,
|
|
73
|
+
"output": 5,
|
|
74
|
+
"cache_read": 0.1,
|
|
75
|
+
"cache_write": 1.25
|
|
76
|
+
},
|
|
77
|
+
"claude-haiku-4-5-20251001": {
|
|
78
|
+
"input": 1,
|
|
79
|
+
"output": 5,
|
|
80
|
+
"cache_read": 0.1,
|
|
81
|
+
"cache_write": 1.25
|
|
47
82
|
},
|
|
48
83
|
"claude-opus-4-0": {
|
|
49
|
-
"
|
|
50
|
-
"
|
|
51
|
-
"
|
|
52
|
-
"
|
|
84
|
+
"input": 15,
|
|
85
|
+
"output": 75,
|
|
86
|
+
"cache_read": 1.5,
|
|
87
|
+
"cache_write": 18.75
|
|
53
88
|
},
|
|
54
89
|
"claude-opus-4-1": {
|
|
55
|
-
"cache_read": 1.5,
|
|
56
|
-
"cache_write": 18.75,
|
|
57
90
|
"input": 15,
|
|
58
|
-
"output": 75
|
|
91
|
+
"output": 75,
|
|
92
|
+
"cache_read": 1.5,
|
|
93
|
+
"cache_write": 18.75
|
|
59
94
|
},
|
|
60
95
|
"claude-opus-4-1-20250805": {
|
|
61
|
-
"cache_read": 1.5,
|
|
62
|
-
"cache_write": 18.75,
|
|
63
96
|
"input": 15,
|
|
64
|
-
"output": 75
|
|
97
|
+
"output": 75,
|
|
98
|
+
"cache_read": 1.5,
|
|
99
|
+
"cache_write": 18.75
|
|
65
100
|
},
|
|
66
101
|
"claude-opus-4-20250514": {
|
|
67
|
-
"
|
|
68
|
-
"
|
|
69
|
-
"
|
|
70
|
-
"
|
|
102
|
+
"input": 15,
|
|
103
|
+
"output": 75,
|
|
104
|
+
"cache_read": 1.5,
|
|
105
|
+
"cache_write": 18.75
|
|
71
106
|
},
|
|
72
107
|
"claude-opus-4-5": {
|
|
73
|
-
"cache_read": 0.5,
|
|
74
|
-
"cache_write": 6.25,
|
|
75
108
|
"input": 5,
|
|
76
|
-
"output": 25
|
|
109
|
+
"output": 25,
|
|
110
|
+
"cache_read": 0.5,
|
|
111
|
+
"cache_write": 6.25
|
|
77
112
|
},
|
|
78
113
|
"claude-opus-4-5-20251101": {
|
|
114
|
+
"input": 5,
|
|
115
|
+
"output": 25,
|
|
79
116
|
"cache_read": 0.5,
|
|
80
|
-
"cache_write": 6.25
|
|
117
|
+
"cache_write": 6.25
|
|
118
|
+
},
|
|
119
|
+
"claude-opus-4-6": {
|
|
81
120
|
"input": 5,
|
|
82
|
-
"output": 25
|
|
121
|
+
"output": 25,
|
|
122
|
+
"cache_read": 0.5,
|
|
123
|
+
"cache_write": 6.25
|
|
83
124
|
},
|
|
84
125
|
"claude-sonnet-4-0": {
|
|
85
|
-
"cache_read": 0.3,
|
|
86
|
-
"cache_write": 3.75,
|
|
87
126
|
"input": 3,
|
|
88
|
-
"output": 15
|
|
127
|
+
"output": 15,
|
|
128
|
+
"cache_read": 0.3,
|
|
129
|
+
"cache_write": 3.75
|
|
89
130
|
},
|
|
90
131
|
"claude-sonnet-4-20250514": {
|
|
91
|
-
"cache_read": 0.3,
|
|
92
|
-
"cache_write": 3.75,
|
|
93
132
|
"input": 3,
|
|
94
|
-
"output": 15
|
|
133
|
+
"output": 15,
|
|
134
|
+
"cache_read": 0.3,
|
|
135
|
+
"cache_write": 3.75
|
|
95
136
|
},
|
|
96
137
|
"claude-sonnet-4-5": {
|
|
97
|
-
"cache_read": 0.3,
|
|
98
|
-
"cache_write": 3.75,
|
|
99
138
|
"input": 3,
|
|
100
|
-
"output": 15
|
|
101
|
-
},
|
|
102
|
-
"claude-sonnet-4-5-20251101": {
|
|
139
|
+
"output": 15,
|
|
103
140
|
"cache_read": 0.3,
|
|
104
|
-
"cache_write": 3.75
|
|
105
|
-
"input": 3,
|
|
106
|
-
"output": 15
|
|
141
|
+
"cache_write": 3.75
|
|
107
142
|
},
|
|
108
|
-
"claude-sonnet-4-
|
|
109
|
-
"cache_read": 0.3,
|
|
110
|
-
"cache_write": 3.75,
|
|
143
|
+
"claude-sonnet-4-5-20250929": {
|
|
111
144
|
"input": 3,
|
|
112
|
-
"output": 15
|
|
113
|
-
},
|
|
114
|
-
"claude-sonnet-4-7-20251101": {
|
|
145
|
+
"output": 15,
|
|
115
146
|
"cache_read": 0.3,
|
|
116
|
-
"cache_write": 3.75
|
|
117
|
-
"input": 3,
|
|
118
|
-
"output": 15
|
|
147
|
+
"cache_write": 3.75
|
|
119
148
|
},
|
|
120
|
-
"claude-sonnet-4-
|
|
121
|
-
"cache_read": 0.3,
|
|
122
|
-
"cache_write": 3.75,
|
|
149
|
+
"claude-sonnet-4-6": {
|
|
123
150
|
"input": 3,
|
|
124
|
-
"output": 15
|
|
151
|
+
"output": 15,
|
|
152
|
+
"cache_read": 0.3,
|
|
153
|
+
"cache_write": 3.75
|
|
125
154
|
}
|
|
126
155
|
},
|
|
127
156
|
"google": {
|
|
128
157
|
"gemini-1.5-flash": {
|
|
129
158
|
"input": 0.075,
|
|
130
|
-
"output": 0.3
|
|
159
|
+
"output": 0.3,
|
|
160
|
+
"cache_read": 0.01875
|
|
161
|
+
},
|
|
162
|
+
"gemini-1.5-flash-8b": {
|
|
163
|
+
"input": 0.0375,
|
|
164
|
+
"output": 0.15,
|
|
165
|
+
"cache_read": 0.01
|
|
131
166
|
},
|
|
132
167
|
"gemini-1.5-pro": {
|
|
133
168
|
"input": 1.25,
|
|
134
|
-
"output": 5
|
|
169
|
+
"output": 5,
|
|
170
|
+
"cache_read": 0.3125
|
|
135
171
|
},
|
|
136
172
|
"gemini-2.0-flash": {
|
|
137
173
|
"input": 0.1,
|
|
138
|
-
"output": 0.4
|
|
139
|
-
|
|
140
|
-
"gemini-2.0-flash-exp": {
|
|
141
|
-
"input": 0.1,
|
|
142
|
-
"output": 0.4
|
|
174
|
+
"output": 0.4,
|
|
175
|
+
"cache_read": 0.025
|
|
143
176
|
},
|
|
144
177
|
"gemini-2.0-flash-lite": {
|
|
145
178
|
"input": 0.075,
|
|
146
179
|
"output": 0.3
|
|
147
180
|
},
|
|
148
|
-
"gemini-2.0-pro-exp": {
|
|
149
|
-
"input": 1.25,
|
|
150
|
-
"output": 5
|
|
151
|
-
},
|
|
152
181
|
"gemini-2.5-flash": {
|
|
153
|
-
"input": 0.
|
|
154
|
-
"output":
|
|
182
|
+
"input": 0.3,
|
|
183
|
+
"output": 2.5,
|
|
184
|
+
"cache_read": 0.075
|
|
155
185
|
},
|
|
156
|
-
"gemini-2.5-flash-
|
|
157
|
-
"input": 0.
|
|
158
|
-
"output":
|
|
186
|
+
"gemini-2.5-flash-image": {
|
|
187
|
+
"input": 0.3,
|
|
188
|
+
"output": 30,
|
|
189
|
+
"cache_read": 0.075
|
|
190
|
+
},
|
|
191
|
+
"gemini-2.5-flash-image-preview": {
|
|
192
|
+
"input": 0.3,
|
|
193
|
+
"output": 30,
|
|
194
|
+
"cache_read": 0.075
|
|
159
195
|
},
|
|
160
196
|
"gemini-2.5-flash-lite": {
|
|
161
197
|
"input": 0.1,
|
|
162
|
-
"output": 0.4
|
|
198
|
+
"output": 0.4,
|
|
199
|
+
"cache_read": 0.025
|
|
200
|
+
},
|
|
201
|
+
"gemini-2.5-flash-lite-preview-06-17": {
|
|
202
|
+
"input": 0.1,
|
|
203
|
+
"output": 0.4,
|
|
204
|
+
"cache_read": 0.025
|
|
205
|
+
},
|
|
206
|
+
"gemini-2.5-flash-lite-preview-09-2025": {
|
|
207
|
+
"input": 0.1,
|
|
208
|
+
"output": 0.4,
|
|
209
|
+
"cache_read": 0.025
|
|
210
|
+
},
|
|
211
|
+
"gemini-2.5-flash-preview-04-17": {
|
|
212
|
+
"input": 0.15,
|
|
213
|
+
"output": 0.6,
|
|
214
|
+
"cache_read": 0.0375
|
|
215
|
+
},
|
|
216
|
+
"gemini-2.5-flash-preview-05-20": {
|
|
217
|
+
"input": 0.15,
|
|
218
|
+
"output": 0.6,
|
|
219
|
+
"cache_read": 0.0375
|
|
220
|
+
},
|
|
221
|
+
"gemini-2.5-flash-preview-09-2025": {
|
|
222
|
+
"input": 0.3,
|
|
223
|
+
"output": 2.5,
|
|
224
|
+
"cache_read": 0.075
|
|
225
|
+
},
|
|
226
|
+
"gemini-2.5-flash-preview-tts": {
|
|
227
|
+
"input": 0.5,
|
|
228
|
+
"output": 10
|
|
163
229
|
},
|
|
164
230
|
"gemini-2.5-pro": {
|
|
165
231
|
"input": 1.25,
|
|
166
|
-
"output":
|
|
232
|
+
"output": 10,
|
|
233
|
+
"cache_read": 0.31
|
|
167
234
|
},
|
|
168
|
-
"gemini-2.5-pro-
|
|
235
|
+
"gemini-2.5-pro-preview-05-06": {
|
|
169
236
|
"input": 1.25,
|
|
170
|
-
"output":
|
|
237
|
+
"output": 10,
|
|
238
|
+
"cache_read": 0.31
|
|
171
239
|
},
|
|
172
|
-
"gemini-2.5-pro-preview": {
|
|
240
|
+
"gemini-2.5-pro-preview-06-05": {
|
|
173
241
|
"input": 1.25,
|
|
174
|
-
"output":
|
|
242
|
+
"output": 10,
|
|
243
|
+
"cache_read": 0.31
|
|
244
|
+
},
|
|
245
|
+
"gemini-2.5-pro-preview-tts": {
|
|
246
|
+
"input": 1,
|
|
247
|
+
"output": 20
|
|
175
248
|
},
|
|
176
249
|
"gemini-3-flash-preview": {
|
|
177
|
-
"cache_read": 0.05,
|
|
178
250
|
"input": 0.5,
|
|
179
|
-
"output": 3
|
|
251
|
+
"output": 3,
|
|
252
|
+
"cache_read": 0.05
|
|
180
253
|
},
|
|
181
254
|
"gemini-3-pro-preview": {
|
|
182
|
-
"cache_read": 0.2,
|
|
183
255
|
"input": 2,
|
|
184
|
-
"output": 12
|
|
185
|
-
|
|
186
|
-
"gemini-exp-1114": {
|
|
187
|
-
"input": 1.25,
|
|
188
|
-
"output": 5
|
|
256
|
+
"output": 12,
|
|
257
|
+
"cache_read": 0.2
|
|
189
258
|
},
|
|
190
|
-
"gemini-
|
|
191
|
-
"input":
|
|
192
|
-
"output":
|
|
259
|
+
"gemini-3.1-pro-preview": {
|
|
260
|
+
"input": 2,
|
|
261
|
+
"output": 12,
|
|
262
|
+
"cache_read": 0.2
|
|
193
263
|
},
|
|
194
|
-
"gemini-
|
|
195
|
-
"input":
|
|
196
|
-
"output":
|
|
264
|
+
"gemini-3.1-pro-preview-customtools": {
|
|
265
|
+
"input": 2,
|
|
266
|
+
"output": 12,
|
|
267
|
+
"cache_read": 0.2
|
|
197
268
|
},
|
|
198
|
-
"gemini-
|
|
269
|
+
"gemini-embedding-001": {
|
|
199
270
|
"input": 0.15,
|
|
200
|
-
"output": 0
|
|
271
|
+
"output": 0
|
|
201
272
|
},
|
|
202
|
-
"gemini-
|
|
203
|
-
"input":
|
|
204
|
-
"output": 5
|
|
205
|
-
|
|
206
|
-
"gemini-pro-vision": {
|
|
207
|
-
"input": 1.25,
|
|
208
|
-
"output": 5
|
|
273
|
+
"gemini-flash-latest": {
|
|
274
|
+
"input": 0.3,
|
|
275
|
+
"output": 2.5,
|
|
276
|
+
"cache_read": 0.075
|
|
209
277
|
},
|
|
210
|
-
"gemini-
|
|
211
|
-
"input": 1
|
|
212
|
-
"output":
|
|
213
|
-
|
|
214
|
-
"gemini-1.0-pro-vision": {
|
|
215
|
-
"input": 1.25,
|
|
216
|
-
"output": 5
|
|
217
|
-
},
|
|
218
|
-
"gemini-1.0-ultra": {
|
|
219
|
-
"input": 7,
|
|
220
|
-
"output": 21
|
|
278
|
+
"gemini-flash-lite-latest": {
|
|
279
|
+
"input": 0.1,
|
|
280
|
+
"output": 0.4,
|
|
281
|
+
"cache_read": 0.025
|
|
221
282
|
},
|
|
222
|
-
"gemini-
|
|
223
|
-
"input":
|
|
224
|
-
"output":
|
|
283
|
+
"gemini-live-2.5-flash": {
|
|
284
|
+
"input": 0.5,
|
|
285
|
+
"output": 2
|
|
225
286
|
},
|
|
226
|
-
"gemini-2.
|
|
227
|
-
"input": 0.
|
|
228
|
-
"output":
|
|
287
|
+
"gemini-live-2.5-flash-preview-native-audio": {
|
|
288
|
+
"input": 0.5,
|
|
289
|
+
"output": 2
|
|
229
290
|
}
|
|
230
291
|
},
|
|
231
292
|
"moonshotai": {
|
|
232
|
-
"kimi-k2-thinking": {
|
|
233
|
-
"cache_read": 0.15,
|
|
234
|
-
"input": 0.6,
|
|
235
|
-
"output": 2.5
|
|
236
|
-
},
|
|
237
293
|
"kimi-k2-0711-preview": {
|
|
238
|
-
"cache_read": 0.15,
|
|
239
294
|
"input": 0.6,
|
|
240
|
-
"output": 2.5
|
|
295
|
+
"output": 2.5,
|
|
296
|
+
"cache_read": 0.15
|
|
241
297
|
},
|
|
242
298
|
"kimi-k2-0905-preview": {
|
|
243
|
-
"cache_read": 0.15,
|
|
244
299
|
"input": 0.6,
|
|
245
|
-
"output": 2.5
|
|
300
|
+
"output": 2.5,
|
|
301
|
+
"cache_read": 0.15
|
|
302
|
+
},
|
|
303
|
+
"kimi-k2-thinking": {
|
|
304
|
+
"input": 0.6,
|
|
305
|
+
"output": 2.5,
|
|
306
|
+
"cache_read": 0.15
|
|
246
307
|
},
|
|
247
308
|
"kimi-k2-thinking-turbo": {
|
|
248
|
-
"cache_read": 0.15,
|
|
249
309
|
"input": 1.15,
|
|
250
|
-
"output": 8
|
|
310
|
+
"output": 8,
|
|
311
|
+
"cache_read": 0.15
|
|
251
312
|
},
|
|
252
313
|
"kimi-k2-turbo-preview": {
|
|
253
|
-
"cache_read": 0.6,
|
|
254
314
|
"input": 2.4,
|
|
255
|
-
"output": 10
|
|
315
|
+
"output": 10,
|
|
316
|
+
"cache_read": 0.6
|
|
256
317
|
},
|
|
257
|
-
"kimi-k2
|
|
258
|
-
"cache_read": 0.15,
|
|
318
|
+
"kimi-k2.5": {
|
|
259
319
|
"input": 0.6,
|
|
260
|
-
"output":
|
|
261
|
-
|
|
262
|
-
"moonshot-v1-auto": {
|
|
263
|
-
"input": 2.5,
|
|
264
|
-
"output": 7.5
|
|
265
|
-
},
|
|
266
|
-
"moonshot-v1-128k": {
|
|
267
|
-
"input": 2.5,
|
|
268
|
-
"output": 7.5
|
|
269
|
-
},
|
|
270
|
-
"moonshot-v1-32k": {
|
|
271
|
-
"input": 2.5,
|
|
272
|
-
"output": 7.5
|
|
320
|
+
"output": 3,
|
|
321
|
+
"cache_read": 0.1
|
|
273
322
|
}
|
|
274
323
|
},
|
|
275
324
|
"openai": {
|
|
276
|
-
"
|
|
277
|
-
"
|
|
278
|
-
"
|
|
279
|
-
"
|
|
325
|
+
"codex-mini-latest": {
|
|
326
|
+
"input": 1.5,
|
|
327
|
+
"output": 6,
|
|
328
|
+
"cache_read": 0.375
|
|
280
329
|
},
|
|
281
|
-
"gpt-
|
|
282
|
-
"
|
|
283
|
-
"
|
|
284
|
-
"
|
|
330
|
+
"gpt-3.5-turbo": {
|
|
331
|
+
"input": 0.5,
|
|
332
|
+
"output": 1.5,
|
|
333
|
+
"cache_read": 1.25
|
|
285
334
|
},
|
|
286
|
-
"gpt-
|
|
287
|
-
"
|
|
288
|
-
"
|
|
289
|
-
"output": 10
|
|
335
|
+
"gpt-4": {
|
|
336
|
+
"input": 30,
|
|
337
|
+
"output": 60
|
|
290
338
|
},
|
|
291
|
-
"gpt-
|
|
292
|
-
"
|
|
293
|
-
"
|
|
294
|
-
"output": 10
|
|
339
|
+
"gpt-4-turbo": {
|
|
340
|
+
"input": 10,
|
|
341
|
+
"output": 30
|
|
295
342
|
},
|
|
296
|
-
"gpt-
|
|
297
|
-
"
|
|
298
|
-
"
|
|
299
|
-
"
|
|
343
|
+
"gpt-4.1": {
|
|
344
|
+
"input": 2,
|
|
345
|
+
"output": 8,
|
|
346
|
+
"cache_read": 0.5
|
|
300
347
|
},
|
|
301
|
-
"gpt-
|
|
302
|
-
"
|
|
303
|
-
"
|
|
304
|
-
"
|
|
348
|
+
"gpt-4.1-mini": {
|
|
349
|
+
"input": 0.4,
|
|
350
|
+
"output": 1.6,
|
|
351
|
+
"cache_read": 0.1
|
|
305
352
|
},
|
|
306
|
-
"gpt-
|
|
307
|
-
"
|
|
308
|
-
"
|
|
309
|
-
"
|
|
353
|
+
"gpt-4.1-nano": {
|
|
354
|
+
"input": 0.1,
|
|
355
|
+
"output": 0.4,
|
|
356
|
+
"cache_read": 0.03
|
|
310
357
|
},
|
|
311
|
-
"gpt-4o
|
|
312
|
-
"cache_read": 1.25,
|
|
358
|
+
"gpt-4o": {
|
|
313
359
|
"input": 2.5,
|
|
314
|
-
"output": 10
|
|
360
|
+
"output": 10,
|
|
361
|
+
"cache_read": 1.25
|
|
315
362
|
},
|
|
316
|
-
"gpt-4o-
|
|
317
|
-
"
|
|
363
|
+
"gpt-4o-2024-05-13": {
|
|
364
|
+
"input": 5,
|
|
365
|
+
"output": 15
|
|
366
|
+
},
|
|
367
|
+
"gpt-4o-2024-08-06": {
|
|
318
368
|
"input": 2.5,
|
|
319
|
-
"output": 10
|
|
369
|
+
"output": 10,
|
|
370
|
+
"cache_read": 1.25
|
|
320
371
|
},
|
|
321
|
-
"gpt-4o-
|
|
322
|
-
"cache_read": 1.25,
|
|
372
|
+
"gpt-4o-2024-11-20": {
|
|
323
373
|
"input": 2.5,
|
|
324
|
-
"output": 10
|
|
374
|
+
"output": 10,
|
|
375
|
+
"cache_read": 1.25
|
|
376
|
+
},
|
|
377
|
+
"gpt-4o-mini": {
|
|
378
|
+
"input": 0.15,
|
|
379
|
+
"output": 0.6,
|
|
380
|
+
"cache_read": 0.08
|
|
325
381
|
},
|
|
326
382
|
"gpt-5": {
|
|
327
|
-
"cache_read": 0.13,
|
|
328
383
|
"input": 1.25,
|
|
329
|
-
"output": 10
|
|
384
|
+
"output": 10,
|
|
385
|
+
"cache_read": 0.125
|
|
330
386
|
},
|
|
331
387
|
"gpt-5-chat-latest": {
|
|
332
|
-
"cache_read": 0.13,
|
|
333
388
|
"input": 1.25,
|
|
334
389
|
"output": 10
|
|
335
390
|
},
|
|
336
391
|
"gpt-5-codex": {
|
|
337
|
-
"cache_read": 0.13,
|
|
338
392
|
"input": 1.25,
|
|
339
|
-
"output": 10
|
|
393
|
+
"output": 10,
|
|
394
|
+
"cache_read": 0.125
|
|
340
395
|
},
|
|
341
396
|
"gpt-5-mini": {
|
|
342
|
-
"cache_read": 0.025,
|
|
343
397
|
"input": 0.25,
|
|
344
|
-
"output": 2
|
|
398
|
+
"output": 2,
|
|
399
|
+
"cache_read": 0.025
|
|
345
400
|
},
|
|
346
401
|
"gpt-5-nano": {
|
|
347
|
-
"cache_read": 0.005,
|
|
348
402
|
"input": 0.05,
|
|
349
|
-
"output": 0.4
|
|
403
|
+
"output": 0.4,
|
|
404
|
+
"cache_read": 0.005
|
|
350
405
|
},
|
|
351
406
|
"gpt-5-pro": {
|
|
352
|
-
"
|
|
353
|
-
"
|
|
354
|
-
"output": 40
|
|
407
|
+
"input": 15,
|
|
408
|
+
"output": 120
|
|
355
409
|
},
|
|
356
410
|
"gpt-5.1": {
|
|
357
|
-
"cache_read": 0.13,
|
|
358
411
|
"input": 1.25,
|
|
359
|
-
"output": 10
|
|
412
|
+
"output": 10,
|
|
413
|
+
"cache_read": 0.13
|
|
360
414
|
},
|
|
361
415
|
"gpt-5.1-chat-latest": {
|
|
362
|
-
"cache_read": 0.13,
|
|
363
416
|
"input": 1.25,
|
|
364
|
-
"output": 10
|
|
417
|
+
"output": 10,
|
|
418
|
+
"cache_read": 0.125
|
|
365
419
|
},
|
|
366
420
|
"gpt-5.1-codex": {
|
|
367
|
-
"cache_read": 0.13,
|
|
368
421
|
"input": 1.25,
|
|
369
|
-
"output": 10
|
|
422
|
+
"output": 10,
|
|
423
|
+
"cache_read": 0.125
|
|
370
424
|
},
|
|
371
425
|
"gpt-5.1-codex-max": {
|
|
372
|
-
"cache_read": 0.13,
|
|
373
426
|
"input": 1.25,
|
|
374
|
-
"output": 10
|
|
427
|
+
"output": 10,
|
|
428
|
+
"cache_read": 0.125
|
|
375
429
|
},
|
|
376
430
|
"gpt-5.1-codex-mini": {
|
|
377
|
-
"cache_read": 0.025,
|
|
378
431
|
"input": 0.25,
|
|
379
|
-
"output": 2
|
|
432
|
+
"output": 2,
|
|
433
|
+
"cache_read": 0.025
|
|
380
434
|
},
|
|
381
435
|
"gpt-5.2": {
|
|
382
|
-
"cache_read": 0.175,
|
|
383
436
|
"input": 1.75,
|
|
384
|
-
"output": 14
|
|
437
|
+
"output": 14,
|
|
438
|
+
"cache_read": 0.175
|
|
385
439
|
},
|
|
386
440
|
"gpt-5.2-chat-latest": {
|
|
387
|
-
"cache_read": 0.175,
|
|
388
441
|
"input": 1.75,
|
|
389
|
-
"output": 14
|
|
442
|
+
"output": 14,
|
|
443
|
+
"cache_read": 0.175
|
|
390
444
|
},
|
|
391
445
|
"gpt-5.2-codex": {
|
|
392
|
-
"cache_read": 0.175,
|
|
393
446
|
"input": 1.75,
|
|
394
|
-
"output": 14
|
|
447
|
+
"output": 14,
|
|
448
|
+
"cache_read": 0.175
|
|
449
|
+
},
|
|
450
|
+
"gpt-5.2-pro": {
|
|
451
|
+
"input": 21,
|
|
452
|
+
"output": 168
|
|
395
453
|
},
|
|
396
454
|
"gpt-5.3-codex": {
|
|
397
|
-
"cache_read": 0.175,
|
|
398
455
|
"input": 1.75,
|
|
399
|
-
"output": 14
|
|
456
|
+
"output": 14,
|
|
457
|
+
"cache_read": 0.175
|
|
400
458
|
},
|
|
401
|
-
"gpt-5.
|
|
402
|
-
"
|
|
403
|
-
"
|
|
404
|
-
"
|
|
459
|
+
"gpt-5.3-codex-spark": {
|
|
460
|
+
"input": 1.75,
|
|
461
|
+
"output": 14,
|
|
462
|
+
"cache_read": 0.175
|
|
405
463
|
},
|
|
406
464
|
"o1": {
|
|
407
|
-
"cache_read": 3,
|
|
408
465
|
"input": 15,
|
|
409
|
-
"output": 60
|
|
466
|
+
"output": 60,
|
|
467
|
+
"cache_read": 7.5
|
|
410
468
|
},
|
|
411
469
|
"o1-mini": {
|
|
412
|
-
"
|
|
413
|
-
"
|
|
414
|
-
"
|
|
415
|
-
},
|
|
416
|
-
"o1-mini-2024-09-12": {
|
|
417
|
-
"cache_read": 1.5,
|
|
418
|
-
"input": 3,
|
|
419
|
-
"output": 12
|
|
470
|
+
"input": 1.1,
|
|
471
|
+
"output": 4.4,
|
|
472
|
+
"cache_read": 0.55
|
|
420
473
|
},
|
|
421
474
|
"o1-preview": {
|
|
422
|
-
"cache_read": 3,
|
|
423
475
|
"input": 15,
|
|
424
|
-
"output": 60
|
|
476
|
+
"output": 60,
|
|
477
|
+
"cache_read": 7.5
|
|
425
478
|
},
|
|
426
|
-
"o1-
|
|
427
|
-
"
|
|
428
|
-
"
|
|
429
|
-
|
|
479
|
+
"o1-pro": {
|
|
480
|
+
"input": 150,
|
|
481
|
+
"output": 600
|
|
482
|
+
},
|
|
483
|
+
"o3": {
|
|
484
|
+
"input": 2,
|
|
485
|
+
"output": 8,
|
|
486
|
+
"cache_read": 0.5
|
|
487
|
+
},
|
|
488
|
+
"o3-deep-research": {
|
|
489
|
+
"input": 10,
|
|
490
|
+
"output": 40,
|
|
491
|
+
"cache_read": 2.5
|
|
430
492
|
},
|
|
431
493
|
"o3-mini": {
|
|
432
|
-
"
|
|
433
|
-
"
|
|
434
|
-
"
|
|
494
|
+
"input": 1.1,
|
|
495
|
+
"output": 4.4,
|
|
496
|
+
"cache_read": 0.55
|
|
435
497
|
},
|
|
436
|
-
"o3-
|
|
437
|
-
"
|
|
438
|
-
"
|
|
439
|
-
"output": 4
|
|
498
|
+
"o3-pro": {
|
|
499
|
+
"input": 20,
|
|
500
|
+
"output": 80
|
|
440
501
|
},
|
|
441
502
|
"o4-mini": {
|
|
442
|
-
"cache_read": 0.275,
|
|
443
503
|
"input": 1.1,
|
|
444
|
-
"output": 4.4
|
|
504
|
+
"output": 4.4,
|
|
505
|
+
"cache_read": 0.28
|
|
445
506
|
},
|
|
446
|
-
"o4-mini-
|
|
447
|
-
"
|
|
448
|
-
"
|
|
449
|
-
"
|
|
507
|
+
"o4-mini-deep-research": {
|
|
508
|
+
"input": 2,
|
|
509
|
+
"output": 8,
|
|
510
|
+
"cache_read": 0.5
|
|
450
511
|
},
|
|
451
512
|
"text-embedding-3-large": {
|
|
452
|
-
"input": 0.13
|
|
513
|
+
"input": 0.13,
|
|
514
|
+
"output": 0
|
|
453
515
|
},
|
|
454
516
|
"text-embedding-3-small": {
|
|
455
|
-
"input": 0.02
|
|
517
|
+
"input": 0.02,
|
|
518
|
+
"output": 0
|
|
456
519
|
},
|
|
457
520
|
"text-embedding-ada-002": {
|
|
458
|
-
"input": 0.1
|
|
521
|
+
"input": 0.1,
|
|
522
|
+
"output": 0
|
|
523
|
+
}
|
|
524
|
+
},
|
|
525
|
+
"xai": {
|
|
526
|
+
"grok-2": {
|
|
527
|
+
"input": 2,
|
|
528
|
+
"output": 10,
|
|
529
|
+
"cache_read": 2
|
|
530
|
+
},
|
|
531
|
+
"grok-2-1212": {
|
|
532
|
+
"input": 2,
|
|
533
|
+
"output": 10,
|
|
534
|
+
"cache_read": 2
|
|
535
|
+
},
|
|
536
|
+
"grok-2-latest": {
|
|
537
|
+
"input": 2,
|
|
538
|
+
"output": 10,
|
|
539
|
+
"cache_read": 2
|
|
540
|
+
},
|
|
541
|
+
"grok-2-vision": {
|
|
542
|
+
"input": 2,
|
|
543
|
+
"output": 10,
|
|
544
|
+
"cache_read": 2
|
|
545
|
+
},
|
|
546
|
+
"grok-2-vision-1212": {
|
|
547
|
+
"input": 2,
|
|
548
|
+
"output": 10,
|
|
549
|
+
"cache_read": 2
|
|
550
|
+
},
|
|
551
|
+
"grok-2-vision-latest": {
|
|
552
|
+
"input": 2,
|
|
553
|
+
"output": 10,
|
|
554
|
+
"cache_read": 2
|
|
555
|
+
},
|
|
556
|
+
"grok-3": {
|
|
557
|
+
"input": 3,
|
|
558
|
+
"output": 15,
|
|
559
|
+
"cache_read": 0.75
|
|
560
|
+
},
|
|
561
|
+
"grok-3-fast": {
|
|
562
|
+
"input": 5,
|
|
563
|
+
"output": 25,
|
|
564
|
+
"cache_read": 1.25
|
|
565
|
+
},
|
|
566
|
+
"grok-3-fast-latest": {
|
|
567
|
+
"input": 5,
|
|
568
|
+
"output": 25,
|
|
569
|
+
"cache_read": 1.25
|
|
459
570
|
},
|
|
460
|
-
"
|
|
461
|
-
"input":
|
|
571
|
+
"grok-3-latest": {
|
|
572
|
+
"input": 3,
|
|
573
|
+
"output": 15,
|
|
574
|
+
"cache_read": 0.75
|
|
575
|
+
},
|
|
576
|
+
"grok-3-mini": {
|
|
577
|
+
"input": 0.3,
|
|
578
|
+
"output": 0.5,
|
|
579
|
+
"cache_read": 0.075
|
|
580
|
+
},
|
|
581
|
+
"grok-3-mini-fast": {
|
|
582
|
+
"input": 0.6,
|
|
583
|
+
"output": 4,
|
|
584
|
+
"cache_read": 0.15
|
|
585
|
+
},
|
|
586
|
+
"grok-3-mini-fast-latest": {
|
|
587
|
+
"input": 0.6,
|
|
588
|
+
"output": 4,
|
|
589
|
+
"cache_read": 0.15
|
|
590
|
+
},
|
|
591
|
+
"grok-3-mini-latest": {
|
|
592
|
+
"input": 0.3,
|
|
593
|
+
"output": 0.5,
|
|
594
|
+
"cache_read": 0.075
|
|
595
|
+
},
|
|
596
|
+
"grok-4": {
|
|
597
|
+
"input": 3,
|
|
598
|
+
"output": 15,
|
|
599
|
+
"cache_read": 0.75
|
|
600
|
+
},
|
|
601
|
+
"grok-4-1-fast": {
|
|
602
|
+
"input": 0.2,
|
|
603
|
+
"output": 0.5,
|
|
604
|
+
"cache_read": 0.05
|
|
605
|
+
},
|
|
606
|
+
"grok-4-1-fast-non-reasoning": {
|
|
607
|
+
"input": 0.2,
|
|
608
|
+
"output": 0.5,
|
|
609
|
+
"cache_read": 0.05
|
|
610
|
+
},
|
|
611
|
+
"grok-4-fast": {
|
|
612
|
+
"input": 0.2,
|
|
613
|
+
"output": 0.5,
|
|
614
|
+
"cache_read": 0.05
|
|
615
|
+
},
|
|
616
|
+
"grok-4-fast-non-reasoning": {
|
|
617
|
+
"input": 0.2,
|
|
618
|
+
"output": 0.5,
|
|
619
|
+
"cache_read": 0.05
|
|
620
|
+
},
|
|
621
|
+
"grok-beta": {
|
|
622
|
+
"input": 5,
|
|
623
|
+
"output": 15,
|
|
624
|
+
"cache_read": 5
|
|
625
|
+
},
|
|
626
|
+
"grok-code-fast-1": {
|
|
627
|
+
"input": 0.2,
|
|
628
|
+
"output": 1.5,
|
|
629
|
+
"cache_read": 0.02
|
|
630
|
+
},
|
|
631
|
+
"grok-vision-beta": {
|
|
632
|
+
"input": 5,
|
|
633
|
+
"output": 15,
|
|
634
|
+
"cache_read": 5
|
|
462
635
|
}
|
|
463
636
|
},
|
|
464
637
|
"zai": {
|
|
465
638
|
"glm-4.5": {
|
|
466
|
-
"cache_read": 0.11,
|
|
467
|
-
"cache_write": 0,
|
|
468
639
|
"input": 0.6,
|
|
469
|
-
"output": 2.2
|
|
640
|
+
"output": 2.2,
|
|
641
|
+
"cache_read": 0.11,
|
|
642
|
+
"cache_write": 0
|
|
470
643
|
},
|
|
471
644
|
"glm-4.5-air": {
|
|
645
|
+
"input": 0.2,
|
|
646
|
+
"output": 1.1,
|
|
472
647
|
"cache_read": 0.03,
|
|
473
|
-
"cache_write": 0
|
|
474
|
-
"input": 0.15,
|
|
475
|
-
"output": 0.6
|
|
648
|
+
"cache_write": 0
|
|
476
649
|
},
|
|
477
650
|
"glm-4.5-flash": {
|
|
478
|
-
"
|
|
479
|
-
"
|
|
480
|
-
"
|
|
481
|
-
"
|
|
651
|
+
"input": 0,
|
|
652
|
+
"output": 0,
|
|
653
|
+
"cache_read": 0,
|
|
654
|
+
"cache_write": 0
|
|
482
655
|
},
|
|
483
656
|
"glm-4.5v": {
|
|
484
|
-
"cache_read": 0.11,
|
|
485
|
-
"cache_write": 0,
|
|
486
657
|
"input": 0.6,
|
|
487
|
-
"output":
|
|
658
|
+
"output": 1.8
|
|
488
659
|
},
|
|
489
660
|
"glm-4.6": {
|
|
490
|
-
"cache_read": 0.11,
|
|
491
|
-
"cache_write": 0,
|
|
492
661
|
"input": 0.6,
|
|
493
|
-
"output": 2.2
|
|
662
|
+
"output": 2.2,
|
|
663
|
+
"cache_read": 0.11,
|
|
664
|
+
"cache_write": 0
|
|
494
665
|
},
|
|
495
666
|
"glm-4.6v": {
|
|
496
|
-
"
|
|
497
|
-
"
|
|
498
|
-
"input": 0.6,
|
|
499
|
-
"output": 2.2
|
|
667
|
+
"input": 0.3,
|
|
668
|
+
"output": 0.9
|
|
500
669
|
},
|
|
501
670
|
"glm-4.7": {
|
|
502
|
-
"cache_read": 0.11,
|
|
503
|
-
"cache_write": 0,
|
|
504
671
|
"input": 0.6,
|
|
505
|
-
"output": 2.2
|
|
672
|
+
"output": 2.2,
|
|
673
|
+
"cache_read": 0.11,
|
|
674
|
+
"cache_write": 0
|
|
675
|
+
},
|
|
676
|
+
"glm-4.7-flash": {
|
|
677
|
+
"input": 0,
|
|
678
|
+
"output": 0,
|
|
679
|
+
"cache_read": 0,
|
|
680
|
+
"cache_write": 0
|
|
681
|
+
},
|
|
682
|
+
"glm-5": {
|
|
683
|
+
"input": 1,
|
|
684
|
+
"output": 3.2,
|
|
685
|
+
"cache_read": 0.2,
|
|
686
|
+
"cache_write": 0
|
|
506
687
|
}
|
|
507
688
|
}
|
|
508
689
|
}
|