@earendil-works/pi-ai 0.74.1 → 0.74.2

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.
@@ -3391,6 +3391,46 @@ export declare const MODELS: {
3391
3391
  contextWindow: number;
3392
3392
  maxTokens: number;
3393
3393
  };
3394
+ readonly "@cf/ibm-granite/granite-4.0-h-micro": {
3395
+ id: string;
3396
+ name: string;
3397
+ api: "openai-completions";
3398
+ provider: string;
3399
+ baseUrl: string;
3400
+ compat: {
3401
+ sendSessionAffinityHeaders: true;
3402
+ };
3403
+ reasoning: false;
3404
+ input: "text"[];
3405
+ cost: {
3406
+ input: number;
3407
+ output: number;
3408
+ cacheRead: number;
3409
+ cacheWrite: number;
3410
+ };
3411
+ contextWindow: number;
3412
+ maxTokens: number;
3413
+ };
3414
+ readonly "@cf/meta/llama-3.3-70b-instruct-fp8-fast": {
3415
+ id: string;
3416
+ name: string;
3417
+ api: "openai-completions";
3418
+ provider: string;
3419
+ baseUrl: string;
3420
+ compat: {
3421
+ sendSessionAffinityHeaders: true;
3422
+ };
3423
+ reasoning: false;
3424
+ input: "text"[];
3425
+ cost: {
3426
+ input: number;
3427
+ output: number;
3428
+ cacheRead: number;
3429
+ cacheWrite: number;
3430
+ };
3431
+ contextWindow: number;
3432
+ maxTokens: number;
3433
+ };
3394
3434
  readonly "@cf/meta/llama-4-scout-17b-16e-instruct": {
3395
3435
  id: string;
3396
3436
  name: string;
@@ -3411,6 +3451,26 @@ export declare const MODELS: {
3411
3451
  contextWindow: number;
3412
3452
  maxTokens: number;
3413
3453
  };
3454
+ readonly "@cf/mistralai/mistral-small-3.1-24b-instruct": {
3455
+ id: string;
3456
+ name: string;
3457
+ api: "openai-completions";
3458
+ provider: string;
3459
+ baseUrl: string;
3460
+ compat: {
3461
+ sendSessionAffinityHeaders: true;
3462
+ };
3463
+ reasoning: false;
3464
+ input: "text"[];
3465
+ cost: {
3466
+ input: number;
3467
+ output: number;
3468
+ cacheRead: number;
3469
+ cacheWrite: number;
3470
+ };
3471
+ contextWindow: number;
3472
+ maxTokens: number;
3473
+ };
3414
3474
  readonly "@cf/moonshotai/kimi-k2.5": {
3415
3475
  id: string;
3416
3476
  name: string;
@@ -3511,6 +3571,26 @@ export declare const MODELS: {
3511
3571
  contextWindow: number;
3512
3572
  maxTokens: number;
3513
3573
  };
3574
+ readonly "@cf/qwen/qwen3-30b-a3b-fp8": {
3575
+ id: string;
3576
+ name: string;
3577
+ api: "openai-completions";
3578
+ provider: string;
3579
+ baseUrl: string;
3580
+ compat: {
3581
+ sendSessionAffinityHeaders: true;
3582
+ };
3583
+ reasoning: true;
3584
+ input: "text"[];
3585
+ cost: {
3586
+ input: number;
3587
+ output: number;
3588
+ cacheRead: number;
3589
+ cacheWrite: number;
3590
+ };
3591
+ contextWindow: number;
3592
+ maxTokens: number;
3593
+ };
3514
3594
  readonly "@cf/zai-org/glm-4.7-flash": {
3515
3595
  id: string;
3516
3596
  name: string;
@@ -3637,6 +3717,29 @@ export declare const MODELS: {
3637
3717
  contextWindow: number;
3638
3718
  maxTokens: number;
3639
3719
  };
3720
+ readonly "accounts/fireworks/models/deepseek-v4-flash": {
3721
+ id: string;
3722
+ name: string;
3723
+ api: "anthropic-messages";
3724
+ provider: string;
3725
+ baseUrl: string;
3726
+ compat: {
3727
+ sendSessionAffinityHeaders: true;
3728
+ supportsEagerToolInputStreaming: false;
3729
+ supportsCacheControlOnTools: false;
3730
+ supportsLongCacheRetention: false;
3731
+ };
3732
+ reasoning: true;
3733
+ input: "text"[];
3734
+ cost: {
3735
+ input: number;
3736
+ output: number;
3737
+ cacheRead: number;
3738
+ cacheWrite: number;
3739
+ };
3740
+ contextWindow: number;
3741
+ maxTokens: number;
3742
+ };
3640
3743
  readonly "accounts/fireworks/models/deepseek-v4-pro": {
3641
3744
  id: string;
3642
3745
  name: string;
@@ -4538,57 +4641,6 @@ export declare const MODELS: {
4538
4641
  };
4539
4642
  };
4540
4643
  readonly google: {
4541
- readonly "gemini-1.5-flash": {
4542
- id: string;
4543
- name: string;
4544
- api: "google-generative-ai";
4545
- provider: string;
4546
- baseUrl: string;
4547
- reasoning: false;
4548
- input: ("image" | "text")[];
4549
- cost: {
4550
- input: number;
4551
- output: number;
4552
- cacheRead: number;
4553
- cacheWrite: number;
4554
- };
4555
- contextWindow: number;
4556
- maxTokens: number;
4557
- };
4558
- readonly "gemini-1.5-flash-8b": {
4559
- id: string;
4560
- name: string;
4561
- api: "google-generative-ai";
4562
- provider: string;
4563
- baseUrl: string;
4564
- reasoning: false;
4565
- input: ("image" | "text")[];
4566
- cost: {
4567
- input: number;
4568
- output: number;
4569
- cacheRead: number;
4570
- cacheWrite: number;
4571
- };
4572
- contextWindow: number;
4573
- maxTokens: number;
4574
- };
4575
- readonly "gemini-1.5-pro": {
4576
- id: string;
4577
- name: string;
4578
- api: "google-generative-ai";
4579
- provider: string;
4580
- baseUrl: string;
4581
- reasoning: false;
4582
- input: ("image" | "text")[];
4583
- cost: {
4584
- input: number;
4585
- output: number;
4586
- cacheRead: number;
4587
- cacheWrite: number;
4588
- };
4589
- contextWindow: number;
4590
- maxTokens: number;
4591
- };
4592
4644
  readonly "gemini-2.0-flash": {
4593
4645
  id: string;
4594
4646
  name: string;
@@ -4657,91 +4709,6 @@ export declare const MODELS: {
4657
4709
  contextWindow: number;
4658
4710
  maxTokens: number;
4659
4711
  };
4660
- readonly "gemini-2.5-flash-lite-preview-06-17": {
4661
- id: string;
4662
- name: string;
4663
- api: "google-generative-ai";
4664
- provider: string;
4665
- baseUrl: string;
4666
- reasoning: true;
4667
- input: ("image" | "text")[];
4668
- cost: {
4669
- input: number;
4670
- output: number;
4671
- cacheRead: number;
4672
- cacheWrite: number;
4673
- };
4674
- contextWindow: number;
4675
- maxTokens: number;
4676
- };
4677
- readonly "gemini-2.5-flash-lite-preview-09-2025": {
4678
- id: string;
4679
- name: string;
4680
- api: "google-generative-ai";
4681
- provider: string;
4682
- baseUrl: string;
4683
- reasoning: true;
4684
- input: ("image" | "text")[];
4685
- cost: {
4686
- input: number;
4687
- output: number;
4688
- cacheRead: number;
4689
- cacheWrite: number;
4690
- };
4691
- contextWindow: number;
4692
- maxTokens: number;
4693
- };
4694
- readonly "gemini-2.5-flash-preview-04-17": {
4695
- id: string;
4696
- name: string;
4697
- api: "google-generative-ai";
4698
- provider: string;
4699
- baseUrl: string;
4700
- reasoning: true;
4701
- input: ("image" | "text")[];
4702
- cost: {
4703
- input: number;
4704
- output: number;
4705
- cacheRead: number;
4706
- cacheWrite: number;
4707
- };
4708
- contextWindow: number;
4709
- maxTokens: number;
4710
- };
4711
- readonly "gemini-2.5-flash-preview-05-20": {
4712
- id: string;
4713
- name: string;
4714
- api: "google-generative-ai";
4715
- provider: string;
4716
- baseUrl: string;
4717
- reasoning: true;
4718
- input: ("image" | "text")[];
4719
- cost: {
4720
- input: number;
4721
- output: number;
4722
- cacheRead: number;
4723
- cacheWrite: number;
4724
- };
4725
- contextWindow: number;
4726
- maxTokens: number;
4727
- };
4728
- readonly "gemini-2.5-flash-preview-09-2025": {
4729
- id: string;
4730
- name: string;
4731
- api: "google-generative-ai";
4732
- provider: string;
4733
- baseUrl: string;
4734
- reasoning: true;
4735
- input: ("image" | "text")[];
4736
- cost: {
4737
- input: number;
4738
- output: number;
4739
- cacheRead: number;
4740
- cacheWrite: number;
4741
- };
4742
- contextWindow: number;
4743
- maxTokens: number;
4744
- };
4745
4712
  readonly "gemini-2.5-pro": {
4746
4713
  id: string;
4747
4714
  name: string;
@@ -4759,40 +4726,6 @@ export declare const MODELS: {
4759
4726
  contextWindow: number;
4760
4727
  maxTokens: number;
4761
4728
  };
4762
- readonly "gemini-2.5-pro-preview-05-06": {
4763
- id: string;
4764
- name: string;
4765
- api: "google-generative-ai";
4766
- provider: string;
4767
- baseUrl: string;
4768
- reasoning: true;
4769
- input: ("image" | "text")[];
4770
- cost: {
4771
- input: number;
4772
- output: number;
4773
- cacheRead: number;
4774
- cacheWrite: number;
4775
- };
4776
- contextWindow: number;
4777
- maxTokens: number;
4778
- };
4779
- readonly "gemini-2.5-pro-preview-06-05": {
4780
- id: string;
4781
- name: string;
4782
- api: "google-generative-ai";
4783
- provider: string;
4784
- baseUrl: string;
4785
- reasoning: true;
4786
- input: ("image" | "text")[];
4787
- cost: {
4788
- input: number;
4789
- output: number;
4790
- cacheRead: number;
4791
- cacheWrite: number;
4792
- };
4793
- contextWindow: number;
4794
- maxTokens: number;
4795
- };
4796
4729
  readonly "gemini-3-flash-preview": {
4797
4730
  id: string;
4798
4731
  name: string;
@@ -4925,30 +4858,16 @@ export declare const MODELS: {
4925
4858
  contextWindow: number;
4926
4859
  maxTokens: number;
4927
4860
  };
4928
- readonly "gemini-flash-latest": {
4861
+ readonly "gemini-3.5-flash": {
4929
4862
  id: string;
4930
4863
  name: string;
4931
4864
  api: "google-generative-ai";
4932
4865
  provider: string;
4933
4866
  baseUrl: string;
4934
4867
  reasoning: true;
4935
- input: ("image" | "text")[];
4936
- cost: {
4937
- input: number;
4938
- output: number;
4939
- cacheRead: number;
4940
- cacheWrite: number;
4868
+ thinkingLevelMap: {
4869
+ off: null;
4941
4870
  };
4942
- contextWindow: number;
4943
- maxTokens: number;
4944
- };
4945
- readonly "gemini-flash-lite-latest": {
4946
- id: string;
4947
- name: string;
4948
- api: "google-generative-ai";
4949
- provider: string;
4950
- baseUrl: string;
4951
- reasoning: true;
4952
4871
  input: ("image" | "text")[];
4953
4872
  cost: {
4954
4873
  input: number;
@@ -4959,7 +4878,7 @@ export declare const MODELS: {
4959
4878
  contextWindow: number;
4960
4879
  maxTokens: number;
4961
4880
  };
4962
- readonly "gemini-live-2.5-flash": {
4881
+ readonly "gemini-flash-latest": {
4963
4882
  id: string;
4964
4883
  name: string;
4965
4884
  api: "google-generative-ai";
@@ -4976,30 +4895,13 @@ export declare const MODELS: {
4976
4895
  contextWindow: number;
4977
4896
  maxTokens: number;
4978
4897
  };
4979
- readonly "gemini-live-2.5-flash-preview-native-audio": {
4898
+ readonly "gemini-flash-lite-latest": {
4980
4899
  id: string;
4981
4900
  name: string;
4982
4901
  api: "google-generative-ai";
4983
4902
  provider: string;
4984
4903
  baseUrl: string;
4985
4904
  reasoning: true;
4986
- input: "text"[];
4987
- cost: {
4988
- input: number;
4989
- output: number;
4990
- cacheRead: number;
4991
- cacheWrite: number;
4992
- };
4993
- contextWindow: number;
4994
- maxTokens: number;
4995
- };
4996
- readonly "gemma-3-27b-it": {
4997
- id: string;
4998
- name: string;
4999
- api: "google-generative-ai";
5000
- provider: string;
5001
- baseUrl: string;
5002
- reasoning: false;
5003
4905
  input: ("image" | "text")[];
5004
4906
  cost: {
5005
4907
  input: number;
@@ -8233,6 +8135,26 @@ export declare const MODELS: {
8233
8135
  contextWindow: number;
8234
8136
  maxTokens: number;
8235
8137
  };
8138
+ readonly "gemini-3.5-flash": {
8139
+ id: string;
8140
+ name: string;
8141
+ api: "google-generative-ai";
8142
+ provider: string;
8143
+ baseUrl: string;
8144
+ reasoning: true;
8145
+ thinkingLevelMap: {
8146
+ off: null;
8147
+ };
8148
+ input: ("image" | "text")[];
8149
+ cost: {
8150
+ input: number;
8151
+ output: number;
8152
+ cacheRead: number;
8153
+ cacheWrite: number;
8154
+ };
8155
+ contextWindow: number;
8156
+ maxTokens: number;
8157
+ };
8236
8158
  readonly "glm-5": {
8237
8159
  id: string;
8238
8160
  name: string;
@@ -8596,7 +8518,7 @@ export declare const MODELS: {
8596
8518
  contextWindow: number;
8597
8519
  maxTokens: number;
8598
8520
  };
8599
- readonly "kimi-k2.5": {
8521
+ readonly "grok-build-0.1": {
8600
8522
  id: string;
8601
8523
  name: string;
8602
8524
  api: "openai-completions";
@@ -8613,7 +8535,7 @@ export declare const MODELS: {
8613
8535
  contextWindow: number;
8614
8536
  maxTokens: number;
8615
8537
  };
8616
- readonly "kimi-k2.6": {
8538
+ readonly "kimi-k2.5": {
8617
8539
  id: string;
8618
8540
  name: string;
8619
8541
  api: "openai-completions";
@@ -8630,14 +8552,14 @@ export declare const MODELS: {
8630
8552
  contextWindow: number;
8631
8553
  maxTokens: number;
8632
8554
  };
8633
- readonly "minimax-m2.5": {
8555
+ readonly "kimi-k2.6": {
8634
8556
  id: string;
8635
8557
  name: string;
8636
8558
  api: "openai-completions";
8637
8559
  provider: string;
8638
8560
  baseUrl: string;
8639
8561
  reasoning: true;
8640
- input: "text"[];
8562
+ input: ("image" | "text")[];
8641
8563
  cost: {
8642
8564
  input: number;
8643
8565
  output: number;
@@ -8647,10 +8569,10 @@ export declare const MODELS: {
8647
8569
  contextWindow: number;
8648
8570
  maxTokens: number;
8649
8571
  };
8650
- readonly "minimax-m2.5-free": {
8572
+ readonly "minimax-m2.5": {
8651
8573
  id: string;
8652
8574
  name: string;
8653
- api: "anthropic-messages";
8575
+ api: "openai-completions";
8654
8576
  provider: string;
8655
8577
  baseUrl: string;
8656
8578
  reasoning: true;
@@ -9337,23 +9259,6 @@ export declare const MODELS: {
9337
9259
  contextWindow: number;
9338
9260
  maxTokens: number;
9339
9261
  };
9340
- readonly "arcee-ai/trinity-large-preview": {
9341
- id: string;
9342
- name: string;
9343
- api: "openai-completions";
9344
- provider: string;
9345
- baseUrl: string;
9346
- reasoning: false;
9347
- input: "text"[];
9348
- cost: {
9349
- input: number;
9350
- output: number;
9351
- cacheRead: number;
9352
- cacheWrite: number;
9353
- };
9354
- contextWindow: number;
9355
- maxTokens: number;
9356
- };
9357
9262
  readonly "arcee-ai/trinity-large-thinking": {
9358
9263
  id: string;
9359
9264
  name: string;
@@ -10050,6 +9955,23 @@ export declare const MODELS: {
10050
9955
  contextWindow: number;
10051
9956
  maxTokens: number;
10052
9957
  };
9958
+ readonly "google/gemini-3.5-flash": {
9959
+ id: string;
9960
+ name: string;
9961
+ api: "openai-completions";
9962
+ provider: string;
9963
+ baseUrl: string;
9964
+ reasoning: true;
9965
+ input: ("image" | "text")[];
9966
+ cost: {
9967
+ input: number;
9968
+ output: number;
9969
+ cacheRead: number;
9970
+ cacheWrite: number;
9971
+ };
9972
+ contextWindow: number;
9973
+ maxTokens: number;
9974
+ };
10053
9975
  readonly "google/gemma-3-12b-it": {
10054
9976
  id: string;
10055
9977
  name: string;
@@ -12928,6 +12850,23 @@ export declare const MODELS: {
12928
12850
  contextWindow: number;
12929
12851
  maxTokens: number;
12930
12852
  };
12853
+ readonly "qwen/qwen3.7-max": {
12854
+ id: string;
12855
+ name: string;
12856
+ api: "openai-completions";
12857
+ provider: string;
12858
+ baseUrl: string;
12859
+ reasoning: true;
12860
+ input: "text"[];
12861
+ cost: {
12862
+ input: number;
12863
+ output: number;
12864
+ cacheRead: number;
12865
+ cacheWrite: number;
12866
+ };
12867
+ contextWindow: number;
12868
+ maxTokens: number;
12869
+ };
12931
12870
  readonly "rekaai/reka-edge": {
12932
12871
  id: string;
12933
12872
  name: string;
@@ -13115,6 +13054,23 @@ export declare const MODELS: {
13115
13054
  contextWindow: number;
13116
13055
  maxTokens: number;
13117
13056
  };
13057
+ readonly "x-ai/grok-build-0.1": {
13058
+ id: string;
13059
+ name: string;
13060
+ api: "openai-completions";
13061
+ provider: string;
13062
+ baseUrl: string;
13063
+ reasoning: true;
13064
+ input: ("image" | "text")[];
13065
+ cost: {
13066
+ input: number;
13067
+ output: number;
13068
+ cacheRead: number;
13069
+ cacheWrite: number;
13070
+ };
13071
+ contextWindow: number;
13072
+ maxTokens: number;
13073
+ };
13118
13074
  readonly "xiaomi/mimo-v2-flash": {
13119
13075
  id: string;
13120
13076
  name: string;
@@ -14377,6 +14333,23 @@ export declare const MODELS: {
14377
14333
  contextWindow: number;
14378
14334
  maxTokens: number;
14379
14335
  };
14336
+ readonly "alibaba/qwen3.7-max": {
14337
+ id: string;
14338
+ name: string;
14339
+ api: "anthropic-messages";
14340
+ provider: string;
14341
+ baseUrl: string;
14342
+ reasoning: true;
14343
+ input: ("image" | "text")[];
14344
+ cost: {
14345
+ input: number;
14346
+ output: number;
14347
+ cacheRead: number;
14348
+ cacheWrite: number;
14349
+ };
14350
+ contextWindow: number;
14351
+ maxTokens: number;
14352
+ };
14380
14353
  readonly "anthropic/claude-3-haiku": {
14381
14354
  id: string;
14382
14355
  name: string;
@@ -14944,6 +14917,23 @@ export declare const MODELS: {
14944
14917
  contextWindow: number;
14945
14918
  maxTokens: number;
14946
14919
  };
14920
+ readonly "google/gemini-3.5-flash": {
14921
+ id: string;
14922
+ name: string;
14923
+ api: "anthropic-messages";
14924
+ provider: string;
14925
+ baseUrl: string;
14926
+ reasoning: true;
14927
+ input: ("image" | "text")[];
14928
+ cost: {
14929
+ input: number;
14930
+ output: number;
14931
+ cacheRead: number;
14932
+ cacheWrite: number;
14933
+ };
14934
+ contextWindow: number;
14935
+ maxTokens: number;
14936
+ };
14947
14937
  readonly "google/gemma-4-26b-a4b-it": {
14948
14938
  id: string;
14949
14939
  name: string;
@@ -15403,6 +15393,23 @@ export declare const MODELS: {
15403
15393
  contextWindow: number;
15404
15394
  maxTokens: number;
15405
15395
  };
15396
+ readonly "mistral/mistral-medium-3.5": {
15397
+ id: string;
15398
+ name: string;
15399
+ api: "anthropic-messages";
15400
+ provider: string;
15401
+ baseUrl: string;
15402
+ reasoning: true;
15403
+ input: "text"[];
15404
+ cost: {
15405
+ input: number;
15406
+ output: number;
15407
+ cacheRead: number;
15408
+ cacheWrite: number;
15409
+ };
15410
+ contextWindow: number;
15411
+ maxTokens: number;
15412
+ };
15406
15413
  readonly "mistral/mistral-small": {
15407
15414
  id: string;
15408
15415
  name: string;
@@ -16442,6 +16449,23 @@ export declare const MODELS: {
16442
16449
  contextWindow: number;
16443
16450
  maxTokens: number;
16444
16451
  };
16452
+ readonly "xai/grok-build-0.1": {
16453
+ id: string;
16454
+ name: string;
16455
+ api: "anthropic-messages";
16456
+ provider: string;
16457
+ baseUrl: string;
16458
+ reasoning: true;
16459
+ input: ("image" | "text")[];
16460
+ cost: {
16461
+ input: number;
16462
+ output: number;
16463
+ cacheRead: number;
16464
+ cacheWrite: number;
16465
+ };
16466
+ contextWindow: number;
16467
+ maxTokens: number;
16468
+ };
16445
16469
  readonly "xiaomi/mimo-v2-flash": {
16446
16470
  id: string;
16447
16471
  name: string;
@@ -16733,108 +16757,6 @@ export declare const MODELS: {
16733
16757
  };
16734
16758
  };
16735
16759
  readonly xai: {
16736
- readonly "grok-2": {
16737
- id: string;
16738
- name: string;
16739
- api: "openai-completions";
16740
- provider: string;
16741
- baseUrl: string;
16742
- reasoning: false;
16743
- input: "text"[];
16744
- cost: {
16745
- input: number;
16746
- output: number;
16747
- cacheRead: number;
16748
- cacheWrite: number;
16749
- };
16750
- contextWindow: number;
16751
- maxTokens: number;
16752
- };
16753
- readonly "grok-2-1212": {
16754
- id: string;
16755
- name: string;
16756
- api: "openai-completions";
16757
- provider: string;
16758
- baseUrl: string;
16759
- reasoning: false;
16760
- input: "text"[];
16761
- cost: {
16762
- input: number;
16763
- output: number;
16764
- cacheRead: number;
16765
- cacheWrite: number;
16766
- };
16767
- contextWindow: number;
16768
- maxTokens: number;
16769
- };
16770
- readonly "grok-2-latest": {
16771
- id: string;
16772
- name: string;
16773
- api: "openai-completions";
16774
- provider: string;
16775
- baseUrl: string;
16776
- reasoning: false;
16777
- input: "text"[];
16778
- cost: {
16779
- input: number;
16780
- output: number;
16781
- cacheRead: number;
16782
- cacheWrite: number;
16783
- };
16784
- contextWindow: number;
16785
- maxTokens: number;
16786
- };
16787
- readonly "grok-2-vision": {
16788
- id: string;
16789
- name: string;
16790
- api: "openai-completions";
16791
- provider: string;
16792
- baseUrl: string;
16793
- reasoning: false;
16794
- input: ("image" | "text")[];
16795
- cost: {
16796
- input: number;
16797
- output: number;
16798
- cacheRead: number;
16799
- cacheWrite: number;
16800
- };
16801
- contextWindow: number;
16802
- maxTokens: number;
16803
- };
16804
- readonly "grok-2-vision-1212": {
16805
- id: string;
16806
- name: string;
16807
- api: "openai-completions";
16808
- provider: string;
16809
- baseUrl: string;
16810
- reasoning: false;
16811
- input: ("image" | "text")[];
16812
- cost: {
16813
- input: number;
16814
- output: number;
16815
- cacheRead: number;
16816
- cacheWrite: number;
16817
- };
16818
- contextWindow: number;
16819
- maxTokens: number;
16820
- };
16821
- readonly "grok-2-vision-latest": {
16822
- id: string;
16823
- name: string;
16824
- api: "openai-completions";
16825
- provider: string;
16826
- baseUrl: string;
16827
- reasoning: false;
16828
- input: ("image" | "text")[];
16829
- cost: {
16830
- input: number;
16831
- output: number;
16832
- cacheRead: number;
16833
- cacheWrite: number;
16834
- };
16835
- contextWindow: number;
16836
- maxTokens: number;
16837
- };
16838
16760
  readonly "grok-3": {
16839
16761
  id: string;
16840
16762
  name: string;
@@ -16920,14 +16842,14 @@ export declare const MODELS: {
16920
16842
  contextWindow: number;
16921
16843
  maxTokens: number;
16922
16844
  };
16923
- readonly "grok-beta": {
16845
+ readonly "grok-build-0.1": {
16924
16846
  id: string;
16925
16847
  name: string;
16926
16848
  api: "openai-completions";
16927
16849
  provider: string;
16928
16850
  baseUrl: string;
16929
- reasoning: false;
16930
- input: "text"[];
16851
+ reasoning: true;
16852
+ input: ("image" | "text")[];
16931
16853
  cost: {
16932
16854
  input: number;
16933
16855
  output: number;
@@ -16954,23 +16876,6 @@ export declare const MODELS: {
16954
16876
  contextWindow: number;
16955
16877
  maxTokens: number;
16956
16878
  };
16957
- readonly "grok-vision-beta": {
16958
- id: string;
16959
- name: string;
16960
- api: "openai-completions";
16961
- provider: string;
16962
- baseUrl: string;
16963
- reasoning: false;
16964
- input: ("image" | "text")[];
16965
- cost: {
16966
- input: number;
16967
- output: number;
16968
- cacheRead: number;
16969
- cacheWrite: number;
16970
- };
16971
- contextWindow: number;
16972
- maxTokens: number;
16973
- };
16974
16879
  };
16975
16880
  readonly xiaomi: {
16976
16881
  readonly "mimo-v2-flash": {