@caupulican/pi-ai 0.80.7 → 0.80.8
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.
|
@@ -10996,14 +10996,14 @@ export declare const MODELS: {
|
|
|
10996
10996
|
contextWindow: number;
|
|
10997
10997
|
maxTokens: number;
|
|
10998
10998
|
};
|
|
10999
|
-
readonly "nvidia/nemotron-
|
|
10999
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
11000
11000
|
id: string;
|
|
11001
11001
|
name: string;
|
|
11002
11002
|
api: "openai-completions";
|
|
11003
11003
|
provider: string;
|
|
11004
11004
|
baseUrl: string;
|
|
11005
11005
|
reasoning: true;
|
|
11006
|
-
input:
|
|
11006
|
+
input: "text"[];
|
|
11007
11007
|
cost: {
|
|
11008
11008
|
input: number;
|
|
11009
11009
|
output: number;
|
|
@@ -11013,14 +11013,14 @@ export declare const MODELS: {
|
|
|
11013
11013
|
contextWindow: number;
|
|
11014
11014
|
maxTokens: number;
|
|
11015
11015
|
};
|
|
11016
|
-
readonly "nvidia/nemotron-nano-
|
|
11016
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
11017
11017
|
id: string;
|
|
11018
11018
|
name: string;
|
|
11019
11019
|
api: "openai-completions";
|
|
11020
11020
|
provider: string;
|
|
11021
11021
|
baseUrl: string;
|
|
11022
11022
|
reasoning: true;
|
|
11023
|
-
input: "text"[];
|
|
11023
|
+
input: ("image" | "text")[];
|
|
11024
11024
|
cost: {
|
|
11025
11025
|
input: number;
|
|
11026
11026
|
output: number;
|
|
@@ -11030,7 +11030,7 @@ export declare const MODELS: {
|
|
|
11030
11030
|
contextWindow: number;
|
|
11031
11031
|
maxTokens: number;
|
|
11032
11032
|
};
|
|
11033
|
-
readonly "nvidia/nemotron-nano-9b-v2
|
|
11033
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
11034
11034
|
id: string;
|
|
11035
11035
|
name: string;
|
|
11036
11036
|
api: "openai-completions";
|
|
@@ -11047,13 +11047,13 @@ export declare const MODELS: {
|
|
|
11047
11047
|
contextWindow: number;
|
|
11048
11048
|
maxTokens: number;
|
|
11049
11049
|
};
|
|
11050
|
-
readonly "
|
|
11050
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11051
11051
|
id: string;
|
|
11052
11052
|
name: string;
|
|
11053
11053
|
api: "openai-completions";
|
|
11054
11054
|
provider: string;
|
|
11055
11055
|
baseUrl: string;
|
|
11056
|
-
reasoning:
|
|
11056
|
+
reasoning: true;
|
|
11057
11057
|
input: "text"[];
|
|
11058
11058
|
cost: {
|
|
11059
11059
|
input: number;
|
|
@@ -11064,7 +11064,7 @@ export declare const MODELS: {
|
|
|
11064
11064
|
contextWindow: number;
|
|
11065
11065
|
maxTokens: number;
|
|
11066
11066
|
};
|
|
11067
|
-
readonly "openai/gpt-3.5-turbo
|
|
11067
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
11068
11068
|
id: string;
|
|
11069
11069
|
name: string;
|
|
11070
11070
|
api: "openai-completions";
|
|
@@ -11081,7 +11081,7 @@ export declare const MODELS: {
|
|
|
11081
11081
|
contextWindow: number;
|
|
11082
11082
|
maxTokens: number;
|
|
11083
11083
|
};
|
|
11084
|
-
readonly "openai/gpt-3.5-turbo-
|
|
11084
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
11085
11085
|
id: string;
|
|
11086
11086
|
name: string;
|
|
11087
11087
|
api: "openai-completions";
|
|
@@ -11098,7 +11098,7 @@ export declare const MODELS: {
|
|
|
11098
11098
|
contextWindow: number;
|
|
11099
11099
|
maxTokens: number;
|
|
11100
11100
|
};
|
|
11101
|
-
readonly "openai/gpt-
|
|
11101
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
11102
11102
|
id: string;
|
|
11103
11103
|
name: string;
|
|
11104
11104
|
api: "openai-completions";
|
|
@@ -11115,7 +11115,7 @@ export declare const MODELS: {
|
|
|
11115
11115
|
contextWindow: number;
|
|
11116
11116
|
maxTokens: number;
|
|
11117
11117
|
};
|
|
11118
|
-
readonly "openai/gpt-4
|
|
11118
|
+
readonly "openai/gpt-4": {
|
|
11119
11119
|
id: string;
|
|
11120
11120
|
name: string;
|
|
11121
11121
|
api: "openai-completions";
|
|
@@ -14171,7 +14171,7 @@ export declare const MODELS: {
|
|
|
14171
14171
|
provider: string;
|
|
14172
14172
|
baseUrl: string;
|
|
14173
14173
|
reasoning: true;
|
|
14174
|
-
input:
|
|
14174
|
+
input: "text"[];
|
|
14175
14175
|
cost: {
|
|
14176
14176
|
input: number;
|
|
14177
14177
|
output: number;
|
|
@@ -14443,7 +14443,7 @@ export declare const MODELS: {
|
|
|
14443
14443
|
provider: string;
|
|
14444
14444
|
baseUrl: string;
|
|
14445
14445
|
reasoning: true;
|
|
14446
|
-
input:
|
|
14446
|
+
input: "text"[];
|
|
14447
14447
|
cost: {
|
|
14448
14448
|
input: number;
|
|
14449
14449
|
output: number;
|
|
@@ -15384,7 +15384,7 @@ export declare const MODELS: {
|
|
|
15384
15384
|
provider: string;
|
|
15385
15385
|
baseUrl: string;
|
|
15386
15386
|
reasoning: true;
|
|
15387
|
-
input:
|
|
15387
|
+
input: "text"[];
|
|
15388
15388
|
cost: {
|
|
15389
15389
|
input: number;
|
|
15390
15390
|
output: number;
|
|
@@ -15401,7 +15401,7 @@ export declare const MODELS: {
|
|
|
15401
15401
|
provider: string;
|
|
15402
15402
|
baseUrl: string;
|
|
15403
15403
|
reasoning: true;
|
|
15404
|
-
input:
|
|
15404
|
+
input: "text"[];
|
|
15405
15405
|
cost: {
|
|
15406
15406
|
input: number;
|
|
15407
15407
|
output: number;
|
|
@@ -15418,7 +15418,7 @@ export declare const MODELS: {
|
|
|
15418
15418
|
provider: string;
|
|
15419
15419
|
baseUrl: string;
|
|
15420
15420
|
reasoning: true;
|
|
15421
|
-
input:
|
|
15421
|
+
input: "text"[];
|
|
15422
15422
|
cost: {
|
|
15423
15423
|
input: number;
|
|
15424
15424
|
output: number;
|