@mariozechner/pi-ai 0.42.0 → 0.42.1
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 +1 -1
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +5 -5
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/anthropic.d.ts.map +1 -1
- package/dist/providers/anthropic.js +27 -7
- package/dist/providers/anthropic.js.map +1 -1
- package/package.json +1 -1
|
@@ -5322,7 +5322,7 @@ export declare const MODELS: {
|
|
|
5322
5322
|
contextWindow: number;
|
|
5323
5323
|
maxTokens: number;
|
|
5324
5324
|
};
|
|
5325
|
-
readonly "nex-agi/deepseek-v3.1-nex-n1
|
|
5325
|
+
readonly "nex-agi/deepseek-v3.1-nex-n1": {
|
|
5326
5326
|
id: string;
|
|
5327
5327
|
name: string;
|
|
5328
5328
|
api: "openai-completions";
|