@caupulican/pi-ai 0.81.30 → 0.81.32
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.
|
@@ -13509,23 +13509,6 @@ export declare const MODELS: {
|
|
|
13509
13509
|
contextWindow: number;
|
|
13510
13510
|
maxTokens: number;
|
|
13511
13511
|
};
|
|
13512
|
-
readonly "openai/gpt-oss-120b:free": {
|
|
13513
|
-
id: string;
|
|
13514
|
-
name: string;
|
|
13515
|
-
api: "openai-completions";
|
|
13516
|
-
provider: string;
|
|
13517
|
-
baseUrl: string;
|
|
13518
|
-
reasoning: true;
|
|
13519
|
-
input: "text"[];
|
|
13520
|
-
cost: {
|
|
13521
|
-
input: number;
|
|
13522
|
-
output: number;
|
|
13523
|
-
cacheRead: number;
|
|
13524
|
-
cacheWrite: number;
|
|
13525
|
-
};
|
|
13526
|
-
contextWindow: number;
|
|
13527
|
-
maxTokens: number;
|
|
13528
|
-
};
|
|
13529
13512
|
readonly "openai/gpt-oss-20b": {
|
|
13530
13513
|
id: string;
|
|
13531
13514
|
name: string;
|