@caupulican/pi-ai 0.80.6 → 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.
|
@@ -9077,6 +9077,23 @@ export declare const MODELS: {
|
|
|
9077
9077
|
contextWindow: number;
|
|
9078
9078
|
maxTokens: number;
|
|
9079
9079
|
};
|
|
9080
|
+
readonly "qwen3.7-plus": {
|
|
9081
|
+
id: string;
|
|
9082
|
+
name: string;
|
|
9083
|
+
api: "anthropic-messages";
|
|
9084
|
+
provider: string;
|
|
9085
|
+
baseUrl: string;
|
|
9086
|
+
reasoning: true;
|
|
9087
|
+
input: ("image" | "text")[];
|
|
9088
|
+
cost: {
|
|
9089
|
+
input: number;
|
|
9090
|
+
output: number;
|
|
9091
|
+
cacheRead: number;
|
|
9092
|
+
cacheWrite: number;
|
|
9093
|
+
};
|
|
9094
|
+
contextWindow: number;
|
|
9095
|
+
maxTokens: number;
|
|
9096
|
+
};
|
|
9080
9097
|
};
|
|
9081
9098
|
readonly openrouter: {
|
|
9082
9099
|
readonly "ai21/jamba-large-1.7": {
|
|
@@ -10979,14 +10996,14 @@ export declare const MODELS: {
|
|
|
10979
10996
|
contextWindow: number;
|
|
10980
10997
|
maxTokens: number;
|
|
10981
10998
|
};
|
|
10982
|
-
readonly "nvidia/nemotron-
|
|
10999
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
10983
11000
|
id: string;
|
|
10984
11001
|
name: string;
|
|
10985
11002
|
api: "openai-completions";
|
|
10986
11003
|
provider: string;
|
|
10987
11004
|
baseUrl: string;
|
|
10988
11005
|
reasoning: true;
|
|
10989
|
-
input:
|
|
11006
|
+
input: "text"[];
|
|
10990
11007
|
cost: {
|
|
10991
11008
|
input: number;
|
|
10992
11009
|
output: number;
|
|
@@ -10996,14 +11013,14 @@ export declare const MODELS: {
|
|
|
10996
11013
|
contextWindow: number;
|
|
10997
11014
|
maxTokens: number;
|
|
10998
11015
|
};
|
|
10999
|
-
readonly "nvidia/nemotron-nano-
|
|
11016
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
11000
11017
|
id: string;
|
|
11001
11018
|
name: string;
|
|
11002
11019
|
api: "openai-completions";
|
|
11003
11020
|
provider: string;
|
|
11004
11021
|
baseUrl: string;
|
|
11005
11022
|
reasoning: true;
|
|
11006
|
-
input: "text"[];
|
|
11023
|
+
input: ("image" | "text")[];
|
|
11007
11024
|
cost: {
|
|
11008
11025
|
input: number;
|
|
11009
11026
|
output: number;
|
|
@@ -11013,7 +11030,7 @@ export declare const MODELS: {
|
|
|
11013
11030
|
contextWindow: number;
|
|
11014
11031
|
maxTokens: number;
|
|
11015
11032
|
};
|
|
11016
|
-
readonly "nvidia/nemotron-nano-9b-v2
|
|
11033
|
+
readonly "nvidia/nemotron-nano-9b-v2": {
|
|
11017
11034
|
id: string;
|
|
11018
11035
|
name: string;
|
|
11019
11036
|
api: "openai-completions";
|
|
@@ -11030,13 +11047,13 @@ export declare const MODELS: {
|
|
|
11030
11047
|
contextWindow: number;
|
|
11031
11048
|
maxTokens: number;
|
|
11032
11049
|
};
|
|
11033
|
-
readonly "
|
|
11050
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
11034
11051
|
id: string;
|
|
11035
11052
|
name: string;
|
|
11036
11053
|
api: "openai-completions";
|
|
11037
11054
|
provider: string;
|
|
11038
11055
|
baseUrl: string;
|
|
11039
|
-
reasoning:
|
|
11056
|
+
reasoning: true;
|
|
11040
11057
|
input: "text"[];
|
|
11041
11058
|
cost: {
|
|
11042
11059
|
input: number;
|
|
@@ -11047,7 +11064,7 @@ export declare const MODELS: {
|
|
|
11047
11064
|
contextWindow: number;
|
|
11048
11065
|
maxTokens: number;
|
|
11049
11066
|
};
|
|
11050
|
-
readonly "openai/gpt-3.5-turbo
|
|
11067
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
11051
11068
|
id: string;
|
|
11052
11069
|
name: string;
|
|
11053
11070
|
api: "openai-completions";
|
|
@@ -11064,7 +11081,7 @@ export declare const MODELS: {
|
|
|
11064
11081
|
contextWindow: number;
|
|
11065
11082
|
maxTokens: number;
|
|
11066
11083
|
};
|
|
11067
|
-
readonly "openai/gpt-3.5-turbo-
|
|
11084
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
11068
11085
|
id: string;
|
|
11069
11086
|
name: string;
|
|
11070
11087
|
api: "openai-completions";
|
|
@@ -11081,7 +11098,7 @@ export declare const MODELS: {
|
|
|
11081
11098
|
contextWindow: number;
|
|
11082
11099
|
maxTokens: number;
|
|
11083
11100
|
};
|
|
11084
|
-
readonly "openai/gpt-
|
|
11101
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
11085
11102
|
id: string;
|
|
11086
11103
|
name: string;
|
|
11087
11104
|
api: "openai-completions";
|
|
@@ -11098,7 +11115,7 @@ export declare const MODELS: {
|
|
|
11098
11115
|
contextWindow: number;
|
|
11099
11116
|
maxTokens: number;
|
|
11100
11117
|
};
|
|
11101
|
-
readonly "openai/gpt-4
|
|
11118
|
+
readonly "openai/gpt-4": {
|
|
11102
11119
|
id: string;
|
|
11103
11120
|
name: string;
|
|
11104
11121
|
api: "openai-completions";
|
|
@@ -14154,7 +14171,7 @@ export declare const MODELS: {
|
|
|
14154
14171
|
provider: string;
|
|
14155
14172
|
baseUrl: string;
|
|
14156
14173
|
reasoning: true;
|
|
14157
|
-
input:
|
|
14174
|
+
input: "text"[];
|
|
14158
14175
|
cost: {
|
|
14159
14176
|
input: number;
|
|
14160
14177
|
output: number;
|
|
@@ -14426,7 +14443,7 @@ export declare const MODELS: {
|
|
|
14426
14443
|
provider: string;
|
|
14427
14444
|
baseUrl: string;
|
|
14428
14445
|
reasoning: true;
|
|
14429
|
-
input:
|
|
14446
|
+
input: "text"[];
|
|
14430
14447
|
cost: {
|
|
14431
14448
|
input: number;
|
|
14432
14449
|
output: number;
|
|
@@ -14874,7 +14891,7 @@ export declare const MODELS: {
|
|
|
14874
14891
|
provider: string;
|
|
14875
14892
|
baseUrl: string;
|
|
14876
14893
|
reasoning: true;
|
|
14877
|
-
input:
|
|
14894
|
+
input: "text"[];
|
|
14878
14895
|
cost: {
|
|
14879
14896
|
input: number;
|
|
14880
14897
|
output: number;
|
|
@@ -15367,7 +15384,7 @@ export declare const MODELS: {
|
|
|
15367
15384
|
provider: string;
|
|
15368
15385
|
baseUrl: string;
|
|
15369
15386
|
reasoning: true;
|
|
15370
|
-
input:
|
|
15387
|
+
input: "text"[];
|
|
15371
15388
|
cost: {
|
|
15372
15389
|
input: number;
|
|
15373
15390
|
output: number;
|
|
@@ -15384,7 +15401,7 @@ export declare const MODELS: {
|
|
|
15384
15401
|
provider: string;
|
|
15385
15402
|
baseUrl: string;
|
|
15386
15403
|
reasoning: true;
|
|
15387
|
-
input:
|
|
15404
|
+
input: "text"[];
|
|
15388
15405
|
cost: {
|
|
15389
15406
|
input: number;
|
|
15390
15407
|
output: number;
|
|
@@ -15401,7 +15418,7 @@ export declare const MODELS: {
|
|
|
15401
15418
|
provider: string;
|
|
15402
15419
|
baseUrl: string;
|
|
15403
15420
|
reasoning: true;
|
|
15404
|
-
input:
|
|
15421
|
+
input: "text"[];
|
|
15405
15422
|
cost: {
|
|
15406
15423
|
input: number;
|
|
15407
15424
|
output: number;
|