@mariozechner/pi-ai 0.27.0 → 0.27.2
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 "minimax/minimax-m2.1": {
|
|
3008
|
+
id: string;
|
|
3009
|
+
name: string;
|
|
3010
|
+
api: "openai-completions";
|
|
3011
|
+
provider: string;
|
|
3012
|
+
baseUrl: string;
|
|
3013
|
+
reasoning: true;
|
|
3014
|
+
input: "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 "z-ai/glm-4.7": {
|
|
3025
|
+
id: string;
|
|
3026
|
+
name: string;
|
|
3027
|
+
api: "openai-completions";
|
|
3028
|
+
provider: string;
|
|
3029
|
+
baseUrl: string;
|
|
3030
|
+
reasoning: true;
|
|
3031
|
+
input: "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 "google/gemini-3-flash-preview": {
|
|
3008
3042
|
id: string;
|
|
3009
3043
|
name: string;
|
|
@@ -6880,7 +6914,7 @@ export declare const MODELS: {
|
|
|
6880
6914
|
contextWindow: number;
|
|
6881
6915
|
maxTokens: number;
|
|
6882
6916
|
};
|
|
6883
|
-
readonly "openai/gpt-4
|
|
6917
|
+
readonly "openai/gpt-4": {
|
|
6884
6918
|
id: string;
|
|
6885
6919
|
name: string;
|
|
6886
6920
|
api: "openai-completions";
|
|
@@ -6897,7 +6931,7 @@ export declare const MODELS: {
|
|
|
6897
6931
|
contextWindow: number;
|
|
6898
6932
|
maxTokens: number;
|
|
6899
6933
|
};
|
|
6900
|
-
readonly "openai/gpt-4": {
|
|
6934
|
+
readonly "openai/gpt-4-0314": {
|
|
6901
6935
|
id: string;
|
|
6902
6936
|
name: string;
|
|
6903
6937
|
api: "openai-completions";
|