@dreb/ai 2.19.2 → 2.19.3

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.
@@ -3418,6 +3418,23 @@ export declare const MODELS: {
3418
3418
  contextWindow: number;
3419
3419
  maxTokens: number;
3420
3420
  };
3421
+ readonly "gemini-3.5-flash": {
3422
+ id: string;
3423
+ name: string;
3424
+ api: "google-generative-ai";
3425
+ provider: string;
3426
+ baseUrl: string;
3427
+ reasoning: true;
3428
+ input: ("image" | "text")[];
3429
+ cost: {
3430
+ input: number;
3431
+ output: number;
3432
+ cacheRead: number;
3433
+ cacheWrite: number;
3434
+ };
3435
+ contextWindow: number;
3436
+ maxTokens: number;
3437
+ };
3421
3438
  readonly "gemini-flash-latest": {
3422
3439
  id: string;
3423
3440
  name: string;
@@ -8108,6 +8125,23 @@ export declare const MODELS: {
8108
8125
  contextWindow: number;
8109
8126
  maxTokens: number;
8110
8127
  };
8128
+ readonly "google/gemini-3.5-flash": {
8129
+ id: string;
8130
+ name: string;
8131
+ api: "openai-completions";
8132
+ provider: string;
8133
+ baseUrl: string;
8134
+ reasoning: true;
8135
+ input: ("image" | "text")[];
8136
+ cost: {
8137
+ input: number;
8138
+ output: number;
8139
+ cacheRead: number;
8140
+ cacheWrite: number;
8141
+ };
8142
+ contextWindow: number;
8143
+ maxTokens: number;
8144
+ };
8111
8145
  readonly "google/gemma-3-12b-it": {
8112
8146
  id: string;
8113
8147
  name: string;
@@ -12445,6 +12479,23 @@ export declare const MODELS: {
12445
12479
  contextWindow: number;
12446
12480
  maxTokens: number;
12447
12481
  };
12482
+ readonly "google/gemini-3.5-flash": {
12483
+ id: string;
12484
+ name: string;
12485
+ api: "anthropic-messages";
12486
+ provider: string;
12487
+ baseUrl: string;
12488
+ reasoning: true;
12489
+ input: ("image" | "text")[];
12490
+ cost: {
12491
+ input: number;
12492
+ output: number;
12493
+ cacheRead: number;
12494
+ cacheWrite: number;
12495
+ };
12496
+ contextWindow: number;
12497
+ maxTokens: number;
12498
+ };
12448
12499
  readonly "google/gemma-4-26b-a4b-it": {
12449
12500
  id: string;
12450
12501
  name: string;
@@ -13754,125 +13805,6 @@ export declare const MODELS: {
13754
13805
  contextWindow: number;
13755
13806
  maxTokens: number;
13756
13807
  };
13757
- readonly "xai/grok-3": {
13758
- id: string;
13759
- name: string;
13760
- api: "anthropic-messages";
13761
- provider: string;
13762
- baseUrl: string;
13763
- reasoning: false;
13764
- input: "text"[];
13765
- cost: {
13766
- input: number;
13767
- output: number;
13768
- cacheRead: number;
13769
- cacheWrite: number;
13770
- };
13771
- contextWindow: number;
13772
- maxTokens: number;
13773
- };
13774
- readonly "xai/grok-3-fast": {
13775
- id: string;
13776
- name: string;
13777
- api: "anthropic-messages";
13778
- provider: string;
13779
- baseUrl: string;
13780
- reasoning: false;
13781
- input: "text"[];
13782
- cost: {
13783
- input: number;
13784
- output: number;
13785
- cacheRead: number;
13786
- cacheWrite: number;
13787
- };
13788
- contextWindow: number;
13789
- maxTokens: number;
13790
- };
13791
- readonly "xai/grok-3-mini": {
13792
- id: string;
13793
- name: string;
13794
- api: "anthropic-messages";
13795
- provider: string;
13796
- baseUrl: string;
13797
- reasoning: false;
13798
- input: "text"[];
13799
- cost: {
13800
- input: number;
13801
- output: number;
13802
- cacheRead: number;
13803
- cacheWrite: number;
13804
- };
13805
- contextWindow: number;
13806
- maxTokens: number;
13807
- };
13808
- readonly "xai/grok-3-mini-fast": {
13809
- id: string;
13810
- name: string;
13811
- api: "anthropic-messages";
13812
- provider: string;
13813
- baseUrl: string;
13814
- reasoning: false;
13815
- input: "text"[];
13816
- cost: {
13817
- input: number;
13818
- output: number;
13819
- cacheRead: number;
13820
- cacheWrite: number;
13821
- };
13822
- contextWindow: number;
13823
- maxTokens: number;
13824
- };
13825
- readonly "xai/grok-4": {
13826
- id: string;
13827
- name: string;
13828
- api: "anthropic-messages";
13829
- provider: string;
13830
- baseUrl: string;
13831
- reasoning: true;
13832
- input: ("image" | "text")[];
13833
- cost: {
13834
- input: number;
13835
- output: number;
13836
- cacheRead: number;
13837
- cacheWrite: number;
13838
- };
13839
- contextWindow: number;
13840
- maxTokens: number;
13841
- };
13842
- readonly "xai/grok-4-fast-non-reasoning": {
13843
- id: string;
13844
- name: string;
13845
- api: "anthropic-messages";
13846
- provider: string;
13847
- baseUrl: string;
13848
- reasoning: false;
13849
- input: ("image" | "text")[];
13850
- cost: {
13851
- input: number;
13852
- output: number;
13853
- cacheRead: number;
13854
- cacheWrite: number;
13855
- };
13856
- contextWindow: number;
13857
- maxTokens: number;
13858
- };
13859
- readonly "xai/grok-4-fast-reasoning": {
13860
- id: string;
13861
- name: string;
13862
- api: "anthropic-messages";
13863
- provider: string;
13864
- baseUrl: string;
13865
- reasoning: true;
13866
- input: ("image" | "text")[];
13867
- cost: {
13868
- input: number;
13869
- output: number;
13870
- cacheRead: number;
13871
- cacheWrite: number;
13872
- };
13873
- contextWindow: number;
13874
- maxTokens: number;
13875
- };
13876
13808
  readonly "xai/grok-4.1-fast-non-reasoning": {
13877
13809
  id: string;
13878
13810
  name: string;
@@ -14026,23 +13958,6 @@ export declare const MODELS: {
14026
13958
  contextWindow: number;
14027
13959
  maxTokens: number;
14028
13960
  };
14029
- readonly "xai/grok-code-fast-1": {
14030
- id: string;
14031
- name: string;
14032
- api: "anthropic-messages";
14033
- provider: string;
14034
- baseUrl: string;
14035
- reasoning: true;
14036
- input: "text"[];
14037
- cost: {
14038
- input: number;
14039
- output: number;
14040
- cacheRead: number;
14041
- cacheWrite: number;
14042
- };
14043
- contextWindow: number;
14044
- maxTokens: number;
14045
- };
14046
13961
  readonly "xiaomi/mimo-v2-flash": {
14047
13962
  id: string;
14048
13963
  name: string;
@@ -14436,227 +14351,6 @@ export declare const MODELS: {
14436
14351
  contextWindow: number;
14437
14352
  maxTokens: number;
14438
14353
  };
14439
- readonly "grok-3": {
14440
- id: string;
14441
- name: string;
14442
- api: "openai-completions";
14443
- provider: string;
14444
- baseUrl: string;
14445
- reasoning: false;
14446
- input: "text"[];
14447
- cost: {
14448
- input: number;
14449
- output: number;
14450
- cacheRead: number;
14451
- cacheWrite: number;
14452
- };
14453
- contextWindow: number;
14454
- maxTokens: number;
14455
- };
14456
- readonly "grok-3-fast": {
14457
- id: string;
14458
- name: string;
14459
- api: "openai-completions";
14460
- provider: string;
14461
- baseUrl: string;
14462
- reasoning: false;
14463
- input: "text"[];
14464
- cost: {
14465
- input: number;
14466
- output: number;
14467
- cacheRead: number;
14468
- cacheWrite: number;
14469
- };
14470
- contextWindow: number;
14471
- maxTokens: number;
14472
- };
14473
- readonly "grok-3-fast-latest": {
14474
- id: string;
14475
- name: string;
14476
- api: "openai-completions";
14477
- provider: string;
14478
- baseUrl: string;
14479
- reasoning: false;
14480
- input: "text"[];
14481
- cost: {
14482
- input: number;
14483
- output: number;
14484
- cacheRead: number;
14485
- cacheWrite: number;
14486
- };
14487
- contextWindow: number;
14488
- maxTokens: number;
14489
- };
14490
- readonly "grok-3-latest": {
14491
- id: string;
14492
- name: string;
14493
- api: "openai-completions";
14494
- provider: string;
14495
- baseUrl: string;
14496
- reasoning: false;
14497
- input: "text"[];
14498
- cost: {
14499
- input: number;
14500
- output: number;
14501
- cacheRead: number;
14502
- cacheWrite: number;
14503
- };
14504
- contextWindow: number;
14505
- maxTokens: number;
14506
- };
14507
- readonly "grok-3-mini": {
14508
- id: string;
14509
- name: string;
14510
- api: "openai-completions";
14511
- provider: string;
14512
- baseUrl: string;
14513
- reasoning: true;
14514
- input: "text"[];
14515
- cost: {
14516
- input: number;
14517
- output: number;
14518
- cacheRead: number;
14519
- cacheWrite: number;
14520
- };
14521
- contextWindow: number;
14522
- maxTokens: number;
14523
- };
14524
- readonly "grok-3-mini-fast": {
14525
- id: string;
14526
- name: string;
14527
- api: "openai-completions";
14528
- provider: string;
14529
- baseUrl: string;
14530
- reasoning: true;
14531
- input: "text"[];
14532
- cost: {
14533
- input: number;
14534
- output: number;
14535
- cacheRead: number;
14536
- cacheWrite: number;
14537
- };
14538
- contextWindow: number;
14539
- maxTokens: number;
14540
- };
14541
- readonly "grok-3-mini-fast-latest": {
14542
- id: string;
14543
- name: string;
14544
- api: "openai-completions";
14545
- provider: string;
14546
- baseUrl: string;
14547
- reasoning: true;
14548
- input: "text"[];
14549
- cost: {
14550
- input: number;
14551
- output: number;
14552
- cacheRead: number;
14553
- cacheWrite: number;
14554
- };
14555
- contextWindow: number;
14556
- maxTokens: number;
14557
- };
14558
- readonly "grok-3-mini-latest": {
14559
- id: string;
14560
- name: string;
14561
- api: "openai-completions";
14562
- provider: string;
14563
- baseUrl: string;
14564
- reasoning: true;
14565
- input: "text"[];
14566
- cost: {
14567
- input: number;
14568
- output: number;
14569
- cacheRead: number;
14570
- cacheWrite: number;
14571
- };
14572
- contextWindow: number;
14573
- maxTokens: number;
14574
- };
14575
- readonly "grok-4": {
14576
- id: string;
14577
- name: string;
14578
- api: "openai-completions";
14579
- provider: string;
14580
- baseUrl: string;
14581
- reasoning: true;
14582
- input: "text"[];
14583
- cost: {
14584
- input: number;
14585
- output: number;
14586
- cacheRead: number;
14587
- cacheWrite: number;
14588
- };
14589
- contextWindow: number;
14590
- maxTokens: number;
14591
- };
14592
- readonly "grok-4-1-fast": {
14593
- id: string;
14594
- name: string;
14595
- api: "openai-completions";
14596
- provider: string;
14597
- baseUrl: string;
14598
- reasoning: true;
14599
- input: ("image" | "text")[];
14600
- cost: {
14601
- input: number;
14602
- output: number;
14603
- cacheRead: number;
14604
- cacheWrite: number;
14605
- };
14606
- contextWindow: number;
14607
- maxTokens: number;
14608
- };
14609
- readonly "grok-4-1-fast-non-reasoning": {
14610
- id: string;
14611
- name: string;
14612
- api: "openai-completions";
14613
- provider: string;
14614
- baseUrl: string;
14615
- reasoning: false;
14616
- input: ("image" | "text")[];
14617
- cost: {
14618
- input: number;
14619
- output: number;
14620
- cacheRead: number;
14621
- cacheWrite: number;
14622
- };
14623
- contextWindow: number;
14624
- maxTokens: number;
14625
- };
14626
- readonly "grok-4-fast": {
14627
- id: string;
14628
- name: string;
14629
- api: "openai-completions";
14630
- provider: string;
14631
- baseUrl: string;
14632
- reasoning: true;
14633
- input: ("image" | "text")[];
14634
- cost: {
14635
- input: number;
14636
- output: number;
14637
- cacheRead: number;
14638
- cacheWrite: number;
14639
- };
14640
- contextWindow: number;
14641
- maxTokens: number;
14642
- };
14643
- readonly "grok-4-fast-non-reasoning": {
14644
- id: string;
14645
- name: string;
14646
- api: "openai-completions";
14647
- provider: string;
14648
- baseUrl: string;
14649
- reasoning: false;
14650
- input: ("image" | "text")[];
14651
- cost: {
14652
- input: number;
14653
- output: number;
14654
- cacheRead: number;
14655
- cacheWrite: number;
14656
- };
14657
- contextWindow: number;
14658
- maxTokens: number;
14659
- };
14660
14354
  readonly "grok-4.20-0309-non-reasoning": {
14661
14355
  id: string;
14662
14356
  name: string;
@@ -14731,7 +14425,7 @@ export declare const MODELS: {
14731
14425
  api: "openai-completions";
14732
14426
  provider: string;
14733
14427
  baseUrl: string;
14734
- reasoning: true;
14428
+ reasoning: false;
14735
14429
  input: "text"[];
14736
14430
  cost: {
14737
14431
  input: number;