@agi-cli/sdk 0.1.103 → 0.1.104
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 +1 -1
- package/src/providers/src/catalog.ts +85 -8
package/package.json
CHANGED
|
@@ -1276,7 +1276,32 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
1276
1276
|
cost: {
|
|
1277
1277
|
input: 5,
|
|
1278
1278
|
output: 25,
|
|
1279
|
-
cacheRead:
|
|
1279
|
+
cacheRead: 0.5,
|
|
1280
|
+
},
|
|
1281
|
+
limit: {
|
|
1282
|
+
context: 200000,
|
|
1283
|
+
output: 64000,
|
|
1284
|
+
},
|
|
1285
|
+
},
|
|
1286
|
+
{
|
|
1287
|
+
id: 'claude-opus-4-5-20251101',
|
|
1288
|
+
label: 'Claude Opus 4.5',
|
|
1289
|
+
modalities: {
|
|
1290
|
+
input: ['text', 'image'],
|
|
1291
|
+
output: ['text'],
|
|
1292
|
+
},
|
|
1293
|
+
toolCall: true,
|
|
1294
|
+
reasoning: true,
|
|
1295
|
+
attachment: true,
|
|
1296
|
+
temperature: true,
|
|
1297
|
+
knowledge: '2025-03-31',
|
|
1298
|
+
releaseDate: '2025-11-01',
|
|
1299
|
+
lastUpdated: '2025-11-01',
|
|
1300
|
+
openWeights: false,
|
|
1301
|
+
cost: {
|
|
1302
|
+
input: 5,
|
|
1303
|
+
output: 25,
|
|
1304
|
+
cacheRead: 0.5,
|
|
1280
1305
|
},
|
|
1281
1306
|
limit: {
|
|
1282
1307
|
context: 200000,
|
|
@@ -2145,6 +2170,31 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
2145
2170
|
output: 32000,
|
|
2146
2171
|
},
|
|
2147
2172
|
},
|
|
2173
|
+
{
|
|
2174
|
+
id: 'anthropic/claude-opus-4.5',
|
|
2175
|
+
label: 'Claude Opus 4.5',
|
|
2176
|
+
modalities: {
|
|
2177
|
+
input: ['text', 'image'],
|
|
2178
|
+
output: ['text'],
|
|
2179
|
+
},
|
|
2180
|
+
toolCall: true,
|
|
2181
|
+
reasoning: true,
|
|
2182
|
+
attachment: true,
|
|
2183
|
+
temperature: true,
|
|
2184
|
+
knowledge: '2025-05-30',
|
|
2185
|
+
releaseDate: '2025-11-24',
|
|
2186
|
+
lastUpdated: '2025-11-24',
|
|
2187
|
+
openWeights: false,
|
|
2188
|
+
cost: {
|
|
2189
|
+
input: 5,
|
|
2190
|
+
output: 25,
|
|
2191
|
+
cacheRead: 0.5,
|
|
2192
|
+
},
|
|
2193
|
+
limit: {
|
|
2194
|
+
context: 200000,
|
|
2195
|
+
output: 32000,
|
|
2196
|
+
},
|
|
2197
|
+
},
|
|
2148
2198
|
{
|
|
2149
2199
|
id: 'anthropic/claude-sonnet-4',
|
|
2150
2200
|
label: 'Claude Sonnet 4',
|
|
@@ -4425,6 +4475,30 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
4425
4475
|
output: 66536,
|
|
4426
4476
|
},
|
|
4427
4477
|
},
|
|
4478
|
+
{
|
|
4479
|
+
id: 'qwen/qwen3-coder-flash',
|
|
4480
|
+
label: 'Qwen3 Coder Flash',
|
|
4481
|
+
modalities: {
|
|
4482
|
+
input: ['text'],
|
|
4483
|
+
output: ['text'],
|
|
4484
|
+
},
|
|
4485
|
+
toolCall: true,
|
|
4486
|
+
reasoning: false,
|
|
4487
|
+
attachment: false,
|
|
4488
|
+
temperature: true,
|
|
4489
|
+
knowledge: '2025-04',
|
|
4490
|
+
releaseDate: '2025-07-23',
|
|
4491
|
+
lastUpdated: '2025-07-23',
|
|
4492
|
+
openWeights: false,
|
|
4493
|
+
cost: {
|
|
4494
|
+
input: 0.3,
|
|
4495
|
+
output: 1.5,
|
|
4496
|
+
},
|
|
4497
|
+
limit: {
|
|
4498
|
+
context: 128000,
|
|
4499
|
+
output: 66536,
|
|
4500
|
+
},
|
|
4501
|
+
},
|
|
4428
4502
|
{
|
|
4429
4503
|
id: 'qwen/qwen3-coder:exacto',
|
|
4430
4504
|
label: 'Qwen3 Coder (exacto)',
|
|
@@ -5050,7 +5124,7 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5050
5124
|
},
|
|
5051
5125
|
{
|
|
5052
5126
|
id: 'alpha-gd4',
|
|
5053
|
-
label: '
|
|
5127
|
+
label: 'Alpha GD4',
|
|
5054
5128
|
modalities: {
|
|
5055
5129
|
input: ['text'],
|
|
5056
5130
|
output: ['text'],
|
|
@@ -5069,8 +5143,11 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5069
5143
|
cacheRead: 0.15,
|
|
5070
5144
|
},
|
|
5071
5145
|
limit: {
|
|
5072
|
-
context:
|
|
5073
|
-
output:
|
|
5146
|
+
context: 262144,
|
|
5147
|
+
output: 32768,
|
|
5148
|
+
},
|
|
5149
|
+
provider: {
|
|
5150
|
+
npm: '@ai-sdk/anthropic',
|
|
5074
5151
|
},
|
|
5075
5152
|
},
|
|
5076
5153
|
{
|
|
@@ -5526,9 +5603,9 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5526
5603
|
lastUpdated: '2025-09-05',
|
|
5527
5604
|
openWeights: true,
|
|
5528
5605
|
cost: {
|
|
5529
|
-
input: 0.
|
|
5606
|
+
input: 0.4,
|
|
5530
5607
|
output: 2.5,
|
|
5531
|
-
cacheRead: 0.
|
|
5608
|
+
cacheRead: 0.4,
|
|
5532
5609
|
},
|
|
5533
5610
|
limit: {
|
|
5534
5611
|
context: 262144,
|
|
@@ -5551,9 +5628,9 @@ export const catalog: Partial<Record<ProviderId, ProviderCatalogEntry>> = {
|
|
|
5551
5628
|
lastUpdated: '2025-09-05',
|
|
5552
5629
|
openWeights: true,
|
|
5553
5630
|
cost: {
|
|
5554
|
-
input: 0.
|
|
5631
|
+
input: 0.4,
|
|
5555
5632
|
output: 2.5,
|
|
5556
|
-
cacheRead: 0.
|
|
5633
|
+
cacheRead: 0.4,
|
|
5557
5634
|
},
|
|
5558
5635
|
limit: {
|
|
5559
5636
|
context: 262144,
|