@asm-agent/ai 0.8.6 → 0.8.8
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/models.generated.d.ts +569 -91
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +597 -191
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +4 -1
- package/dist/providers/openai-completions.js.map +1 -1
- package/package.json +1 -1
|
@@ -90,6 +90,28 @@ export declare const MODELS: {
|
|
|
90
90
|
contextWindow: number;
|
|
91
91
|
maxTokens: number;
|
|
92
92
|
};
|
|
93
|
+
readonly "anthropic.claude-fable-5-1": {
|
|
94
|
+
id: string;
|
|
95
|
+
name: string;
|
|
96
|
+
api: "bedrock-converse-stream";
|
|
97
|
+
provider: string;
|
|
98
|
+
baseUrl: string;
|
|
99
|
+
reasoning: true;
|
|
100
|
+
thinkingLevelMap: {
|
|
101
|
+
off: null;
|
|
102
|
+
xhigh: string;
|
|
103
|
+
max: string;
|
|
104
|
+
};
|
|
105
|
+
input: ("image" | "text")[];
|
|
106
|
+
cost: {
|
|
107
|
+
input: number;
|
|
108
|
+
output: number;
|
|
109
|
+
cacheRead: number;
|
|
110
|
+
cacheWrite: number;
|
|
111
|
+
};
|
|
112
|
+
contextWindow: number;
|
|
113
|
+
maxTokens: number;
|
|
114
|
+
};
|
|
93
115
|
readonly "anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
94
116
|
id: string;
|
|
95
117
|
name: string;
|
|
@@ -689,6 +711,28 @@ export declare const MODELS: {
|
|
|
689
711
|
contextWindow: number;
|
|
690
712
|
maxTokens: number;
|
|
691
713
|
};
|
|
714
|
+
readonly "global.anthropic.claude-fable-5-1": {
|
|
715
|
+
id: string;
|
|
716
|
+
name: string;
|
|
717
|
+
api: "bedrock-converse-stream";
|
|
718
|
+
provider: string;
|
|
719
|
+
baseUrl: string;
|
|
720
|
+
reasoning: true;
|
|
721
|
+
thinkingLevelMap: {
|
|
722
|
+
off: null;
|
|
723
|
+
xhigh: string;
|
|
724
|
+
max: string;
|
|
725
|
+
};
|
|
726
|
+
input: ("image" | "text")[];
|
|
727
|
+
cost: {
|
|
728
|
+
input: number;
|
|
729
|
+
output: number;
|
|
730
|
+
cacheRead: number;
|
|
731
|
+
cacheWrite: number;
|
|
732
|
+
};
|
|
733
|
+
contextWindow: number;
|
|
734
|
+
maxTokens: number;
|
|
735
|
+
};
|
|
692
736
|
readonly "global.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
693
737
|
id: string;
|
|
694
738
|
name: string;
|
|
@@ -1842,6 +1886,28 @@ export declare const MODELS: {
|
|
|
1842
1886
|
contextWindow: number;
|
|
1843
1887
|
maxTokens: number;
|
|
1844
1888
|
};
|
|
1889
|
+
readonly "us.anthropic.claude-fable-5-1": {
|
|
1890
|
+
id: string;
|
|
1891
|
+
name: string;
|
|
1892
|
+
api: "bedrock-converse-stream";
|
|
1893
|
+
provider: string;
|
|
1894
|
+
baseUrl: string;
|
|
1895
|
+
reasoning: true;
|
|
1896
|
+
thinkingLevelMap: {
|
|
1897
|
+
off: null;
|
|
1898
|
+
xhigh: string;
|
|
1899
|
+
max: string;
|
|
1900
|
+
};
|
|
1901
|
+
input: ("image" | "text")[];
|
|
1902
|
+
cost: {
|
|
1903
|
+
input: number;
|
|
1904
|
+
output: number;
|
|
1905
|
+
cacheRead: number;
|
|
1906
|
+
cacheWrite: number;
|
|
1907
|
+
};
|
|
1908
|
+
contextWindow: number;
|
|
1909
|
+
maxTokens: number;
|
|
1910
|
+
};
|
|
1845
1911
|
readonly "us.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
1846
1912
|
id: string;
|
|
1847
1913
|
name: string;
|
|
@@ -2228,6 +2294,28 @@ export declare const MODELS: {
|
|
|
2228
2294
|
contextWindow: number;
|
|
2229
2295
|
maxTokens: number;
|
|
2230
2296
|
};
|
|
2297
|
+
readonly "claude-fable-5-1": {
|
|
2298
|
+
id: string;
|
|
2299
|
+
name: string;
|
|
2300
|
+
api: "anthropic-messages";
|
|
2301
|
+
provider: string;
|
|
2302
|
+
baseUrl: string;
|
|
2303
|
+
reasoning: true;
|
|
2304
|
+
thinkingLevelMap: {
|
|
2305
|
+
off: null;
|
|
2306
|
+
xhigh: string;
|
|
2307
|
+
max: string;
|
|
2308
|
+
};
|
|
2309
|
+
input: ("image" | "text")[];
|
|
2310
|
+
cost: {
|
|
2311
|
+
input: number;
|
|
2312
|
+
output: number;
|
|
2313
|
+
cacheRead: number;
|
|
2314
|
+
cacheWrite: number;
|
|
2315
|
+
};
|
|
2316
|
+
contextWindow: number;
|
|
2317
|
+
maxTokens: number;
|
|
2318
|
+
};
|
|
2231
2319
|
readonly "claude-haiku-4-5": {
|
|
2232
2320
|
id: string;
|
|
2233
2321
|
name: string;
|
|
@@ -4356,6 +4444,23 @@ export declare const MODELS: {
|
|
|
4356
4444
|
contextWindow: number;
|
|
4357
4445
|
maxTokens: number;
|
|
4358
4446
|
};
|
|
4447
|
+
readonly "accounts/fireworks/models/deepseek-v4-flash-vision-exp": {
|
|
4448
|
+
id: string;
|
|
4449
|
+
name: string;
|
|
4450
|
+
api: "anthropic-messages";
|
|
4451
|
+
provider: string;
|
|
4452
|
+
baseUrl: string;
|
|
4453
|
+
reasoning: true;
|
|
4454
|
+
input: ("image" | "text")[];
|
|
4455
|
+
cost: {
|
|
4456
|
+
input: number;
|
|
4457
|
+
output: number;
|
|
4458
|
+
cacheRead: number;
|
|
4459
|
+
cacheWrite: number;
|
|
4460
|
+
};
|
|
4461
|
+
contextWindow: number;
|
|
4462
|
+
maxTokens: number;
|
|
4463
|
+
};
|
|
4359
4464
|
readonly "accounts/fireworks/models/deepseek-v4-pro-0813": {
|
|
4360
4465
|
id: string;
|
|
4361
4466
|
name: string;
|
|
@@ -5814,13 +5919,16 @@ export declare const MODELS: {
|
|
|
5814
5919
|
contextWindow: number;
|
|
5815
5920
|
maxTokens: number;
|
|
5816
5921
|
};
|
|
5817
|
-
readonly "gemini-flash
|
|
5922
|
+
readonly "gemini-3.8-flash": {
|
|
5818
5923
|
id: string;
|
|
5819
5924
|
name: string;
|
|
5820
5925
|
api: "google-generative-ai";
|
|
5821
5926
|
provider: string;
|
|
5822
5927
|
baseUrl: string;
|
|
5823
5928
|
reasoning: true;
|
|
5929
|
+
thinkingLevelMap: {
|
|
5930
|
+
off: null;
|
|
5931
|
+
};
|
|
5824
5932
|
input: ("image" | "text")[];
|
|
5825
5933
|
cost: {
|
|
5826
5934
|
input: number;
|
|
@@ -5831,7 +5939,7 @@ export declare const MODELS: {
|
|
|
5831
5939
|
contextWindow: number;
|
|
5832
5940
|
maxTokens: number;
|
|
5833
5941
|
};
|
|
5834
|
-
readonly "gemini-flash-
|
|
5942
|
+
readonly "gemini-flash-latest": {
|
|
5835
5943
|
id: string;
|
|
5836
5944
|
name: string;
|
|
5837
5945
|
api: "google-generative-ai";
|
|
@@ -5848,7 +5956,7 @@ export declare const MODELS: {
|
|
|
5848
5956
|
contextWindow: number;
|
|
5849
5957
|
maxTokens: number;
|
|
5850
5958
|
};
|
|
5851
|
-
readonly "gemini-
|
|
5959
|
+
readonly "gemini-flash-lite-latest": {
|
|
5852
5960
|
id: string;
|
|
5853
5961
|
name: string;
|
|
5854
5962
|
api: "google-generative-ai";
|
|
@@ -6264,6 +6372,23 @@ export declare const MODELS: {
|
|
|
6264
6372
|
contextWindow: number;
|
|
6265
6373
|
maxTokens: number;
|
|
6266
6374
|
};
|
|
6375
|
+
readonly "qwen/qwen3.8-27b": {
|
|
6376
|
+
id: string;
|
|
6377
|
+
name: string;
|
|
6378
|
+
api: "openai-completions";
|
|
6379
|
+
provider: string;
|
|
6380
|
+
baseUrl: string;
|
|
6381
|
+
reasoning: true;
|
|
6382
|
+
input: ("image" | "text")[];
|
|
6383
|
+
cost: {
|
|
6384
|
+
input: number;
|
|
6385
|
+
output: number;
|
|
6386
|
+
cacheRead: number;
|
|
6387
|
+
cacheWrite: number;
|
|
6388
|
+
};
|
|
6389
|
+
contextWindow: number;
|
|
6390
|
+
maxTokens: number;
|
|
6391
|
+
};
|
|
6267
6392
|
};
|
|
6268
6393
|
readonly huggingface: {
|
|
6269
6394
|
readonly "MiniMaxAI/MiniMax-M2": {
|
|
@@ -7026,6 +7151,26 @@ export declare const MODELS: {
|
|
|
7026
7151
|
contextWindow: number;
|
|
7027
7152
|
maxTokens: number;
|
|
7028
7153
|
};
|
|
7154
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash-Vision-Exp": {
|
|
7155
|
+
id: string;
|
|
7156
|
+
name: string;
|
|
7157
|
+
api: "openai-completions";
|
|
7158
|
+
provider: string;
|
|
7159
|
+
baseUrl: string;
|
|
7160
|
+
compat: {
|
|
7161
|
+
supportsDeveloperRole: false;
|
|
7162
|
+
};
|
|
7163
|
+
reasoning: true;
|
|
7164
|
+
input: ("image" | "text")[];
|
|
7165
|
+
cost: {
|
|
7166
|
+
input: number;
|
|
7167
|
+
output: number;
|
|
7168
|
+
cacheRead: number;
|
|
7169
|
+
cacheWrite: number;
|
|
7170
|
+
};
|
|
7171
|
+
contextWindow: number;
|
|
7172
|
+
maxTokens: number;
|
|
7173
|
+
};
|
|
7029
7174
|
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
7030
7175
|
id: string;
|
|
7031
7176
|
name: string;
|
|
@@ -10003,6 +10148,28 @@ export declare const MODELS: {
|
|
|
10003
10148
|
contextWindow: number;
|
|
10004
10149
|
maxTokens: number;
|
|
10005
10150
|
};
|
|
10151
|
+
readonly "claude-fable-5-1": {
|
|
10152
|
+
id: string;
|
|
10153
|
+
name: string;
|
|
10154
|
+
api: "anthropic-messages";
|
|
10155
|
+
provider: string;
|
|
10156
|
+
baseUrl: string;
|
|
10157
|
+
reasoning: true;
|
|
10158
|
+
thinkingLevelMap: {
|
|
10159
|
+
off: null;
|
|
10160
|
+
xhigh: string;
|
|
10161
|
+
max: string;
|
|
10162
|
+
};
|
|
10163
|
+
input: ("image" | "text")[];
|
|
10164
|
+
cost: {
|
|
10165
|
+
input: number;
|
|
10166
|
+
output: number;
|
|
10167
|
+
cacheRead: number;
|
|
10168
|
+
cacheWrite: number;
|
|
10169
|
+
};
|
|
10170
|
+
contextWindow: number;
|
|
10171
|
+
maxTokens: number;
|
|
10172
|
+
};
|
|
10006
10173
|
readonly "claude-haiku-4-5": {
|
|
10007
10174
|
id: string;
|
|
10008
10175
|
name: string;
|
|
@@ -10377,6 +10544,26 @@ export declare const MODELS: {
|
|
|
10377
10544
|
contextWindow: number;
|
|
10378
10545
|
maxTokens: number;
|
|
10379
10546
|
};
|
|
10547
|
+
readonly "gemini-3.8-flash": {
|
|
10548
|
+
id: string;
|
|
10549
|
+
name: string;
|
|
10550
|
+
api: "google-generative-ai";
|
|
10551
|
+
provider: string;
|
|
10552
|
+
baseUrl: string;
|
|
10553
|
+
reasoning: true;
|
|
10554
|
+
thinkingLevelMap: {
|
|
10555
|
+
off: null;
|
|
10556
|
+
};
|
|
10557
|
+
input: ("image" | "text")[];
|
|
10558
|
+
cost: {
|
|
10559
|
+
input: number;
|
|
10560
|
+
output: number;
|
|
10561
|
+
cacheRead: number;
|
|
10562
|
+
cacheWrite: number;
|
|
10563
|
+
};
|
|
10564
|
+
contextWindow: number;
|
|
10565
|
+
maxTokens: number;
|
|
10566
|
+
};
|
|
10380
10567
|
readonly "glm-5": {
|
|
10381
10568
|
id: string;
|
|
10382
10569
|
name: string;
|
|
@@ -11073,6 +11260,23 @@ export declare const MODELS: {
|
|
|
11073
11260
|
contextWindow: number;
|
|
11074
11261
|
maxTokens: number;
|
|
11075
11262
|
};
|
|
11263
|
+
readonly "muse-spark-1.3-contributor-free": {
|
|
11264
|
+
id: string;
|
|
11265
|
+
name: string;
|
|
11266
|
+
api: "openai-responses";
|
|
11267
|
+
provider: string;
|
|
11268
|
+
baseUrl: string;
|
|
11269
|
+
reasoning: true;
|
|
11270
|
+
input: ("image" | "text")[];
|
|
11271
|
+
cost: {
|
|
11272
|
+
input: number;
|
|
11273
|
+
output: number;
|
|
11274
|
+
cacheRead: number;
|
|
11275
|
+
cacheWrite: number;
|
|
11276
|
+
};
|
|
11277
|
+
contextWindow: number;
|
|
11278
|
+
maxTokens: number;
|
|
11279
|
+
};
|
|
11076
11280
|
readonly "nemotron-3-ultra-free": {
|
|
11077
11281
|
id: string;
|
|
11078
11282
|
name: string;
|
|
@@ -11534,6 +11738,23 @@ export declare const MODELS: {
|
|
|
11534
11738
|
contextWindow: number;
|
|
11535
11739
|
maxTokens: number;
|
|
11536
11740
|
};
|
|
11741
|
+
readonly "muse-spark-1.3-contributor": {
|
|
11742
|
+
id: string;
|
|
11743
|
+
name: string;
|
|
11744
|
+
api: "openai-responses";
|
|
11745
|
+
provider: string;
|
|
11746
|
+
baseUrl: string;
|
|
11747
|
+
reasoning: true;
|
|
11748
|
+
input: ("image" | "text")[];
|
|
11749
|
+
cost: {
|
|
11750
|
+
input: number;
|
|
11751
|
+
output: number;
|
|
11752
|
+
cacheRead: number;
|
|
11753
|
+
cacheWrite: number;
|
|
11754
|
+
};
|
|
11755
|
+
contextWindow: number;
|
|
11756
|
+
maxTokens: number;
|
|
11757
|
+
};
|
|
11537
11758
|
readonly "qwen3.6-plus": {
|
|
11538
11759
|
id: string;
|
|
11539
11760
|
name: string;
|
|
@@ -11850,23 +12071,21 @@ export declare const MODELS: {
|
|
|
11850
12071
|
contextWindow: number;
|
|
11851
12072
|
maxTokens: number;
|
|
11852
12073
|
};
|
|
11853
|
-
readonly "anthropic/claude-
|
|
12074
|
+
readonly "anthropic/claude-fable-5.1": {
|
|
11854
12075
|
id: string;
|
|
11855
12076
|
name: string;
|
|
11856
12077
|
api: "openai-completions";
|
|
11857
12078
|
provider: string;
|
|
11858
12079
|
baseUrl: string;
|
|
11859
|
-
compat: {
|
|
11860
|
-
supportsReasoningEffort: false;
|
|
11861
|
-
};
|
|
11862
12080
|
reasoning: true;
|
|
11863
12081
|
thinkingLevelMap: {
|
|
12082
|
+
off: null;
|
|
11864
12083
|
minimal: null;
|
|
11865
|
-
low:
|
|
11866
|
-
medium:
|
|
12084
|
+
low: string;
|
|
12085
|
+
medium: string;
|
|
11867
12086
|
high: string;
|
|
11868
|
-
xhigh:
|
|
11869
|
-
max:
|
|
12087
|
+
xhigh: string;
|
|
12088
|
+
max: string;
|
|
11870
12089
|
};
|
|
11871
12090
|
input: ("image" | "text")[];
|
|
11872
12091
|
cost: {
|
|
@@ -11878,7 +12097,7 @@ export declare const MODELS: {
|
|
|
11878
12097
|
contextWindow: number;
|
|
11879
12098
|
maxTokens: number;
|
|
11880
12099
|
};
|
|
11881
|
-
readonly "anthropic/claude-
|
|
12100
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
11882
12101
|
id: string;
|
|
11883
12102
|
name: string;
|
|
11884
12103
|
api: "openai-completions";
|
|
@@ -11906,7 +12125,7 @@ export declare const MODELS: {
|
|
|
11906
12125
|
contextWindow: number;
|
|
11907
12126
|
maxTokens: number;
|
|
11908
12127
|
};
|
|
11909
|
-
readonly "anthropic/claude-opus-4
|
|
12128
|
+
readonly "anthropic/claude-opus-4": {
|
|
11910
12129
|
id: string;
|
|
11911
12130
|
name: string;
|
|
11912
12131
|
api: "openai-completions";
|
|
@@ -11934,7 +12153,7 @@ export declare const MODELS: {
|
|
|
11934
12153
|
contextWindow: number;
|
|
11935
12154
|
maxTokens: number;
|
|
11936
12155
|
};
|
|
11937
|
-
readonly "anthropic/claude-opus-4.
|
|
12156
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
11938
12157
|
id: string;
|
|
11939
12158
|
name: string;
|
|
11940
12159
|
api: "openai-completions";
|
|
@@ -11962,20 +12181,23 @@ export declare const MODELS: {
|
|
|
11962
12181
|
contextWindow: number;
|
|
11963
12182
|
maxTokens: number;
|
|
11964
12183
|
};
|
|
11965
|
-
readonly "anthropic/claude-opus-4.
|
|
12184
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
11966
12185
|
id: string;
|
|
11967
12186
|
name: string;
|
|
11968
12187
|
api: "openai-completions";
|
|
11969
12188
|
provider: string;
|
|
11970
12189
|
baseUrl: string;
|
|
12190
|
+
compat: {
|
|
12191
|
+
supportsReasoningEffort: false;
|
|
12192
|
+
};
|
|
11971
12193
|
reasoning: true;
|
|
11972
12194
|
thinkingLevelMap: {
|
|
11973
12195
|
minimal: null;
|
|
11974
|
-
low:
|
|
11975
|
-
medium:
|
|
12196
|
+
low: null;
|
|
12197
|
+
medium: null;
|
|
11976
12198
|
high: string;
|
|
11977
12199
|
xhigh: null;
|
|
11978
|
-
max:
|
|
12200
|
+
max: null;
|
|
11979
12201
|
};
|
|
11980
12202
|
input: ("image" | "text")[];
|
|
11981
12203
|
cost: {
|
|
@@ -11987,7 +12209,7 @@ export declare const MODELS: {
|
|
|
11987
12209
|
contextWindow: number;
|
|
11988
12210
|
maxTokens: number;
|
|
11989
12211
|
};
|
|
11990
|
-
readonly "anthropic/claude-opus-4.
|
|
12212
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
11991
12213
|
id: string;
|
|
11992
12214
|
name: string;
|
|
11993
12215
|
api: "openai-completions";
|
|
@@ -11999,7 +12221,7 @@ export declare const MODELS: {
|
|
|
11999
12221
|
low: string;
|
|
12000
12222
|
medium: string;
|
|
12001
12223
|
high: string;
|
|
12002
|
-
xhigh:
|
|
12224
|
+
xhigh: null;
|
|
12003
12225
|
max: string;
|
|
12004
12226
|
};
|
|
12005
12227
|
input: ("image" | "text")[];
|
|
@@ -12012,7 +12234,7 @@ export declare const MODELS: {
|
|
|
12012
12234
|
contextWindow: number;
|
|
12013
12235
|
maxTokens: number;
|
|
12014
12236
|
};
|
|
12015
|
-
readonly "anthropic/claude-opus-4.7
|
|
12237
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
12016
12238
|
id: string;
|
|
12017
12239
|
name: string;
|
|
12018
12240
|
api: "openai-completions";
|
|
@@ -12062,31 +12284,6 @@ export declare const MODELS: {
|
|
|
12062
12284
|
contextWindow: number;
|
|
12063
12285
|
maxTokens: number;
|
|
12064
12286
|
};
|
|
12065
|
-
readonly "anthropic/claude-opus-4.8-fast": {
|
|
12066
|
-
id: string;
|
|
12067
|
-
name: string;
|
|
12068
|
-
api: "openai-completions";
|
|
12069
|
-
provider: string;
|
|
12070
|
-
baseUrl: string;
|
|
12071
|
-
reasoning: true;
|
|
12072
|
-
thinkingLevelMap: {
|
|
12073
|
-
minimal: null;
|
|
12074
|
-
low: string;
|
|
12075
|
-
medium: string;
|
|
12076
|
-
high: string;
|
|
12077
|
-
xhigh: string;
|
|
12078
|
-
max: string;
|
|
12079
|
-
};
|
|
12080
|
-
input: ("image" | "text")[];
|
|
12081
|
-
cost: {
|
|
12082
|
-
input: number;
|
|
12083
|
-
output: number;
|
|
12084
|
-
cacheRead: number;
|
|
12085
|
-
cacheWrite: number;
|
|
12086
|
-
};
|
|
12087
|
-
contextWindow: number;
|
|
12088
|
-
maxTokens: number;
|
|
12089
|
-
};
|
|
12090
12287
|
readonly "anthropic/claude-opus-5": {
|
|
12091
12288
|
id: string;
|
|
12092
12289
|
name: string;
|
|
@@ -12112,31 +12309,6 @@ export declare const MODELS: {
|
|
|
12112
12309
|
contextWindow: number;
|
|
12113
12310
|
maxTokens: number;
|
|
12114
12311
|
};
|
|
12115
|
-
readonly "anthropic/claude-opus-5-fast": {
|
|
12116
|
-
id: string;
|
|
12117
|
-
name: string;
|
|
12118
|
-
api: "openai-completions";
|
|
12119
|
-
provider: string;
|
|
12120
|
-
baseUrl: string;
|
|
12121
|
-
reasoning: true;
|
|
12122
|
-
thinkingLevelMap: {
|
|
12123
|
-
minimal: null;
|
|
12124
|
-
low: string;
|
|
12125
|
-
medium: string;
|
|
12126
|
-
high: string;
|
|
12127
|
-
xhigh: string;
|
|
12128
|
-
max: string;
|
|
12129
|
-
};
|
|
12130
|
-
input: ("image" | "text")[];
|
|
12131
|
-
cost: {
|
|
12132
|
-
input: number;
|
|
12133
|
-
output: number;
|
|
12134
|
-
cacheRead: number;
|
|
12135
|
-
cacheWrite: number;
|
|
12136
|
-
};
|
|
12137
|
-
contextWindow: number;
|
|
12138
|
-
maxTokens: number;
|
|
12139
|
-
};
|
|
12140
12312
|
readonly "anthropic/claude-sonnet-4": {
|
|
12141
12313
|
id: string;
|
|
12142
12314
|
name: string;
|
|
@@ -13290,6 +13462,32 @@ export declare const MODELS: {
|
|
|
13290
13462
|
contextWindow: number;
|
|
13291
13463
|
maxTokens: number;
|
|
13292
13464
|
};
|
|
13465
|
+
readonly "google/gemini-3.8-flash": {
|
|
13466
|
+
id: string;
|
|
13467
|
+
name: string;
|
|
13468
|
+
api: "openai-completions";
|
|
13469
|
+
provider: string;
|
|
13470
|
+
baseUrl: string;
|
|
13471
|
+
reasoning: true;
|
|
13472
|
+
thinkingLevelMap: {
|
|
13473
|
+
off: null;
|
|
13474
|
+
minimal: null;
|
|
13475
|
+
low: string;
|
|
13476
|
+
medium: string;
|
|
13477
|
+
high: string;
|
|
13478
|
+
xhigh: null;
|
|
13479
|
+
max: null;
|
|
13480
|
+
};
|
|
13481
|
+
input: ("image" | "text")[];
|
|
13482
|
+
cost: {
|
|
13483
|
+
input: number;
|
|
13484
|
+
output: number;
|
|
13485
|
+
cacheRead: number;
|
|
13486
|
+
cacheWrite: number;
|
|
13487
|
+
};
|
|
13488
|
+
contextWindow: number;
|
|
13489
|
+
maxTokens: number;
|
|
13490
|
+
};
|
|
13293
13491
|
readonly "google/gemma-3-12b-it": {
|
|
13294
13492
|
id: string;
|
|
13295
13493
|
name: string;
|
|
@@ -13453,6 +13651,31 @@ export declare const MODELS: {
|
|
|
13453
13651
|
contextWindow: number;
|
|
13454
13652
|
maxTokens: number;
|
|
13455
13653
|
};
|
|
13654
|
+
readonly "ibm-granite/granite-4.2-8b": {
|
|
13655
|
+
id: string;
|
|
13656
|
+
name: string;
|
|
13657
|
+
api: "openai-completions";
|
|
13658
|
+
provider: string;
|
|
13659
|
+
baseUrl: string;
|
|
13660
|
+
reasoning: true;
|
|
13661
|
+
thinkingLevelMap: {
|
|
13662
|
+
minimal: null;
|
|
13663
|
+
low: string;
|
|
13664
|
+
medium: null;
|
|
13665
|
+
high: string;
|
|
13666
|
+
xhigh: null;
|
|
13667
|
+
max: null;
|
|
13668
|
+
};
|
|
13669
|
+
input: "text"[];
|
|
13670
|
+
cost: {
|
|
13671
|
+
input: number;
|
|
13672
|
+
output: number;
|
|
13673
|
+
cacheRead: number;
|
|
13674
|
+
cacheWrite: number;
|
|
13675
|
+
};
|
|
13676
|
+
contextWindow: number;
|
|
13677
|
+
maxTokens: number;
|
|
13678
|
+
};
|
|
13456
13679
|
readonly "inception/mercury-2": {
|
|
13457
13680
|
id: string;
|
|
13458
13681
|
name: string;
|
|
@@ -13478,6 +13701,31 @@ export declare const MODELS: {
|
|
|
13478
13701
|
contextWindow: number;
|
|
13479
13702
|
maxTokens: number;
|
|
13480
13703
|
};
|
|
13704
|
+
readonly "inception/mercury-2.5-preview": {
|
|
13705
|
+
id: string;
|
|
13706
|
+
name: string;
|
|
13707
|
+
api: "openai-completions";
|
|
13708
|
+
provider: string;
|
|
13709
|
+
baseUrl: string;
|
|
13710
|
+
reasoning: true;
|
|
13711
|
+
thinkingLevelMap: {
|
|
13712
|
+
minimal: null;
|
|
13713
|
+
low: string;
|
|
13714
|
+
medium: string;
|
|
13715
|
+
high: string;
|
|
13716
|
+
xhigh: null;
|
|
13717
|
+
max: null;
|
|
13718
|
+
};
|
|
13719
|
+
input: "text"[];
|
|
13720
|
+
cost: {
|
|
13721
|
+
input: number;
|
|
13722
|
+
output: number;
|
|
13723
|
+
cacheRead: number;
|
|
13724
|
+
cacheWrite: number;
|
|
13725
|
+
};
|
|
13726
|
+
contextWindow: number;
|
|
13727
|
+
maxTokens: number;
|
|
13728
|
+
};
|
|
13481
13729
|
readonly "inclusionai/ling-3.0-flash": {
|
|
13482
13730
|
id: string;
|
|
13483
13731
|
name: string;
|
|
@@ -13506,7 +13754,7 @@ export declare const MODELS: {
|
|
|
13506
13754
|
contextWindow: number;
|
|
13507
13755
|
maxTokens: number;
|
|
13508
13756
|
};
|
|
13509
|
-
readonly "inclusionai/ling-3.0-flash-fin
|
|
13757
|
+
readonly "inclusionai/ling-3.0-flash-fin": {
|
|
13510
13758
|
id: string;
|
|
13511
13759
|
name: string;
|
|
13512
13760
|
api: "openai-completions";
|
|
@@ -13534,13 +13782,24 @@ export declare const MODELS: {
|
|
|
13534
13782
|
contextWindow: number;
|
|
13535
13783
|
maxTokens: number;
|
|
13536
13784
|
};
|
|
13537
|
-
readonly "
|
|
13785
|
+
readonly "inclusionai/ling-3.0-flash-fin:free": {
|
|
13538
13786
|
id: string;
|
|
13539
13787
|
name: string;
|
|
13540
13788
|
api: "openai-completions";
|
|
13541
13789
|
provider: string;
|
|
13542
13790
|
baseUrl: string;
|
|
13543
|
-
|
|
13791
|
+
compat: {
|
|
13792
|
+
supportsReasoningEffort: false;
|
|
13793
|
+
};
|
|
13794
|
+
reasoning: true;
|
|
13795
|
+
thinkingLevelMap: {
|
|
13796
|
+
minimal: null;
|
|
13797
|
+
low: null;
|
|
13798
|
+
medium: null;
|
|
13799
|
+
high: string;
|
|
13800
|
+
xhigh: null;
|
|
13801
|
+
max: null;
|
|
13802
|
+
};
|
|
13544
13803
|
input: "text"[];
|
|
13545
13804
|
cost: {
|
|
13546
13805
|
input: number;
|
|
@@ -13831,6 +14090,58 @@ export declare const MODELS: {
|
|
|
13831
14090
|
contextWindow: number;
|
|
13832
14091
|
maxTokens: number;
|
|
13833
14092
|
};
|
|
14093
|
+
readonly "meta/muse-spark-1.3": {
|
|
14094
|
+
id: string;
|
|
14095
|
+
name: string;
|
|
14096
|
+
api: "openai-completions";
|
|
14097
|
+
provider: string;
|
|
14098
|
+
baseUrl: string;
|
|
14099
|
+
reasoning: true;
|
|
14100
|
+
thinkingLevelMap: {
|
|
14101
|
+
off: null;
|
|
14102
|
+
minimal: string;
|
|
14103
|
+
low: string;
|
|
14104
|
+
medium: string;
|
|
14105
|
+
high: string;
|
|
14106
|
+
xhigh: string;
|
|
14107
|
+
max: null;
|
|
14108
|
+
};
|
|
14109
|
+
input: ("image" | "text")[];
|
|
14110
|
+
cost: {
|
|
14111
|
+
input: number;
|
|
14112
|
+
output: number;
|
|
14113
|
+
cacheRead: number;
|
|
14114
|
+
cacheWrite: number;
|
|
14115
|
+
};
|
|
14116
|
+
contextWindow: number;
|
|
14117
|
+
maxTokens: number;
|
|
14118
|
+
};
|
|
14119
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
14120
|
+
id: string;
|
|
14121
|
+
name: string;
|
|
14122
|
+
api: "openai-completions";
|
|
14123
|
+
provider: string;
|
|
14124
|
+
baseUrl: string;
|
|
14125
|
+
reasoning: true;
|
|
14126
|
+
thinkingLevelMap: {
|
|
14127
|
+
off: null;
|
|
14128
|
+
minimal: string;
|
|
14129
|
+
low: string;
|
|
14130
|
+
medium: string;
|
|
14131
|
+
high: string;
|
|
14132
|
+
xhigh: string;
|
|
14133
|
+
max: null;
|
|
14134
|
+
};
|
|
14135
|
+
input: ("image" | "text")[];
|
|
14136
|
+
cost: {
|
|
14137
|
+
input: number;
|
|
14138
|
+
output: number;
|
|
14139
|
+
cacheRead: number;
|
|
14140
|
+
cacheWrite: number;
|
|
14141
|
+
};
|
|
14142
|
+
contextWindow: number;
|
|
14143
|
+
maxTokens: number;
|
|
14144
|
+
};
|
|
13834
14145
|
readonly "minimax/minimax-m1": {
|
|
13835
14146
|
id: string;
|
|
13836
14147
|
name: string;
|
|
@@ -18653,6 +18964,32 @@ export declare const MODELS: {
|
|
|
18653
18964
|
contextWindow: number;
|
|
18654
18965
|
maxTokens: number;
|
|
18655
18966
|
};
|
|
18967
|
+
readonly "~z-ai/glm-flash-latest": {
|
|
18968
|
+
id: string;
|
|
18969
|
+
name: string;
|
|
18970
|
+
api: "openai-completions";
|
|
18971
|
+
provider: string;
|
|
18972
|
+
baseUrl: string;
|
|
18973
|
+
reasoning: true;
|
|
18974
|
+
thinkingLevelMap: {
|
|
18975
|
+
off: null;
|
|
18976
|
+
minimal: null;
|
|
18977
|
+
low: string;
|
|
18978
|
+
medium: null;
|
|
18979
|
+
high: string;
|
|
18980
|
+
xhigh: null;
|
|
18981
|
+
max: string;
|
|
18982
|
+
};
|
|
18983
|
+
input: ("image" | "text")[];
|
|
18984
|
+
cost: {
|
|
18985
|
+
input: number;
|
|
18986
|
+
output: number;
|
|
18987
|
+
cacheRead: number;
|
|
18988
|
+
cacheWrite: number;
|
|
18989
|
+
};
|
|
18990
|
+
contextWindow: number;
|
|
18991
|
+
maxTokens: number;
|
|
18992
|
+
};
|
|
18656
18993
|
readonly "~z-ai/glm-latest": {
|
|
18657
18994
|
id: string;
|
|
18658
18995
|
name: string;
|
|
@@ -22521,6 +22858,23 @@ export declare const MODELS: {
|
|
|
22521
22858
|
contextWindow: number;
|
|
22522
22859
|
maxTokens: number;
|
|
22523
22860
|
};
|
|
22861
|
+
readonly "alibaba/qwen3.8-flash-next": {
|
|
22862
|
+
id: string;
|
|
22863
|
+
name: string;
|
|
22864
|
+
api: "anthropic-messages";
|
|
22865
|
+
provider: string;
|
|
22866
|
+
baseUrl: string;
|
|
22867
|
+
reasoning: true;
|
|
22868
|
+
input: ("image" | "text")[];
|
|
22869
|
+
cost: {
|
|
22870
|
+
input: number;
|
|
22871
|
+
output: number;
|
|
22872
|
+
cacheRead: number;
|
|
22873
|
+
cacheWrite: number;
|
|
22874
|
+
};
|
|
22875
|
+
contextWindow: number;
|
|
22876
|
+
maxTokens: number;
|
|
22877
|
+
};
|
|
22524
22878
|
readonly "alibaba/qwen3.8-max": {
|
|
22525
22879
|
id: string;
|
|
22526
22880
|
name: string;
|
|
@@ -22538,6 +22892,23 @@ export declare const MODELS: {
|
|
|
22538
22892
|
contextWindow: number;
|
|
22539
22893
|
maxTokens: number;
|
|
22540
22894
|
};
|
|
22895
|
+
readonly "alibaba/qwen3.8-max-0902": {
|
|
22896
|
+
id: string;
|
|
22897
|
+
name: string;
|
|
22898
|
+
api: "anthropic-messages";
|
|
22899
|
+
provider: string;
|
|
22900
|
+
baseUrl: string;
|
|
22901
|
+
reasoning: true;
|
|
22902
|
+
input: ("image" | "text")[];
|
|
22903
|
+
cost: {
|
|
22904
|
+
input: number;
|
|
22905
|
+
output: number;
|
|
22906
|
+
cacheRead: number;
|
|
22907
|
+
cacheWrite: number;
|
|
22908
|
+
};
|
|
22909
|
+
contextWindow: number;
|
|
22910
|
+
maxTokens: number;
|
|
22911
|
+
};
|
|
22541
22912
|
readonly "amazon/nova-2-lite": {
|
|
22542
22913
|
id: string;
|
|
22543
22914
|
name: string;
|
|
@@ -22645,6 +23016,28 @@ export declare const MODELS: {
|
|
|
22645
23016
|
contextWindow: number;
|
|
22646
23017
|
maxTokens: number;
|
|
22647
23018
|
};
|
|
23019
|
+
readonly "anthropic/claude-fable-5.1": {
|
|
23020
|
+
id: string;
|
|
23021
|
+
name: string;
|
|
23022
|
+
api: "anthropic-messages";
|
|
23023
|
+
provider: string;
|
|
23024
|
+
baseUrl: string;
|
|
23025
|
+
reasoning: true;
|
|
23026
|
+
thinkingLevelMap: {
|
|
23027
|
+
off: null;
|
|
23028
|
+
xhigh: string;
|
|
23029
|
+
max: string;
|
|
23030
|
+
};
|
|
23031
|
+
input: ("image" | "text")[];
|
|
23032
|
+
cost: {
|
|
23033
|
+
input: number;
|
|
23034
|
+
output: number;
|
|
23035
|
+
cacheRead: number;
|
|
23036
|
+
cacheWrite: number;
|
|
23037
|
+
};
|
|
23038
|
+
contextWindow: number;
|
|
23039
|
+
maxTokens: number;
|
|
23040
|
+
};
|
|
22648
23041
|
readonly "anthropic/claude-haiku-4.5": {
|
|
22649
23042
|
id: string;
|
|
22650
23043
|
name: string;
|
|
@@ -22981,23 +23374,6 @@ export declare const MODELS: {
|
|
|
22981
23374
|
contextWindow: number;
|
|
22982
23375
|
maxTokens: number;
|
|
22983
23376
|
};
|
|
22984
|
-
readonly "deepseek/deepseek-v3": {
|
|
22985
|
-
id: string;
|
|
22986
|
-
name: string;
|
|
22987
|
-
api: "anthropic-messages";
|
|
22988
|
-
provider: string;
|
|
22989
|
-
baseUrl: string;
|
|
22990
|
-
reasoning: false;
|
|
22991
|
-
input: "text"[];
|
|
22992
|
-
cost: {
|
|
22993
|
-
input: number;
|
|
22994
|
-
output: number;
|
|
22995
|
-
cacheRead: number;
|
|
22996
|
-
cacheWrite: number;
|
|
22997
|
-
};
|
|
22998
|
-
contextWindow: number;
|
|
22999
|
-
maxTokens: number;
|
|
23000
|
-
};
|
|
23001
23377
|
readonly "deepseek/deepseek-v3.1": {
|
|
23002
23378
|
id: string;
|
|
23003
23379
|
name: string;
|
|
@@ -23321,6 +23697,23 @@ export declare const MODELS: {
|
|
|
23321
23697
|
contextWindow: number;
|
|
23322
23698
|
maxTokens: number;
|
|
23323
23699
|
};
|
|
23700
|
+
readonly "google/gemini-3.8-flash": {
|
|
23701
|
+
id: string;
|
|
23702
|
+
name: string;
|
|
23703
|
+
api: "anthropic-messages";
|
|
23704
|
+
provider: string;
|
|
23705
|
+
baseUrl: string;
|
|
23706
|
+
reasoning: true;
|
|
23707
|
+
input: ("image" | "text")[];
|
|
23708
|
+
cost: {
|
|
23709
|
+
input: number;
|
|
23710
|
+
output: number;
|
|
23711
|
+
cacheRead: number;
|
|
23712
|
+
cacheWrite: number;
|
|
23713
|
+
};
|
|
23714
|
+
contextWindow: number;
|
|
23715
|
+
maxTokens: number;
|
|
23716
|
+
};
|
|
23324
23717
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
23325
23718
|
id: string;
|
|
23326
23719
|
name: string;
|
|
@@ -23678,6 +24071,40 @@ export declare const MODELS: {
|
|
|
23678
24071
|
contextWindow: number;
|
|
23679
24072
|
maxTokens: number;
|
|
23680
24073
|
};
|
|
24074
|
+
readonly "meta/muse-spark-1.3": {
|
|
24075
|
+
id: string;
|
|
24076
|
+
name: string;
|
|
24077
|
+
api: "anthropic-messages";
|
|
24078
|
+
provider: string;
|
|
24079
|
+
baseUrl: string;
|
|
24080
|
+
reasoning: true;
|
|
24081
|
+
input: ("image" | "text")[];
|
|
24082
|
+
cost: {
|
|
24083
|
+
input: number;
|
|
24084
|
+
output: number;
|
|
24085
|
+
cacheRead: number;
|
|
24086
|
+
cacheWrite: number;
|
|
24087
|
+
};
|
|
24088
|
+
contextWindow: number;
|
|
24089
|
+
maxTokens: number;
|
|
24090
|
+
};
|
|
24091
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
24092
|
+
id: string;
|
|
24093
|
+
name: string;
|
|
24094
|
+
api: "anthropic-messages";
|
|
24095
|
+
provider: string;
|
|
24096
|
+
baseUrl: string;
|
|
24097
|
+
reasoning: true;
|
|
24098
|
+
input: ("image" | "text")[];
|
|
24099
|
+
cost: {
|
|
24100
|
+
input: number;
|
|
24101
|
+
output: number;
|
|
24102
|
+
cacheRead: number;
|
|
24103
|
+
cacheWrite: number;
|
|
24104
|
+
};
|
|
24105
|
+
contextWindow: number;
|
|
24106
|
+
maxTokens: number;
|
|
24107
|
+
};
|
|
23681
24108
|
readonly "minimax/minimax-m2": {
|
|
23682
24109
|
id: string;
|
|
23683
24110
|
name: string;
|
|
@@ -25743,6 +26170,23 @@ export declare const MODELS: {
|
|
|
25743
26170
|
contextWindow: number;
|
|
25744
26171
|
maxTokens: number;
|
|
25745
26172
|
};
|
|
26173
|
+
readonly "xiaomi/mimo-v2.5-pro-ultraspeed": {
|
|
26174
|
+
id: string;
|
|
26175
|
+
name: string;
|
|
26176
|
+
api: "anthropic-messages";
|
|
26177
|
+
provider: string;
|
|
26178
|
+
baseUrl: string;
|
|
26179
|
+
reasoning: true;
|
|
26180
|
+
input: "text"[];
|
|
26181
|
+
cost: {
|
|
26182
|
+
input: number;
|
|
26183
|
+
output: number;
|
|
26184
|
+
cacheRead: number;
|
|
26185
|
+
cacheWrite: number;
|
|
26186
|
+
};
|
|
26187
|
+
contextWindow: number;
|
|
26188
|
+
maxTokens: number;
|
|
26189
|
+
};
|
|
25746
26190
|
readonly "zai/glm-4.5": {
|
|
25747
26191
|
id: string;
|
|
25748
26192
|
name: string;
|
|
@@ -25964,6 +26408,23 @@ export declare const MODELS: {
|
|
|
25964
26408
|
contextWindow: number;
|
|
25965
26409
|
maxTokens: number;
|
|
25966
26410
|
};
|
|
26411
|
+
readonly "zai/glm-5.3-fast": {
|
|
26412
|
+
id: string;
|
|
26413
|
+
name: string;
|
|
26414
|
+
api: "anthropic-messages";
|
|
26415
|
+
provider: string;
|
|
26416
|
+
baseUrl: string;
|
|
26417
|
+
reasoning: true;
|
|
26418
|
+
input: "text"[];
|
|
26419
|
+
cost: {
|
|
26420
|
+
input: number;
|
|
26421
|
+
output: number;
|
|
26422
|
+
cacheRead: number;
|
|
26423
|
+
cacheWrite: number;
|
|
26424
|
+
};
|
|
26425
|
+
contextWindow: number;
|
|
26426
|
+
maxTokens: number;
|
|
26427
|
+
};
|
|
25967
26428
|
readonly "zai/glm-5.3-flash": {
|
|
25968
26429
|
id: string;
|
|
25969
26430
|
name: string;
|
|
@@ -25981,6 +26442,23 @@ export declare const MODELS: {
|
|
|
25981
26442
|
contextWindow: number;
|
|
25982
26443
|
maxTokens: number;
|
|
25983
26444
|
};
|
|
26445
|
+
readonly "zai/glm-5.3-promo-50": {
|
|
26446
|
+
id: string;
|
|
26447
|
+
name: string;
|
|
26448
|
+
api: "anthropic-messages";
|
|
26449
|
+
provider: string;
|
|
26450
|
+
baseUrl: string;
|
|
26451
|
+
reasoning: true;
|
|
26452
|
+
input: "text"[];
|
|
26453
|
+
cost: {
|
|
26454
|
+
input: number;
|
|
26455
|
+
output: number;
|
|
26456
|
+
cacheRead: number;
|
|
26457
|
+
cacheWrite: number;
|
|
26458
|
+
};
|
|
26459
|
+
contextWindow: number;
|
|
26460
|
+
maxTokens: number;
|
|
26461
|
+
};
|
|
25984
26462
|
readonly "zai/glm-5v-turbo": {
|
|
25985
26463
|
id: string;
|
|
25986
26464
|
name: string;
|