@mariozechner/pi-ai 0.37.8 → 0.38.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.
@@ -410,6 +410,23 @@ export declare const MODELS: {
410
410
  contextWindow: number;
411
411
  maxTokens: number;
412
412
  };
413
+ readonly "zai-glm-4.7": {
414
+ id: string;
415
+ name: string;
416
+ api: "openai-completions";
417
+ provider: string;
418
+ baseUrl: string;
419
+ reasoning: false;
420
+ input: "text"[];
421
+ cost: {
422
+ input: number;
423
+ output: number;
424
+ cacheRead: number;
425
+ cacheWrite: number;
426
+ };
427
+ contextWindow: number;
428
+ maxTokens: number;
429
+ };
413
430
  };
414
431
  readonly "github-copilot": {
415
432
  readonly "claude-haiku-4.5": {
@@ -2904,108 +2921,6 @@ export declare const MODELS: {
2904
2921
  };
2905
2922
  };
2906
2923
  readonly "openai-codex": {
2907
- readonly "codex-mini-latest": {
2908
- id: string;
2909
- name: string;
2910
- api: "openai-codex-responses";
2911
- provider: string;
2912
- baseUrl: string;
2913
- reasoning: true;
2914
- input: ("image" | "text")[];
2915
- cost: {
2916
- input: number;
2917
- output: number;
2918
- cacheRead: number;
2919
- cacheWrite: number;
2920
- };
2921
- contextWindow: number;
2922
- maxTokens: number;
2923
- };
2924
- readonly "gpt-5": {
2925
- id: string;
2926
- name: string;
2927
- api: "openai-codex-responses";
2928
- provider: string;
2929
- baseUrl: string;
2930
- reasoning: true;
2931
- input: ("image" | "text")[];
2932
- cost: {
2933
- input: number;
2934
- output: number;
2935
- cacheRead: number;
2936
- cacheWrite: number;
2937
- };
2938
- contextWindow: number;
2939
- maxTokens: number;
2940
- };
2941
- readonly "gpt-5-codex": {
2942
- id: string;
2943
- name: string;
2944
- api: "openai-codex-responses";
2945
- provider: string;
2946
- baseUrl: string;
2947
- reasoning: true;
2948
- input: ("image" | "text")[];
2949
- cost: {
2950
- input: number;
2951
- output: number;
2952
- cacheRead: number;
2953
- cacheWrite: number;
2954
- };
2955
- contextWindow: number;
2956
- maxTokens: number;
2957
- };
2958
- readonly "gpt-5-codex-mini": {
2959
- id: string;
2960
- name: string;
2961
- api: "openai-codex-responses";
2962
- provider: string;
2963
- baseUrl: string;
2964
- reasoning: true;
2965
- input: ("image" | "text")[];
2966
- cost: {
2967
- input: number;
2968
- output: number;
2969
- cacheRead: number;
2970
- cacheWrite: number;
2971
- };
2972
- contextWindow: number;
2973
- maxTokens: number;
2974
- };
2975
- readonly "gpt-5-mini": {
2976
- id: string;
2977
- name: string;
2978
- api: "openai-codex-responses";
2979
- provider: string;
2980
- baseUrl: string;
2981
- reasoning: true;
2982
- input: ("image" | "text")[];
2983
- cost: {
2984
- input: number;
2985
- output: number;
2986
- cacheRead: number;
2987
- cacheWrite: number;
2988
- };
2989
- contextWindow: number;
2990
- maxTokens: number;
2991
- };
2992
- readonly "gpt-5-nano": {
2993
- id: string;
2994
- name: string;
2995
- api: "openai-codex-responses";
2996
- provider: string;
2997
- baseUrl: string;
2998
- reasoning: true;
2999
- input: ("image" | "text")[];
3000
- cost: {
3001
- input: number;
3002
- output: number;
3003
- cacheRead: number;
3004
- cacheWrite: number;
3005
- };
3006
- contextWindow: number;
3007
- maxTokens: number;
3008
- };
3009
2924
  readonly "gpt-5.1": {
3010
2925
  id: string;
3011
2926
  name: string;
@@ -3023,40 +2938,6 @@ export declare const MODELS: {
3023
2938
  contextWindow: number;
3024
2939
  maxTokens: number;
3025
2940
  };
3026
- readonly "gpt-5.1-chat-latest": {
3027
- id: string;
3028
- name: string;
3029
- api: "openai-codex-responses";
3030
- provider: string;
3031
- baseUrl: string;
3032
- reasoning: true;
3033
- input: ("image" | "text")[];
3034
- cost: {
3035
- input: number;
3036
- output: number;
3037
- cacheRead: number;
3038
- cacheWrite: number;
3039
- };
3040
- contextWindow: number;
3041
- maxTokens: number;
3042
- };
3043
- readonly "gpt-5.1-codex": {
3044
- id: string;
3045
- name: string;
3046
- api: "openai-codex-responses";
3047
- provider: string;
3048
- baseUrl: string;
3049
- reasoning: true;
3050
- input: ("image" | "text")[];
3051
- cost: {
3052
- input: number;
3053
- output: number;
3054
- cacheRead: number;
3055
- cacheWrite: number;
3056
- };
3057
- contextWindow: number;
3058
- maxTokens: number;
3059
- };
3060
2941
  readonly "gpt-5.1-codex-max": {
3061
2942
  id: string;
3062
2943
  name: string;