@mariozechner/pi-ai 0.47.0 → 0.48.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.
@@ -7334,6 +7334,108 @@ export declare const MODELS: {
7334
7334
  contextWindow: number;
7335
7335
  maxTokens: number;
7336
7336
  };
7337
+ readonly "qwen/qwen-max": {
7338
+ id: string;
7339
+ name: string;
7340
+ api: "openai-completions";
7341
+ provider: string;
7342
+ baseUrl: string;
7343
+ reasoning: false;
7344
+ input: "text"[];
7345
+ cost: {
7346
+ input: number;
7347
+ output: number;
7348
+ cacheRead: number;
7349
+ cacheWrite: number;
7350
+ };
7351
+ contextWindow: number;
7352
+ maxTokens: number;
7353
+ };
7354
+ readonly "qwen/qwen-plus": {
7355
+ id: string;
7356
+ name: string;
7357
+ api: "openai-completions";
7358
+ provider: string;
7359
+ baseUrl: string;
7360
+ reasoning: false;
7361
+ input: "text"[];
7362
+ cost: {
7363
+ input: number;
7364
+ output: number;
7365
+ cacheRead: number;
7366
+ cacheWrite: number;
7367
+ };
7368
+ contextWindow: number;
7369
+ maxTokens: number;
7370
+ };
7371
+ readonly "qwen/qwen-plus-2025-07-28": {
7372
+ id: string;
7373
+ name: string;
7374
+ api: "openai-completions";
7375
+ provider: string;
7376
+ baseUrl: string;
7377
+ reasoning: false;
7378
+ input: "text"[];
7379
+ cost: {
7380
+ input: number;
7381
+ output: number;
7382
+ cacheRead: number;
7383
+ cacheWrite: number;
7384
+ };
7385
+ contextWindow: number;
7386
+ maxTokens: number;
7387
+ };
7388
+ readonly "qwen/qwen-plus-2025-07-28:thinking": {
7389
+ id: string;
7390
+ name: string;
7391
+ api: "openai-completions";
7392
+ provider: string;
7393
+ baseUrl: string;
7394
+ reasoning: true;
7395
+ input: "text"[];
7396
+ cost: {
7397
+ input: number;
7398
+ output: number;
7399
+ cacheRead: number;
7400
+ cacheWrite: number;
7401
+ };
7402
+ contextWindow: number;
7403
+ maxTokens: number;
7404
+ };
7405
+ readonly "qwen/qwen-turbo": {
7406
+ id: string;
7407
+ name: string;
7408
+ api: "openai-completions";
7409
+ provider: string;
7410
+ baseUrl: string;
7411
+ reasoning: false;
7412
+ input: "text"[];
7413
+ cost: {
7414
+ input: number;
7415
+ output: number;
7416
+ cacheRead: number;
7417
+ cacheWrite: number;
7418
+ };
7419
+ contextWindow: number;
7420
+ maxTokens: number;
7421
+ };
7422
+ readonly "qwen/qwen-vl-max": {
7423
+ id: string;
7424
+ name: string;
7425
+ api: "openai-completions";
7426
+ provider: string;
7427
+ baseUrl: string;
7428
+ reasoning: false;
7429
+ input: ("image" | "text")[];
7430
+ cost: {
7431
+ input: number;
7432
+ output: number;
7433
+ cacheRead: number;
7434
+ cacheWrite: number;
7435
+ };
7436
+ contextWindow: number;
7437
+ maxTokens: number;
7438
+ };
7337
7439
  readonly "qwen/qwen3-14b": {
7338
7440
  id: string;
7339
7441
  name: string;
@@ -7538,6 +7640,40 @@ export declare const MODELS: {
7538
7640
  contextWindow: number;
7539
7641
  maxTokens: number;
7540
7642
  };
7643
+ readonly "qwen/qwen3-coder-flash": {
7644
+ id: string;
7645
+ name: string;
7646
+ api: "openai-completions";
7647
+ provider: string;
7648
+ baseUrl: string;
7649
+ reasoning: false;
7650
+ input: "text"[];
7651
+ cost: {
7652
+ input: number;
7653
+ output: number;
7654
+ cacheRead: number;
7655
+ cacheWrite: number;
7656
+ };
7657
+ contextWindow: number;
7658
+ maxTokens: number;
7659
+ };
7660
+ readonly "qwen/qwen3-coder-plus": {
7661
+ id: string;
7662
+ name: string;
7663
+ api: "openai-completions";
7664
+ provider: string;
7665
+ baseUrl: string;
7666
+ reasoning: false;
7667
+ input: "text"[];
7668
+ cost: {
7669
+ input: number;
7670
+ output: number;
7671
+ cacheRead: number;
7672
+ cacheWrite: number;
7673
+ };
7674
+ contextWindow: number;
7675
+ maxTokens: number;
7676
+ };
7541
7677
  readonly "qwen/qwen3-coder:exacto": {
7542
7678
  id: string;
7543
7679
  name: string;
@@ -7572,6 +7708,23 @@ export declare const MODELS: {
7572
7708
  contextWindow: number;
7573
7709
  maxTokens: number;
7574
7710
  };
7711
+ readonly "qwen/qwen3-max": {
7712
+ id: string;
7713
+ name: string;
7714
+ api: "openai-completions";
7715
+ provider: string;
7716
+ baseUrl: string;
7717
+ reasoning: false;
7718
+ input: "text"[];
7719
+ cost: {
7720
+ input: number;
7721
+ output: number;
7722
+ cacheRead: number;
7723
+ cacheWrite: number;
7724
+ };
7725
+ contextWindow: number;
7726
+ maxTokens: number;
7727
+ };
7575
7728
  readonly "qwen/qwen3-next-80b-a3b-instruct": {
7576
7729
  id: string;
7577
7730
  name: string;
@@ -7640,13 +7793,13 @@ export declare const MODELS: {
7640
7793
  contextWindow: number;
7641
7794
  maxTokens: number;
7642
7795
  };
7643
- readonly "qwen/qwen3-vl-235b-a22b-thinking": {
7796
+ readonly "qwen/qwen3-vl-30b-a3b-instruct": {
7644
7797
  id: string;
7645
7798
  name: string;
7646
7799
  api: "openai-completions";
7647
7800
  provider: string;
7648
7801
  baseUrl: string;
7649
- reasoning: true;
7802
+ reasoning: false;
7650
7803
  input: ("image" | "text")[];
7651
7804
  cost: {
7652
7805
  input: number;
@@ -7657,13 +7810,13 @@ export declare const MODELS: {
7657
7810
  contextWindow: number;
7658
7811
  maxTokens: number;
7659
7812
  };
7660
- readonly "qwen/qwen3-vl-30b-a3b-instruct": {
7813
+ readonly "qwen/qwen3-vl-30b-a3b-thinking": {
7661
7814
  id: string;
7662
7815
  name: string;
7663
7816
  api: "openai-completions";
7664
7817
  provider: string;
7665
7818
  baseUrl: string;
7666
- reasoning: false;
7819
+ reasoning: true;
7667
7820
  input: ("image" | "text")[];
7668
7821
  cost: {
7669
7822
  input: number;
@@ -7674,13 +7827,13 @@ export declare const MODELS: {
7674
7827
  contextWindow: number;
7675
7828
  maxTokens: number;
7676
7829
  };
7677
- readonly "qwen/qwen3-vl-30b-a3b-thinking": {
7830
+ readonly "qwen/qwen3-vl-8b-instruct": {
7678
7831
  id: string;
7679
7832
  name: string;
7680
7833
  api: "openai-completions";
7681
7834
  provider: string;
7682
7835
  baseUrl: string;
7683
- reasoning: true;
7836
+ reasoning: false;
7684
7837
  input: ("image" | "text")[];
7685
7838
  cost: {
7686
7839
  input: number;
@@ -7691,13 +7844,13 @@ export declare const MODELS: {
7691
7844
  contextWindow: number;
7692
7845
  maxTokens: number;
7693
7846
  };
7694
- readonly "qwen/qwen3-vl-8b-instruct": {
7847
+ readonly "qwen/qwen3-vl-8b-thinking": {
7695
7848
  id: string;
7696
7849
  name: string;
7697
7850
  api: "openai-completions";
7698
7851
  provider: string;
7699
7852
  baseUrl: string;
7700
- reasoning: false;
7853
+ reasoning: true;
7701
7854
  input: ("image" | "text")[];
7702
7855
  cost: {
7703
7856
  input: number;