@agi-cli/sdk 0.1.87 → 0.1.88
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 +184 -6
package/package.json
CHANGED
|
@@ -862,6 +862,31 @@ export const catalog: Record<ProviderId, ProviderCatalogEntry> = {
|
|
|
862
862
|
output: 4096,
|
|
863
863
|
},
|
|
864
864
|
},
|
|
865
|
+
{
|
|
866
|
+
id: 'claude-haiku-4-5-20251001',
|
|
867
|
+
label: 'Claude Haiku 4.5',
|
|
868
|
+
modalities: {
|
|
869
|
+
input: ['text', 'image'],
|
|
870
|
+
output: ['text'],
|
|
871
|
+
},
|
|
872
|
+
toolCall: true,
|
|
873
|
+
reasoning: true,
|
|
874
|
+
attachment: true,
|
|
875
|
+
temperature: true,
|
|
876
|
+
knowledge: '2025-02-31',
|
|
877
|
+
releaseDate: '2025-10-15',
|
|
878
|
+
lastUpdated: '2025-10-15',
|
|
879
|
+
openWeights: false,
|
|
880
|
+
cost: {
|
|
881
|
+
input: 1,
|
|
882
|
+
output: 5,
|
|
883
|
+
cacheRead: 0.1,
|
|
884
|
+
},
|
|
885
|
+
limit: {
|
|
886
|
+
context: 200000,
|
|
887
|
+
output: 64000,
|
|
888
|
+
},
|
|
889
|
+
},
|
|
865
890
|
{
|
|
866
891
|
id: 'claude-opus-4-1-20250805',
|
|
867
892
|
label: 'Claude Opus 4.1',
|
|
@@ -1311,9 +1336,9 @@ export const catalog: Record<ProviderId, ProviderCatalogEntry> = {
|
|
|
1311
1336
|
lastUpdated: '2025-09-25',
|
|
1312
1337
|
openWeights: false,
|
|
1313
1338
|
cost: {
|
|
1314
|
-
input: 0.
|
|
1315
|
-
output:
|
|
1316
|
-
cacheRead: 0.
|
|
1339
|
+
input: 0.3,
|
|
1340
|
+
output: 2.5,
|
|
1341
|
+
cacheRead: 0.075,
|
|
1317
1342
|
},
|
|
1318
1343
|
limit: {
|
|
1319
1344
|
context: 1048576,
|
|
@@ -1459,9 +1484,9 @@ export const catalog: Record<ProviderId, ProviderCatalogEntry> = {
|
|
|
1459
1484
|
lastUpdated: '2025-09-25',
|
|
1460
1485
|
openWeights: false,
|
|
1461
1486
|
cost: {
|
|
1462
|
-
input: 0.
|
|
1463
|
-
output:
|
|
1464
|
-
cacheRead: 0.
|
|
1487
|
+
input: 0.3,
|
|
1488
|
+
output: 2.5,
|
|
1489
|
+
cacheRead: 0.075,
|
|
1465
1490
|
},
|
|
1466
1491
|
limit: {
|
|
1467
1492
|
context: 1048576,
|
|
@@ -1600,6 +1625,31 @@ export const catalog: Record<ProviderId, ProviderCatalogEntry> = {
|
|
|
1600
1625
|
output: 128000,
|
|
1601
1626
|
},
|
|
1602
1627
|
},
|
|
1628
|
+
{
|
|
1629
|
+
id: 'anthropic/claude-4.5-haiku',
|
|
1630
|
+
label: 'Claude Haiku 4.5',
|
|
1631
|
+
modalities: {
|
|
1632
|
+
input: ['text', 'image'],
|
|
1633
|
+
output: ['text'],
|
|
1634
|
+
},
|
|
1635
|
+
toolCall: true,
|
|
1636
|
+
reasoning: true,
|
|
1637
|
+
attachment: true,
|
|
1638
|
+
temperature: true,
|
|
1639
|
+
knowledge: '2025-02-31',
|
|
1640
|
+
releaseDate: '2025-10-15',
|
|
1641
|
+
lastUpdated: '2025-10-15',
|
|
1642
|
+
openWeights: false,
|
|
1643
|
+
cost: {
|
|
1644
|
+
input: 1,
|
|
1645
|
+
output: 5,
|
|
1646
|
+
cacheRead: 0.1,
|
|
1647
|
+
},
|
|
1648
|
+
limit: {
|
|
1649
|
+
context: 200000,
|
|
1650
|
+
output: 64000,
|
|
1651
|
+
},
|
|
1652
|
+
},
|
|
1603
1653
|
{
|
|
1604
1654
|
id: 'anthropic/claude-opus-4',
|
|
1605
1655
|
label: 'Claude Opus 4',
|
|
@@ -2062,6 +2112,81 @@ export const catalog: Record<ProviderId, ProviderCatalogEntry> = {
|
|
|
2062
2112
|
output: 65536,
|
|
2063
2113
|
},
|
|
2064
2114
|
},
|
|
2115
|
+
{
|
|
2116
|
+
id: 'google/gemini-2.5-flash-lite',
|
|
2117
|
+
label: 'Gemini 2.5 Flash Lite',
|
|
2118
|
+
modalities: {
|
|
2119
|
+
input: ['text', 'image', 'audio', 'video', 'pdf'],
|
|
2120
|
+
output: ['text'],
|
|
2121
|
+
},
|
|
2122
|
+
toolCall: true,
|
|
2123
|
+
reasoning: true,
|
|
2124
|
+
attachment: true,
|
|
2125
|
+
temperature: true,
|
|
2126
|
+
knowledge: '2025-01',
|
|
2127
|
+
releaseDate: '2025-06-17',
|
|
2128
|
+
lastUpdated: '2025-06-17',
|
|
2129
|
+
openWeights: false,
|
|
2130
|
+
cost: {
|
|
2131
|
+
input: 0.1,
|
|
2132
|
+
output: 0.4,
|
|
2133
|
+
cacheRead: 0.025,
|
|
2134
|
+
},
|
|
2135
|
+
limit: {
|
|
2136
|
+
context: 1048576,
|
|
2137
|
+
output: 65536,
|
|
2138
|
+
},
|
|
2139
|
+
},
|
|
2140
|
+
{
|
|
2141
|
+
id: 'google/gemini-2.5-flash-lite-preview-09-2025',
|
|
2142
|
+
label: 'Gemini 2.5 Flash Lite Preview 09-25',
|
|
2143
|
+
modalities: {
|
|
2144
|
+
input: ['text', 'image', 'audio', 'video', 'pdf'],
|
|
2145
|
+
output: ['text'],
|
|
2146
|
+
},
|
|
2147
|
+
toolCall: true,
|
|
2148
|
+
reasoning: true,
|
|
2149
|
+
attachment: true,
|
|
2150
|
+
temperature: true,
|
|
2151
|
+
knowledge: '2025-01',
|
|
2152
|
+
releaseDate: '2025-09-25',
|
|
2153
|
+
lastUpdated: '2025-09-25',
|
|
2154
|
+
openWeights: false,
|
|
2155
|
+
cost: {
|
|
2156
|
+
input: 0.1,
|
|
2157
|
+
output: 0.4,
|
|
2158
|
+
cacheRead: 0.025,
|
|
2159
|
+
},
|
|
2160
|
+
limit: {
|
|
2161
|
+
context: 1048576,
|
|
2162
|
+
output: 65536,
|
|
2163
|
+
},
|
|
2164
|
+
},
|
|
2165
|
+
{
|
|
2166
|
+
id: 'google/gemini-2.5-flash-preview-09-2025',
|
|
2167
|
+
label: 'Gemini 2.5 Flash Preview 09-25',
|
|
2168
|
+
modalities: {
|
|
2169
|
+
input: ['text', 'image', 'audio', 'video', 'pdf'],
|
|
2170
|
+
output: ['text'],
|
|
2171
|
+
},
|
|
2172
|
+
toolCall: true,
|
|
2173
|
+
reasoning: true,
|
|
2174
|
+
attachment: true,
|
|
2175
|
+
temperature: true,
|
|
2176
|
+
knowledge: '2025-01',
|
|
2177
|
+
releaseDate: '2025-09-25',
|
|
2178
|
+
lastUpdated: '2025-09-25',
|
|
2179
|
+
openWeights: false,
|
|
2180
|
+
cost: {
|
|
2181
|
+
input: 0.3,
|
|
2182
|
+
output: 2.5,
|
|
2183
|
+
cacheRead: 0.031,
|
|
2184
|
+
},
|
|
2185
|
+
limit: {
|
|
2186
|
+
context: 1048576,
|
|
2187
|
+
output: 65536,
|
|
2188
|
+
},
|
|
2189
|
+
},
|
|
2065
2190
|
{
|
|
2066
2191
|
id: 'google/gemini-2.5-pro',
|
|
2067
2192
|
label: 'Gemini 2.5 Pro',
|
|
@@ -2957,6 +3082,31 @@ export const catalog: Record<ProviderId, ProviderCatalogEntry> = {
|
|
|
2957
3082
|
output: 128000,
|
|
2958
3083
|
},
|
|
2959
3084
|
},
|
|
3085
|
+
{
|
|
3086
|
+
id: 'openai/gpt-5-image',
|
|
3087
|
+
label: 'GPT-5 Image',
|
|
3088
|
+
modalities: {
|
|
3089
|
+
input: ['text', 'image', 'pdf'],
|
|
3090
|
+
output: ['text', 'image'],
|
|
3091
|
+
},
|
|
3092
|
+
toolCall: true,
|
|
3093
|
+
reasoning: true,
|
|
3094
|
+
attachment: true,
|
|
3095
|
+
temperature: true,
|
|
3096
|
+
knowledge: '2024-10-01',
|
|
3097
|
+
releaseDate: '2025-10-14',
|
|
3098
|
+
lastUpdated: '2025-10-14',
|
|
3099
|
+
openWeights: false,
|
|
3100
|
+
cost: {
|
|
3101
|
+
input: 5,
|
|
3102
|
+
output: 10,
|
|
3103
|
+
cacheRead: 1.25,
|
|
3104
|
+
},
|
|
3105
|
+
limit: {
|
|
3106
|
+
context: 400000,
|
|
3107
|
+
output: 128000,
|
|
3108
|
+
},
|
|
3109
|
+
},
|
|
2960
3110
|
{
|
|
2961
3111
|
id: 'openai/gpt-5-mini',
|
|
2962
3112
|
label: 'GPT-5 Mini',
|
|
@@ -4152,6 +4302,34 @@ export const catalog: Record<ProviderId, ProviderCatalogEntry> = {
|
|
|
4152
4302
|
npm: '@ai-sdk/anthropic',
|
|
4153
4303
|
},
|
|
4154
4304
|
},
|
|
4305
|
+
{
|
|
4306
|
+
id: 'claude-haiku-4-5',
|
|
4307
|
+
label: 'Claude Haiku 4.5',
|
|
4308
|
+
modalities: {
|
|
4309
|
+
input: ['text', 'image'],
|
|
4310
|
+
output: ['text'],
|
|
4311
|
+
},
|
|
4312
|
+
toolCall: true,
|
|
4313
|
+
reasoning: true,
|
|
4314
|
+
attachment: true,
|
|
4315
|
+
temperature: true,
|
|
4316
|
+
knowledge: '2025-02-31',
|
|
4317
|
+
releaseDate: '2025-10-15',
|
|
4318
|
+
lastUpdated: '2025-10-15',
|
|
4319
|
+
openWeights: false,
|
|
4320
|
+
cost: {
|
|
4321
|
+
input: 1,
|
|
4322
|
+
output: 1.25,
|
|
4323
|
+
cacheRead: 0.1,
|
|
4324
|
+
},
|
|
4325
|
+
limit: {
|
|
4326
|
+
context: 200000,
|
|
4327
|
+
output: 64000,
|
|
4328
|
+
},
|
|
4329
|
+
provider: {
|
|
4330
|
+
npm: '@ai-sdk/anthropic',
|
|
4331
|
+
},
|
|
4332
|
+
},
|
|
4155
4333
|
{
|
|
4156
4334
|
id: 'claude-opus-4-1',
|
|
4157
4335
|
label: 'Claude Opus 4.1',
|