@outputai/llm 0.13.1-next.a28b894.0 → 0.14.0
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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@outputai/llm",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.14.0",
|
|
4
4
|
"description": "Framework abstraction to interact with LLM models",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "src/index.js",
|
|
@@ -22,7 +22,7 @@
|
|
|
22
22
|
"gray-matter": "4.0.3",
|
|
23
23
|
"liquidjs": "10.27.2",
|
|
24
24
|
"undici": "8.9.0",
|
|
25
|
-
"@outputai/core": "0.
|
|
25
|
+
"@outputai/core": "0.14.0"
|
|
26
26
|
},
|
|
27
27
|
"devDependencies": {
|
|
28
28
|
"@ai-sdk/amazon-bedrock": "5.0.57",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"_meta": {
|
|
3
|
-
"createdAt": "2026-09-
|
|
3
|
+
"createdAt": "2026-09-21T06:25:19.707Z"
|
|
4
4
|
},
|
|
5
5
|
"amazon-bedrock": {
|
|
6
6
|
"models": {
|
|
@@ -78,10 +78,10 @@
|
|
|
78
78
|
},
|
|
79
79
|
"anthropic.claude-opus-4-6-v1": {
|
|
80
80
|
"cost": {
|
|
81
|
-
"input": 5,
|
|
82
|
-
"output":
|
|
83
|
-
"cache_read": 0.
|
|
84
|
-
"cache_write": 6.
|
|
81
|
+
"input": 5.5,
|
|
82
|
+
"output": 27.5,
|
|
83
|
+
"cache_read": 0.55,
|
|
84
|
+
"cache_write": 6.875
|
|
85
85
|
}
|
|
86
86
|
},
|
|
87
87
|
"anthropic.claude-opus-4-7": {
|
|
@@ -118,10 +118,10 @@
|
|
|
118
118
|
},
|
|
119
119
|
"anthropic.claude-sonnet-4-6": {
|
|
120
120
|
"cost": {
|
|
121
|
-
"input": 3,
|
|
122
|
-
"output":
|
|
123
|
-
"cache_read": 0.
|
|
124
|
-
"cache_write":
|
|
121
|
+
"input": 3.3,
|
|
122
|
+
"output": 16.5,
|
|
123
|
+
"cache_read": 0.33,
|
|
124
|
+
"cache_write": 4.125
|
|
125
125
|
}
|
|
126
126
|
},
|
|
127
127
|
"anthropic.claude-sonnet-5": {
|
|
@@ -156,20 +156,28 @@
|
|
|
156
156
|
"cache_write": 0.84
|
|
157
157
|
}
|
|
158
158
|
},
|
|
159
|
+
"apac.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
160
|
+
"cost": {
|
|
161
|
+
"input": 3,
|
|
162
|
+
"output": 15,
|
|
163
|
+
"cache_read": 0.3,
|
|
164
|
+
"cache_write": 3.75
|
|
165
|
+
}
|
|
166
|
+
},
|
|
159
167
|
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
160
168
|
"cost": {
|
|
161
|
-
"input": 1,
|
|
162
|
-
"output": 5,
|
|
163
|
-
"cache_read": 0.
|
|
164
|
-
"cache_write": 1.
|
|
169
|
+
"input": 1.1,
|
|
170
|
+
"output": 5.5,
|
|
171
|
+
"cache_read": 0.11,
|
|
172
|
+
"cache_write": 1.375
|
|
165
173
|
}
|
|
166
174
|
},
|
|
167
175
|
"au.anthropic.claude-opus-4-6-v1": {
|
|
168
176
|
"cost": {
|
|
169
|
-
"input":
|
|
170
|
-
"output":
|
|
171
|
-
"cache_read":
|
|
172
|
-
"cache_write":
|
|
177
|
+
"input": 5.5,
|
|
178
|
+
"output": 27.5,
|
|
179
|
+
"cache_read": 0.55,
|
|
180
|
+
"cache_write": 6.875
|
|
173
181
|
}
|
|
174
182
|
},
|
|
175
183
|
"au.anthropic.claude-opus-4-7": {
|
|
@@ -182,26 +190,26 @@
|
|
|
182
190
|
},
|
|
183
191
|
"au.anthropic.claude-opus-4-8": {
|
|
184
192
|
"cost": {
|
|
185
|
-
"input": 5,
|
|
186
|
-
"output":
|
|
187
|
-
"cache_read": 0.
|
|
188
|
-
"cache_write": 6.
|
|
193
|
+
"input": 5.5,
|
|
194
|
+
"output": 27.5,
|
|
195
|
+
"cache_read": 0.55,
|
|
196
|
+
"cache_write": 6.875
|
|
189
197
|
}
|
|
190
198
|
},
|
|
191
199
|
"au.anthropic.claude-opus-5": {
|
|
192
200
|
"cost": {
|
|
193
|
-
"input": 5,
|
|
194
|
-
"output":
|
|
195
|
-
"cache_read": 0.
|
|
196
|
-
"cache_write": 6.
|
|
201
|
+
"input": 5.5,
|
|
202
|
+
"output": 27.5,
|
|
203
|
+
"cache_read": 0.55,
|
|
204
|
+
"cache_write": 6.875
|
|
197
205
|
}
|
|
198
206
|
},
|
|
199
207
|
"au.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
200
208
|
"cost": {
|
|
201
|
-
"input": 3,
|
|
202
|
-
"output":
|
|
203
|
-
"cache_read": 0.
|
|
204
|
-
"cache_write":
|
|
209
|
+
"input": 3.3,
|
|
210
|
+
"output": 16.5,
|
|
211
|
+
"cache_read": 0.33,
|
|
212
|
+
"cache_write": 4.125
|
|
205
213
|
}
|
|
206
214
|
},
|
|
207
215
|
"au.anthropic.claude-sonnet-4-6": {
|
|
@@ -214,10 +222,10 @@
|
|
|
214
222
|
},
|
|
215
223
|
"au.anthropic.claude-sonnet-5": {
|
|
216
224
|
"cost": {
|
|
217
|
-
"input": 2,
|
|
218
|
-
"output":
|
|
219
|
-
"cache_read": 0.
|
|
220
|
-
"cache_write": 2.
|
|
225
|
+
"input": 2.2,
|
|
226
|
+
"output": 11,
|
|
227
|
+
"cache_read": 0.22,
|
|
228
|
+
"cache_write": 2.75
|
|
221
229
|
}
|
|
222
230
|
},
|
|
223
231
|
"ca.amazon.nova-lite-v1:0": {
|
|
@@ -334,6 +342,14 @@
|
|
|
334
342
|
"cache_write": 6.875
|
|
335
343
|
}
|
|
336
344
|
},
|
|
345
|
+
"eu.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
346
|
+
"cost": {
|
|
347
|
+
"input": 3,
|
|
348
|
+
"output": 15,
|
|
349
|
+
"cache_read": 0.3,
|
|
350
|
+
"cache_write": 3.75
|
|
351
|
+
}
|
|
352
|
+
},
|
|
337
353
|
"eu.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
338
354
|
"cost": {
|
|
339
355
|
"input": 3.3,
|
|
@@ -436,6 +452,14 @@
|
|
|
436
452
|
"cache_write": 6.25
|
|
437
453
|
}
|
|
438
454
|
},
|
|
455
|
+
"global.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
456
|
+
"cost": {
|
|
457
|
+
"input": 3,
|
|
458
|
+
"output": 15,
|
|
459
|
+
"cache_read": 0.3,
|
|
460
|
+
"cache_write": 3.75
|
|
461
|
+
}
|
|
462
|
+
},
|
|
439
463
|
"global.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
440
464
|
"cost": {
|
|
441
465
|
"input": 3,
|
|
@@ -669,58 +693,58 @@
|
|
|
669
693
|
},
|
|
670
694
|
"jp.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
671
695
|
"cost": {
|
|
672
|
-
"input": 1,
|
|
673
|
-
"output": 5,
|
|
674
|
-
"cache_read": 0.
|
|
675
|
-
"cache_write": 1.
|
|
696
|
+
"input": 1.1,
|
|
697
|
+
"output": 5.5,
|
|
698
|
+
"cache_read": 0.11,
|
|
699
|
+
"cache_write": 1.375
|
|
676
700
|
}
|
|
677
701
|
},
|
|
678
702
|
"jp.anthropic.claude-opus-4-7": {
|
|
679
703
|
"cost": {
|
|
680
|
-
"input": 5,
|
|
681
|
-
"output":
|
|
682
|
-
"cache_read": 0.
|
|
683
|
-
"cache_write": 6.
|
|
704
|
+
"input": 5.5,
|
|
705
|
+
"output": 27.5,
|
|
706
|
+
"cache_read": 0.55,
|
|
707
|
+
"cache_write": 6.875
|
|
684
708
|
}
|
|
685
709
|
},
|
|
686
710
|
"jp.anthropic.claude-opus-4-8": {
|
|
687
711
|
"cost": {
|
|
688
|
-
"input": 5,
|
|
689
|
-
"output":
|
|
690
|
-
"cache_read": 0.
|
|
691
|
-
"cache_write": 6.
|
|
712
|
+
"input": 5.5,
|
|
713
|
+
"output": 27.5,
|
|
714
|
+
"cache_read": 0.55,
|
|
715
|
+
"cache_write": 6.875
|
|
692
716
|
}
|
|
693
717
|
},
|
|
694
718
|
"jp.anthropic.claude-opus-5": {
|
|
695
719
|
"cost": {
|
|
696
|
-
"input": 5,
|
|
697
|
-
"output":
|
|
698
|
-
"cache_read": 0.
|
|
699
|
-
"cache_write": 6.
|
|
720
|
+
"input": 5.5,
|
|
721
|
+
"output": 27.5,
|
|
722
|
+
"cache_read": 0.55,
|
|
723
|
+
"cache_write": 6.875
|
|
700
724
|
}
|
|
701
725
|
},
|
|
702
726
|
"jp.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
703
727
|
"cost": {
|
|
704
|
-
"input": 3,
|
|
705
|
-
"output":
|
|
706
|
-
"cache_read": 0.
|
|
707
|
-
"cache_write":
|
|
728
|
+
"input": 3.3,
|
|
729
|
+
"output": 16.5,
|
|
730
|
+
"cache_read": 0.33,
|
|
731
|
+
"cache_write": 4.125
|
|
708
732
|
}
|
|
709
733
|
},
|
|
710
734
|
"jp.anthropic.claude-sonnet-4-6": {
|
|
711
735
|
"cost": {
|
|
712
|
-
"input": 3,
|
|
713
|
-
"output":
|
|
714
|
-
"cache_read": 0.
|
|
715
|
-
"cache_write":
|
|
736
|
+
"input": 3.3,
|
|
737
|
+
"output": 16.5,
|
|
738
|
+
"cache_read": 0.33,
|
|
739
|
+
"cache_write": 4.125
|
|
716
740
|
}
|
|
717
741
|
},
|
|
718
742
|
"jp.anthropic.claude-sonnet-5": {
|
|
719
743
|
"cost": {
|
|
720
|
-
"input": 2,
|
|
721
|
-
"output":
|
|
722
|
-
"cache_read": 0.
|
|
723
|
-
"cache_write": 2.
|
|
744
|
+
"input": 2.2,
|
|
745
|
+
"output": 11,
|
|
746
|
+
"cache_read": 0.22,
|
|
747
|
+
"cache_write": 2.75
|
|
724
748
|
}
|
|
725
749
|
},
|
|
726
750
|
"meta.llama3-1-70b-instruct-v1:0": {
|
|
@@ -1111,10 +1135,10 @@
|
|
|
1111
1135
|
},
|
|
1112
1136
|
"us.anthropic.claude-fable-5": {
|
|
1113
1137
|
"cost": {
|
|
1114
|
-
"input":
|
|
1115
|
-
"output":
|
|
1116
|
-
"cache_read": 1,
|
|
1117
|
-
"cache_write":
|
|
1138
|
+
"input": 11,
|
|
1139
|
+
"output": 55,
|
|
1140
|
+
"cache_read": 1.1,
|
|
1141
|
+
"cache_write": 13.75
|
|
1118
1142
|
}
|
|
1119
1143
|
},
|
|
1120
1144
|
"us.anthropic.claude-fable-5-1": {
|
|
@@ -1127,10 +1151,10 @@
|
|
|
1127
1151
|
},
|
|
1128
1152
|
"us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1129
1153
|
"cost": {
|
|
1130
|
-
"input": 1,
|
|
1131
|
-
"output": 5,
|
|
1132
|
-
"cache_read": 0.
|
|
1133
|
-
"cache_write": 1.
|
|
1154
|
+
"input": 1.1,
|
|
1155
|
+
"output": 5.5,
|
|
1156
|
+
"cache_read": 0.11,
|
|
1157
|
+
"cache_write": 1.375
|
|
1134
1158
|
}
|
|
1135
1159
|
},
|
|
1136
1160
|
"us.anthropic.claude-opus-4-1-20250805-v1:0": {
|
|
@@ -1143,45 +1167,45 @@
|
|
|
1143
1167
|
},
|
|
1144
1168
|
"us.anthropic.claude-opus-4-5-20251101-v1:0": {
|
|
1145
1169
|
"cost": {
|
|
1146
|
-
"input": 5,
|
|
1147
|
-
"output":
|
|
1148
|
-
"cache_read": 0.
|
|
1149
|
-
"cache_write": 6.
|
|
1170
|
+
"input": 5.5,
|
|
1171
|
+
"output": 27.5,
|
|
1172
|
+
"cache_read": 0.55,
|
|
1173
|
+
"cache_write": 6.875
|
|
1150
1174
|
}
|
|
1151
1175
|
},
|
|
1152
1176
|
"us.anthropic.claude-opus-4-6-v1": {
|
|
1153
1177
|
"cost": {
|
|
1154
|
-
"input": 5,
|
|
1155
|
-
"output":
|
|
1156
|
-
"cache_read": 0.
|
|
1157
|
-
"cache_write": 6.
|
|
1178
|
+
"input": 5.5,
|
|
1179
|
+
"output": 27.5,
|
|
1180
|
+
"cache_read": 0.55,
|
|
1181
|
+
"cache_write": 6.875
|
|
1158
1182
|
}
|
|
1159
1183
|
},
|
|
1160
1184
|
"us.anthropic.claude-opus-4-7": {
|
|
1161
1185
|
"cost": {
|
|
1162
|
-
"input": 5,
|
|
1163
|
-
"output":
|
|
1164
|
-
"cache_read": 0.
|
|
1165
|
-
"cache_write": 6.
|
|
1186
|
+
"input": 5.5,
|
|
1187
|
+
"output": 27.5,
|
|
1188
|
+
"cache_read": 0.55,
|
|
1189
|
+
"cache_write": 6.875
|
|
1166
1190
|
}
|
|
1167
1191
|
},
|
|
1168
1192
|
"us.anthropic.claude-opus-4-8": {
|
|
1169
1193
|
"cost": {
|
|
1170
|
-
"input": 5,
|
|
1171
|
-
"output":
|
|
1172
|
-
"cache_read": 0.
|
|
1173
|
-
"cache_write": 6.
|
|
1194
|
+
"input": 5.5,
|
|
1195
|
+
"output": 27.5,
|
|
1196
|
+
"cache_read": 0.55,
|
|
1197
|
+
"cache_write": 6.875
|
|
1174
1198
|
}
|
|
1175
1199
|
},
|
|
1176
1200
|
"us.anthropic.claude-opus-5": {
|
|
1177
1201
|
"cost": {
|
|
1178
|
-
"input": 5,
|
|
1179
|
-
"output":
|
|
1180
|
-
"cache_read": 0.
|
|
1181
|
-
"cache_write": 6.
|
|
1202
|
+
"input": 5.5,
|
|
1203
|
+
"output": 27.5,
|
|
1204
|
+
"cache_read": 0.55,
|
|
1205
|
+
"cache_write": 6.875
|
|
1182
1206
|
}
|
|
1183
1207
|
},
|
|
1184
|
-
"us.anthropic.claude-sonnet-4-
|
|
1208
|
+
"us.anthropic.claude-sonnet-4-20250514-v1:0": {
|
|
1185
1209
|
"cost": {
|
|
1186
1210
|
"input": 3,
|
|
1187
1211
|
"output": 15,
|
|
@@ -1189,20 +1213,28 @@
|
|
|
1189
1213
|
"cache_write": 3.75
|
|
1190
1214
|
}
|
|
1191
1215
|
},
|
|
1216
|
+
"us.anthropic.claude-sonnet-4-5-20250929-v1:0": {
|
|
1217
|
+
"cost": {
|
|
1218
|
+
"input": 3.3,
|
|
1219
|
+
"output": 16.5,
|
|
1220
|
+
"cache_read": 0.33,
|
|
1221
|
+
"cache_write": 4.125
|
|
1222
|
+
}
|
|
1223
|
+
},
|
|
1192
1224
|
"us.anthropic.claude-sonnet-4-6": {
|
|
1193
1225
|
"cost": {
|
|
1194
|
-
"input": 3,
|
|
1195
|
-
"output":
|
|
1196
|
-
"cache_read": 0.
|
|
1197
|
-
"cache_write":
|
|
1226
|
+
"input": 3.3,
|
|
1227
|
+
"output": 16.5,
|
|
1228
|
+
"cache_read": 0.33,
|
|
1229
|
+
"cache_write": 4.125
|
|
1198
1230
|
}
|
|
1199
1231
|
},
|
|
1200
1232
|
"us.anthropic.claude-sonnet-5": {
|
|
1201
1233
|
"cost": {
|
|
1202
|
-
"input": 2,
|
|
1203
|
-
"output":
|
|
1204
|
-
"cache_read": 0.
|
|
1205
|
-
"cache_write": 2.
|
|
1234
|
+
"input": 2.2,
|
|
1235
|
+
"output": 11,
|
|
1236
|
+
"cache_read": 0.22,
|
|
1237
|
+
"cache_write": 2.75
|
|
1206
1238
|
}
|
|
1207
1239
|
},
|
|
1208
1240
|
"us.deepseek.r1-v1:0": {
|
|
@@ -2101,6 +2133,20 @@
|
|
|
2101
2133
|
"cache_read": 1.25
|
|
2102
2134
|
}
|
|
2103
2135
|
},
|
|
2136
|
+
"gpt-image-2.5-flare": {
|
|
2137
|
+
"cost": {
|
|
2138
|
+
"input": 5,
|
|
2139
|
+
"output": 30,
|
|
2140
|
+
"cache_read": 1.25
|
|
2141
|
+
}
|
|
2142
|
+
},
|
|
2143
|
+
"gpt-image-2.5-sunburst": {
|
|
2144
|
+
"cost": {
|
|
2145
|
+
"input": 5,
|
|
2146
|
+
"output": 30,
|
|
2147
|
+
"cache_read": 1.25
|
|
2148
|
+
}
|
|
2149
|
+
},
|
|
2104
2150
|
"grok-4-1-fast-non-reasoning": {
|
|
2105
2151
|
"cost": {
|
|
2106
2152
|
"input": 0.2,
|
|
@@ -2832,6 +2878,13 @@
|
|
|
2832
2878
|
"output": 3.2,
|
|
2833
2879
|
"cache_read": 0.1
|
|
2834
2880
|
}
|
|
2881
|
+
},
|
|
2882
|
+
"zai-org/glm-5.2-maas": {
|
|
2883
|
+
"cost": {
|
|
2884
|
+
"input": 1.4,
|
|
2885
|
+
"output": 4.4,
|
|
2886
|
+
"cache_read": 0.14
|
|
2887
|
+
}
|
|
2835
2888
|
}
|
|
2836
2889
|
}
|
|
2837
2890
|
},
|