@elyracode/ai 0.9.10 → 0.9.11
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.
- package/dist/image-models.generated.d.ts +45 -0
- package/dist/image-models.generated.d.ts.map +1 -1
- package/dist/image-models.generated.js +45 -0
- package/dist/image-models.generated.js.map +1 -1
- package/dist/models.generated.d.ts +945 -173
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +929 -207
- package/dist/models.generated.js.map +1 -1
- package/package.json +1 -1
|
@@ -4154,6 +4154,23 @@ export declare const MODELS: {
|
|
|
4154
4154
|
contextWindow: number;
|
|
4155
4155
|
maxTokens: number;
|
|
4156
4156
|
};
|
|
4157
|
+
readonly "accounts/fireworks/routers/glm-5p2-fast": {
|
|
4158
|
+
id: string;
|
|
4159
|
+
name: string;
|
|
4160
|
+
api: "anthropic-messages";
|
|
4161
|
+
provider: string;
|
|
4162
|
+
baseUrl: string;
|
|
4163
|
+
reasoning: true;
|
|
4164
|
+
input: "text"[];
|
|
4165
|
+
cost: {
|
|
4166
|
+
input: number;
|
|
4167
|
+
output: number;
|
|
4168
|
+
cacheRead: number;
|
|
4169
|
+
cacheWrite: number;
|
|
4170
|
+
};
|
|
4171
|
+
contextWindow: number;
|
|
4172
|
+
maxTokens: number;
|
|
4173
|
+
};
|
|
4157
4174
|
readonly "accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
4158
4175
|
id: string;
|
|
4159
4176
|
name: string;
|
|
@@ -5124,54 +5141,6 @@ export declare const MODELS: {
|
|
|
5124
5141
|
contextWindow: number;
|
|
5125
5142
|
maxTokens: number;
|
|
5126
5143
|
};
|
|
5127
|
-
readonly "gemma-4-E2B-it": {
|
|
5128
|
-
id: string;
|
|
5129
|
-
name: string;
|
|
5130
|
-
api: "google-generative-ai";
|
|
5131
|
-
provider: string;
|
|
5132
|
-
baseUrl: string;
|
|
5133
|
-
reasoning: true;
|
|
5134
|
-
thinkingLevelMap: {
|
|
5135
|
-
off: null;
|
|
5136
|
-
minimal: string;
|
|
5137
|
-
low: null;
|
|
5138
|
-
medium: null;
|
|
5139
|
-
high: string;
|
|
5140
|
-
};
|
|
5141
|
-
input: ("image" | "text")[];
|
|
5142
|
-
cost: {
|
|
5143
|
-
input: number;
|
|
5144
|
-
output: number;
|
|
5145
|
-
cacheRead: number;
|
|
5146
|
-
cacheWrite: number;
|
|
5147
|
-
};
|
|
5148
|
-
contextWindow: number;
|
|
5149
|
-
maxTokens: number;
|
|
5150
|
-
};
|
|
5151
|
-
readonly "gemma-4-E4B-it": {
|
|
5152
|
-
id: string;
|
|
5153
|
-
name: string;
|
|
5154
|
-
api: "google-generative-ai";
|
|
5155
|
-
provider: string;
|
|
5156
|
-
baseUrl: string;
|
|
5157
|
-
reasoning: true;
|
|
5158
|
-
thinkingLevelMap: {
|
|
5159
|
-
off: null;
|
|
5160
|
-
minimal: string;
|
|
5161
|
-
low: null;
|
|
5162
|
-
medium: null;
|
|
5163
|
-
high: string;
|
|
5164
|
-
};
|
|
5165
|
-
input: ("image" | "text")[];
|
|
5166
|
-
cost: {
|
|
5167
|
-
input: number;
|
|
5168
|
-
output: number;
|
|
5169
|
-
cacheRead: number;
|
|
5170
|
-
cacheWrite: number;
|
|
5171
|
-
};
|
|
5172
|
-
contextWindow: number;
|
|
5173
|
-
maxTokens: number;
|
|
5174
|
-
};
|
|
5175
5144
|
};
|
|
5176
5145
|
readonly "google-vertex": {
|
|
5177
5146
|
readonly "gemini-1.5-flash": {
|
|
@@ -5548,6 +5517,26 @@ export declare const MODELS: {
|
|
|
5548
5517
|
};
|
|
5549
5518
|
};
|
|
5550
5519
|
readonly huggingface: {
|
|
5520
|
+
readonly "MiniMaxAI/MiniMax-M2": {
|
|
5521
|
+
id: string;
|
|
5522
|
+
name: string;
|
|
5523
|
+
api: "openai-completions";
|
|
5524
|
+
provider: string;
|
|
5525
|
+
baseUrl: string;
|
|
5526
|
+
compat: {
|
|
5527
|
+
supportsDeveloperRole: false;
|
|
5528
|
+
};
|
|
5529
|
+
reasoning: true;
|
|
5530
|
+
input: "text"[];
|
|
5531
|
+
cost: {
|
|
5532
|
+
input: number;
|
|
5533
|
+
output: number;
|
|
5534
|
+
cacheRead: number;
|
|
5535
|
+
cacheWrite: number;
|
|
5536
|
+
};
|
|
5537
|
+
contextWindow: number;
|
|
5538
|
+
maxTokens: number;
|
|
5539
|
+
};
|
|
5551
5540
|
readonly "MiniMaxAI/MiniMax-M2.1": {
|
|
5552
5541
|
id: string;
|
|
5553
5542
|
name: string;
|
|
@@ -5608,6 +5597,46 @@ export declare const MODELS: {
|
|
|
5608
5597
|
contextWindow: number;
|
|
5609
5598
|
maxTokens: number;
|
|
5610
5599
|
};
|
|
5600
|
+
readonly "MiniMaxAI/MiniMax-M3": {
|
|
5601
|
+
id: string;
|
|
5602
|
+
name: string;
|
|
5603
|
+
api: "openai-completions";
|
|
5604
|
+
provider: string;
|
|
5605
|
+
baseUrl: string;
|
|
5606
|
+
compat: {
|
|
5607
|
+
supportsDeveloperRole: false;
|
|
5608
|
+
};
|
|
5609
|
+
reasoning: true;
|
|
5610
|
+
input: ("image" | "text")[];
|
|
5611
|
+
cost: {
|
|
5612
|
+
input: number;
|
|
5613
|
+
output: number;
|
|
5614
|
+
cacheRead: number;
|
|
5615
|
+
cacheWrite: number;
|
|
5616
|
+
};
|
|
5617
|
+
contextWindow: number;
|
|
5618
|
+
maxTokens: number;
|
|
5619
|
+
};
|
|
5620
|
+
readonly "Qwen/Qwen3-235B-A22B": {
|
|
5621
|
+
id: string;
|
|
5622
|
+
name: string;
|
|
5623
|
+
api: "openai-completions";
|
|
5624
|
+
provider: string;
|
|
5625
|
+
baseUrl: string;
|
|
5626
|
+
compat: {
|
|
5627
|
+
supportsDeveloperRole: false;
|
|
5628
|
+
};
|
|
5629
|
+
reasoning: true;
|
|
5630
|
+
input: "text"[];
|
|
5631
|
+
cost: {
|
|
5632
|
+
input: number;
|
|
5633
|
+
output: number;
|
|
5634
|
+
cacheRead: number;
|
|
5635
|
+
cacheWrite: number;
|
|
5636
|
+
};
|
|
5637
|
+
contextWindow: number;
|
|
5638
|
+
maxTokens: number;
|
|
5639
|
+
};
|
|
5611
5640
|
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
5612
5641
|
id: string;
|
|
5613
5642
|
name: string;
|
|
@@ -5628,6 +5657,46 @@ export declare const MODELS: {
|
|
|
5628
5657
|
contextWindow: number;
|
|
5629
5658
|
maxTokens: number;
|
|
5630
5659
|
};
|
|
5660
|
+
readonly "Qwen/Qwen3-32B": {
|
|
5661
|
+
id: string;
|
|
5662
|
+
name: string;
|
|
5663
|
+
api: "openai-completions";
|
|
5664
|
+
provider: string;
|
|
5665
|
+
baseUrl: string;
|
|
5666
|
+
compat: {
|
|
5667
|
+
supportsDeveloperRole: false;
|
|
5668
|
+
};
|
|
5669
|
+
reasoning: true;
|
|
5670
|
+
input: "text"[];
|
|
5671
|
+
cost: {
|
|
5672
|
+
input: number;
|
|
5673
|
+
output: number;
|
|
5674
|
+
cacheRead: number;
|
|
5675
|
+
cacheWrite: number;
|
|
5676
|
+
};
|
|
5677
|
+
contextWindow: number;
|
|
5678
|
+
maxTokens: number;
|
|
5679
|
+
};
|
|
5680
|
+
readonly "Qwen/Qwen3-Coder-30B-A3B-Instruct": {
|
|
5681
|
+
id: string;
|
|
5682
|
+
name: string;
|
|
5683
|
+
api: "openai-completions";
|
|
5684
|
+
provider: string;
|
|
5685
|
+
baseUrl: string;
|
|
5686
|
+
compat: {
|
|
5687
|
+
supportsDeveloperRole: false;
|
|
5688
|
+
};
|
|
5689
|
+
reasoning: false;
|
|
5690
|
+
input: "text"[];
|
|
5691
|
+
cost: {
|
|
5692
|
+
input: number;
|
|
5693
|
+
output: number;
|
|
5694
|
+
cacheRead: number;
|
|
5695
|
+
cacheWrite: number;
|
|
5696
|
+
};
|
|
5697
|
+
contextWindow: number;
|
|
5698
|
+
maxTokens: number;
|
|
5699
|
+
};
|
|
5631
5700
|
readonly "Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
5632
5701
|
id: string;
|
|
5633
5702
|
name: string;
|
|
@@ -5708,6 +5777,66 @@ export declare const MODELS: {
|
|
|
5708
5777
|
contextWindow: number;
|
|
5709
5778
|
maxTokens: number;
|
|
5710
5779
|
};
|
|
5780
|
+
readonly "Qwen/Qwen3.5-122B-A10B": {
|
|
5781
|
+
id: string;
|
|
5782
|
+
name: string;
|
|
5783
|
+
api: "openai-completions";
|
|
5784
|
+
provider: string;
|
|
5785
|
+
baseUrl: string;
|
|
5786
|
+
compat: {
|
|
5787
|
+
supportsDeveloperRole: false;
|
|
5788
|
+
};
|
|
5789
|
+
reasoning: true;
|
|
5790
|
+
input: ("image" | "text")[];
|
|
5791
|
+
cost: {
|
|
5792
|
+
input: number;
|
|
5793
|
+
output: number;
|
|
5794
|
+
cacheRead: number;
|
|
5795
|
+
cacheWrite: number;
|
|
5796
|
+
};
|
|
5797
|
+
contextWindow: number;
|
|
5798
|
+
maxTokens: number;
|
|
5799
|
+
};
|
|
5800
|
+
readonly "Qwen/Qwen3.5-27B": {
|
|
5801
|
+
id: string;
|
|
5802
|
+
name: string;
|
|
5803
|
+
api: "openai-completions";
|
|
5804
|
+
provider: string;
|
|
5805
|
+
baseUrl: string;
|
|
5806
|
+
compat: {
|
|
5807
|
+
supportsDeveloperRole: false;
|
|
5808
|
+
};
|
|
5809
|
+
reasoning: true;
|
|
5810
|
+
input: ("image" | "text")[];
|
|
5811
|
+
cost: {
|
|
5812
|
+
input: number;
|
|
5813
|
+
output: number;
|
|
5814
|
+
cacheRead: number;
|
|
5815
|
+
cacheWrite: number;
|
|
5816
|
+
};
|
|
5817
|
+
contextWindow: number;
|
|
5818
|
+
maxTokens: number;
|
|
5819
|
+
};
|
|
5820
|
+
readonly "Qwen/Qwen3.5-35B-A3B": {
|
|
5821
|
+
id: string;
|
|
5822
|
+
name: string;
|
|
5823
|
+
api: "openai-completions";
|
|
5824
|
+
provider: string;
|
|
5825
|
+
baseUrl: string;
|
|
5826
|
+
compat: {
|
|
5827
|
+
supportsDeveloperRole: false;
|
|
5828
|
+
};
|
|
5829
|
+
reasoning: true;
|
|
5830
|
+
input: ("image" | "text")[];
|
|
5831
|
+
cost: {
|
|
5832
|
+
input: number;
|
|
5833
|
+
output: number;
|
|
5834
|
+
cacheRead: number;
|
|
5835
|
+
cacheWrite: number;
|
|
5836
|
+
};
|
|
5837
|
+
contextWindow: number;
|
|
5838
|
+
maxTokens: number;
|
|
5839
|
+
};
|
|
5711
5840
|
readonly "Qwen/Qwen3.5-397B-A17B": {
|
|
5712
5841
|
id: string;
|
|
5713
5842
|
name: string;
|
|
@@ -5728,7 +5857,7 @@ export declare const MODELS: {
|
|
|
5728
5857
|
contextWindow: number;
|
|
5729
5858
|
maxTokens: number;
|
|
5730
5859
|
};
|
|
5731
|
-
readonly "
|
|
5860
|
+
readonly "Qwen/Qwen3.5-9B": {
|
|
5732
5861
|
id: string;
|
|
5733
5862
|
name: string;
|
|
5734
5863
|
api: "openai-completions";
|
|
@@ -5738,7 +5867,7 @@ export declare const MODELS: {
|
|
|
5738
5867
|
supportsDeveloperRole: false;
|
|
5739
5868
|
};
|
|
5740
5869
|
reasoning: true;
|
|
5741
|
-
input: "text"[];
|
|
5870
|
+
input: ("image" | "text")[];
|
|
5742
5871
|
cost: {
|
|
5743
5872
|
input: number;
|
|
5744
5873
|
output: number;
|
|
@@ -5748,7 +5877,7 @@ export declare const MODELS: {
|
|
|
5748
5877
|
contextWindow: number;
|
|
5749
5878
|
maxTokens: number;
|
|
5750
5879
|
};
|
|
5751
|
-
readonly "
|
|
5880
|
+
readonly "Qwen/Qwen3.6-27B": {
|
|
5752
5881
|
id: string;
|
|
5753
5882
|
name: string;
|
|
5754
5883
|
api: "openai-completions";
|
|
@@ -5758,7 +5887,7 @@ export declare const MODELS: {
|
|
|
5758
5887
|
supportsDeveloperRole: false;
|
|
5759
5888
|
};
|
|
5760
5889
|
reasoning: true;
|
|
5761
|
-
input: "text"[];
|
|
5890
|
+
input: ("image" | "text")[];
|
|
5762
5891
|
cost: {
|
|
5763
5892
|
input: number;
|
|
5764
5893
|
output: number;
|
|
@@ -5768,7 +5897,27 @@ export declare const MODELS: {
|
|
|
5768
5897
|
contextWindow: number;
|
|
5769
5898
|
maxTokens: number;
|
|
5770
5899
|
};
|
|
5771
|
-
readonly "
|
|
5900
|
+
readonly "Qwen/Qwen3.6-35B-A3B": {
|
|
5901
|
+
id: string;
|
|
5902
|
+
name: string;
|
|
5903
|
+
api: "openai-completions";
|
|
5904
|
+
provider: string;
|
|
5905
|
+
baseUrl: string;
|
|
5906
|
+
compat: {
|
|
5907
|
+
supportsDeveloperRole: false;
|
|
5908
|
+
};
|
|
5909
|
+
reasoning: true;
|
|
5910
|
+
input: ("image" | "text")[];
|
|
5911
|
+
cost: {
|
|
5912
|
+
input: number;
|
|
5913
|
+
output: number;
|
|
5914
|
+
cacheRead: number;
|
|
5915
|
+
cacheWrite: number;
|
|
5916
|
+
};
|
|
5917
|
+
contextWindow: number;
|
|
5918
|
+
maxTokens: number;
|
|
5919
|
+
};
|
|
5920
|
+
readonly "XiaomiMiMo/MiMo-V2.5-Pro": {
|
|
5772
5921
|
id: string;
|
|
5773
5922
|
name: string;
|
|
5774
5923
|
api: "openai-completions";
|
|
@@ -5788,7 +5937,327 @@ export declare const MODELS: {
|
|
|
5788
5937
|
contextWindow: number;
|
|
5789
5938
|
maxTokens: number;
|
|
5790
5939
|
};
|
|
5791
|
-
readonly "
|
|
5940
|
+
readonly "deepseek-ai/DeepSeek-R1": {
|
|
5941
|
+
id: string;
|
|
5942
|
+
name: string;
|
|
5943
|
+
api: "openai-completions";
|
|
5944
|
+
provider: string;
|
|
5945
|
+
baseUrl: string;
|
|
5946
|
+
compat: {
|
|
5947
|
+
supportsDeveloperRole: false;
|
|
5948
|
+
};
|
|
5949
|
+
reasoning: true;
|
|
5950
|
+
input: "text"[];
|
|
5951
|
+
cost: {
|
|
5952
|
+
input: number;
|
|
5953
|
+
output: number;
|
|
5954
|
+
cacheRead: number;
|
|
5955
|
+
cacheWrite: number;
|
|
5956
|
+
};
|
|
5957
|
+
contextWindow: number;
|
|
5958
|
+
maxTokens: number;
|
|
5959
|
+
};
|
|
5960
|
+
readonly "deepseek-ai/DeepSeek-R1-0528": {
|
|
5961
|
+
id: string;
|
|
5962
|
+
name: string;
|
|
5963
|
+
api: "openai-completions";
|
|
5964
|
+
provider: string;
|
|
5965
|
+
baseUrl: string;
|
|
5966
|
+
compat: {
|
|
5967
|
+
supportsDeveloperRole: false;
|
|
5968
|
+
};
|
|
5969
|
+
reasoning: true;
|
|
5970
|
+
input: "text"[];
|
|
5971
|
+
cost: {
|
|
5972
|
+
input: number;
|
|
5973
|
+
output: number;
|
|
5974
|
+
cacheRead: number;
|
|
5975
|
+
cacheWrite: number;
|
|
5976
|
+
};
|
|
5977
|
+
contextWindow: number;
|
|
5978
|
+
maxTokens: number;
|
|
5979
|
+
};
|
|
5980
|
+
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
5981
|
+
id: string;
|
|
5982
|
+
name: string;
|
|
5983
|
+
api: "openai-completions";
|
|
5984
|
+
provider: string;
|
|
5985
|
+
baseUrl: string;
|
|
5986
|
+
compat: {
|
|
5987
|
+
supportsDeveloperRole: false;
|
|
5988
|
+
};
|
|
5989
|
+
reasoning: true;
|
|
5990
|
+
input: "text"[];
|
|
5991
|
+
cost: {
|
|
5992
|
+
input: number;
|
|
5993
|
+
output: number;
|
|
5994
|
+
cacheRead: number;
|
|
5995
|
+
cacheWrite: number;
|
|
5996
|
+
};
|
|
5997
|
+
contextWindow: number;
|
|
5998
|
+
maxTokens: number;
|
|
5999
|
+
};
|
|
6000
|
+
readonly "deepseek-ai/DeepSeek-V4-Flash": {
|
|
6001
|
+
id: string;
|
|
6002
|
+
name: string;
|
|
6003
|
+
api: "openai-completions";
|
|
6004
|
+
provider: string;
|
|
6005
|
+
baseUrl: string;
|
|
6006
|
+
compat: {
|
|
6007
|
+
supportsDeveloperRole: false;
|
|
6008
|
+
};
|
|
6009
|
+
reasoning: true;
|
|
6010
|
+
input: "text"[];
|
|
6011
|
+
cost: {
|
|
6012
|
+
input: number;
|
|
6013
|
+
output: number;
|
|
6014
|
+
cacheRead: number;
|
|
6015
|
+
cacheWrite: number;
|
|
6016
|
+
};
|
|
6017
|
+
contextWindow: number;
|
|
6018
|
+
maxTokens: number;
|
|
6019
|
+
};
|
|
6020
|
+
readonly "deepseek-ai/DeepSeek-V4-Pro": {
|
|
6021
|
+
id: string;
|
|
6022
|
+
name: string;
|
|
6023
|
+
api: "openai-completions";
|
|
6024
|
+
provider: string;
|
|
6025
|
+
baseUrl: string;
|
|
6026
|
+
compat: {
|
|
6027
|
+
supportsDeveloperRole: false;
|
|
6028
|
+
};
|
|
6029
|
+
reasoning: true;
|
|
6030
|
+
input: "text"[];
|
|
6031
|
+
cost: {
|
|
6032
|
+
input: number;
|
|
6033
|
+
output: number;
|
|
6034
|
+
cacheRead: number;
|
|
6035
|
+
cacheWrite: number;
|
|
6036
|
+
};
|
|
6037
|
+
contextWindow: number;
|
|
6038
|
+
maxTokens: number;
|
|
6039
|
+
};
|
|
6040
|
+
readonly "google/gemma-4-26B-A4B-it": {
|
|
6041
|
+
id: string;
|
|
6042
|
+
name: string;
|
|
6043
|
+
api: "openai-completions";
|
|
6044
|
+
provider: string;
|
|
6045
|
+
baseUrl: string;
|
|
6046
|
+
compat: {
|
|
6047
|
+
supportsDeveloperRole: false;
|
|
6048
|
+
};
|
|
6049
|
+
reasoning: true;
|
|
6050
|
+
input: ("image" | "text")[];
|
|
6051
|
+
cost: {
|
|
6052
|
+
input: number;
|
|
6053
|
+
output: number;
|
|
6054
|
+
cacheRead: number;
|
|
6055
|
+
cacheWrite: number;
|
|
6056
|
+
};
|
|
6057
|
+
contextWindow: number;
|
|
6058
|
+
maxTokens: number;
|
|
6059
|
+
};
|
|
6060
|
+
readonly "google/gemma-4-31B-it": {
|
|
6061
|
+
id: string;
|
|
6062
|
+
name: string;
|
|
6063
|
+
api: "openai-completions";
|
|
6064
|
+
provider: string;
|
|
6065
|
+
baseUrl: string;
|
|
6066
|
+
compat: {
|
|
6067
|
+
supportsDeveloperRole: false;
|
|
6068
|
+
};
|
|
6069
|
+
reasoning: true;
|
|
6070
|
+
input: ("image" | "text")[];
|
|
6071
|
+
cost: {
|
|
6072
|
+
input: number;
|
|
6073
|
+
output: number;
|
|
6074
|
+
cacheRead: number;
|
|
6075
|
+
cacheWrite: number;
|
|
6076
|
+
};
|
|
6077
|
+
contextWindow: number;
|
|
6078
|
+
maxTokens: number;
|
|
6079
|
+
};
|
|
6080
|
+
readonly "meta-llama/Llama-3.3-70B-Instruct": {
|
|
6081
|
+
id: string;
|
|
6082
|
+
name: string;
|
|
6083
|
+
api: "openai-completions";
|
|
6084
|
+
provider: string;
|
|
6085
|
+
baseUrl: string;
|
|
6086
|
+
compat: {
|
|
6087
|
+
supportsDeveloperRole: false;
|
|
6088
|
+
};
|
|
6089
|
+
reasoning: false;
|
|
6090
|
+
input: "text"[];
|
|
6091
|
+
cost: {
|
|
6092
|
+
input: number;
|
|
6093
|
+
output: number;
|
|
6094
|
+
cacheRead: number;
|
|
6095
|
+
cacheWrite: number;
|
|
6096
|
+
};
|
|
6097
|
+
contextWindow: number;
|
|
6098
|
+
maxTokens: number;
|
|
6099
|
+
};
|
|
6100
|
+
readonly "moonshotai/Kimi-K2-Instruct": {
|
|
6101
|
+
id: string;
|
|
6102
|
+
name: string;
|
|
6103
|
+
api: "openai-completions";
|
|
6104
|
+
provider: string;
|
|
6105
|
+
baseUrl: string;
|
|
6106
|
+
compat: {
|
|
6107
|
+
supportsDeveloperRole: false;
|
|
6108
|
+
};
|
|
6109
|
+
reasoning: false;
|
|
6110
|
+
input: "text"[];
|
|
6111
|
+
cost: {
|
|
6112
|
+
input: number;
|
|
6113
|
+
output: number;
|
|
6114
|
+
cacheRead: number;
|
|
6115
|
+
cacheWrite: number;
|
|
6116
|
+
};
|
|
6117
|
+
contextWindow: number;
|
|
6118
|
+
maxTokens: number;
|
|
6119
|
+
};
|
|
6120
|
+
readonly "moonshotai/Kimi-K2-Instruct-0905": {
|
|
6121
|
+
id: string;
|
|
6122
|
+
name: string;
|
|
6123
|
+
api: "openai-completions";
|
|
6124
|
+
provider: string;
|
|
6125
|
+
baseUrl: string;
|
|
6126
|
+
compat: {
|
|
6127
|
+
supportsDeveloperRole: false;
|
|
6128
|
+
};
|
|
6129
|
+
reasoning: false;
|
|
6130
|
+
input: "text"[];
|
|
6131
|
+
cost: {
|
|
6132
|
+
input: number;
|
|
6133
|
+
output: number;
|
|
6134
|
+
cacheRead: number;
|
|
6135
|
+
cacheWrite: number;
|
|
6136
|
+
};
|
|
6137
|
+
contextWindow: number;
|
|
6138
|
+
maxTokens: number;
|
|
6139
|
+
};
|
|
6140
|
+
readonly "moonshotai/Kimi-K2-Thinking": {
|
|
6141
|
+
id: string;
|
|
6142
|
+
name: string;
|
|
6143
|
+
api: "openai-completions";
|
|
6144
|
+
provider: string;
|
|
6145
|
+
baseUrl: string;
|
|
6146
|
+
compat: {
|
|
6147
|
+
supportsDeveloperRole: false;
|
|
6148
|
+
};
|
|
6149
|
+
reasoning: true;
|
|
6150
|
+
input: "text"[];
|
|
6151
|
+
cost: {
|
|
6152
|
+
input: number;
|
|
6153
|
+
output: number;
|
|
6154
|
+
cacheRead: number;
|
|
6155
|
+
cacheWrite: number;
|
|
6156
|
+
};
|
|
6157
|
+
contextWindow: number;
|
|
6158
|
+
maxTokens: number;
|
|
6159
|
+
};
|
|
6160
|
+
readonly "moonshotai/Kimi-K2.5": {
|
|
6161
|
+
id: string;
|
|
6162
|
+
name: string;
|
|
6163
|
+
api: "openai-completions";
|
|
6164
|
+
provider: string;
|
|
6165
|
+
baseUrl: string;
|
|
6166
|
+
compat: {
|
|
6167
|
+
supportsDeveloperRole: false;
|
|
6168
|
+
};
|
|
6169
|
+
reasoning: true;
|
|
6170
|
+
input: ("image" | "text")[];
|
|
6171
|
+
cost: {
|
|
6172
|
+
input: number;
|
|
6173
|
+
output: number;
|
|
6174
|
+
cacheRead: number;
|
|
6175
|
+
cacheWrite: number;
|
|
6176
|
+
};
|
|
6177
|
+
contextWindow: number;
|
|
6178
|
+
maxTokens: number;
|
|
6179
|
+
};
|
|
6180
|
+
readonly "moonshotai/Kimi-K2.6": {
|
|
6181
|
+
id: string;
|
|
6182
|
+
name: string;
|
|
6183
|
+
api: "openai-completions";
|
|
6184
|
+
provider: string;
|
|
6185
|
+
baseUrl: string;
|
|
6186
|
+
compat: {
|
|
6187
|
+
supportsDeveloperRole: false;
|
|
6188
|
+
};
|
|
6189
|
+
reasoning: true;
|
|
6190
|
+
input: ("image" | "text")[];
|
|
6191
|
+
cost: {
|
|
6192
|
+
input: number;
|
|
6193
|
+
output: number;
|
|
6194
|
+
cacheRead: number;
|
|
6195
|
+
cacheWrite: number;
|
|
6196
|
+
};
|
|
6197
|
+
contextWindow: number;
|
|
6198
|
+
maxTokens: number;
|
|
6199
|
+
};
|
|
6200
|
+
readonly "moonshotai/Kimi-K2.7-Code": {
|
|
6201
|
+
id: string;
|
|
6202
|
+
name: string;
|
|
6203
|
+
api: "openai-completions";
|
|
6204
|
+
provider: string;
|
|
6205
|
+
baseUrl: string;
|
|
6206
|
+
compat: {
|
|
6207
|
+
supportsDeveloperRole: false;
|
|
6208
|
+
};
|
|
6209
|
+
reasoning: true;
|
|
6210
|
+
input: ("image" | "text")[];
|
|
6211
|
+
cost: {
|
|
6212
|
+
input: number;
|
|
6213
|
+
output: number;
|
|
6214
|
+
cacheRead: number;
|
|
6215
|
+
cacheWrite: number;
|
|
6216
|
+
};
|
|
6217
|
+
contextWindow: number;
|
|
6218
|
+
maxTokens: number;
|
|
6219
|
+
};
|
|
6220
|
+
readonly "stepfun-ai/Step-3.5-Flash": {
|
|
6221
|
+
id: string;
|
|
6222
|
+
name: string;
|
|
6223
|
+
api: "openai-completions";
|
|
6224
|
+
provider: string;
|
|
6225
|
+
baseUrl: string;
|
|
6226
|
+
compat: {
|
|
6227
|
+
supportsDeveloperRole: false;
|
|
6228
|
+
};
|
|
6229
|
+
reasoning: true;
|
|
6230
|
+
input: "text"[];
|
|
6231
|
+
cost: {
|
|
6232
|
+
input: number;
|
|
6233
|
+
output: number;
|
|
6234
|
+
cacheRead: number;
|
|
6235
|
+
cacheWrite: number;
|
|
6236
|
+
};
|
|
6237
|
+
contextWindow: number;
|
|
6238
|
+
maxTokens: number;
|
|
6239
|
+
};
|
|
6240
|
+
readonly "stepfun-ai/Step-3.7-Flash": {
|
|
6241
|
+
id: string;
|
|
6242
|
+
name: string;
|
|
6243
|
+
api: "openai-completions";
|
|
6244
|
+
provider: string;
|
|
6245
|
+
baseUrl: string;
|
|
6246
|
+
compat: {
|
|
6247
|
+
supportsDeveloperRole: false;
|
|
6248
|
+
};
|
|
6249
|
+
reasoning: true;
|
|
6250
|
+
input: ("image" | "text")[];
|
|
6251
|
+
cost: {
|
|
6252
|
+
input: number;
|
|
6253
|
+
output: number;
|
|
6254
|
+
cacheRead: number;
|
|
6255
|
+
cacheWrite: number;
|
|
6256
|
+
};
|
|
6257
|
+
contextWindow: number;
|
|
6258
|
+
maxTokens: number;
|
|
6259
|
+
};
|
|
6260
|
+
readonly "zai-org/GLM-4.5": {
|
|
5792
6261
|
id: string;
|
|
5793
6262
|
name: string;
|
|
5794
6263
|
api: "openai-completions";
|
|
@@ -5797,7 +6266,7 @@ export declare const MODELS: {
|
|
|
5797
6266
|
compat: {
|
|
5798
6267
|
supportsDeveloperRole: false;
|
|
5799
6268
|
};
|
|
5800
|
-
reasoning:
|
|
6269
|
+
reasoning: true;
|
|
5801
6270
|
input: "text"[];
|
|
5802
6271
|
cost: {
|
|
5803
6272
|
input: number;
|
|
@@ -5808,7 +6277,7 @@ export declare const MODELS: {
|
|
|
5808
6277
|
contextWindow: number;
|
|
5809
6278
|
maxTokens: number;
|
|
5810
6279
|
};
|
|
5811
|
-
readonly "
|
|
6280
|
+
readonly "zai-org/GLM-4.5-Air": {
|
|
5812
6281
|
id: string;
|
|
5813
6282
|
name: string;
|
|
5814
6283
|
api: "openai-completions";
|
|
@@ -5817,7 +6286,7 @@ export declare const MODELS: {
|
|
|
5817
6286
|
compat: {
|
|
5818
6287
|
supportsDeveloperRole: false;
|
|
5819
6288
|
};
|
|
5820
|
-
reasoning:
|
|
6289
|
+
reasoning: true;
|
|
5821
6290
|
input: "text"[];
|
|
5822
6291
|
cost: {
|
|
5823
6292
|
input: number;
|
|
@@ -5828,7 +6297,7 @@ export declare const MODELS: {
|
|
|
5828
6297
|
contextWindow: number;
|
|
5829
6298
|
maxTokens: number;
|
|
5830
6299
|
};
|
|
5831
|
-
readonly "
|
|
6300
|
+
readonly "zai-org/GLM-4.5V": {
|
|
5832
6301
|
id: string;
|
|
5833
6302
|
name: string;
|
|
5834
6303
|
api: "openai-completions";
|
|
@@ -5838,7 +6307,7 @@ export declare const MODELS: {
|
|
|
5838
6307
|
supportsDeveloperRole: false;
|
|
5839
6308
|
};
|
|
5840
6309
|
reasoning: true;
|
|
5841
|
-
input: "text"[];
|
|
6310
|
+
input: ("image" | "text")[];
|
|
5842
6311
|
cost: {
|
|
5843
6312
|
input: number;
|
|
5844
6313
|
output: number;
|
|
@@ -5848,7 +6317,7 @@ export declare const MODELS: {
|
|
|
5848
6317
|
contextWindow: number;
|
|
5849
6318
|
maxTokens: number;
|
|
5850
6319
|
};
|
|
5851
|
-
readonly "
|
|
6320
|
+
readonly "zai-org/GLM-4.6": {
|
|
5852
6321
|
id: string;
|
|
5853
6322
|
name: string;
|
|
5854
6323
|
api: "openai-completions";
|
|
@@ -5858,7 +6327,7 @@ export declare const MODELS: {
|
|
|
5858
6327
|
supportsDeveloperRole: false;
|
|
5859
6328
|
};
|
|
5860
6329
|
reasoning: true;
|
|
5861
|
-
input:
|
|
6330
|
+
input: "text"[];
|
|
5862
6331
|
cost: {
|
|
5863
6332
|
input: number;
|
|
5864
6333
|
output: number;
|
|
@@ -5868,7 +6337,7 @@ export declare const MODELS: {
|
|
|
5868
6337
|
contextWindow: number;
|
|
5869
6338
|
maxTokens: number;
|
|
5870
6339
|
};
|
|
5871
|
-
readonly "
|
|
6340
|
+
readonly "zai-org/GLM-4.7": {
|
|
5872
6341
|
id: string;
|
|
5873
6342
|
name: string;
|
|
5874
6343
|
api: "openai-completions";
|
|
@@ -5878,7 +6347,7 @@ export declare const MODELS: {
|
|
|
5878
6347
|
supportsDeveloperRole: false;
|
|
5879
6348
|
};
|
|
5880
6349
|
reasoning: true;
|
|
5881
|
-
input:
|
|
6350
|
+
input: "text"[];
|
|
5882
6351
|
cost: {
|
|
5883
6352
|
input: number;
|
|
5884
6353
|
output: number;
|
|
@@ -5888,7 +6357,7 @@ export declare const MODELS: {
|
|
|
5888
6357
|
contextWindow: number;
|
|
5889
6358
|
maxTokens: number;
|
|
5890
6359
|
};
|
|
5891
|
-
readonly "zai-org/GLM-4.7": {
|
|
6360
|
+
readonly "zai-org/GLM-4.7-Flash": {
|
|
5892
6361
|
id: string;
|
|
5893
6362
|
name: string;
|
|
5894
6363
|
api: "openai-completions";
|
|
@@ -5908,7 +6377,7 @@ export declare const MODELS: {
|
|
|
5908
6377
|
contextWindow: number;
|
|
5909
6378
|
maxTokens: number;
|
|
5910
6379
|
};
|
|
5911
|
-
readonly "zai-org/GLM-
|
|
6380
|
+
readonly "zai-org/GLM-5": {
|
|
5912
6381
|
id: string;
|
|
5913
6382
|
name: string;
|
|
5914
6383
|
api: "openai-completions";
|
|
@@ -5928,7 +6397,7 @@ export declare const MODELS: {
|
|
|
5928
6397
|
contextWindow: number;
|
|
5929
6398
|
maxTokens: number;
|
|
5930
6399
|
};
|
|
5931
|
-
readonly "zai-org/GLM-5": {
|
|
6400
|
+
readonly "zai-org/GLM-5.1": {
|
|
5932
6401
|
id: string;
|
|
5933
6402
|
name: string;
|
|
5934
6403
|
api: "openai-completions";
|
|
@@ -5948,7 +6417,7 @@ export declare const MODELS: {
|
|
|
5948
6417
|
contextWindow: number;
|
|
5949
6418
|
maxTokens: number;
|
|
5950
6419
|
};
|
|
5951
|
-
readonly "zai-org/GLM-5.
|
|
6420
|
+
readonly "zai-org/GLM-5.2": {
|
|
5952
6421
|
id: string;
|
|
5953
6422
|
name: string;
|
|
5954
6423
|
api: "openai-completions";
|
|
@@ -8390,6 +8859,23 @@ export declare const MODELS: {
|
|
|
8390
8859
|
contextWindow: number;
|
|
8391
8860
|
maxTokens: number;
|
|
8392
8861
|
};
|
|
8862
|
+
readonly "glm-5.2": {
|
|
8863
|
+
id: string;
|
|
8864
|
+
name: string;
|
|
8865
|
+
api: "openai-completions";
|
|
8866
|
+
provider: string;
|
|
8867
|
+
baseUrl: string;
|
|
8868
|
+
reasoning: true;
|
|
8869
|
+
input: "text"[];
|
|
8870
|
+
cost: {
|
|
8871
|
+
input: number;
|
|
8872
|
+
output: number;
|
|
8873
|
+
cacheRead: number;
|
|
8874
|
+
cacheWrite: number;
|
|
8875
|
+
};
|
|
8876
|
+
contextWindow: number;
|
|
8877
|
+
maxTokens: number;
|
|
8878
|
+
};
|
|
8393
8879
|
readonly "gpt-5": {
|
|
8394
8880
|
id: string;
|
|
8395
8881
|
name: string;
|
|
@@ -9908,23 +10394,6 @@ export declare const MODELS: {
|
|
|
9908
10394
|
contextWindow: number;
|
|
9909
10395
|
maxTokens: number;
|
|
9910
10396
|
};
|
|
9911
|
-
readonly "essentialai/rnj-1-instruct": {
|
|
9912
|
-
id: string;
|
|
9913
|
-
name: string;
|
|
9914
|
-
api: "openai-completions";
|
|
9915
|
-
provider: string;
|
|
9916
|
-
baseUrl: string;
|
|
9917
|
-
reasoning: false;
|
|
9918
|
-
input: "text"[];
|
|
9919
|
-
cost: {
|
|
9920
|
-
input: number;
|
|
9921
|
-
output: number;
|
|
9922
|
-
cacheRead: number;
|
|
9923
|
-
cacheWrite: number;
|
|
9924
|
-
};
|
|
9925
|
-
contextWindow: number;
|
|
9926
|
-
maxTokens: number;
|
|
9927
|
-
};
|
|
9928
10397
|
readonly "google/gemini-2.5-flash": {
|
|
9929
10398
|
id: string;
|
|
9930
10399
|
name: string;
|
|
@@ -10962,23 +11431,6 @@ export declare const MODELS: {
|
|
|
10962
11431
|
contextWindow: number;
|
|
10963
11432
|
maxTokens: number;
|
|
10964
11433
|
};
|
|
10965
|
-
readonly "nex-agi/nex-n2-pro:free": {
|
|
10966
|
-
id: string;
|
|
10967
|
-
name: string;
|
|
10968
|
-
api: "openai-completions";
|
|
10969
|
-
provider: string;
|
|
10970
|
-
baseUrl: string;
|
|
10971
|
-
reasoning: true;
|
|
10972
|
-
input: ("image" | "text")[];
|
|
10973
|
-
cost: {
|
|
10974
|
-
input: number;
|
|
10975
|
-
output: number;
|
|
10976
|
-
cacheRead: number;
|
|
10977
|
-
cacheWrite: number;
|
|
10978
|
-
};
|
|
10979
|
-
contextWindow: number;
|
|
10980
|
-
maxTokens: number;
|
|
10981
|
-
};
|
|
10982
11434
|
readonly "nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
10983
11435
|
id: string;
|
|
10984
11436
|
name: string;
|
|
@@ -12120,23 +12572,6 @@ export declare const MODELS: {
|
|
|
12120
12572
|
contextWindow: number;
|
|
12121
12573
|
maxTokens: number;
|
|
12122
12574
|
};
|
|
12123
|
-
readonly "prime-intellect/intellect-3": {
|
|
12124
|
-
id: string;
|
|
12125
|
-
name: string;
|
|
12126
|
-
api: "openai-completions";
|
|
12127
|
-
provider: string;
|
|
12128
|
-
baseUrl: string;
|
|
12129
|
-
reasoning: true;
|
|
12130
|
-
input: "text"[];
|
|
12131
|
-
cost: {
|
|
12132
|
-
input: number;
|
|
12133
|
-
output: number;
|
|
12134
|
-
cacheRead: number;
|
|
12135
|
-
cacheWrite: number;
|
|
12136
|
-
};
|
|
12137
|
-
contextWindow: number;
|
|
12138
|
-
maxTokens: number;
|
|
12139
|
-
};
|
|
12140
12575
|
readonly "qwen/qwen-2.5-72b-instruct": {
|
|
12141
12576
|
id: string;
|
|
12142
12577
|
name: string;
|
|
@@ -12970,14 +13405,14 @@ export declare const MODELS: {
|
|
|
12970
13405
|
contextWindow: number;
|
|
12971
13406
|
maxTokens: number;
|
|
12972
13407
|
};
|
|
12973
|
-
readonly "
|
|
13408
|
+
readonly "sakana/fugu-ultra": {
|
|
12974
13409
|
id: string;
|
|
12975
13410
|
name: string;
|
|
12976
13411
|
api: "openai-completions";
|
|
12977
13412
|
provider: string;
|
|
12978
13413
|
baseUrl: string;
|
|
12979
|
-
reasoning:
|
|
12980
|
-
input: "text"[];
|
|
13414
|
+
reasoning: true;
|
|
13415
|
+
input: ("image" | "text")[];
|
|
12981
13416
|
cost: {
|
|
12982
13417
|
input: number;
|
|
12983
13418
|
output: number;
|
|
@@ -12987,13 +13422,13 @@ export declare const MODELS: {
|
|
|
12987
13422
|
contextWindow: number;
|
|
12988
13423
|
maxTokens: number;
|
|
12989
13424
|
};
|
|
12990
|
-
readonly "
|
|
13425
|
+
readonly "sao10k/l3.1-euryale-70b": {
|
|
12991
13426
|
id: string;
|
|
12992
13427
|
name: string;
|
|
12993
13428
|
api: "openai-completions";
|
|
12994
13429
|
provider: string;
|
|
12995
13430
|
baseUrl: string;
|
|
12996
|
-
reasoning:
|
|
13431
|
+
reasoning: false;
|
|
12997
13432
|
input: "text"[];
|
|
12998
13433
|
cost: {
|
|
12999
13434
|
input: number;
|
|
@@ -13004,14 +13439,14 @@ export declare const MODELS: {
|
|
|
13004
13439
|
contextWindow: number;
|
|
13005
13440
|
maxTokens: number;
|
|
13006
13441
|
};
|
|
13007
|
-
readonly "stepfun/step-3.
|
|
13442
|
+
readonly "stepfun/step-3.5-flash": {
|
|
13008
13443
|
id: string;
|
|
13009
13444
|
name: string;
|
|
13010
13445
|
api: "openai-completions";
|
|
13011
13446
|
provider: string;
|
|
13012
13447
|
baseUrl: string;
|
|
13013
13448
|
reasoning: true;
|
|
13014
|
-
input:
|
|
13449
|
+
input: "text"[];
|
|
13015
13450
|
cost: {
|
|
13016
13451
|
input: number;
|
|
13017
13452
|
output: number;
|
|
@@ -13021,14 +13456,14 @@ export declare const MODELS: {
|
|
|
13021
13456
|
contextWindow: number;
|
|
13022
13457
|
maxTokens: number;
|
|
13023
13458
|
};
|
|
13024
|
-
readonly "
|
|
13459
|
+
readonly "stepfun/step-3.7-flash": {
|
|
13025
13460
|
id: string;
|
|
13026
13461
|
name: string;
|
|
13027
13462
|
api: "openai-completions";
|
|
13028
13463
|
provider: string;
|
|
13029
13464
|
baseUrl: string;
|
|
13030
|
-
reasoning:
|
|
13031
|
-
input: "text"[];
|
|
13465
|
+
reasoning: true;
|
|
13466
|
+
input: ("image" | "text")[];
|
|
13032
13467
|
cost: {
|
|
13033
13468
|
input: number;
|
|
13034
13469
|
output: number;
|
|
@@ -13344,6 +13779,23 @@ export declare const MODELS: {
|
|
|
13344
13779
|
contextWindow: number;
|
|
13345
13780
|
maxTokens: number;
|
|
13346
13781
|
};
|
|
13782
|
+
readonly "z-ai/glm-5v-turbo": {
|
|
13783
|
+
id: string;
|
|
13784
|
+
name: string;
|
|
13785
|
+
api: "openai-completions";
|
|
13786
|
+
provider: string;
|
|
13787
|
+
baseUrl: string;
|
|
13788
|
+
reasoning: true;
|
|
13789
|
+
input: ("image" | "text")[];
|
|
13790
|
+
cost: {
|
|
13791
|
+
input: number;
|
|
13792
|
+
output: number;
|
|
13793
|
+
cacheRead: number;
|
|
13794
|
+
cacheWrite: number;
|
|
13795
|
+
};
|
|
13796
|
+
contextWindow: number;
|
|
13797
|
+
maxTokens: number;
|
|
13798
|
+
};
|
|
13347
13799
|
readonly "~anthropic/claude-fable-latest": {
|
|
13348
13800
|
id: string;
|
|
13349
13801
|
name: string;
|
|
@@ -14065,6 +14517,37 @@ export declare const MODELS: {
|
|
|
14065
14517
|
contextWindow: number;
|
|
14066
14518
|
maxTokens: number;
|
|
14067
14519
|
};
|
|
14520
|
+
readonly "zai-org/GLM-5.2": {
|
|
14521
|
+
id: string;
|
|
14522
|
+
name: string;
|
|
14523
|
+
api: "openai-completions";
|
|
14524
|
+
provider: string;
|
|
14525
|
+
baseUrl: string;
|
|
14526
|
+
compat: {
|
|
14527
|
+
supportsStore: false;
|
|
14528
|
+
supportsDeveloperRole: false;
|
|
14529
|
+
supportsReasoningEffort: false;
|
|
14530
|
+
maxTokensField: "max_tokens";
|
|
14531
|
+
supportsStrictMode: false;
|
|
14532
|
+
supportsLongCacheRetention: false;
|
|
14533
|
+
thinkingFormat: "together";
|
|
14534
|
+
};
|
|
14535
|
+
reasoning: true;
|
|
14536
|
+
thinkingLevelMap: {
|
|
14537
|
+
minimal: null;
|
|
14538
|
+
low: null;
|
|
14539
|
+
medium: null;
|
|
14540
|
+
};
|
|
14541
|
+
input: "text"[];
|
|
14542
|
+
cost: {
|
|
14543
|
+
input: number;
|
|
14544
|
+
output: number;
|
|
14545
|
+
cacheRead: number;
|
|
14546
|
+
cacheWrite: number;
|
|
14547
|
+
};
|
|
14548
|
+
contextWindow: number;
|
|
14549
|
+
maxTokens: number;
|
|
14550
|
+
};
|
|
14068
14551
|
};
|
|
14069
14552
|
readonly "vercel-ai-gateway": {
|
|
14070
14553
|
readonly "alibaba/qwen-3-14b": {
|
|
@@ -14175,7 +14658,7 @@ export declare const MODELS: {
|
|
|
14175
14658
|
api: "anthropic-messages";
|
|
14176
14659
|
provider: string;
|
|
14177
14660
|
baseUrl: string;
|
|
14178
|
-
reasoning:
|
|
14661
|
+
reasoning: false;
|
|
14179
14662
|
input: "text"[];
|
|
14180
14663
|
cost: {
|
|
14181
14664
|
input: number;
|
|
@@ -14192,7 +14675,7 @@ export declare const MODELS: {
|
|
|
14192
14675
|
api: "anthropic-messages";
|
|
14193
14676
|
provider: string;
|
|
14194
14677
|
baseUrl: string;
|
|
14195
|
-
reasoning:
|
|
14678
|
+
reasoning: false;
|
|
14196
14679
|
input: "text"[];
|
|
14197
14680
|
cost: {
|
|
14198
14681
|
input: number;
|
|
@@ -14209,7 +14692,7 @@ export declare const MODELS: {
|
|
|
14209
14692
|
api: "anthropic-messages";
|
|
14210
14693
|
provider: string;
|
|
14211
14694
|
baseUrl: string;
|
|
14212
|
-
reasoning:
|
|
14695
|
+
reasoning: false;
|
|
14213
14696
|
input: "text"[];
|
|
14214
14697
|
cost: {
|
|
14215
14698
|
input: number;
|
|
@@ -14322,6 +14805,40 @@ export declare const MODELS: {
|
|
|
14322
14805
|
contextWindow: number;
|
|
14323
14806
|
maxTokens: number;
|
|
14324
14807
|
};
|
|
14808
|
+
readonly "alibaba/qwen3-vl-235b-a22b-instruct": {
|
|
14809
|
+
id: string;
|
|
14810
|
+
name: string;
|
|
14811
|
+
api: "anthropic-messages";
|
|
14812
|
+
provider: string;
|
|
14813
|
+
baseUrl: string;
|
|
14814
|
+
reasoning: false;
|
|
14815
|
+
input: ("image" | "text")[];
|
|
14816
|
+
cost: {
|
|
14817
|
+
input: number;
|
|
14818
|
+
output: number;
|
|
14819
|
+
cacheRead: number;
|
|
14820
|
+
cacheWrite: number;
|
|
14821
|
+
};
|
|
14822
|
+
contextWindow: number;
|
|
14823
|
+
maxTokens: number;
|
|
14824
|
+
};
|
|
14825
|
+
readonly "alibaba/qwen3-vl-instruct": {
|
|
14826
|
+
id: string;
|
|
14827
|
+
name: string;
|
|
14828
|
+
api: "anthropic-messages";
|
|
14829
|
+
provider: string;
|
|
14830
|
+
baseUrl: string;
|
|
14831
|
+
reasoning: false;
|
|
14832
|
+
input: ("image" | "text")[];
|
|
14833
|
+
cost: {
|
|
14834
|
+
input: number;
|
|
14835
|
+
output: number;
|
|
14836
|
+
cacheRead: number;
|
|
14837
|
+
cacheWrite: number;
|
|
14838
|
+
};
|
|
14839
|
+
contextWindow: number;
|
|
14840
|
+
maxTokens: number;
|
|
14841
|
+
};
|
|
14325
14842
|
readonly "alibaba/qwen3-vl-thinking": {
|
|
14326
14843
|
id: string;
|
|
14327
14844
|
name: string;
|
|
@@ -14346,7 +14863,75 @@ export declare const MODELS: {
|
|
|
14346
14863
|
provider: string;
|
|
14347
14864
|
baseUrl: string;
|
|
14348
14865
|
reasoning: true;
|
|
14349
|
-
input: ("image" | "text")[];
|
|
14866
|
+
input: ("image" | "text")[];
|
|
14867
|
+
cost: {
|
|
14868
|
+
input: number;
|
|
14869
|
+
output: number;
|
|
14870
|
+
cacheRead: number;
|
|
14871
|
+
cacheWrite: number;
|
|
14872
|
+
};
|
|
14873
|
+
contextWindow: number;
|
|
14874
|
+
maxTokens: number;
|
|
14875
|
+
};
|
|
14876
|
+
readonly "alibaba/qwen3.5-plus": {
|
|
14877
|
+
id: string;
|
|
14878
|
+
name: string;
|
|
14879
|
+
api: "anthropic-messages";
|
|
14880
|
+
provider: string;
|
|
14881
|
+
baseUrl: string;
|
|
14882
|
+
reasoning: true;
|
|
14883
|
+
input: ("image" | "text")[];
|
|
14884
|
+
cost: {
|
|
14885
|
+
input: number;
|
|
14886
|
+
output: number;
|
|
14887
|
+
cacheRead: number;
|
|
14888
|
+
cacheWrite: number;
|
|
14889
|
+
};
|
|
14890
|
+
contextWindow: number;
|
|
14891
|
+
maxTokens: number;
|
|
14892
|
+
};
|
|
14893
|
+
readonly "alibaba/qwen3.6-27b": {
|
|
14894
|
+
id: string;
|
|
14895
|
+
name: string;
|
|
14896
|
+
api: "anthropic-messages";
|
|
14897
|
+
provider: string;
|
|
14898
|
+
baseUrl: string;
|
|
14899
|
+
reasoning: true;
|
|
14900
|
+
input: ("image" | "text")[];
|
|
14901
|
+
cost: {
|
|
14902
|
+
input: number;
|
|
14903
|
+
output: number;
|
|
14904
|
+
cacheRead: number;
|
|
14905
|
+
cacheWrite: number;
|
|
14906
|
+
};
|
|
14907
|
+
contextWindow: number;
|
|
14908
|
+
maxTokens: number;
|
|
14909
|
+
};
|
|
14910
|
+
readonly "alibaba/qwen3.6-plus": {
|
|
14911
|
+
id: string;
|
|
14912
|
+
name: string;
|
|
14913
|
+
api: "anthropic-messages";
|
|
14914
|
+
provider: string;
|
|
14915
|
+
baseUrl: string;
|
|
14916
|
+
reasoning: true;
|
|
14917
|
+
input: ("image" | "text")[];
|
|
14918
|
+
cost: {
|
|
14919
|
+
input: number;
|
|
14920
|
+
output: number;
|
|
14921
|
+
cacheRead: number;
|
|
14922
|
+
cacheWrite: number;
|
|
14923
|
+
};
|
|
14924
|
+
contextWindow: number;
|
|
14925
|
+
maxTokens: number;
|
|
14926
|
+
};
|
|
14927
|
+
readonly "alibaba/qwen3.7-max": {
|
|
14928
|
+
id: string;
|
|
14929
|
+
name: string;
|
|
14930
|
+
api: "anthropic-messages";
|
|
14931
|
+
provider: string;
|
|
14932
|
+
baseUrl: string;
|
|
14933
|
+
reasoning: true;
|
|
14934
|
+
input: "text"[];
|
|
14350
14935
|
cost: {
|
|
14351
14936
|
input: number;
|
|
14352
14937
|
output: number;
|
|
@@ -14356,7 +14941,7 @@ export declare const MODELS: {
|
|
|
14356
14941
|
contextWindow: number;
|
|
14357
14942
|
maxTokens: number;
|
|
14358
14943
|
};
|
|
14359
|
-
readonly "alibaba/qwen3.
|
|
14944
|
+
readonly "alibaba/qwen3.7-plus": {
|
|
14360
14945
|
id: string;
|
|
14361
14946
|
name: string;
|
|
14362
14947
|
api: "anthropic-messages";
|
|
@@ -14373,7 +14958,7 @@ export declare const MODELS: {
|
|
|
14373
14958
|
contextWindow: number;
|
|
14374
14959
|
maxTokens: number;
|
|
14375
14960
|
};
|
|
14376
|
-
readonly "
|
|
14961
|
+
readonly "amazon/nova-2-lite": {
|
|
14377
14962
|
id: string;
|
|
14378
14963
|
name: string;
|
|
14379
14964
|
api: "anthropic-messages";
|
|
@@ -14390,13 +14975,13 @@ export declare const MODELS: {
|
|
|
14390
14975
|
contextWindow: number;
|
|
14391
14976
|
maxTokens: number;
|
|
14392
14977
|
};
|
|
14393
|
-
readonly "
|
|
14978
|
+
readonly "amazon/nova-lite": {
|
|
14394
14979
|
id: string;
|
|
14395
14980
|
name: string;
|
|
14396
14981
|
api: "anthropic-messages";
|
|
14397
14982
|
provider: string;
|
|
14398
14983
|
baseUrl: string;
|
|
14399
|
-
reasoning:
|
|
14984
|
+
reasoning: false;
|
|
14400
14985
|
input: ("image" | "text")[];
|
|
14401
14986
|
cost: {
|
|
14402
14987
|
input: number;
|
|
@@ -14407,13 +14992,13 @@ export declare const MODELS: {
|
|
|
14407
14992
|
contextWindow: number;
|
|
14408
14993
|
maxTokens: number;
|
|
14409
14994
|
};
|
|
14410
|
-
readonly "
|
|
14995
|
+
readonly "amazon/nova-micro": {
|
|
14411
14996
|
id: string;
|
|
14412
14997
|
name: string;
|
|
14413
14998
|
api: "anthropic-messages";
|
|
14414
14999
|
provider: string;
|
|
14415
15000
|
baseUrl: string;
|
|
14416
|
-
reasoning:
|
|
15001
|
+
reasoning: false;
|
|
14417
15002
|
input: "text"[];
|
|
14418
15003
|
cost: {
|
|
14419
15004
|
input: number;
|
|
@@ -14424,13 +15009,13 @@ export declare const MODELS: {
|
|
|
14424
15009
|
contextWindow: number;
|
|
14425
15010
|
maxTokens: number;
|
|
14426
15011
|
};
|
|
14427
|
-
readonly "
|
|
15012
|
+
readonly "amazon/nova-pro": {
|
|
14428
15013
|
id: string;
|
|
14429
15014
|
name: string;
|
|
14430
15015
|
api: "anthropic-messages";
|
|
14431
15016
|
provider: string;
|
|
14432
15017
|
baseUrl: string;
|
|
14433
|
-
reasoning:
|
|
15018
|
+
reasoning: false;
|
|
14434
15019
|
input: ("image" | "text")[];
|
|
14435
15020
|
cost: {
|
|
14436
15021
|
input: number;
|
|
@@ -14675,6 +15260,23 @@ export declare const MODELS: {
|
|
|
14675
15260
|
contextWindow: number;
|
|
14676
15261
|
maxTokens: number;
|
|
14677
15262
|
};
|
|
15263
|
+
readonly "arcee-ai/trinity-mini": {
|
|
15264
|
+
id: string;
|
|
15265
|
+
name: string;
|
|
15266
|
+
api: "anthropic-messages";
|
|
15267
|
+
provider: string;
|
|
15268
|
+
baseUrl: string;
|
|
15269
|
+
reasoning: false;
|
|
15270
|
+
input: "text"[];
|
|
15271
|
+
cost: {
|
|
15272
|
+
input: number;
|
|
15273
|
+
output: number;
|
|
15274
|
+
cacheRead: number;
|
|
15275
|
+
cacheWrite: number;
|
|
15276
|
+
};
|
|
15277
|
+
contextWindow: number;
|
|
15278
|
+
maxTokens: number;
|
|
15279
|
+
};
|
|
14678
15280
|
readonly "bytedance/seed-1.6": {
|
|
14679
15281
|
id: string;
|
|
14680
15282
|
name: string;
|
|
@@ -14682,7 +15284,24 @@ export declare const MODELS: {
|
|
|
14682
15284
|
provider: string;
|
|
14683
15285
|
baseUrl: string;
|
|
14684
15286
|
reasoning: true;
|
|
14685
|
-
input: "text"[];
|
|
15287
|
+
input: ("image" | "text")[];
|
|
15288
|
+
cost: {
|
|
15289
|
+
input: number;
|
|
15290
|
+
output: number;
|
|
15291
|
+
cacheRead: number;
|
|
15292
|
+
cacheWrite: number;
|
|
15293
|
+
};
|
|
15294
|
+
contextWindow: number;
|
|
15295
|
+
maxTokens: number;
|
|
15296
|
+
};
|
|
15297
|
+
readonly "bytedance/seed-1.8": {
|
|
15298
|
+
id: string;
|
|
15299
|
+
name: string;
|
|
15300
|
+
api: "anthropic-messages";
|
|
15301
|
+
provider: string;
|
|
15302
|
+
baseUrl: string;
|
|
15303
|
+
reasoning: true;
|
|
15304
|
+
input: ("image" | "text")[];
|
|
14686
15305
|
cost: {
|
|
14687
15306
|
input: number;
|
|
14688
15307
|
output: number;
|
|
@@ -14783,8 +15402,8 @@ export declare const MODELS: {
|
|
|
14783
15402
|
api: "anthropic-messages";
|
|
14784
15403
|
provider: string;
|
|
14785
15404
|
baseUrl: string;
|
|
14786
|
-
reasoning:
|
|
14787
|
-
input:
|
|
15405
|
+
reasoning: false;
|
|
15406
|
+
input: "text"[];
|
|
14788
15407
|
cost: {
|
|
14789
15408
|
input: number;
|
|
14790
15409
|
output: number;
|
|
@@ -14801,7 +15420,7 @@ export declare const MODELS: {
|
|
|
14801
15420
|
provider: string;
|
|
14802
15421
|
baseUrl: string;
|
|
14803
15422
|
reasoning: true;
|
|
14804
|
-
input:
|
|
15423
|
+
input: "text"[];
|
|
14805
15424
|
cost: {
|
|
14806
15425
|
input: number;
|
|
14807
15426
|
output: number;
|
|
@@ -14818,7 +15437,7 @@ export declare const MODELS: {
|
|
|
14818
15437
|
provider: string;
|
|
14819
15438
|
baseUrl: string;
|
|
14820
15439
|
reasoning: true;
|
|
14821
|
-
input:
|
|
15440
|
+
input: "text"[];
|
|
14822
15441
|
cost: {
|
|
14823
15442
|
input: number;
|
|
14824
15443
|
output: number;
|
|
@@ -15021,7 +15640,7 @@ export declare const MODELS: {
|
|
|
15021
15640
|
api: "anthropic-messages";
|
|
15022
15641
|
provider: string;
|
|
15023
15642
|
baseUrl: string;
|
|
15024
|
-
reasoning:
|
|
15643
|
+
reasoning: true;
|
|
15025
15644
|
input: ("image" | "text")[];
|
|
15026
15645
|
cost: {
|
|
15027
15646
|
input: number;
|
|
@@ -15066,6 +15685,40 @@ export declare const MODELS: {
|
|
|
15066
15685
|
contextWindow: number;
|
|
15067
15686
|
maxTokens: number;
|
|
15068
15687
|
};
|
|
15688
|
+
readonly "interfaze/interfaze-beta": {
|
|
15689
|
+
id: string;
|
|
15690
|
+
name: string;
|
|
15691
|
+
api: "anthropic-messages";
|
|
15692
|
+
provider: string;
|
|
15693
|
+
baseUrl: string;
|
|
15694
|
+
reasoning: true;
|
|
15695
|
+
input: ("image" | "text")[];
|
|
15696
|
+
cost: {
|
|
15697
|
+
input: number;
|
|
15698
|
+
output: number;
|
|
15699
|
+
cacheRead: number;
|
|
15700
|
+
cacheWrite: number;
|
|
15701
|
+
};
|
|
15702
|
+
contextWindow: number;
|
|
15703
|
+
maxTokens: number;
|
|
15704
|
+
};
|
|
15705
|
+
readonly "kwaipilot/kat-coder-pro-v1": {
|
|
15706
|
+
id: string;
|
|
15707
|
+
name: string;
|
|
15708
|
+
api: "anthropic-messages";
|
|
15709
|
+
provider: string;
|
|
15710
|
+
baseUrl: string;
|
|
15711
|
+
reasoning: false;
|
|
15712
|
+
input: "text"[];
|
|
15713
|
+
cost: {
|
|
15714
|
+
input: number;
|
|
15715
|
+
output: number;
|
|
15716
|
+
cacheRead: number;
|
|
15717
|
+
cacheWrite: number;
|
|
15718
|
+
};
|
|
15719
|
+
contextWindow: number;
|
|
15720
|
+
maxTokens: number;
|
|
15721
|
+
};
|
|
15069
15722
|
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
15070
15723
|
id: string;
|
|
15071
15724
|
name: string;
|
|
@@ -15100,6 +15753,23 @@ export declare const MODELS: {
|
|
|
15100
15753
|
contextWindow: number;
|
|
15101
15754
|
maxTokens: number;
|
|
15102
15755
|
};
|
|
15756
|
+
readonly "meituan/longcat-flash-thinking-2601": {
|
|
15757
|
+
id: string;
|
|
15758
|
+
name: string;
|
|
15759
|
+
api: "anthropic-messages";
|
|
15760
|
+
provider: string;
|
|
15761
|
+
baseUrl: string;
|
|
15762
|
+
reasoning: true;
|
|
15763
|
+
input: "text"[];
|
|
15764
|
+
cost: {
|
|
15765
|
+
input: number;
|
|
15766
|
+
output: number;
|
|
15767
|
+
cacheRead: number;
|
|
15768
|
+
cacheWrite: number;
|
|
15769
|
+
};
|
|
15770
|
+
contextWindow: number;
|
|
15771
|
+
maxTokens: number;
|
|
15772
|
+
};
|
|
15103
15773
|
readonly "meta/llama-3.1-70b": {
|
|
15104
15774
|
id: string;
|
|
15105
15775
|
name: string;
|
|
@@ -15413,7 +16083,58 @@ export declare const MODELS: {
|
|
|
15413
16083
|
provider: string;
|
|
15414
16084
|
baseUrl: string;
|
|
15415
16085
|
reasoning: false;
|
|
15416
|
-
input: "text"[];
|
|
16086
|
+
input: ("image" | "text")[];
|
|
16087
|
+
cost: {
|
|
16088
|
+
input: number;
|
|
16089
|
+
output: number;
|
|
16090
|
+
cacheRead: number;
|
|
16091
|
+
cacheWrite: number;
|
|
16092
|
+
};
|
|
16093
|
+
contextWindow: number;
|
|
16094
|
+
maxTokens: number;
|
|
16095
|
+
};
|
|
16096
|
+
readonly "mistral/magistral-medium": {
|
|
16097
|
+
id: string;
|
|
16098
|
+
name: string;
|
|
16099
|
+
api: "anthropic-messages";
|
|
16100
|
+
provider: string;
|
|
16101
|
+
baseUrl: string;
|
|
16102
|
+
reasoning: true;
|
|
16103
|
+
input: ("image" | "text")[];
|
|
16104
|
+
cost: {
|
|
16105
|
+
input: number;
|
|
16106
|
+
output: number;
|
|
16107
|
+
cacheRead: number;
|
|
16108
|
+
cacheWrite: number;
|
|
16109
|
+
};
|
|
16110
|
+
contextWindow: number;
|
|
16111
|
+
maxTokens: number;
|
|
16112
|
+
};
|
|
16113
|
+
readonly "mistral/magistral-small": {
|
|
16114
|
+
id: string;
|
|
16115
|
+
name: string;
|
|
16116
|
+
api: "anthropic-messages";
|
|
16117
|
+
provider: string;
|
|
16118
|
+
baseUrl: string;
|
|
16119
|
+
reasoning: true;
|
|
16120
|
+
input: ("image" | "text")[];
|
|
16121
|
+
cost: {
|
|
16122
|
+
input: number;
|
|
16123
|
+
output: number;
|
|
16124
|
+
cacheRead: number;
|
|
16125
|
+
cacheWrite: number;
|
|
16126
|
+
};
|
|
16127
|
+
contextWindow: number;
|
|
16128
|
+
maxTokens: number;
|
|
16129
|
+
};
|
|
16130
|
+
readonly "mistral/ministral-14b": {
|
|
16131
|
+
id: string;
|
|
16132
|
+
name: string;
|
|
16133
|
+
api: "anthropic-messages";
|
|
16134
|
+
provider: string;
|
|
16135
|
+
baseUrl: string;
|
|
16136
|
+
reasoning: false;
|
|
16137
|
+
input: ("image" | "text")[];
|
|
15417
16138
|
cost: {
|
|
15418
16139
|
input: number;
|
|
15419
16140
|
output: number;
|
|
@@ -15457,6 +16178,23 @@ export declare const MODELS: {
|
|
|
15457
16178
|
contextWindow: number;
|
|
15458
16179
|
maxTokens: number;
|
|
15459
16180
|
};
|
|
16181
|
+
readonly "mistral/mistral-large-3": {
|
|
16182
|
+
id: string;
|
|
16183
|
+
name: string;
|
|
16184
|
+
api: "anthropic-messages";
|
|
16185
|
+
provider: string;
|
|
16186
|
+
baseUrl: string;
|
|
16187
|
+
reasoning: false;
|
|
16188
|
+
input: ("image" | "text")[];
|
|
16189
|
+
cost: {
|
|
16190
|
+
input: number;
|
|
16191
|
+
output: number;
|
|
16192
|
+
cacheRead: number;
|
|
16193
|
+
cacheWrite: number;
|
|
16194
|
+
};
|
|
16195
|
+
contextWindow: number;
|
|
16196
|
+
maxTokens: number;
|
|
16197
|
+
};
|
|
15460
16198
|
readonly "mistral/mistral-medium": {
|
|
15461
16199
|
id: string;
|
|
15462
16200
|
name: string;
|
|
@@ -15481,7 +16219,7 @@ export declare const MODELS: {
|
|
|
15481
16219
|
provider: string;
|
|
15482
16220
|
baseUrl: string;
|
|
15483
16221
|
reasoning: true;
|
|
15484
|
-
input: "text"[];
|
|
16222
|
+
input: ("image" | "text")[];
|
|
15485
16223
|
cost: {
|
|
15486
16224
|
input: number;
|
|
15487
16225
|
output: number;
|
|
@@ -15661,6 +16399,23 @@ export declare const MODELS: {
|
|
|
15661
16399
|
contextWindow: number;
|
|
15662
16400
|
maxTokens: number;
|
|
15663
16401
|
};
|
|
16402
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
16403
|
+
id: string;
|
|
16404
|
+
name: string;
|
|
16405
|
+
api: "anthropic-messages";
|
|
16406
|
+
provider: string;
|
|
16407
|
+
baseUrl: string;
|
|
16408
|
+
reasoning: true;
|
|
16409
|
+
input: "text"[];
|
|
16410
|
+
cost: {
|
|
16411
|
+
input: number;
|
|
16412
|
+
output: number;
|
|
16413
|
+
cacheRead: number;
|
|
16414
|
+
cacheWrite: number;
|
|
16415
|
+
};
|
|
16416
|
+
contextWindow: number;
|
|
16417
|
+
maxTokens: number;
|
|
16418
|
+
};
|
|
15664
16419
|
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
15665
16420
|
id: string;
|
|
15666
16421
|
name: string;
|
|
@@ -15729,6 +16484,23 @@ export declare const MODELS: {
|
|
|
15729
16484
|
contextWindow: number;
|
|
15730
16485
|
maxTokens: number;
|
|
15731
16486
|
};
|
|
16487
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
16488
|
+
id: string;
|
|
16489
|
+
name: string;
|
|
16490
|
+
api: "anthropic-messages";
|
|
16491
|
+
provider: string;
|
|
16492
|
+
baseUrl: string;
|
|
16493
|
+
reasoning: false;
|
|
16494
|
+
input: "text"[];
|
|
16495
|
+
cost: {
|
|
16496
|
+
input: number;
|
|
16497
|
+
output: number;
|
|
16498
|
+
cacheRead: number;
|
|
16499
|
+
cacheWrite: number;
|
|
16500
|
+
};
|
|
16501
|
+
contextWindow: number;
|
|
16502
|
+
maxTokens: number;
|
|
16503
|
+
};
|
|
15732
16504
|
readonly "openai/gpt-4.1": {
|
|
15733
16505
|
id: string;
|
|
15734
16506
|
name: string;
|
|
@@ -15837,7 +16609,7 @@ export declare const MODELS: {
|
|
|
15837
16609
|
api: "anthropic-messages";
|
|
15838
16610
|
provider: string;
|
|
15839
16611
|
baseUrl: string;
|
|
15840
|
-
reasoning:
|
|
16612
|
+
reasoning: false;
|
|
15841
16613
|
input: ("image" | "text")[];
|
|
15842
16614
|
cost: {
|
|
15843
16615
|
input: number;
|
|
@@ -15973,7 +16745,7 @@ export declare const MODELS: {
|
|
|
15973
16745
|
api: "anthropic-messages";
|
|
15974
16746
|
provider: string;
|
|
15975
16747
|
baseUrl: string;
|
|
15976
|
-
reasoning:
|
|
16748
|
+
reasoning: false;
|
|
15977
16749
|
input: ("image" | "text")[];
|
|
15978
16750
|
cost: {
|
|
15979
16751
|
input: number;
|
|
@@ -16027,7 +16799,7 @@ export declare const MODELS: {
|
|
|
16027
16799
|
api: "anthropic-messages";
|
|
16028
16800
|
provider: string;
|
|
16029
16801
|
baseUrl: string;
|
|
16030
|
-
reasoning:
|
|
16802
|
+
reasoning: false;
|
|
16031
16803
|
thinkingLevelMap: {
|
|
16032
16804
|
xhigh: string;
|
|
16033
16805
|
};
|
|
@@ -16087,7 +16859,7 @@ export declare const MODELS: {
|
|
|
16087
16859
|
api: "anthropic-messages";
|
|
16088
16860
|
provider: string;
|
|
16089
16861
|
baseUrl: string;
|
|
16090
|
-
reasoning:
|
|
16862
|
+
reasoning: false;
|
|
16091
16863
|
thinkingLevelMap: {
|
|
16092
16864
|
xhigh: string;
|
|
16093
16865
|
};
|
|
@@ -16394,30 +17166,13 @@ export declare const MODELS: {
|
|
|
16394
17166
|
contextWindow: number;
|
|
16395
17167
|
maxTokens: number;
|
|
16396
17168
|
};
|
|
16397
|
-
readonly "
|
|
16398
|
-
id: string;
|
|
16399
|
-
name: string;
|
|
16400
|
-
api: "anthropic-messages";
|
|
16401
|
-
provider: string;
|
|
16402
|
-
baseUrl: string;
|
|
16403
|
-
reasoning: false;
|
|
16404
|
-
input: ("image" | "text")[];
|
|
16405
|
-
cost: {
|
|
16406
|
-
input: number;
|
|
16407
|
-
output: number;
|
|
16408
|
-
cacheRead: number;
|
|
16409
|
-
cacheWrite: number;
|
|
16410
|
-
};
|
|
16411
|
-
contextWindow: number;
|
|
16412
|
-
maxTokens: number;
|
|
16413
|
-
};
|
|
16414
|
-
readonly "perplexity/sonar-pro": {
|
|
17169
|
+
readonly "sakana/fugu-ultra": {
|
|
16415
17170
|
id: string;
|
|
16416
17171
|
name: string;
|
|
16417
17172
|
api: "anthropic-messages";
|
|
16418
17173
|
provider: string;
|
|
16419
17174
|
baseUrl: string;
|
|
16420
|
-
reasoning:
|
|
17175
|
+
reasoning: true;
|
|
16421
17176
|
input: ("image" | "text")[];
|
|
16422
17177
|
cost: {
|
|
16423
17178
|
input: number;
|
|
@@ -16656,7 +17411,7 @@ export declare const MODELS: {
|
|
|
16656
17411
|
provider: string;
|
|
16657
17412
|
baseUrl: string;
|
|
16658
17413
|
reasoning: true;
|
|
16659
|
-
input:
|
|
17414
|
+
input: "text"[];
|
|
16660
17415
|
cost: {
|
|
16661
17416
|
input: number;
|
|
16662
17417
|
output: number;
|
|
@@ -16860,7 +17615,7 @@ export declare const MODELS: {
|
|
|
16860
17615
|
provider: string;
|
|
16861
17616
|
baseUrl: string;
|
|
16862
17617
|
reasoning: true;
|
|
16863
|
-
input:
|
|
17618
|
+
input: "text"[];
|
|
16864
17619
|
cost: {
|
|
16865
17620
|
input: number;
|
|
16866
17621
|
output: number;
|
|
@@ -16887,6 +17642,23 @@ export declare const MODELS: {
|
|
|
16887
17642
|
contextWindow: number;
|
|
16888
17643
|
maxTokens: number;
|
|
16889
17644
|
};
|
|
17645
|
+
readonly "zai/glm-5.2-fast": {
|
|
17646
|
+
id: string;
|
|
17647
|
+
name: string;
|
|
17648
|
+
api: "anthropic-messages";
|
|
17649
|
+
provider: string;
|
|
17650
|
+
baseUrl: string;
|
|
17651
|
+
reasoning: true;
|
|
17652
|
+
input: "text"[];
|
|
17653
|
+
cost: {
|
|
17654
|
+
input: number;
|
|
17655
|
+
output: number;
|
|
17656
|
+
cacheRead: number;
|
|
17657
|
+
cacheWrite: number;
|
|
17658
|
+
};
|
|
17659
|
+
contextWindow: number;
|
|
17660
|
+
maxTokens: number;
|
|
17661
|
+
};
|
|
16890
17662
|
readonly "zai/glm-5v-turbo": {
|
|
16891
17663
|
id: string;
|
|
16892
17664
|
name: string;
|