@earendil-works/pi-ai 0.74.1 → 0.75.0
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.
- package/dist/models.generated.d.ts +22 -30
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +73 -89
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/simple-options.d.ts.map +1 -1
- package/dist/providers/simple-options.js +8 -1
- package/dist/providers/simple-options.js.map +1 -1
- package/package.json +2 -2
|
@@ -4335,6 +4335,7 @@ export declare const MODELS: {
|
|
|
4335
4335
|
reasoning: true;
|
|
4336
4336
|
thinkingLevelMap: {
|
|
4337
4337
|
off: null;
|
|
4338
|
+
minimal: string;
|
|
4338
4339
|
};
|
|
4339
4340
|
input: ("image" | "text")[];
|
|
4340
4341
|
cost: {
|
|
@@ -4361,6 +4362,7 @@ export declare const MODELS: {
|
|
|
4361
4362
|
reasoning: true;
|
|
4362
4363
|
thinkingLevelMap: {
|
|
4363
4364
|
off: null;
|
|
4365
|
+
minimal: string;
|
|
4364
4366
|
xhigh: string;
|
|
4365
4367
|
};
|
|
4366
4368
|
input: ("image" | "text")[];
|
|
@@ -4388,6 +4390,7 @@ export declare const MODELS: {
|
|
|
4388
4390
|
reasoning: true;
|
|
4389
4391
|
thinkingLevelMap: {
|
|
4390
4392
|
off: null;
|
|
4393
|
+
minimal: string;
|
|
4391
4394
|
xhigh: string;
|
|
4392
4395
|
};
|
|
4393
4396
|
input: ("image" | "text")[];
|
|
@@ -4415,6 +4418,7 @@ export declare const MODELS: {
|
|
|
4415
4418
|
reasoning: true;
|
|
4416
4419
|
thinkingLevelMap: {
|
|
4417
4420
|
off: null;
|
|
4421
|
+
minimal: string;
|
|
4418
4422
|
xhigh: string;
|
|
4419
4423
|
};
|
|
4420
4424
|
input: ("image" | "text")[];
|
|
@@ -4442,6 +4446,7 @@ export declare const MODELS: {
|
|
|
4442
4446
|
reasoning: true;
|
|
4443
4447
|
thinkingLevelMap: {
|
|
4444
4448
|
off: null;
|
|
4449
|
+
minimal: string;
|
|
4445
4450
|
xhigh: string;
|
|
4446
4451
|
};
|
|
4447
4452
|
input: ("image" | "text")[];
|
|
@@ -4469,6 +4474,7 @@ export declare const MODELS: {
|
|
|
4469
4474
|
reasoning: true;
|
|
4470
4475
|
thinkingLevelMap: {
|
|
4471
4476
|
off: null;
|
|
4477
|
+
minimal: string;
|
|
4472
4478
|
xhigh: string;
|
|
4473
4479
|
};
|
|
4474
4480
|
input: ("image" | "text")[];
|
|
@@ -4496,6 +4502,7 @@ export declare const MODELS: {
|
|
|
4496
4502
|
reasoning: true;
|
|
4497
4503
|
thinkingLevelMap: {
|
|
4498
4504
|
off: null;
|
|
4505
|
+
minimal: string;
|
|
4499
4506
|
xhigh: string;
|
|
4500
4507
|
};
|
|
4501
4508
|
input: ("image" | "text")[];
|
|
@@ -7796,30 +7803,17 @@ export declare const MODELS: {
|
|
|
7796
7803
|
};
|
|
7797
7804
|
};
|
|
7798
7805
|
readonly "openai-codex": {
|
|
7799
|
-
readonly "gpt-5.
|
|
7806
|
+
readonly "gpt-5.2": {
|
|
7800
7807
|
id: string;
|
|
7801
7808
|
name: string;
|
|
7802
7809
|
api: "openai-codex-responses";
|
|
7803
7810
|
provider: string;
|
|
7804
7811
|
baseUrl: string;
|
|
7805
7812
|
reasoning: true;
|
|
7806
|
-
|
|
7807
|
-
|
|
7808
|
-
|
|
7809
|
-
output: number;
|
|
7810
|
-
cacheRead: number;
|
|
7811
|
-
cacheWrite: number;
|
|
7813
|
+
thinkingLevelMap: {
|
|
7814
|
+
xhigh: string;
|
|
7815
|
+
minimal: string;
|
|
7812
7816
|
};
|
|
7813
|
-
contextWindow: number;
|
|
7814
|
-
maxTokens: number;
|
|
7815
|
-
};
|
|
7816
|
-
readonly "gpt-5.1-codex-max": {
|
|
7817
|
-
id: string;
|
|
7818
|
-
name: string;
|
|
7819
|
-
api: "openai-codex-responses";
|
|
7820
|
-
provider: string;
|
|
7821
|
-
baseUrl: string;
|
|
7822
|
-
reasoning: true;
|
|
7823
7817
|
input: ("image" | "text")[];
|
|
7824
7818
|
cost: {
|
|
7825
7819
|
input: number;
|
|
@@ -7830,7 +7824,7 @@ export declare const MODELS: {
|
|
|
7830
7824
|
contextWindow: number;
|
|
7831
7825
|
maxTokens: number;
|
|
7832
7826
|
};
|
|
7833
|
-
readonly "gpt-5.
|
|
7827
|
+
readonly "gpt-5.3-codex": {
|
|
7834
7828
|
id: string;
|
|
7835
7829
|
name: string;
|
|
7836
7830
|
api: "openai-codex-responses";
|
|
@@ -7838,10 +7832,8 @@ export declare const MODELS: {
|
|
|
7838
7832
|
baseUrl: string;
|
|
7839
7833
|
reasoning: true;
|
|
7840
7834
|
thinkingLevelMap: {
|
|
7835
|
+
xhigh: string;
|
|
7841
7836
|
minimal: string;
|
|
7842
|
-
low: string;
|
|
7843
|
-
medium: string;
|
|
7844
|
-
high: string;
|
|
7845
7837
|
};
|
|
7846
7838
|
input: ("image" | "text")[];
|
|
7847
7839
|
cost: {
|
|
@@ -7853,7 +7845,7 @@ export declare const MODELS: {
|
|
|
7853
7845
|
contextWindow: number;
|
|
7854
7846
|
maxTokens: number;
|
|
7855
7847
|
};
|
|
7856
|
-
readonly "gpt-5.
|
|
7848
|
+
readonly "gpt-5.3-codex-spark": {
|
|
7857
7849
|
id: string;
|
|
7858
7850
|
name: string;
|
|
7859
7851
|
api: "openai-codex-responses";
|
|
@@ -7864,7 +7856,7 @@ export declare const MODELS: {
|
|
|
7864
7856
|
xhigh: string;
|
|
7865
7857
|
minimal: string;
|
|
7866
7858
|
};
|
|
7867
|
-
input:
|
|
7859
|
+
input: "text"[];
|
|
7868
7860
|
cost: {
|
|
7869
7861
|
input: number;
|
|
7870
7862
|
output: number;
|
|
@@ -7874,7 +7866,7 @@ export declare const MODELS: {
|
|
|
7874
7866
|
contextWindow: number;
|
|
7875
7867
|
maxTokens: number;
|
|
7876
7868
|
};
|
|
7877
|
-
readonly "gpt-5.
|
|
7869
|
+
readonly "gpt-5.4": {
|
|
7878
7870
|
id: string;
|
|
7879
7871
|
name: string;
|
|
7880
7872
|
api: "openai-codex-responses";
|
|
@@ -7895,7 +7887,7 @@ export declare const MODELS: {
|
|
|
7895
7887
|
contextWindow: number;
|
|
7896
7888
|
maxTokens: number;
|
|
7897
7889
|
};
|
|
7898
|
-
readonly "gpt-5.
|
|
7890
|
+
readonly "gpt-5.4-fast": {
|
|
7899
7891
|
id: string;
|
|
7900
7892
|
name: string;
|
|
7901
7893
|
api: "openai-codex-responses";
|
|
@@ -7916,7 +7908,7 @@ export declare const MODELS: {
|
|
|
7916
7908
|
contextWindow: number;
|
|
7917
7909
|
maxTokens: number;
|
|
7918
7910
|
};
|
|
7919
|
-
readonly "gpt-5.
|
|
7911
|
+
readonly "gpt-5.4-mini": {
|
|
7920
7912
|
id: string;
|
|
7921
7913
|
name: string;
|
|
7922
7914
|
api: "openai-codex-responses";
|
|
@@ -7927,7 +7919,7 @@ export declare const MODELS: {
|
|
|
7927
7919
|
xhigh: string;
|
|
7928
7920
|
minimal: string;
|
|
7929
7921
|
};
|
|
7930
|
-
input: "text"[];
|
|
7922
|
+
input: ("image" | "text")[];
|
|
7931
7923
|
cost: {
|
|
7932
7924
|
input: number;
|
|
7933
7925
|
output: number;
|
|
@@ -7937,7 +7929,7 @@ export declare const MODELS: {
|
|
|
7937
7929
|
contextWindow: number;
|
|
7938
7930
|
maxTokens: number;
|
|
7939
7931
|
};
|
|
7940
|
-
readonly "gpt-5.4": {
|
|
7932
|
+
readonly "gpt-5.4-mini-fast": {
|
|
7941
7933
|
id: string;
|
|
7942
7934
|
name: string;
|
|
7943
7935
|
api: "openai-codex-responses";
|
|
@@ -7958,7 +7950,7 @@ export declare const MODELS: {
|
|
|
7958
7950
|
contextWindow: number;
|
|
7959
7951
|
maxTokens: number;
|
|
7960
7952
|
};
|
|
7961
|
-
readonly "gpt-5.
|
|
7953
|
+
readonly "gpt-5.5": {
|
|
7962
7954
|
id: string;
|
|
7963
7955
|
name: string;
|
|
7964
7956
|
api: "openai-codex-responses";
|
|
@@ -7979,7 +7971,7 @@ export declare const MODELS: {
|
|
|
7979
7971
|
contextWindow: number;
|
|
7980
7972
|
maxTokens: number;
|
|
7981
7973
|
};
|
|
7982
|
-
readonly "gpt-5.5": {
|
|
7974
|
+
readonly "gpt-5.5-fast": {
|
|
7983
7975
|
id: string;
|
|
7984
7976
|
name: string;
|
|
7985
7977
|
api: "openai-codex-responses";
|