@fleetagent/pi-ai 0.2.3 → 0.2.4
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/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +4 -4
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +483 -75
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +614 -245
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -488,23 +488,6 @@ export declare const MODELS: {
|
|
|
488
488
|
contextWindow: number;
|
|
489
489
|
maxTokens: number;
|
|
490
490
|
};
|
|
491
|
-
readonly "deepseek.r1-v1:0": {
|
|
492
|
-
id: string;
|
|
493
|
-
name: string;
|
|
494
|
-
api: "bedrock-converse-stream";
|
|
495
|
-
provider: string;
|
|
496
|
-
baseUrl: string;
|
|
497
|
-
reasoning: true;
|
|
498
|
-
input: "text"[];
|
|
499
|
-
cost: {
|
|
500
|
-
input: number;
|
|
501
|
-
output: number;
|
|
502
|
-
cacheRead: number;
|
|
503
|
-
cacheWrite: number;
|
|
504
|
-
};
|
|
505
|
-
contextWindow: number;
|
|
506
|
-
maxTokens: number;
|
|
507
|
-
};
|
|
508
491
|
readonly "deepseek.v3-v1:0": {
|
|
509
492
|
id: string;
|
|
510
493
|
name: string;
|
|
@@ -1107,13 +1090,13 @@ export declare const MODELS: {
|
|
|
1107
1090
|
contextWindow: number;
|
|
1108
1091
|
maxTokens: number;
|
|
1109
1092
|
};
|
|
1110
|
-
readonly "google.gemma-
|
|
1093
|
+
readonly "google.gemma-4-26b-a4b": {
|
|
1111
1094
|
id: string;
|
|
1112
1095
|
name: string;
|
|
1113
1096
|
api: "bedrock-converse-stream";
|
|
1114
1097
|
provider: string;
|
|
1115
1098
|
baseUrl: string;
|
|
1116
|
-
reasoning:
|
|
1099
|
+
reasoning: true;
|
|
1117
1100
|
input: ("image" | "text")[];
|
|
1118
1101
|
cost: {
|
|
1119
1102
|
input: number;
|
|
@@ -1124,13 +1107,70 @@ export declare const MODELS: {
|
|
|
1124
1107
|
contextWindow: number;
|
|
1125
1108
|
maxTokens: number;
|
|
1126
1109
|
};
|
|
1127
|
-
readonly "google.gemma-
|
|
1110
|
+
readonly "google.gemma-4-31b": {
|
|
1128
1111
|
id: string;
|
|
1129
1112
|
name: string;
|
|
1130
1113
|
api: "bedrock-converse-stream";
|
|
1131
1114
|
provider: string;
|
|
1132
1115
|
baseUrl: string;
|
|
1133
|
-
reasoning:
|
|
1116
|
+
reasoning: true;
|
|
1117
|
+
input: ("image" | "text")[];
|
|
1118
|
+
cost: {
|
|
1119
|
+
input: number;
|
|
1120
|
+
output: number;
|
|
1121
|
+
cacheRead: number;
|
|
1122
|
+
cacheWrite: number;
|
|
1123
|
+
};
|
|
1124
|
+
contextWindow: number;
|
|
1125
|
+
maxTokens: number;
|
|
1126
|
+
};
|
|
1127
|
+
readonly "google.gemma-4-e2b": {
|
|
1128
|
+
id: string;
|
|
1129
|
+
name: string;
|
|
1130
|
+
api: "bedrock-converse-stream";
|
|
1131
|
+
provider: string;
|
|
1132
|
+
baseUrl: string;
|
|
1133
|
+
reasoning: true;
|
|
1134
|
+
input: ("image" | "text")[];
|
|
1135
|
+
cost: {
|
|
1136
|
+
input: number;
|
|
1137
|
+
output: number;
|
|
1138
|
+
cacheRead: number;
|
|
1139
|
+
cacheWrite: number;
|
|
1140
|
+
};
|
|
1141
|
+
contextWindow: number;
|
|
1142
|
+
maxTokens: number;
|
|
1143
|
+
};
|
|
1144
|
+
readonly "in.openai.gpt-5.6-luna": {
|
|
1145
|
+
id: string;
|
|
1146
|
+
name: string;
|
|
1147
|
+
api: "bedrock-converse-stream";
|
|
1148
|
+
provider: string;
|
|
1149
|
+
baseUrl: string;
|
|
1150
|
+
reasoning: true;
|
|
1151
|
+
thinkingLevelMap: {
|
|
1152
|
+
xhigh: string;
|
|
1153
|
+
};
|
|
1154
|
+
input: ("image" | "text")[];
|
|
1155
|
+
cost: {
|
|
1156
|
+
input: number;
|
|
1157
|
+
output: number;
|
|
1158
|
+
cacheRead: number;
|
|
1159
|
+
cacheWrite: number;
|
|
1160
|
+
};
|
|
1161
|
+
contextWindow: number;
|
|
1162
|
+
maxTokens: number;
|
|
1163
|
+
};
|
|
1164
|
+
readonly "in.openai.gpt-5.6-terra": {
|
|
1165
|
+
id: string;
|
|
1166
|
+
name: string;
|
|
1167
|
+
api: "bedrock-converse-stream";
|
|
1168
|
+
provider: string;
|
|
1169
|
+
baseUrl: string;
|
|
1170
|
+
reasoning: true;
|
|
1171
|
+
thinkingLevelMap: {
|
|
1172
|
+
xhigh: string;
|
|
1173
|
+
};
|
|
1134
1174
|
input: ("image" | "text")[];
|
|
1135
1175
|
cost: {
|
|
1136
1176
|
input: number;
|
|
@@ -1457,7 +1497,7 @@ export declare const MODELS: {
|
|
|
1457
1497
|
provider: string;
|
|
1458
1498
|
baseUrl: string;
|
|
1459
1499
|
reasoning: false;
|
|
1460
|
-
input: "text"[];
|
|
1500
|
+
input: ("image" | "text")[];
|
|
1461
1501
|
cost: {
|
|
1462
1502
|
input: number;
|
|
1463
1503
|
output: number;
|
|
@@ -1491,7 +1531,7 @@ export declare const MODELS: {
|
|
|
1491
1531
|
provider: string;
|
|
1492
1532
|
baseUrl: string;
|
|
1493
1533
|
reasoning: false;
|
|
1494
|
-
input: "text"[];
|
|
1534
|
+
input: ("image" | "text")[];
|
|
1495
1535
|
cost: {
|
|
1496
1536
|
input: number;
|
|
1497
1537
|
output: number;
|
|
@@ -1865,7 +1905,7 @@ export declare const MODELS: {
|
|
|
1865
1905
|
api: "bedrock-converse-stream";
|
|
1866
1906
|
provider: string;
|
|
1867
1907
|
baseUrl: string;
|
|
1868
|
-
reasoning:
|
|
1908
|
+
reasoning: true;
|
|
1869
1909
|
input: "text"[];
|
|
1870
1910
|
cost: {
|
|
1871
1911
|
input: number;
|
|
@@ -1882,7 +1922,7 @@ export declare const MODELS: {
|
|
|
1882
1922
|
api: "bedrock-converse-stream";
|
|
1883
1923
|
provider: string;
|
|
1884
1924
|
baseUrl: string;
|
|
1885
|
-
reasoning:
|
|
1925
|
+
reasoning: true;
|
|
1886
1926
|
input: "text"[];
|
|
1887
1927
|
cost: {
|
|
1888
1928
|
input: number;
|
|
@@ -1967,7 +2007,7 @@ export declare const MODELS: {
|
|
|
1967
2007
|
api: "bedrock-converse-stream";
|
|
1968
2008
|
provider: string;
|
|
1969
2009
|
baseUrl: string;
|
|
1970
|
-
reasoning:
|
|
2010
|
+
reasoning: false;
|
|
1971
2011
|
input: "text"[];
|
|
1972
2012
|
cost: {
|
|
1973
2013
|
input: number;
|
|
@@ -2012,6 +2052,40 @@ export declare const MODELS: {
|
|
|
2012
2052
|
contextWindow: number;
|
|
2013
2053
|
maxTokens: number;
|
|
2014
2054
|
};
|
|
2055
|
+
readonly "us-gov.openai.gpt-oss-120b-1:0": {
|
|
2056
|
+
id: string;
|
|
2057
|
+
name: string;
|
|
2058
|
+
api: "bedrock-converse-stream";
|
|
2059
|
+
provider: string;
|
|
2060
|
+
baseUrl: string;
|
|
2061
|
+
reasoning: true;
|
|
2062
|
+
input: "text"[];
|
|
2063
|
+
cost: {
|
|
2064
|
+
input: number;
|
|
2065
|
+
output: number;
|
|
2066
|
+
cacheRead: number;
|
|
2067
|
+
cacheWrite: number;
|
|
2068
|
+
};
|
|
2069
|
+
contextWindow: number;
|
|
2070
|
+
maxTokens: number;
|
|
2071
|
+
};
|
|
2072
|
+
readonly "us-gov.openai.gpt-oss-20b-1:0": {
|
|
2073
|
+
id: string;
|
|
2074
|
+
name: string;
|
|
2075
|
+
api: "bedrock-converse-stream";
|
|
2076
|
+
provider: string;
|
|
2077
|
+
baseUrl: string;
|
|
2078
|
+
reasoning: true;
|
|
2079
|
+
input: "text"[];
|
|
2080
|
+
cost: {
|
|
2081
|
+
input: number;
|
|
2082
|
+
output: number;
|
|
2083
|
+
cacheRead: number;
|
|
2084
|
+
cacheWrite: number;
|
|
2085
|
+
};
|
|
2086
|
+
contextWindow: number;
|
|
2087
|
+
maxTokens: number;
|
|
2088
|
+
};
|
|
2015
2089
|
readonly "us.amazon.nova-2-lite-v1:0": {
|
|
2016
2090
|
id: string;
|
|
2017
2091
|
name: string;
|
|
@@ -2063,6 +2137,23 @@ export declare const MODELS: {
|
|
|
2063
2137
|
contextWindow: number;
|
|
2064
2138
|
maxTokens: number;
|
|
2065
2139
|
};
|
|
2140
|
+
readonly "us.amazon.nova-premier-v1:0": {
|
|
2141
|
+
id: string;
|
|
2142
|
+
name: string;
|
|
2143
|
+
api: "bedrock-converse-stream";
|
|
2144
|
+
provider: string;
|
|
2145
|
+
baseUrl: string;
|
|
2146
|
+
reasoning: false;
|
|
2147
|
+
input: ("image" | "text")[];
|
|
2148
|
+
cost: {
|
|
2149
|
+
input: number;
|
|
2150
|
+
output: number;
|
|
2151
|
+
cacheRead: number;
|
|
2152
|
+
cacheWrite: number;
|
|
2153
|
+
};
|
|
2154
|
+
contextWindow: number;
|
|
2155
|
+
maxTokens: number;
|
|
2156
|
+
};
|
|
2066
2157
|
readonly "us.amazon.nova-pro-v1:0": {
|
|
2067
2158
|
id: string;
|
|
2068
2159
|
name: string;
|
|
@@ -2290,23 +2381,6 @@ export declare const MODELS: {
|
|
|
2290
2381
|
contextWindow: number;
|
|
2291
2382
|
maxTokens: number;
|
|
2292
2383
|
};
|
|
2293
|
-
readonly "us.deepseek.r1-v1:0": {
|
|
2294
|
-
id: string;
|
|
2295
|
-
name: string;
|
|
2296
|
-
api: "bedrock-converse-stream";
|
|
2297
|
-
provider: string;
|
|
2298
|
-
baseUrl: string;
|
|
2299
|
-
reasoning: true;
|
|
2300
|
-
input: "text"[];
|
|
2301
|
-
cost: {
|
|
2302
|
-
input: number;
|
|
2303
|
-
output: number;
|
|
2304
|
-
cacheRead: number;
|
|
2305
|
-
cacheWrite: number;
|
|
2306
|
-
};
|
|
2307
|
-
contextWindow: number;
|
|
2308
|
-
maxTokens: number;
|
|
2309
|
-
};
|
|
2310
2384
|
readonly "us.meta.llama3-1-70b-instruct-v1:0": {
|
|
2311
2385
|
id: string;
|
|
2312
2386
|
name: string;
|
|
@@ -4920,6 +4994,29 @@ export declare const MODELS: {
|
|
|
4920
4994
|
contextWindow: number;
|
|
4921
4995
|
maxTokens: number;
|
|
4922
4996
|
};
|
|
4997
|
+
readonly "accounts/fireworks/models/deepseek-v4p1-flash": {
|
|
4998
|
+
id: string;
|
|
4999
|
+
name: string;
|
|
5000
|
+
api: "anthropic-messages";
|
|
5001
|
+
provider: string;
|
|
5002
|
+
baseUrl: string;
|
|
5003
|
+
compat: {
|
|
5004
|
+
sendSessionAffinityHeaders: true;
|
|
5005
|
+
supportsEagerToolInputStreaming: false;
|
|
5006
|
+
supportsCacheControlOnTools: false;
|
|
5007
|
+
supportsLongCacheRetention: false;
|
|
5008
|
+
};
|
|
5009
|
+
reasoning: true;
|
|
5010
|
+
input: ("image" | "text")[];
|
|
5011
|
+
cost: {
|
|
5012
|
+
input: number;
|
|
5013
|
+
output: number;
|
|
5014
|
+
cacheRead: number;
|
|
5015
|
+
cacheWrite: number;
|
|
5016
|
+
};
|
|
5017
|
+
contextWindow: number;
|
|
5018
|
+
maxTokens: number;
|
|
5019
|
+
};
|
|
4923
5020
|
readonly "accounts/fireworks/models/glm-5p2": {
|
|
4924
5021
|
id: string;
|
|
4925
5022
|
name: string;
|
|
@@ -5127,6 +5224,29 @@ export declare const MODELS: {
|
|
|
5127
5224
|
contextWindow: number;
|
|
5128
5225
|
maxTokens: number;
|
|
5129
5226
|
};
|
|
5227
|
+
readonly "accounts/fireworks/models/mistral-large-3-fp8": {
|
|
5228
|
+
id: string;
|
|
5229
|
+
name: string;
|
|
5230
|
+
api: "anthropic-messages";
|
|
5231
|
+
provider: string;
|
|
5232
|
+
baseUrl: string;
|
|
5233
|
+
compat: {
|
|
5234
|
+
sendSessionAffinityHeaders: true;
|
|
5235
|
+
supportsEagerToolInputStreaming: false;
|
|
5236
|
+
supportsCacheControlOnTools: false;
|
|
5237
|
+
supportsLongCacheRetention: false;
|
|
5238
|
+
};
|
|
5239
|
+
reasoning: false;
|
|
5240
|
+
input: ("image" | "text")[];
|
|
5241
|
+
cost: {
|
|
5242
|
+
input: number;
|
|
5243
|
+
output: number;
|
|
5244
|
+
cacheRead: number;
|
|
5245
|
+
cacheWrite: number;
|
|
5246
|
+
};
|
|
5247
|
+
contextWindow: number;
|
|
5248
|
+
maxTokens: number;
|
|
5249
|
+
};
|
|
5130
5250
|
readonly "accounts/fireworks/models/muse-glimmer-30b": {
|
|
5131
5251
|
id: string;
|
|
5132
5252
|
name: string;
|
|
@@ -7729,7 +7849,87 @@ export declare const MODELS: {
|
|
|
7729
7849
|
contextWindow: number;
|
|
7730
7850
|
maxTokens: number;
|
|
7731
7851
|
};
|
|
7732
|
-
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
7852
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
7853
|
+
id: string;
|
|
7854
|
+
name: string;
|
|
7855
|
+
api: "openai-completions";
|
|
7856
|
+
provider: string;
|
|
7857
|
+
baseUrl: string;
|
|
7858
|
+
compat: {
|
|
7859
|
+
supportsDeveloperRole: false;
|
|
7860
|
+
};
|
|
7861
|
+
reasoning: true;
|
|
7862
|
+
input: "text"[];
|
|
7863
|
+
cost: {
|
|
7864
|
+
input: number;
|
|
7865
|
+
output: number;
|
|
7866
|
+
cacheRead: number;
|
|
7867
|
+
cacheWrite: number;
|
|
7868
|
+
};
|
|
7869
|
+
contextWindow: number;
|
|
7870
|
+
maxTokens: number;
|
|
7871
|
+
};
|
|
7872
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro-0813": {
|
|
7873
|
+
id: string;
|
|
7874
|
+
name: string;
|
|
7875
|
+
api: "openai-completions";
|
|
7876
|
+
provider: string;
|
|
7877
|
+
baseUrl: string;
|
|
7878
|
+
compat: {
|
|
7879
|
+
supportsDeveloperRole: false;
|
|
7880
|
+
};
|
|
7881
|
+
reasoning: true;
|
|
7882
|
+
input: "text"[];
|
|
7883
|
+
cost: {
|
|
7884
|
+
input: number;
|
|
7885
|
+
output: number;
|
|
7886
|
+
cacheRead: number;
|
|
7887
|
+
cacheWrite: number;
|
|
7888
|
+
};
|
|
7889
|
+
contextWindow: number;
|
|
7890
|
+
maxTokens: number;
|
|
7891
|
+
};
|
|
7892
|
+
readonly "deepseek-ai/DeepSeek-V4.1-Flash": {
|
|
7893
|
+
id: string;
|
|
7894
|
+
name: string;
|
|
7895
|
+
api: "openai-completions";
|
|
7896
|
+
provider: string;
|
|
7897
|
+
baseUrl: string;
|
|
7898
|
+
compat: {
|
|
7899
|
+
supportsDeveloperRole: false;
|
|
7900
|
+
};
|
|
7901
|
+
reasoning: true;
|
|
7902
|
+
input: ("image" | "text")[];
|
|
7903
|
+
cost: {
|
|
7904
|
+
input: number;
|
|
7905
|
+
output: number;
|
|
7906
|
+
cacheRead: number;
|
|
7907
|
+
cacheWrite: number;
|
|
7908
|
+
};
|
|
7909
|
+
contextWindow: number;
|
|
7910
|
+
maxTokens: number;
|
|
7911
|
+
};
|
|
7912
|
+
readonly "google/gemma-3-12b-it": {
|
|
7913
|
+
id: string;
|
|
7914
|
+
name: string;
|
|
7915
|
+
api: "openai-completions";
|
|
7916
|
+
provider: string;
|
|
7917
|
+
baseUrl: string;
|
|
7918
|
+
compat: {
|
|
7919
|
+
supportsDeveloperRole: false;
|
|
7920
|
+
};
|
|
7921
|
+
reasoning: false;
|
|
7922
|
+
input: ("image" | "text")[];
|
|
7923
|
+
cost: {
|
|
7924
|
+
input: number;
|
|
7925
|
+
output: number;
|
|
7926
|
+
cacheRead: number;
|
|
7927
|
+
cacheWrite: number;
|
|
7928
|
+
};
|
|
7929
|
+
contextWindow: number;
|
|
7930
|
+
maxTokens: number;
|
|
7931
|
+
};
|
|
7932
|
+
readonly "google/gemma-3-27b-it": {
|
|
7733
7933
|
id: string;
|
|
7734
7934
|
name: string;
|
|
7735
7935
|
api: "openai-completions";
|
|
@@ -7738,8 +7938,8 @@ export declare const MODELS: {
|
|
|
7738
7938
|
compat: {
|
|
7739
7939
|
supportsDeveloperRole: false;
|
|
7740
7940
|
};
|
|
7741
|
-
reasoning:
|
|
7742
|
-
input: "text"[];
|
|
7941
|
+
reasoning: false;
|
|
7942
|
+
input: ("image" | "text")[];
|
|
7743
7943
|
cost: {
|
|
7744
7944
|
input: number;
|
|
7745
7945
|
output: number;
|
|
@@ -7749,7 +7949,7 @@ export declare const MODELS: {
|
|
|
7749
7949
|
contextWindow: number;
|
|
7750
7950
|
maxTokens: number;
|
|
7751
7951
|
};
|
|
7752
|
-
readonly "
|
|
7952
|
+
readonly "google/gemma-3-4b-it": {
|
|
7753
7953
|
id: string;
|
|
7754
7954
|
name: string;
|
|
7755
7955
|
api: "openai-completions";
|
|
@@ -7758,8 +7958,8 @@ export declare const MODELS: {
|
|
|
7758
7958
|
compat: {
|
|
7759
7959
|
supportsDeveloperRole: false;
|
|
7760
7960
|
};
|
|
7761
|
-
reasoning:
|
|
7762
|
-
input: "text"[];
|
|
7961
|
+
reasoning: false;
|
|
7962
|
+
input: ("image" | "text")[];
|
|
7763
7963
|
cost: {
|
|
7764
7964
|
input: number;
|
|
7765
7965
|
output: number;
|
|
@@ -11640,14 +11840,25 @@ export declare const MODELS: {
|
|
|
11640
11840
|
};
|
|
11641
11841
|
};
|
|
11642
11842
|
readonly "opencode-go": {
|
|
11643
|
-
readonly "deepseek-flash": {
|
|
11843
|
+
readonly "deepseek-v4-flash": {
|
|
11644
11844
|
id: string;
|
|
11645
11845
|
name: string;
|
|
11646
11846
|
api: "openai-completions";
|
|
11647
11847
|
provider: string;
|
|
11648
11848
|
baseUrl: string;
|
|
11849
|
+
compat: {
|
|
11850
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
11851
|
+
thinkingFormat: "deepseek";
|
|
11852
|
+
};
|
|
11649
11853
|
reasoning: true;
|
|
11650
|
-
|
|
11854
|
+
thinkingLevelMap: {
|
|
11855
|
+
minimal: null;
|
|
11856
|
+
low: null;
|
|
11857
|
+
medium: null;
|
|
11858
|
+
high: string;
|
|
11859
|
+
xhigh: string;
|
|
11860
|
+
};
|
|
11861
|
+
input: "text"[];
|
|
11651
11862
|
cost: {
|
|
11652
11863
|
input: number;
|
|
11653
11864
|
output: number;
|
|
@@ -11657,7 +11868,7 @@ export declare const MODELS: {
|
|
|
11657
11868
|
contextWindow: number;
|
|
11658
11869
|
maxTokens: number;
|
|
11659
11870
|
};
|
|
11660
|
-
readonly "deepseek-v4-flash": {
|
|
11871
|
+
readonly "deepseek-v4-flash-vision-exp": {
|
|
11661
11872
|
id: string;
|
|
11662
11873
|
name: string;
|
|
11663
11874
|
api: "openai-completions";
|
|
@@ -11675,7 +11886,7 @@ export declare const MODELS: {
|
|
|
11675
11886
|
high: string;
|
|
11676
11887
|
xhigh: string;
|
|
11677
11888
|
};
|
|
11678
|
-
input: "text"[];
|
|
11889
|
+
input: ("image" | "text")[];
|
|
11679
11890
|
cost: {
|
|
11680
11891
|
input: number;
|
|
11681
11892
|
output: number;
|
|
@@ -11685,7 +11896,7 @@ export declare const MODELS: {
|
|
|
11685
11896
|
contextWindow: number;
|
|
11686
11897
|
maxTokens: number;
|
|
11687
11898
|
};
|
|
11688
|
-
readonly "deepseek-v4-
|
|
11899
|
+
readonly "deepseek-v4-pro": {
|
|
11689
11900
|
id: string;
|
|
11690
11901
|
name: string;
|
|
11691
11902
|
api: "openai-completions";
|
|
@@ -11703,7 +11914,7 @@ export declare const MODELS: {
|
|
|
11703
11914
|
high: string;
|
|
11704
11915
|
xhigh: string;
|
|
11705
11916
|
};
|
|
11706
|
-
input:
|
|
11917
|
+
input: "text"[];
|
|
11707
11918
|
cost: {
|
|
11708
11919
|
input: number;
|
|
11709
11920
|
output: number;
|
|
@@ -11713,7 +11924,7 @@ export declare const MODELS: {
|
|
|
11713
11924
|
contextWindow: number;
|
|
11714
11925
|
maxTokens: number;
|
|
11715
11926
|
};
|
|
11716
|
-
readonly "deepseek-v4-
|
|
11927
|
+
readonly "deepseek-v4.1-flash": {
|
|
11717
11928
|
id: string;
|
|
11718
11929
|
name: string;
|
|
11719
11930
|
api: "openai-completions";
|
|
@@ -11731,7 +11942,7 @@ export declare const MODELS: {
|
|
|
11731
11942
|
high: string;
|
|
11732
11943
|
xhigh: string;
|
|
11733
11944
|
};
|
|
11734
|
-
input: "text"[];
|
|
11945
|
+
input: ("image" | "text")[];
|
|
11735
11946
|
cost: {
|
|
11736
11947
|
input: number;
|
|
11737
11948
|
output: number;
|
|
@@ -13296,6 +13507,33 @@ export declare const MODELS: {
|
|
|
13296
13507
|
contextWindow: number;
|
|
13297
13508
|
maxTokens: number;
|
|
13298
13509
|
};
|
|
13510
|
+
readonly "deepseek/deepseek-v4.1-flash": {
|
|
13511
|
+
id: string;
|
|
13512
|
+
name: string;
|
|
13513
|
+
api: "openai-completions";
|
|
13514
|
+
provider: string;
|
|
13515
|
+
baseUrl: string;
|
|
13516
|
+
compat: {
|
|
13517
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
13518
|
+
};
|
|
13519
|
+
reasoning: true;
|
|
13520
|
+
thinkingLevelMap: {
|
|
13521
|
+
minimal: null;
|
|
13522
|
+
low: null;
|
|
13523
|
+
medium: null;
|
|
13524
|
+
high: string;
|
|
13525
|
+
xhigh: string;
|
|
13526
|
+
};
|
|
13527
|
+
input: ("image" | "text")[];
|
|
13528
|
+
cost: {
|
|
13529
|
+
input: number;
|
|
13530
|
+
output: number;
|
|
13531
|
+
cacheRead: number;
|
|
13532
|
+
cacheWrite: number;
|
|
13533
|
+
};
|
|
13534
|
+
contextWindow: number;
|
|
13535
|
+
maxTokens: number;
|
|
13536
|
+
};
|
|
13299
13537
|
readonly "dots-studio/dots-3-note-preview:free": {
|
|
13300
13538
|
id: string;
|
|
13301
13539
|
name: string;
|
|
@@ -14016,6 +14254,40 @@ export declare const MODELS: {
|
|
|
14016
14254
|
contextWindow: number;
|
|
14017
14255
|
maxTokens: number;
|
|
14018
14256
|
};
|
|
14257
|
+
readonly "inclusionai/ling-3.0-flash-vl": {
|
|
14258
|
+
id: string;
|
|
14259
|
+
name: string;
|
|
14260
|
+
api: "openai-completions";
|
|
14261
|
+
provider: string;
|
|
14262
|
+
baseUrl: string;
|
|
14263
|
+
reasoning: true;
|
|
14264
|
+
input: ("image" | "text")[];
|
|
14265
|
+
cost: {
|
|
14266
|
+
input: number;
|
|
14267
|
+
output: number;
|
|
14268
|
+
cacheRead: number;
|
|
14269
|
+
cacheWrite: number;
|
|
14270
|
+
};
|
|
14271
|
+
contextWindow: number;
|
|
14272
|
+
maxTokens: number;
|
|
14273
|
+
};
|
|
14274
|
+
readonly "inclusionai/ling-3.0-flash-vl:free": {
|
|
14275
|
+
id: string;
|
|
14276
|
+
name: string;
|
|
14277
|
+
api: "openai-completions";
|
|
14278
|
+
provider: string;
|
|
14279
|
+
baseUrl: string;
|
|
14280
|
+
reasoning: true;
|
|
14281
|
+
input: ("image" | "text")[];
|
|
14282
|
+
cost: {
|
|
14283
|
+
input: number;
|
|
14284
|
+
output: number;
|
|
14285
|
+
cacheRead: number;
|
|
14286
|
+
cacheWrite: number;
|
|
14287
|
+
};
|
|
14288
|
+
contextWindow: number;
|
|
14289
|
+
maxTokens: number;
|
|
14290
|
+
};
|
|
14019
14291
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
14020
14292
|
id: string;
|
|
14021
14293
|
name: string;
|
|
@@ -17723,6 +17995,23 @@ export declare const MODELS: {
|
|
|
17723
17995
|
contextWindow: number;
|
|
17724
17996
|
maxTokens: number;
|
|
17725
17997
|
};
|
|
17998
|
+
readonly "sakana/fugu-max": {
|
|
17999
|
+
id: string;
|
|
18000
|
+
name: string;
|
|
18001
|
+
api: "openai-completions";
|
|
18002
|
+
provider: string;
|
|
18003
|
+
baseUrl: string;
|
|
18004
|
+
reasoning: true;
|
|
18005
|
+
input: ("image" | "text")[];
|
|
18006
|
+
cost: {
|
|
18007
|
+
input: number;
|
|
18008
|
+
output: number;
|
|
18009
|
+
cacheRead: number;
|
|
18010
|
+
cacheWrite: number;
|
|
18011
|
+
};
|
|
18012
|
+
contextWindow: number;
|
|
18013
|
+
maxTokens: number;
|
|
18014
|
+
};
|
|
17726
18015
|
readonly "sakana/fugu-ultra": {
|
|
17727
18016
|
id: string;
|
|
17728
18017
|
name: string;
|
|
@@ -17740,6 +18029,23 @@ export declare const MODELS: {
|
|
|
17740
18029
|
contextWindow: number;
|
|
17741
18030
|
maxTokens: number;
|
|
17742
18031
|
};
|
|
18032
|
+
readonly "sakana/fugu-ultra-v2": {
|
|
18033
|
+
id: string;
|
|
18034
|
+
name: string;
|
|
18035
|
+
api: "openai-completions";
|
|
18036
|
+
provider: string;
|
|
18037
|
+
baseUrl: string;
|
|
18038
|
+
reasoning: true;
|
|
18039
|
+
input: ("image" | "text")[];
|
|
18040
|
+
cost: {
|
|
18041
|
+
input: number;
|
|
18042
|
+
output: number;
|
|
18043
|
+
cacheRead: number;
|
|
18044
|
+
cacheWrite: number;
|
|
18045
|
+
};
|
|
18046
|
+
contextWindow: number;
|
|
18047
|
+
maxTokens: number;
|
|
18048
|
+
};
|
|
17743
18049
|
readonly "sakana/sakana-namazu": {
|
|
17744
18050
|
id: string;
|
|
17745
18051
|
name: string;
|
|
@@ -18583,7 +18889,24 @@ export declare const MODELS: {
|
|
|
18583
18889
|
contextWindow: number;
|
|
18584
18890
|
maxTokens: number;
|
|
18585
18891
|
};
|
|
18586
|
-
readonly "~openai/gpt-latest": {
|
|
18892
|
+
readonly "~openai/gpt-astra-latest": {
|
|
18893
|
+
id: string;
|
|
18894
|
+
name: string;
|
|
18895
|
+
api: "openai-completions";
|
|
18896
|
+
provider: string;
|
|
18897
|
+
baseUrl: string;
|
|
18898
|
+
reasoning: true;
|
|
18899
|
+
input: ("image" | "text")[];
|
|
18900
|
+
cost: {
|
|
18901
|
+
input: number;
|
|
18902
|
+
output: number;
|
|
18903
|
+
cacheRead: number;
|
|
18904
|
+
cacheWrite: number;
|
|
18905
|
+
};
|
|
18906
|
+
contextWindow: number;
|
|
18907
|
+
maxTokens: number;
|
|
18908
|
+
};
|
|
18909
|
+
readonly "~openai/gpt-luna-latest": {
|
|
18587
18910
|
id: string;
|
|
18588
18911
|
name: string;
|
|
18589
18912
|
api: "openai-completions";
|
|
@@ -18617,6 +18940,40 @@ export declare const MODELS: {
|
|
|
18617
18940
|
contextWindow: number;
|
|
18618
18941
|
maxTokens: number;
|
|
18619
18942
|
};
|
|
18943
|
+
readonly "~openai/gpt-sol-latest": {
|
|
18944
|
+
id: string;
|
|
18945
|
+
name: string;
|
|
18946
|
+
api: "openai-completions";
|
|
18947
|
+
provider: string;
|
|
18948
|
+
baseUrl: string;
|
|
18949
|
+
reasoning: true;
|
|
18950
|
+
input: ("image" | "text")[];
|
|
18951
|
+
cost: {
|
|
18952
|
+
input: number;
|
|
18953
|
+
output: number;
|
|
18954
|
+
cacheRead: number;
|
|
18955
|
+
cacheWrite: number;
|
|
18956
|
+
};
|
|
18957
|
+
contextWindow: number;
|
|
18958
|
+
maxTokens: number;
|
|
18959
|
+
};
|
|
18960
|
+
readonly "~openai/gpt-terra-latest": {
|
|
18961
|
+
id: string;
|
|
18962
|
+
name: string;
|
|
18963
|
+
api: "openai-completions";
|
|
18964
|
+
provider: string;
|
|
18965
|
+
baseUrl: string;
|
|
18966
|
+
reasoning: true;
|
|
18967
|
+
input: ("image" | "text")[];
|
|
18968
|
+
cost: {
|
|
18969
|
+
input: number;
|
|
18970
|
+
output: number;
|
|
18971
|
+
cacheRead: number;
|
|
18972
|
+
cacheWrite: number;
|
|
18973
|
+
};
|
|
18974
|
+
contextWindow: number;
|
|
18975
|
+
maxTokens: number;
|
|
18976
|
+
};
|
|
18620
18977
|
readonly "~x-ai/grok-latest": {
|
|
18621
18978
|
id: string;
|
|
18622
18979
|
name: string;
|
|
@@ -19781,23 +20138,6 @@ export declare const MODELS: {
|
|
|
19781
20138
|
contextWindow: number;
|
|
19782
20139
|
maxTokens: number;
|
|
19783
20140
|
};
|
|
19784
|
-
readonly "alibaba/qwen3.8-flash-next": {
|
|
19785
|
-
id: string;
|
|
19786
|
-
name: string;
|
|
19787
|
-
api: "anthropic-messages";
|
|
19788
|
-
provider: string;
|
|
19789
|
-
baseUrl: string;
|
|
19790
|
-
reasoning: true;
|
|
19791
|
-
input: ("image" | "text")[];
|
|
19792
|
-
cost: {
|
|
19793
|
-
input: number;
|
|
19794
|
-
output: number;
|
|
19795
|
-
cacheRead: number;
|
|
19796
|
-
cacheWrite: number;
|
|
19797
|
-
};
|
|
19798
|
-
contextWindow: number;
|
|
19799
|
-
maxTokens: number;
|
|
19800
|
-
};
|
|
19801
20141
|
readonly "alibaba/qwen3.8-max": {
|
|
19802
20142
|
id: string;
|
|
19803
20143
|
name: string;
|
|
@@ -20808,6 +21148,40 @@ export declare const MODELS: {
|
|
|
20808
21148
|
contextWindow: number;
|
|
20809
21149
|
maxTokens: number;
|
|
20810
21150
|
};
|
|
21151
|
+
readonly "inclusionai/ling-3.0-flash-vl": {
|
|
21152
|
+
id: string;
|
|
21153
|
+
name: string;
|
|
21154
|
+
api: "anthropic-messages";
|
|
21155
|
+
provider: string;
|
|
21156
|
+
baseUrl: string;
|
|
21157
|
+
reasoning: true;
|
|
21158
|
+
input: ("image" | "text")[];
|
|
21159
|
+
cost: {
|
|
21160
|
+
input: number;
|
|
21161
|
+
output: number;
|
|
21162
|
+
cacheRead: number;
|
|
21163
|
+
cacheWrite: number;
|
|
21164
|
+
};
|
|
21165
|
+
contextWindow: number;
|
|
21166
|
+
maxTokens: number;
|
|
21167
|
+
};
|
|
21168
|
+
readonly "inclusionai/ling-3.0-flash-vl-free": {
|
|
21169
|
+
id: string;
|
|
21170
|
+
name: string;
|
|
21171
|
+
api: "anthropic-messages";
|
|
21172
|
+
provider: string;
|
|
21173
|
+
baseUrl: string;
|
|
21174
|
+
reasoning: true;
|
|
21175
|
+
input: ("image" | "text")[];
|
|
21176
|
+
cost: {
|
|
21177
|
+
input: number;
|
|
21178
|
+
output: number;
|
|
21179
|
+
cacheRead: number;
|
|
21180
|
+
cacheWrite: number;
|
|
21181
|
+
};
|
|
21182
|
+
contextWindow: number;
|
|
21183
|
+
maxTokens: number;
|
|
21184
|
+
};
|
|
20811
21185
|
readonly "interfaze/interfaze-beta": {
|
|
20812
21186
|
id: string;
|
|
20813
21187
|
name: string;
|
|
@@ -22750,6 +23124,23 @@ export declare const MODELS: {
|
|
|
22750
23124
|
contextWindow: number;
|
|
22751
23125
|
maxTokens: number;
|
|
22752
23126
|
};
|
|
23127
|
+
readonly "sakana/fugu-max": {
|
|
23128
|
+
id: string;
|
|
23129
|
+
name: string;
|
|
23130
|
+
api: "anthropic-messages";
|
|
23131
|
+
provider: string;
|
|
23132
|
+
baseUrl: string;
|
|
23133
|
+
reasoning: true;
|
|
23134
|
+
input: ("image" | "text")[];
|
|
23135
|
+
cost: {
|
|
23136
|
+
input: number;
|
|
23137
|
+
output: number;
|
|
23138
|
+
cacheRead: number;
|
|
23139
|
+
cacheWrite: number;
|
|
23140
|
+
};
|
|
23141
|
+
contextWindow: number;
|
|
23142
|
+
maxTokens: number;
|
|
23143
|
+
};
|
|
22753
23144
|
readonly "sakana/fugu-ultra": {
|
|
22754
23145
|
id: string;
|
|
22755
23146
|
name: string;
|
|
@@ -22767,6 +23158,23 @@ export declare const MODELS: {
|
|
|
22767
23158
|
contextWindow: number;
|
|
22768
23159
|
maxTokens: number;
|
|
22769
23160
|
};
|
|
23161
|
+
readonly "sakana/fugu-ultra-v2": {
|
|
23162
|
+
id: string;
|
|
23163
|
+
name: string;
|
|
23164
|
+
api: "anthropic-messages";
|
|
23165
|
+
provider: string;
|
|
23166
|
+
baseUrl: string;
|
|
23167
|
+
reasoning: true;
|
|
23168
|
+
input: ("image" | "text")[];
|
|
23169
|
+
cost: {
|
|
23170
|
+
input: number;
|
|
23171
|
+
output: number;
|
|
23172
|
+
cacheRead: number;
|
|
23173
|
+
cacheWrite: number;
|
|
23174
|
+
};
|
|
23175
|
+
contextWindow: number;
|
|
23176
|
+
maxTokens: number;
|
|
23177
|
+
};
|
|
22770
23178
|
readonly "sakana/namazu": {
|
|
22771
23179
|
id: string;
|
|
22772
23180
|
name: string;
|