@dexto/core 1.1.8 → 1.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/dist/llm/registry.cjs +15 -1
- package/dist/llm/registry.js +15 -1
- package/package.json +1 -1
package/dist/llm/registry.cjs
CHANGED
|
@@ -285,11 +285,25 @@ const LLM_REGISTRY = {
|
|
|
285
285
|
unit: "per_million_tokens"
|
|
286
286
|
}
|
|
287
287
|
},
|
|
288
|
+
{
|
|
289
|
+
name: "claude-sonnet-4-5-20250929",
|
|
290
|
+
displayName: "Claude 4.5 Sonnet",
|
|
291
|
+
maxInputTokens: 2e5,
|
|
292
|
+
default: true,
|
|
293
|
+
supportedFileTypes: ["pdf", "image"],
|
|
294
|
+
pricing: {
|
|
295
|
+
inputPerM: 3,
|
|
296
|
+
outputPerM: 15,
|
|
297
|
+
cacheWritePerM: 3.75,
|
|
298
|
+
cacheReadPerM: 0.3,
|
|
299
|
+
currency: "USD",
|
|
300
|
+
unit: "per_million_tokens"
|
|
301
|
+
}
|
|
302
|
+
},
|
|
288
303
|
{
|
|
289
304
|
name: "claude-4-sonnet-20250514",
|
|
290
305
|
displayName: "Claude 4 Sonnet",
|
|
291
306
|
maxInputTokens: 2e5,
|
|
292
|
-
default: true,
|
|
293
307
|
supportedFileTypes: ["pdf", "image"],
|
|
294
308
|
pricing: {
|
|
295
309
|
inputPerM: 3,
|
package/dist/llm/registry.js
CHANGED
|
@@ -243,11 +243,25 @@ const LLM_REGISTRY = {
|
|
|
243
243
|
unit: "per_million_tokens"
|
|
244
244
|
}
|
|
245
245
|
},
|
|
246
|
+
{
|
|
247
|
+
name: "claude-sonnet-4-5-20250929",
|
|
248
|
+
displayName: "Claude 4.5 Sonnet",
|
|
249
|
+
maxInputTokens: 2e5,
|
|
250
|
+
default: true,
|
|
251
|
+
supportedFileTypes: ["pdf", "image"],
|
|
252
|
+
pricing: {
|
|
253
|
+
inputPerM: 3,
|
|
254
|
+
outputPerM: 15,
|
|
255
|
+
cacheWritePerM: 3.75,
|
|
256
|
+
cacheReadPerM: 0.3,
|
|
257
|
+
currency: "USD",
|
|
258
|
+
unit: "per_million_tokens"
|
|
259
|
+
}
|
|
260
|
+
},
|
|
246
261
|
{
|
|
247
262
|
name: "claude-4-sonnet-20250514",
|
|
248
263
|
displayName: "Claude 4 Sonnet",
|
|
249
264
|
maxInputTokens: 2e5,
|
|
250
|
-
default: true,
|
|
251
265
|
supportedFileTypes: ["pdf", "image"],
|
|
252
266
|
pricing: {
|
|
253
267
|
inputPerM: 3,
|