@mariozechner/pi-ai 0.27.2 → 0.27.4

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-20241022": {
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-405b-instruct": {
6492
+ readonly "meta-llama/llama-3.1-8b-instruct": {
6459
6493
  id: string;
6460
6494
  name: string;
6461
6495
  api: "openai-completions";
@@ -6472,7 +6506,7 @@ export declare const MODELS: {
6472
6506
  contextWindow: number;
6473
6507
  maxTokens: number;
6474
6508
  };
6475
- readonly "meta-llama/llama-3.1-8b-instruct": {
6509
+ readonly "meta-llama/llama-3.1-405b-instruct": {
6476
6510
  id: string;
6477
6511
  name: string;
6478
6512
  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-0314": {
6968
+ readonly "openai/gpt-4": {
6935
6969
  id: string;
6936
6970
  name: string;
6937
6971
  api: "openai-completions";