@apholdings/jensen-ai 0.0.2 → 0.1.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.
@@ -7847,6 +7847,23 @@ export declare const MODELS: {
7847
7847
  contextWindow: number;
7848
7848
  maxTokens: number;
7849
7849
  };
7850
+ readonly "minimax/minimax-m2.5:free": {
7851
+ id: string;
7852
+ name: string;
7853
+ api: "openai-completions";
7854
+ provider: string;
7855
+ baseUrl: string;
7856
+ reasoning: true;
7857
+ input: "text"[];
7858
+ cost: {
7859
+ input: number;
7860
+ output: number;
7861
+ cacheRead: number;
7862
+ cacheWrite: number;
7863
+ };
7864
+ contextWindow: number;
7865
+ maxTokens: number;
7866
+ };
7850
7867
  readonly "mistralai/codestral-2508": {
7851
7868
  id: string;
7852
7869
  name: string;
@@ -9418,7 +9435,7 @@ export declare const MODELS: {
9418
9435
  provider: string;
9419
9436
  baseUrl: string;
9420
9437
  reasoning: true;
9421
- input: "text"[];
9438
+ input: ("image" | "text")[];
9422
9439
  cost: {
9423
9440
  input: number;
9424
9441
  output: number;
@@ -10686,6 +10703,23 @@ export declare const MODELS: {
10686
10703
  contextWindow: number;
10687
10704
  maxTokens: number;
10688
10705
  };
10706
+ readonly "z-ai/glm-5-turbo": {
10707
+ id: string;
10708
+ name: string;
10709
+ api: "openai-completions";
10710
+ provider: string;
10711
+ baseUrl: string;
10712
+ reasoning: true;
10713
+ input: "text"[];
10714
+ cost: {
10715
+ input: number;
10716
+ output: number;
10717
+ cacheRead: number;
10718
+ cacheWrite: number;
10719
+ };
10720
+ contextWindow: number;
10721
+ maxTokens: number;
10722
+ };
10689
10723
  };
10690
10724
  readonly "vercel-ai-gateway": {
10691
10725
  readonly "alibaba/qwen-3-14b": {