@asm-agent/ai 0.8.6 → 0.8.7
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 +547 -97
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +576 -189
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-completions.d.ts.map +1 -1
- package/dist/providers/openai-completions.js +3 -0
- 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,20 +13701,17 @@ export declare const MODELS: {
|
|
|
13478
13701
|
contextWindow: number;
|
|
13479
13702
|
maxTokens: number;
|
|
13480
13703
|
};
|
|
13481
|
-
readonly "
|
|
13704
|
+
readonly "inception/mercury-2.5-preview": {
|
|
13482
13705
|
id: string;
|
|
13483
13706
|
name: string;
|
|
13484
13707
|
api: "openai-completions";
|
|
13485
13708
|
provider: string;
|
|
13486
13709
|
baseUrl: string;
|
|
13487
|
-
compat: {
|
|
13488
|
-
supportsReasoningEffort: false;
|
|
13489
|
-
};
|
|
13490
13710
|
reasoning: true;
|
|
13491
13711
|
thinkingLevelMap: {
|
|
13492
13712
|
minimal: null;
|
|
13493
|
-
low:
|
|
13494
|
-
medium:
|
|
13713
|
+
low: string;
|
|
13714
|
+
medium: string;
|
|
13495
13715
|
high: string;
|
|
13496
13716
|
xhigh: null;
|
|
13497
13717
|
max: null;
|
|
@@ -13506,7 +13726,7 @@ export declare const MODELS: {
|
|
|
13506
13726
|
contextWindow: number;
|
|
13507
13727
|
maxTokens: number;
|
|
13508
13728
|
};
|
|
13509
|
-
readonly "inclusionai/ling-3.0-flash
|
|
13729
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
13510
13730
|
id: string;
|
|
13511
13731
|
name: string;
|
|
13512
13732
|
api: "openai-completions";
|
|
@@ -13534,13 +13754,24 @@ export declare const MODELS: {
|
|
|
13534
13754
|
contextWindow: number;
|
|
13535
13755
|
maxTokens: number;
|
|
13536
13756
|
};
|
|
13537
|
-
readonly "
|
|
13757
|
+
readonly "inclusionai/ling-3.0-flash-fin:free": {
|
|
13538
13758
|
id: string;
|
|
13539
13759
|
name: string;
|
|
13540
13760
|
api: "openai-completions";
|
|
13541
13761
|
provider: string;
|
|
13542
13762
|
baseUrl: string;
|
|
13543
|
-
|
|
13763
|
+
compat: {
|
|
13764
|
+
supportsReasoningEffort: false;
|
|
13765
|
+
};
|
|
13766
|
+
reasoning: true;
|
|
13767
|
+
thinkingLevelMap: {
|
|
13768
|
+
minimal: null;
|
|
13769
|
+
low: null;
|
|
13770
|
+
medium: null;
|
|
13771
|
+
high: string;
|
|
13772
|
+
xhigh: null;
|
|
13773
|
+
max: null;
|
|
13774
|
+
};
|
|
13544
13775
|
input: "text"[];
|
|
13545
13776
|
cost: {
|
|
13546
13777
|
input: number;
|
|
@@ -13831,6 +14062,58 @@ export declare const MODELS: {
|
|
|
13831
14062
|
contextWindow: number;
|
|
13832
14063
|
maxTokens: number;
|
|
13833
14064
|
};
|
|
14065
|
+
readonly "meta/muse-spark-1.3": {
|
|
14066
|
+
id: string;
|
|
14067
|
+
name: string;
|
|
14068
|
+
api: "openai-completions";
|
|
14069
|
+
provider: string;
|
|
14070
|
+
baseUrl: string;
|
|
14071
|
+
reasoning: true;
|
|
14072
|
+
thinkingLevelMap: {
|
|
14073
|
+
off: null;
|
|
14074
|
+
minimal: string;
|
|
14075
|
+
low: string;
|
|
14076
|
+
medium: string;
|
|
14077
|
+
high: string;
|
|
14078
|
+
xhigh: string;
|
|
14079
|
+
max: null;
|
|
14080
|
+
};
|
|
14081
|
+
input: ("image" | "text")[];
|
|
14082
|
+
cost: {
|
|
14083
|
+
input: number;
|
|
14084
|
+
output: number;
|
|
14085
|
+
cacheRead: number;
|
|
14086
|
+
cacheWrite: number;
|
|
14087
|
+
};
|
|
14088
|
+
contextWindow: number;
|
|
14089
|
+
maxTokens: number;
|
|
14090
|
+
};
|
|
14091
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
14092
|
+
id: string;
|
|
14093
|
+
name: string;
|
|
14094
|
+
api: "openai-completions";
|
|
14095
|
+
provider: string;
|
|
14096
|
+
baseUrl: string;
|
|
14097
|
+
reasoning: true;
|
|
14098
|
+
thinkingLevelMap: {
|
|
14099
|
+
off: null;
|
|
14100
|
+
minimal: string;
|
|
14101
|
+
low: string;
|
|
14102
|
+
medium: string;
|
|
14103
|
+
high: string;
|
|
14104
|
+
xhigh: string;
|
|
14105
|
+
max: null;
|
|
14106
|
+
};
|
|
14107
|
+
input: ("image" | "text")[];
|
|
14108
|
+
cost: {
|
|
14109
|
+
input: number;
|
|
14110
|
+
output: number;
|
|
14111
|
+
cacheRead: number;
|
|
14112
|
+
cacheWrite: number;
|
|
14113
|
+
};
|
|
14114
|
+
contextWindow: number;
|
|
14115
|
+
maxTokens: number;
|
|
14116
|
+
};
|
|
13834
14117
|
readonly "minimax/minimax-m1": {
|
|
13835
14118
|
id: string;
|
|
13836
14119
|
name: string;
|
|
@@ -18653,6 +18936,32 @@ export declare const MODELS: {
|
|
|
18653
18936
|
contextWindow: number;
|
|
18654
18937
|
maxTokens: number;
|
|
18655
18938
|
};
|
|
18939
|
+
readonly "~z-ai/glm-flash-latest": {
|
|
18940
|
+
id: string;
|
|
18941
|
+
name: string;
|
|
18942
|
+
api: "openai-completions";
|
|
18943
|
+
provider: string;
|
|
18944
|
+
baseUrl: string;
|
|
18945
|
+
reasoning: true;
|
|
18946
|
+
thinkingLevelMap: {
|
|
18947
|
+
off: null;
|
|
18948
|
+
minimal: null;
|
|
18949
|
+
low: string;
|
|
18950
|
+
medium: null;
|
|
18951
|
+
high: string;
|
|
18952
|
+
xhigh: null;
|
|
18953
|
+
max: string;
|
|
18954
|
+
};
|
|
18955
|
+
input: ("image" | "text")[];
|
|
18956
|
+
cost: {
|
|
18957
|
+
input: number;
|
|
18958
|
+
output: number;
|
|
18959
|
+
cacheRead: number;
|
|
18960
|
+
cacheWrite: number;
|
|
18961
|
+
};
|
|
18962
|
+
contextWindow: number;
|
|
18963
|
+
maxTokens: number;
|
|
18964
|
+
};
|
|
18656
18965
|
readonly "~z-ai/glm-latest": {
|
|
18657
18966
|
id: string;
|
|
18658
18967
|
name: string;
|
|
@@ -22521,6 +22830,23 @@ export declare const MODELS: {
|
|
|
22521
22830
|
contextWindow: number;
|
|
22522
22831
|
maxTokens: number;
|
|
22523
22832
|
};
|
|
22833
|
+
readonly "alibaba/qwen3.8-flash-next": {
|
|
22834
|
+
id: string;
|
|
22835
|
+
name: string;
|
|
22836
|
+
api: "anthropic-messages";
|
|
22837
|
+
provider: string;
|
|
22838
|
+
baseUrl: string;
|
|
22839
|
+
reasoning: true;
|
|
22840
|
+
input: ("image" | "text")[];
|
|
22841
|
+
cost: {
|
|
22842
|
+
input: number;
|
|
22843
|
+
output: number;
|
|
22844
|
+
cacheRead: number;
|
|
22845
|
+
cacheWrite: number;
|
|
22846
|
+
};
|
|
22847
|
+
contextWindow: number;
|
|
22848
|
+
maxTokens: number;
|
|
22849
|
+
};
|
|
22524
22850
|
readonly "alibaba/qwen3.8-max": {
|
|
22525
22851
|
id: string;
|
|
22526
22852
|
name: string;
|
|
@@ -22538,6 +22864,23 @@ export declare const MODELS: {
|
|
|
22538
22864
|
contextWindow: number;
|
|
22539
22865
|
maxTokens: number;
|
|
22540
22866
|
};
|
|
22867
|
+
readonly "alibaba/qwen3.8-max-0902": {
|
|
22868
|
+
id: string;
|
|
22869
|
+
name: string;
|
|
22870
|
+
api: "anthropic-messages";
|
|
22871
|
+
provider: string;
|
|
22872
|
+
baseUrl: string;
|
|
22873
|
+
reasoning: true;
|
|
22874
|
+
input: ("image" | "text")[];
|
|
22875
|
+
cost: {
|
|
22876
|
+
input: number;
|
|
22877
|
+
output: number;
|
|
22878
|
+
cacheRead: number;
|
|
22879
|
+
cacheWrite: number;
|
|
22880
|
+
};
|
|
22881
|
+
contextWindow: number;
|
|
22882
|
+
maxTokens: number;
|
|
22883
|
+
};
|
|
22541
22884
|
readonly "amazon/nova-2-lite": {
|
|
22542
22885
|
id: string;
|
|
22543
22886
|
name: string;
|
|
@@ -22645,6 +22988,28 @@ export declare const MODELS: {
|
|
|
22645
22988
|
contextWindow: number;
|
|
22646
22989
|
maxTokens: number;
|
|
22647
22990
|
};
|
|
22991
|
+
readonly "anthropic/claude-fable-5.1": {
|
|
22992
|
+
id: string;
|
|
22993
|
+
name: string;
|
|
22994
|
+
api: "anthropic-messages";
|
|
22995
|
+
provider: string;
|
|
22996
|
+
baseUrl: string;
|
|
22997
|
+
reasoning: true;
|
|
22998
|
+
thinkingLevelMap: {
|
|
22999
|
+
off: null;
|
|
23000
|
+
xhigh: string;
|
|
23001
|
+
max: string;
|
|
23002
|
+
};
|
|
23003
|
+
input: ("image" | "text")[];
|
|
23004
|
+
cost: {
|
|
23005
|
+
input: number;
|
|
23006
|
+
output: number;
|
|
23007
|
+
cacheRead: number;
|
|
23008
|
+
cacheWrite: number;
|
|
23009
|
+
};
|
|
23010
|
+
contextWindow: number;
|
|
23011
|
+
maxTokens: number;
|
|
23012
|
+
};
|
|
22648
23013
|
readonly "anthropic/claude-haiku-4.5": {
|
|
22649
23014
|
id: string;
|
|
22650
23015
|
name: string;
|
|
@@ -22981,23 +23346,6 @@ export declare const MODELS: {
|
|
|
22981
23346
|
contextWindow: number;
|
|
22982
23347
|
maxTokens: number;
|
|
22983
23348
|
};
|
|
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
23349
|
readonly "deepseek/deepseek-v3.1": {
|
|
23002
23350
|
id: string;
|
|
23003
23351
|
name: string;
|
|
@@ -23321,6 +23669,23 @@ export declare const MODELS: {
|
|
|
23321
23669
|
contextWindow: number;
|
|
23322
23670
|
maxTokens: number;
|
|
23323
23671
|
};
|
|
23672
|
+
readonly "google/gemini-3.8-flash": {
|
|
23673
|
+
id: string;
|
|
23674
|
+
name: string;
|
|
23675
|
+
api: "anthropic-messages";
|
|
23676
|
+
provider: string;
|
|
23677
|
+
baseUrl: string;
|
|
23678
|
+
reasoning: true;
|
|
23679
|
+
input: ("image" | "text")[];
|
|
23680
|
+
cost: {
|
|
23681
|
+
input: number;
|
|
23682
|
+
output: number;
|
|
23683
|
+
cacheRead: number;
|
|
23684
|
+
cacheWrite: number;
|
|
23685
|
+
};
|
|
23686
|
+
contextWindow: number;
|
|
23687
|
+
maxTokens: number;
|
|
23688
|
+
};
|
|
23324
23689
|
readonly "google/gemma-4-26b-a4b-it": {
|
|
23325
23690
|
id: string;
|
|
23326
23691
|
name: string;
|
|
@@ -23678,6 +24043,40 @@ export declare const MODELS: {
|
|
|
23678
24043
|
contextWindow: number;
|
|
23679
24044
|
maxTokens: number;
|
|
23680
24045
|
};
|
|
24046
|
+
readonly "meta/muse-spark-1.3": {
|
|
24047
|
+
id: string;
|
|
24048
|
+
name: string;
|
|
24049
|
+
api: "anthropic-messages";
|
|
24050
|
+
provider: string;
|
|
24051
|
+
baseUrl: string;
|
|
24052
|
+
reasoning: true;
|
|
24053
|
+
input: ("image" | "text")[];
|
|
24054
|
+
cost: {
|
|
24055
|
+
input: number;
|
|
24056
|
+
output: number;
|
|
24057
|
+
cacheRead: number;
|
|
24058
|
+
cacheWrite: number;
|
|
24059
|
+
};
|
|
24060
|
+
contextWindow: number;
|
|
24061
|
+
maxTokens: number;
|
|
24062
|
+
};
|
|
24063
|
+
readonly "meta/muse-spark-1.3-contributor": {
|
|
24064
|
+
id: string;
|
|
24065
|
+
name: string;
|
|
24066
|
+
api: "anthropic-messages";
|
|
24067
|
+
provider: string;
|
|
24068
|
+
baseUrl: string;
|
|
24069
|
+
reasoning: true;
|
|
24070
|
+
input: ("image" | "text")[];
|
|
24071
|
+
cost: {
|
|
24072
|
+
input: number;
|
|
24073
|
+
output: number;
|
|
24074
|
+
cacheRead: number;
|
|
24075
|
+
cacheWrite: number;
|
|
24076
|
+
};
|
|
24077
|
+
contextWindow: number;
|
|
24078
|
+
maxTokens: number;
|
|
24079
|
+
};
|
|
23681
24080
|
readonly "minimax/minimax-m2": {
|
|
23682
24081
|
id: string;
|
|
23683
24082
|
name: string;
|
|
@@ -25743,6 +26142,23 @@ export declare const MODELS: {
|
|
|
25743
26142
|
contextWindow: number;
|
|
25744
26143
|
maxTokens: number;
|
|
25745
26144
|
};
|
|
26145
|
+
readonly "xiaomi/mimo-v2.5-pro-ultraspeed": {
|
|
26146
|
+
id: string;
|
|
26147
|
+
name: string;
|
|
26148
|
+
api: "anthropic-messages";
|
|
26149
|
+
provider: string;
|
|
26150
|
+
baseUrl: string;
|
|
26151
|
+
reasoning: true;
|
|
26152
|
+
input: "text"[];
|
|
26153
|
+
cost: {
|
|
26154
|
+
input: number;
|
|
26155
|
+
output: number;
|
|
26156
|
+
cacheRead: number;
|
|
26157
|
+
cacheWrite: number;
|
|
26158
|
+
};
|
|
26159
|
+
contextWindow: number;
|
|
26160
|
+
maxTokens: number;
|
|
26161
|
+
};
|
|
25746
26162
|
readonly "zai/glm-4.5": {
|
|
25747
26163
|
id: string;
|
|
25748
26164
|
name: string;
|
|
@@ -25964,6 +26380,23 @@ export declare const MODELS: {
|
|
|
25964
26380
|
contextWindow: number;
|
|
25965
26381
|
maxTokens: number;
|
|
25966
26382
|
};
|
|
26383
|
+
readonly "zai/glm-5.3-fast": {
|
|
26384
|
+
id: string;
|
|
26385
|
+
name: string;
|
|
26386
|
+
api: "anthropic-messages";
|
|
26387
|
+
provider: string;
|
|
26388
|
+
baseUrl: string;
|
|
26389
|
+
reasoning: true;
|
|
26390
|
+
input: "text"[];
|
|
26391
|
+
cost: {
|
|
26392
|
+
input: number;
|
|
26393
|
+
output: number;
|
|
26394
|
+
cacheRead: number;
|
|
26395
|
+
cacheWrite: number;
|
|
26396
|
+
};
|
|
26397
|
+
contextWindow: number;
|
|
26398
|
+
maxTokens: number;
|
|
26399
|
+
};
|
|
25967
26400
|
readonly "zai/glm-5.3-flash": {
|
|
25968
26401
|
id: string;
|
|
25969
26402
|
name: string;
|
|
@@ -25981,6 +26414,23 @@ export declare const MODELS: {
|
|
|
25981
26414
|
contextWindow: number;
|
|
25982
26415
|
maxTokens: number;
|
|
25983
26416
|
};
|
|
26417
|
+
readonly "zai/glm-5.3-promo-50": {
|
|
26418
|
+
id: string;
|
|
26419
|
+
name: string;
|
|
26420
|
+
api: "anthropic-messages";
|
|
26421
|
+
provider: string;
|
|
26422
|
+
baseUrl: string;
|
|
26423
|
+
reasoning: true;
|
|
26424
|
+
input: "text"[];
|
|
26425
|
+
cost: {
|
|
26426
|
+
input: number;
|
|
26427
|
+
output: number;
|
|
26428
|
+
cacheRead: number;
|
|
26429
|
+
cacheWrite: number;
|
|
26430
|
+
};
|
|
26431
|
+
contextWindow: number;
|
|
26432
|
+
maxTokens: number;
|
|
26433
|
+
};
|
|
25984
26434
|
readonly "zai/glm-5v-turbo": {
|
|
25985
26435
|
id: string;
|
|
25986
26436
|
name: string;
|