@dreb/ai 2.38.0 → 2.39.0
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/README.md
CHANGED
|
@@ -1240,15 +1240,6 @@ Update `packages/ai/README.md`:
|
|
|
1240
1240
|
- Document any provider-specific options or authentication requirements
|
|
1241
1241
|
- Add environment variable to the Environment Variables section
|
|
1242
1242
|
|
|
1243
|
-
#### 8. Changelog
|
|
1244
|
-
|
|
1245
|
-
Add an entry to `packages/ai/CHANGELOG.md` under `## [Unreleased]`:
|
|
1246
|
-
|
|
1247
|
-
```markdown
|
|
1248
|
-
### Added
|
|
1249
|
-
- Added support for [Provider Name] provider ([#PR](link) by [@author](link))
|
|
1250
|
-
```
|
|
1251
|
-
|
|
1252
1243
|
## License
|
|
1253
1244
|
|
|
1254
1245
|
MIT
|
|
@@ -13955,6 +13955,23 @@ export declare const MODELS: {
|
|
|
13955
13955
|
contextWindow: number;
|
|
13956
13956
|
maxTokens: number;
|
|
13957
13957
|
};
|
|
13958
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
13959
|
+
id: string;
|
|
13960
|
+
name: string;
|
|
13961
|
+
api: "anthropic-messages";
|
|
13962
|
+
provider: string;
|
|
13963
|
+
baseUrl: string;
|
|
13964
|
+
reasoning: true;
|
|
13965
|
+
input: "text"[];
|
|
13966
|
+
cost: {
|
|
13967
|
+
input: number;
|
|
13968
|
+
output: number;
|
|
13969
|
+
cacheRead: number;
|
|
13970
|
+
cacheWrite: number;
|
|
13971
|
+
};
|
|
13972
|
+
contextWindow: number;
|
|
13973
|
+
maxTokens: number;
|
|
13974
|
+
};
|
|
13958
13975
|
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
13959
13976
|
id: string;
|
|
13960
13977
|
name: string;
|
|
@@ -13989,6 +14006,23 @@ export declare const MODELS: {
|
|
|
13989
14006
|
contextWindow: number;
|
|
13990
14007
|
maxTokens: number;
|
|
13991
14008
|
};
|
|
14009
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
14010
|
+
id: string;
|
|
14011
|
+
name: string;
|
|
14012
|
+
api: "anthropic-messages";
|
|
14013
|
+
provider: string;
|
|
14014
|
+
baseUrl: string;
|
|
14015
|
+
reasoning: true;
|
|
14016
|
+
input: "text"[];
|
|
14017
|
+
cost: {
|
|
14018
|
+
input: number;
|
|
14019
|
+
output: number;
|
|
14020
|
+
cacheRead: number;
|
|
14021
|
+
cacheWrite: number;
|
|
14022
|
+
};
|
|
14023
|
+
contextWindow: number;
|
|
14024
|
+
maxTokens: number;
|
|
14025
|
+
};
|
|
13992
14026
|
readonly "meituan/longcat-flash-chat": {
|
|
13993
14027
|
id: string;
|
|
13994
14028
|
name: string;
|