@mariozechner/pi-ai 0.27.2 → 0.27.3
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.
|
@@ -3004,6 +3004,40 @@ export declare const MODELS: {
|
|
|
3004
3004
|
};
|
|
3005
3005
|
};
|
|
3006
3006
|
readonly openrouter: {
|
|
3007
|
+
readonly "bytedance-seed/seed-1.6-flash": {
|
|
3008
|
+
id: string;
|
|
3009
|
+
name: string;
|
|
3010
|
+
api: "openai-completions";
|
|
3011
|
+
provider: string;
|
|
3012
|
+
baseUrl: string;
|
|
3013
|
+
reasoning: true;
|
|
3014
|
+
input: ("image" | "text")[];
|
|
3015
|
+
cost: {
|
|
3016
|
+
input: number;
|
|
3017
|
+
output: number;
|
|
3018
|
+
cacheRead: number;
|
|
3019
|
+
cacheWrite: number;
|
|
3020
|
+
};
|
|
3021
|
+
contextWindow: number;
|
|
3022
|
+
maxTokens: number;
|
|
3023
|
+
};
|
|
3024
|
+
readonly "bytedance-seed/seed-1.6": {
|
|
3025
|
+
id: string;
|
|
3026
|
+
name: string;
|
|
3027
|
+
api: "openai-completions";
|
|
3028
|
+
provider: string;
|
|
3029
|
+
baseUrl: string;
|
|
3030
|
+
reasoning: true;
|
|
3031
|
+
input: ("image" | "text")[];
|
|
3032
|
+
cost: {
|
|
3033
|
+
input: number;
|
|
3034
|
+
output: number;
|
|
3035
|
+
cacheRead: number;
|
|
3036
|
+
cacheWrite: number;
|
|
3037
|
+
};
|
|
3038
|
+
contextWindow: number;
|
|
3039
|
+
maxTokens: number;
|
|
3040
|
+
};
|
|
3007
3041
|
readonly "minimax/minimax-m2.1": {
|
|
3008
3042
|
id: string;
|
|
3009
3043
|
name: string;
|
|
@@ -6200,7 +6234,7 @@ export declare const MODELS: {
|
|
|
6200
6234
|
contextWindow: number;
|
|
6201
6235
|
maxTokens: number;
|
|
6202
6236
|
};
|
|
6203
|
-
readonly "anthropic/claude-3.5-haiku": {
|
|
6237
|
+
readonly "anthropic/claude-3.5-haiku-20241022": {
|
|
6204
6238
|
id: string;
|
|
6205
6239
|
name: string;
|
|
6206
6240
|
api: "openai-completions";
|
|
@@ -6217,7 +6251,7 @@ export declare const MODELS: {
|
|
|
6217
6251
|
contextWindow: number;
|
|
6218
6252
|
maxTokens: number;
|
|
6219
6253
|
};
|
|
6220
|
-
readonly "anthropic/claude-3.5-haiku
|
|
6254
|
+
readonly "anthropic/claude-3.5-haiku": {
|
|
6221
6255
|
id: string;
|
|
6222
6256
|
name: string;
|
|
6223
6257
|
api: "openai-completions";
|
|
@@ -6455,7 +6489,7 @@ export declare const MODELS: {
|
|
|
6455
6489
|
contextWindow: number;
|
|
6456
6490
|
maxTokens: number;
|
|
6457
6491
|
};
|
|
6458
|
-
readonly "meta-llama/llama-3.1-
|
|
6492
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
6459
6493
|
id: string;
|
|
6460
6494
|
name: string;
|
|
6461
6495
|
api: "openai-completions";
|
|
@@ -6489,7 +6523,7 @@ export declare const MODELS: {
|
|
|
6489
6523
|
contextWindow: number;
|
|
6490
6524
|
maxTokens: number;
|
|
6491
6525
|
};
|
|
6492
|
-
readonly "meta-llama/llama-3.1-
|
|
6526
|
+
readonly "meta-llama/llama-3.1-405b-instruct": {
|
|
6493
6527
|
id: string;
|
|
6494
6528
|
name: string;
|
|
6495
6529
|
api: "openai-completions";
|
|
@@ -6642,7 +6676,7 @@ export declare const MODELS: {
|
|
|
6642
6676
|
contextWindow: number;
|
|
6643
6677
|
maxTokens: number;
|
|
6644
6678
|
};
|
|
6645
|
-
readonly "openai/gpt-4o
|
|
6679
|
+
readonly "openai/gpt-4o": {
|
|
6646
6680
|
id: string;
|
|
6647
6681
|
name: string;
|
|
6648
6682
|
api: "openai-completions";
|
|
@@ -6659,7 +6693,7 @@ export declare const MODELS: {
|
|
|
6659
6693
|
contextWindow: number;
|
|
6660
6694
|
maxTokens: number;
|
|
6661
6695
|
};
|
|
6662
|
-
readonly "openai/gpt-4o": {
|
|
6696
|
+
readonly "openai/gpt-4o:extended": {
|
|
6663
6697
|
id: string;
|
|
6664
6698
|
name: string;
|
|
6665
6699
|
api: "openai-completions";
|
|
@@ -6676,7 +6710,7 @@ export declare const MODELS: {
|
|
|
6676
6710
|
contextWindow: number;
|
|
6677
6711
|
maxTokens: number;
|
|
6678
6712
|
};
|
|
6679
|
-
readonly "openai/gpt-4o
|
|
6713
|
+
readonly "openai/gpt-4o-2024-05-13": {
|
|
6680
6714
|
id: string;
|
|
6681
6715
|
name: string;
|
|
6682
6716
|
api: "openai-completions";
|
|
@@ -6812,7 +6846,7 @@ export declare const MODELS: {
|
|
|
6812
6846
|
contextWindow: number;
|
|
6813
6847
|
maxTokens: number;
|
|
6814
6848
|
};
|
|
6815
|
-
readonly "openai/gpt-
|
|
6849
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
6816
6850
|
id: string;
|
|
6817
6851
|
name: string;
|
|
6818
6852
|
api: "openai-completions";
|
|
@@ -6829,7 +6863,7 @@ export declare const MODELS: {
|
|
|
6829
6863
|
contextWindow: number;
|
|
6830
6864
|
maxTokens: number;
|
|
6831
6865
|
};
|
|
6832
|
-
readonly "openai/gpt-
|
|
6866
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
6833
6867
|
id: string;
|
|
6834
6868
|
name: string;
|
|
6835
6869
|
api: "openai-completions";
|
|
@@ -6914,7 +6948,7 @@ export declare const MODELS: {
|
|
|
6914
6948
|
contextWindow: number;
|
|
6915
6949
|
maxTokens: number;
|
|
6916
6950
|
};
|
|
6917
|
-
readonly "openai/gpt-4": {
|
|
6951
|
+
readonly "openai/gpt-4-0314": {
|
|
6918
6952
|
id: string;
|
|
6919
6953
|
name: string;
|
|
6920
6954
|
api: "openai-completions";
|
|
@@ -6931,7 +6965,7 @@ export declare const MODELS: {
|
|
|
6931
6965
|
contextWindow: number;
|
|
6932
6966
|
maxTokens: number;
|
|
6933
6967
|
};
|
|
6934
|
-
readonly "openai/gpt-4
|
|
6968
|
+
readonly "openai/gpt-4": {
|
|
6935
6969
|
id: string;
|
|
6936
6970
|
name: string;
|
|
6937
6971
|
api: "openai-completions";
|