@mariozechner/pi-ai 0.38.0 → 0.39.1

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.
@@ -3076,6 +3076,23 @@ export declare const MODELS: {
3076
3076
  contextWindow: number;
3077
3077
  maxTokens: number;
3078
3078
  };
3079
+ readonly "allenai/olmo-3.1-32b-instruct": {
3080
+ id: string;
3081
+ name: string;
3082
+ api: "openai-completions";
3083
+ provider: string;
3084
+ baseUrl: string;
3085
+ reasoning: false;
3086
+ input: "text"[];
3087
+ cost: {
3088
+ input: number;
3089
+ output: number;
3090
+ cacheRead: number;
3091
+ cacheWrite: number;
3092
+ };
3093
+ contextWindow: number;
3094
+ maxTokens: number;
3095
+ };
3079
3096
  readonly "amazon/nova-2-lite-v1": {
3080
3097
  id: string;
3081
3098
  name: string;
@@ -5932,6 +5949,23 @@ export declare const MODELS: {
5932
5949
  contextWindow: number;
5933
5950
  maxTokens: number;
5934
5951
  };
5952
+ readonly "qwen/qwen-2.5-7b-instruct": {
5953
+ id: string;
5954
+ name: string;
5955
+ api: "openai-completions";
5956
+ provider: string;
5957
+ baseUrl: string;
5958
+ reasoning: false;
5959
+ input: "text"[];
5960
+ cost: {
5961
+ input: number;
5962
+ output: number;
5963
+ cacheRead: number;
5964
+ cacheWrite: number;
5965
+ };
5966
+ contextWindow: number;
5967
+ maxTokens: number;
5968
+ };
5935
5969
  readonly "qwen/qwen-max": {
5936
5970
  id: string;
5937
5971
  name: string;