@caupulican/pi-ai 0.86.3 → 0.86.6
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/models.generated.d.ts +1591 -416
- package/dist/models.generated.d.ts.map +1 -1
- package/dist/models.generated.js +1219 -130
- package/dist/models.generated.js.map +1 -1
- package/dist/providers/openai-responses.d.ts.map +1 -1
- package/dist/providers/openai-responses.js +2 -1
- package/dist/providers/openai-responses.js.map +1 -1
- package/dist/types.d.ts +2 -0
- package/dist/types.d.ts.map +1 -1
- package/dist/types.js.map +1 -1
- package/package.json +1 -1
|
@@ -5612,6 +5612,34 @@ export declare const MODELS: {
|
|
|
5612
5612
|
contextWindow: number;
|
|
5613
5613
|
maxTokens: number;
|
|
5614
5614
|
};
|
|
5615
|
+
readonly "kimi-k3": {
|
|
5616
|
+
id: string;
|
|
5617
|
+
name: string;
|
|
5618
|
+
api: "openai-completions";
|
|
5619
|
+
provider: string;
|
|
5620
|
+
baseUrl: string;
|
|
5621
|
+
headers: {
|
|
5622
|
+
"User-Agent": string;
|
|
5623
|
+
"Editor-Version": string;
|
|
5624
|
+
"Editor-Plugin-Version": string;
|
|
5625
|
+
"Copilot-Integration-Id": string;
|
|
5626
|
+
};
|
|
5627
|
+
compat: {
|
|
5628
|
+
supportsStore: false;
|
|
5629
|
+
supportsDeveloperRole: false;
|
|
5630
|
+
supportsReasoningEffort: false;
|
|
5631
|
+
};
|
|
5632
|
+
reasoning: true;
|
|
5633
|
+
input: ("image" | "text")[];
|
|
5634
|
+
cost: {
|
|
5635
|
+
input: number;
|
|
5636
|
+
output: number;
|
|
5637
|
+
cacheRead: number;
|
|
5638
|
+
cacheWrite: number;
|
|
5639
|
+
};
|
|
5640
|
+
contextWindow: number;
|
|
5641
|
+
maxTokens: number;
|
|
5642
|
+
};
|
|
5615
5643
|
readonly "mai-code-1-flash-picker": {
|
|
5616
5644
|
id: string;
|
|
5617
5645
|
name: string;
|
|
@@ -6583,6 +6611,26 @@ export declare const MODELS: {
|
|
|
6583
6611
|
contextWindow: number;
|
|
6584
6612
|
maxTokens: number;
|
|
6585
6613
|
};
|
|
6614
|
+
readonly "Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
|
6615
|
+
id: string;
|
|
6616
|
+
name: string;
|
|
6617
|
+
api: "openai-completions";
|
|
6618
|
+
provider: string;
|
|
6619
|
+
baseUrl: string;
|
|
6620
|
+
compat: {
|
|
6621
|
+
supportsDeveloperRole: false;
|
|
6622
|
+
};
|
|
6623
|
+
reasoning: false;
|
|
6624
|
+
input: "text"[];
|
|
6625
|
+
cost: {
|
|
6626
|
+
input: number;
|
|
6627
|
+
output: number;
|
|
6628
|
+
cacheRead: number;
|
|
6629
|
+
cacheWrite: number;
|
|
6630
|
+
};
|
|
6631
|
+
contextWindow: number;
|
|
6632
|
+
maxTokens: number;
|
|
6633
|
+
};
|
|
6586
6634
|
readonly "Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
6587
6635
|
id: string;
|
|
6588
6636
|
name: string;
|
|
@@ -6963,6 +7011,46 @@ export declare const MODELS: {
|
|
|
6963
7011
|
contextWindow: number;
|
|
6964
7012
|
maxTokens: number;
|
|
6965
7013
|
};
|
|
7014
|
+
readonly "deepseek-ai/DeepSeek-V3": {
|
|
7015
|
+
id: string;
|
|
7016
|
+
name: string;
|
|
7017
|
+
api: "openai-completions";
|
|
7018
|
+
provider: string;
|
|
7019
|
+
baseUrl: string;
|
|
7020
|
+
compat: {
|
|
7021
|
+
supportsDeveloperRole: false;
|
|
7022
|
+
};
|
|
7023
|
+
reasoning: false;
|
|
7024
|
+
input: "text"[];
|
|
7025
|
+
cost: {
|
|
7026
|
+
input: number;
|
|
7027
|
+
output: number;
|
|
7028
|
+
cacheRead: number;
|
|
7029
|
+
cacheWrite: number;
|
|
7030
|
+
};
|
|
7031
|
+
contextWindow: number;
|
|
7032
|
+
maxTokens: number;
|
|
7033
|
+
};
|
|
7034
|
+
readonly "deepseek-ai/DeepSeek-V3.1": {
|
|
7035
|
+
id: string;
|
|
7036
|
+
name: string;
|
|
7037
|
+
api: "openai-completions";
|
|
7038
|
+
provider: string;
|
|
7039
|
+
baseUrl: string;
|
|
7040
|
+
compat: {
|
|
7041
|
+
supportsDeveloperRole: false;
|
|
7042
|
+
};
|
|
7043
|
+
reasoning: true;
|
|
7044
|
+
input: "text"[];
|
|
7045
|
+
cost: {
|
|
7046
|
+
input: number;
|
|
7047
|
+
output: number;
|
|
7048
|
+
cacheRead: number;
|
|
7049
|
+
cacheWrite: number;
|
|
7050
|
+
};
|
|
7051
|
+
contextWindow: number;
|
|
7052
|
+
maxTokens: number;
|
|
7053
|
+
};
|
|
6966
7054
|
readonly "deepseek-ai/DeepSeek-V3.2": {
|
|
6967
7055
|
id: string;
|
|
6968
7056
|
name: string;
|
|
@@ -9859,23 +9947,6 @@ export declare const MODELS: {
|
|
|
9859
9947
|
contextWindow: number;
|
|
9860
9948
|
maxTokens: number;
|
|
9861
9949
|
};
|
|
9862
|
-
readonly "claude-opus-4-1": {
|
|
9863
|
-
id: string;
|
|
9864
|
-
name: string;
|
|
9865
|
-
api: "anthropic-messages";
|
|
9866
|
-
provider: string;
|
|
9867
|
-
baseUrl: string;
|
|
9868
|
-
reasoning: true;
|
|
9869
|
-
input: ("image" | "text")[];
|
|
9870
|
-
cost: {
|
|
9871
|
-
input: number;
|
|
9872
|
-
output: number;
|
|
9873
|
-
cacheRead: number;
|
|
9874
|
-
cacheWrite: number;
|
|
9875
|
-
};
|
|
9876
|
-
contextWindow: number;
|
|
9877
|
-
maxTokens: number;
|
|
9878
|
-
};
|
|
9879
9950
|
readonly "claude-opus-4-5": {
|
|
9880
9951
|
id: string;
|
|
9881
9952
|
name: string;
|
|
@@ -10776,10 +10847,11 @@ export declare const MODELS: {
|
|
|
10776
10847
|
readonly "grok-build-0.1": {
|
|
10777
10848
|
id: string;
|
|
10778
10849
|
name: string;
|
|
10779
|
-
api: "openai-
|
|
10850
|
+
api: "openai-responses";
|
|
10780
10851
|
provider: string;
|
|
10781
10852
|
baseUrl: string;
|
|
10782
10853
|
compat: {
|
|
10854
|
+
sessionAffinityFormat: "openai-nosession";
|
|
10783
10855
|
supportsReasoningEffort: false;
|
|
10784
10856
|
};
|
|
10785
10857
|
reasoning: true;
|
|
@@ -10888,7 +10960,7 @@ export declare const MODELS: {
|
|
|
10888
10960
|
contextWindow: number;
|
|
10889
10961
|
maxTokens: number;
|
|
10890
10962
|
};
|
|
10891
|
-
readonly "ling-3.0-
|
|
10963
|
+
readonly "ling-3.0-tiny-free": {
|
|
10892
10964
|
id: string;
|
|
10893
10965
|
name: string;
|
|
10894
10966
|
api: "openai-completions";
|
|
@@ -11603,7 +11675,7 @@ export declare const MODELS: {
|
|
|
11603
11675
|
contextWindow: number;
|
|
11604
11676
|
maxTokens: number;
|
|
11605
11677
|
};
|
|
11606
|
-
readonly "anthropic/claude-
|
|
11678
|
+
readonly "anthropic/claude-fable-5:batch": {
|
|
11607
11679
|
id: string;
|
|
11608
11680
|
name: string;
|
|
11609
11681
|
api: "openai-completions";
|
|
@@ -11613,6 +11685,11 @@ export declare const MODELS: {
|
|
|
11613
11685
|
cacheControlFormat: "anthropic";
|
|
11614
11686
|
};
|
|
11615
11687
|
reasoning: true;
|
|
11688
|
+
thinkingLevelMap: {
|
|
11689
|
+
off: null;
|
|
11690
|
+
xhigh: string;
|
|
11691
|
+
max: string;
|
|
11692
|
+
};
|
|
11616
11693
|
input: ("image" | "text")[];
|
|
11617
11694
|
cost: {
|
|
11618
11695
|
input: number;
|
|
@@ -11623,7 +11700,7 @@ export declare const MODELS: {
|
|
|
11623
11700
|
contextWindow: number;
|
|
11624
11701
|
maxTokens: number;
|
|
11625
11702
|
};
|
|
11626
|
-
readonly "anthropic/claude-
|
|
11703
|
+
readonly "anthropic/claude-haiku-4.5": {
|
|
11627
11704
|
id: string;
|
|
11628
11705
|
name: string;
|
|
11629
11706
|
api: "openai-completions";
|
|
@@ -11643,7 +11720,7 @@ export declare const MODELS: {
|
|
|
11643
11720
|
contextWindow: number;
|
|
11644
11721
|
maxTokens: number;
|
|
11645
11722
|
};
|
|
11646
|
-
readonly "anthropic/claude-
|
|
11723
|
+
readonly "anthropic/claude-haiku-4.5:batch": {
|
|
11647
11724
|
id: string;
|
|
11648
11725
|
name: string;
|
|
11649
11726
|
api: "openai-completions";
|
|
@@ -11663,7 +11740,7 @@ export declare const MODELS: {
|
|
|
11663
11740
|
contextWindow: number;
|
|
11664
11741
|
maxTokens: number;
|
|
11665
11742
|
};
|
|
11666
|
-
readonly "anthropic/claude-opus-4
|
|
11743
|
+
readonly "anthropic/claude-opus-4": {
|
|
11667
11744
|
id: string;
|
|
11668
11745
|
name: string;
|
|
11669
11746
|
api: "openai-completions";
|
|
@@ -11683,7 +11760,7 @@ export declare const MODELS: {
|
|
|
11683
11760
|
contextWindow: number;
|
|
11684
11761
|
maxTokens: number;
|
|
11685
11762
|
};
|
|
11686
|
-
readonly "anthropic/claude-opus-4.
|
|
11763
|
+
readonly "anthropic/claude-opus-4.1": {
|
|
11687
11764
|
id: string;
|
|
11688
11765
|
name: string;
|
|
11689
11766
|
api: "openai-completions";
|
|
@@ -11693,9 +11770,6 @@ export declare const MODELS: {
|
|
|
11693
11770
|
cacheControlFormat: "anthropic";
|
|
11694
11771
|
};
|
|
11695
11772
|
reasoning: true;
|
|
11696
|
-
thinkingLevelMap: {
|
|
11697
|
-
max: string;
|
|
11698
|
-
};
|
|
11699
11773
|
input: ("image" | "text")[];
|
|
11700
11774
|
cost: {
|
|
11701
11775
|
input: number;
|
|
@@ -11706,7 +11780,7 @@ export declare const MODELS: {
|
|
|
11706
11780
|
contextWindow: number;
|
|
11707
11781
|
maxTokens: number;
|
|
11708
11782
|
};
|
|
11709
|
-
readonly "anthropic/claude-opus-4.
|
|
11783
|
+
readonly "anthropic/claude-opus-4.1:batch": {
|
|
11710
11784
|
id: string;
|
|
11711
11785
|
name: string;
|
|
11712
11786
|
api: "openai-completions";
|
|
@@ -11716,10 +11790,6 @@ export declare const MODELS: {
|
|
|
11716
11790
|
cacheControlFormat: "anthropic";
|
|
11717
11791
|
};
|
|
11718
11792
|
reasoning: true;
|
|
11719
|
-
thinkingLevelMap: {
|
|
11720
|
-
xhigh: string;
|
|
11721
|
-
max: string;
|
|
11722
|
-
};
|
|
11723
11793
|
input: ("image" | "text")[];
|
|
11724
11794
|
cost: {
|
|
11725
11795
|
input: number;
|
|
@@ -11730,7 +11800,7 @@ export declare const MODELS: {
|
|
|
11730
11800
|
contextWindow: number;
|
|
11731
11801
|
maxTokens: number;
|
|
11732
11802
|
};
|
|
11733
|
-
readonly "anthropic/claude-opus-4.
|
|
11803
|
+
readonly "anthropic/claude-opus-4.5": {
|
|
11734
11804
|
id: string;
|
|
11735
11805
|
name: string;
|
|
11736
11806
|
api: "openai-completions";
|
|
@@ -11740,10 +11810,6 @@ export declare const MODELS: {
|
|
|
11740
11810
|
cacheControlFormat: "anthropic";
|
|
11741
11811
|
};
|
|
11742
11812
|
reasoning: true;
|
|
11743
|
-
thinkingLevelMap: {
|
|
11744
|
-
xhigh: string;
|
|
11745
|
-
max: string;
|
|
11746
|
-
};
|
|
11747
11813
|
input: ("image" | "text")[];
|
|
11748
11814
|
cost: {
|
|
11749
11815
|
input: number;
|
|
@@ -11754,7 +11820,7 @@ export declare const MODELS: {
|
|
|
11754
11820
|
contextWindow: number;
|
|
11755
11821
|
maxTokens: number;
|
|
11756
11822
|
};
|
|
11757
|
-
readonly "anthropic/claude-opus-4.
|
|
11823
|
+
readonly "anthropic/claude-opus-4.5:batch": {
|
|
11758
11824
|
id: string;
|
|
11759
11825
|
name: string;
|
|
11760
11826
|
api: "openai-completions";
|
|
@@ -11764,10 +11830,6 @@ export declare const MODELS: {
|
|
|
11764
11830
|
cacheControlFormat: "anthropic";
|
|
11765
11831
|
};
|
|
11766
11832
|
reasoning: true;
|
|
11767
|
-
thinkingLevelMap: {
|
|
11768
|
-
xhigh: string;
|
|
11769
|
-
max: string;
|
|
11770
|
-
};
|
|
11771
11833
|
input: ("image" | "text")[];
|
|
11772
11834
|
cost: {
|
|
11773
11835
|
input: number;
|
|
@@ -11778,7 +11840,7 @@ export declare const MODELS: {
|
|
|
11778
11840
|
contextWindow: number;
|
|
11779
11841
|
maxTokens: number;
|
|
11780
11842
|
};
|
|
11781
|
-
readonly "anthropic/claude-opus-4.
|
|
11843
|
+
readonly "anthropic/claude-opus-4.6": {
|
|
11782
11844
|
id: string;
|
|
11783
11845
|
name: string;
|
|
11784
11846
|
api: "openai-completions";
|
|
@@ -11789,7 +11851,6 @@ export declare const MODELS: {
|
|
|
11789
11851
|
};
|
|
11790
11852
|
reasoning: true;
|
|
11791
11853
|
thinkingLevelMap: {
|
|
11792
|
-
xhigh: string;
|
|
11793
11854
|
max: string;
|
|
11794
11855
|
};
|
|
11795
11856
|
input: ("image" | "text")[];
|
|
@@ -11802,7 +11863,7 @@ export declare const MODELS: {
|
|
|
11802
11863
|
contextWindow: number;
|
|
11803
11864
|
maxTokens: number;
|
|
11804
11865
|
};
|
|
11805
|
-
readonly "anthropic/claude-opus-
|
|
11866
|
+
readonly "anthropic/claude-opus-4.6:batch": {
|
|
11806
11867
|
id: string;
|
|
11807
11868
|
name: string;
|
|
11808
11869
|
api: "openai-completions";
|
|
@@ -11813,7 +11874,6 @@ export declare const MODELS: {
|
|
|
11813
11874
|
};
|
|
11814
11875
|
reasoning: true;
|
|
11815
11876
|
thinkingLevelMap: {
|
|
11816
|
-
xhigh: string;
|
|
11817
11877
|
max: string;
|
|
11818
11878
|
};
|
|
11819
11879
|
input: ("image" | "text")[];
|
|
@@ -11826,7 +11886,7 @@ export declare const MODELS: {
|
|
|
11826
11886
|
contextWindow: number;
|
|
11827
11887
|
maxTokens: number;
|
|
11828
11888
|
};
|
|
11829
|
-
readonly "anthropic/claude-opus-
|
|
11889
|
+
readonly "anthropic/claude-opus-4.7": {
|
|
11830
11890
|
id: string;
|
|
11831
11891
|
name: string;
|
|
11832
11892
|
api: "openai-completions";
|
|
@@ -11850,7 +11910,7 @@ export declare const MODELS: {
|
|
|
11850
11910
|
contextWindow: number;
|
|
11851
11911
|
maxTokens: number;
|
|
11852
11912
|
};
|
|
11853
|
-
readonly "anthropic/claude-
|
|
11913
|
+
readonly "anthropic/claude-opus-4.7-fast": {
|
|
11854
11914
|
id: string;
|
|
11855
11915
|
name: string;
|
|
11856
11916
|
api: "openai-completions";
|
|
@@ -11860,6 +11920,10 @@ export declare const MODELS: {
|
|
|
11860
11920
|
cacheControlFormat: "anthropic";
|
|
11861
11921
|
};
|
|
11862
11922
|
reasoning: true;
|
|
11923
|
+
thinkingLevelMap: {
|
|
11924
|
+
xhigh: string;
|
|
11925
|
+
max: string;
|
|
11926
|
+
};
|
|
11863
11927
|
input: ("image" | "text")[];
|
|
11864
11928
|
cost: {
|
|
11865
11929
|
input: number;
|
|
@@ -11870,7 +11934,7 @@ export declare const MODELS: {
|
|
|
11870
11934
|
contextWindow: number;
|
|
11871
11935
|
maxTokens: number;
|
|
11872
11936
|
};
|
|
11873
|
-
readonly "anthropic/claude-
|
|
11937
|
+
readonly "anthropic/claude-opus-4.7:batch": {
|
|
11874
11938
|
id: string;
|
|
11875
11939
|
name: string;
|
|
11876
11940
|
api: "openai-completions";
|
|
@@ -11880,6 +11944,10 @@ export declare const MODELS: {
|
|
|
11880
11944
|
cacheControlFormat: "anthropic";
|
|
11881
11945
|
};
|
|
11882
11946
|
reasoning: true;
|
|
11947
|
+
thinkingLevelMap: {
|
|
11948
|
+
xhigh: string;
|
|
11949
|
+
max: string;
|
|
11950
|
+
};
|
|
11883
11951
|
input: ("image" | "text")[];
|
|
11884
11952
|
cost: {
|
|
11885
11953
|
input: number;
|
|
@@ -11890,7 +11958,7 @@ export declare const MODELS: {
|
|
|
11890
11958
|
contextWindow: number;
|
|
11891
11959
|
maxTokens: number;
|
|
11892
11960
|
};
|
|
11893
|
-
readonly "anthropic/claude-
|
|
11961
|
+
readonly "anthropic/claude-opus-4.8": {
|
|
11894
11962
|
id: string;
|
|
11895
11963
|
name: string;
|
|
11896
11964
|
api: "openai-completions";
|
|
@@ -11901,6 +11969,7 @@ export declare const MODELS: {
|
|
|
11901
11969
|
};
|
|
11902
11970
|
reasoning: true;
|
|
11903
11971
|
thinkingLevelMap: {
|
|
11972
|
+
xhigh: string;
|
|
11904
11973
|
max: string;
|
|
11905
11974
|
};
|
|
11906
11975
|
input: ("image" | "text")[];
|
|
@@ -11913,7 +11982,7 @@ export declare const MODELS: {
|
|
|
11913
11982
|
contextWindow: number;
|
|
11914
11983
|
maxTokens: number;
|
|
11915
11984
|
};
|
|
11916
|
-
readonly "anthropic/claude-
|
|
11985
|
+
readonly "anthropic/claude-opus-4.8-fast": {
|
|
11917
11986
|
id: string;
|
|
11918
11987
|
name: string;
|
|
11919
11988
|
api: "openai-completions";
|
|
@@ -11937,14 +12006,21 @@ export declare const MODELS: {
|
|
|
11937
12006
|
contextWindow: number;
|
|
11938
12007
|
maxTokens: number;
|
|
11939
12008
|
};
|
|
11940
|
-
readonly "
|
|
12009
|
+
readonly "anthropic/claude-opus-4.8:batch": {
|
|
11941
12010
|
id: string;
|
|
11942
12011
|
name: string;
|
|
11943
12012
|
api: "openai-completions";
|
|
11944
12013
|
provider: string;
|
|
11945
12014
|
baseUrl: string;
|
|
12015
|
+
compat: {
|
|
12016
|
+
cacheControlFormat: "anthropic";
|
|
12017
|
+
};
|
|
11946
12018
|
reasoning: true;
|
|
11947
|
-
|
|
12019
|
+
thinkingLevelMap: {
|
|
12020
|
+
xhigh: string;
|
|
12021
|
+
max: string;
|
|
12022
|
+
};
|
|
12023
|
+
input: ("image" | "text")[];
|
|
11948
12024
|
cost: {
|
|
11949
12025
|
input: number;
|
|
11950
12026
|
output: number;
|
|
@@ -11954,14 +12030,21 @@ export declare const MODELS: {
|
|
|
11954
12030
|
contextWindow: number;
|
|
11955
12031
|
maxTokens: number;
|
|
11956
12032
|
};
|
|
11957
|
-
readonly "
|
|
12033
|
+
readonly "anthropic/claude-opus-5": {
|
|
11958
12034
|
id: string;
|
|
11959
12035
|
name: string;
|
|
11960
12036
|
api: "openai-completions";
|
|
11961
12037
|
provider: string;
|
|
11962
12038
|
baseUrl: string;
|
|
11963
|
-
|
|
11964
|
-
|
|
12039
|
+
compat: {
|
|
12040
|
+
cacheControlFormat: "anthropic";
|
|
12041
|
+
};
|
|
12042
|
+
reasoning: true;
|
|
12043
|
+
thinkingLevelMap: {
|
|
12044
|
+
xhigh: string;
|
|
12045
|
+
max: string;
|
|
12046
|
+
};
|
|
12047
|
+
input: ("image" | "text")[];
|
|
11965
12048
|
cost: {
|
|
11966
12049
|
input: number;
|
|
11967
12050
|
output: number;
|
|
@@ -11971,13 +12054,20 @@ export declare const MODELS: {
|
|
|
11971
12054
|
contextWindow: number;
|
|
11972
12055
|
maxTokens: number;
|
|
11973
12056
|
};
|
|
11974
|
-
readonly
|
|
12057
|
+
readonly "anthropic/claude-opus-5-fast": {
|
|
11975
12058
|
id: string;
|
|
11976
12059
|
name: string;
|
|
11977
12060
|
api: "openai-completions";
|
|
11978
12061
|
provider: string;
|
|
11979
12062
|
baseUrl: string;
|
|
12063
|
+
compat: {
|
|
12064
|
+
cacheControlFormat: "anthropic";
|
|
12065
|
+
};
|
|
11980
12066
|
reasoning: true;
|
|
12067
|
+
thinkingLevelMap: {
|
|
12068
|
+
xhigh: string;
|
|
12069
|
+
max: string;
|
|
12070
|
+
};
|
|
11981
12071
|
input: ("image" | "text")[];
|
|
11982
12072
|
cost: {
|
|
11983
12073
|
input: number;
|
|
@@ -11988,13 +12078,20 @@ export declare const MODELS: {
|
|
|
11988
12078
|
contextWindow: number;
|
|
11989
12079
|
maxTokens: number;
|
|
11990
12080
|
};
|
|
11991
|
-
readonly "
|
|
12081
|
+
readonly "anthropic/claude-opus-5:batch": {
|
|
11992
12082
|
id: string;
|
|
11993
12083
|
name: string;
|
|
11994
12084
|
api: "openai-completions";
|
|
11995
12085
|
provider: string;
|
|
11996
12086
|
baseUrl: string;
|
|
12087
|
+
compat: {
|
|
12088
|
+
cacheControlFormat: "anthropic";
|
|
12089
|
+
};
|
|
11997
12090
|
reasoning: true;
|
|
12091
|
+
thinkingLevelMap: {
|
|
12092
|
+
xhigh: string;
|
|
12093
|
+
max: string;
|
|
12094
|
+
};
|
|
11998
12095
|
input: ("image" | "text")[];
|
|
11999
12096
|
cost: {
|
|
12000
12097
|
input: number;
|
|
@@ -12005,12 +12102,15 @@ export declare const MODELS: {
|
|
|
12005
12102
|
contextWindow: number;
|
|
12006
12103
|
maxTokens: number;
|
|
12007
12104
|
};
|
|
12008
|
-
readonly "
|
|
12105
|
+
readonly "anthropic/claude-sonnet-4": {
|
|
12009
12106
|
id: string;
|
|
12010
12107
|
name: string;
|
|
12011
12108
|
api: "openai-completions";
|
|
12012
12109
|
provider: string;
|
|
12013
12110
|
baseUrl: string;
|
|
12111
|
+
compat: {
|
|
12112
|
+
cacheControlFormat: "anthropic";
|
|
12113
|
+
};
|
|
12014
12114
|
reasoning: true;
|
|
12015
12115
|
input: ("image" | "text")[];
|
|
12016
12116
|
cost: {
|
|
@@ -12022,12 +12122,15 @@ export declare const MODELS: {
|
|
|
12022
12122
|
contextWindow: number;
|
|
12023
12123
|
maxTokens: number;
|
|
12024
12124
|
};
|
|
12025
|
-
readonly "
|
|
12125
|
+
readonly "anthropic/claude-sonnet-4.5": {
|
|
12026
12126
|
id: string;
|
|
12027
12127
|
name: string;
|
|
12028
12128
|
api: "openai-completions";
|
|
12029
12129
|
provider: string;
|
|
12030
12130
|
baseUrl: string;
|
|
12131
|
+
compat: {
|
|
12132
|
+
cacheControlFormat: "anthropic";
|
|
12133
|
+
};
|
|
12031
12134
|
reasoning: true;
|
|
12032
12135
|
input: ("image" | "text")[];
|
|
12033
12136
|
cost: {
|
|
@@ -12039,12 +12142,15 @@ export declare const MODELS: {
|
|
|
12039
12142
|
contextWindow: number;
|
|
12040
12143
|
maxTokens: number;
|
|
12041
12144
|
};
|
|
12042
|
-
readonly "
|
|
12145
|
+
readonly "anthropic/claude-sonnet-4.5:batch": {
|
|
12043
12146
|
id: string;
|
|
12044
12147
|
name: string;
|
|
12045
12148
|
api: "openai-completions";
|
|
12046
12149
|
provider: string;
|
|
12047
12150
|
baseUrl: string;
|
|
12151
|
+
compat: {
|
|
12152
|
+
cacheControlFormat: "anthropic";
|
|
12153
|
+
};
|
|
12048
12154
|
reasoning: true;
|
|
12049
12155
|
input: ("image" | "text")[];
|
|
12050
12156
|
cost: {
|
|
@@ -12056,14 +12162,20 @@ export declare const MODELS: {
|
|
|
12056
12162
|
contextWindow: number;
|
|
12057
12163
|
maxTokens: number;
|
|
12058
12164
|
};
|
|
12059
|
-
readonly "
|
|
12165
|
+
readonly "anthropic/claude-sonnet-4.6": {
|
|
12060
12166
|
id: string;
|
|
12061
12167
|
name: string;
|
|
12062
12168
|
api: "openai-completions";
|
|
12063
12169
|
provider: string;
|
|
12064
12170
|
baseUrl: string;
|
|
12065
|
-
|
|
12066
|
-
|
|
12171
|
+
compat: {
|
|
12172
|
+
cacheControlFormat: "anthropic";
|
|
12173
|
+
};
|
|
12174
|
+
reasoning: true;
|
|
12175
|
+
thinkingLevelMap: {
|
|
12176
|
+
max: string;
|
|
12177
|
+
};
|
|
12178
|
+
input: ("image" | "text")[];
|
|
12067
12179
|
cost: {
|
|
12068
12180
|
input: number;
|
|
12069
12181
|
output: number;
|
|
@@ -12073,14 +12185,20 @@ export declare const MODELS: {
|
|
|
12073
12185
|
contextWindow: number;
|
|
12074
12186
|
maxTokens: number;
|
|
12075
12187
|
};
|
|
12076
|
-
readonly "
|
|
12188
|
+
readonly "anthropic/claude-sonnet-4.6:batch": {
|
|
12077
12189
|
id: string;
|
|
12078
12190
|
name: string;
|
|
12079
12191
|
api: "openai-completions";
|
|
12080
12192
|
provider: string;
|
|
12081
12193
|
baseUrl: string;
|
|
12082
|
-
|
|
12083
|
-
|
|
12194
|
+
compat: {
|
|
12195
|
+
cacheControlFormat: "anthropic";
|
|
12196
|
+
};
|
|
12197
|
+
reasoning: true;
|
|
12198
|
+
thinkingLevelMap: {
|
|
12199
|
+
max: string;
|
|
12200
|
+
};
|
|
12201
|
+
input: ("image" | "text")[];
|
|
12084
12202
|
cost: {
|
|
12085
12203
|
input: number;
|
|
12086
12204
|
output: number;
|
|
@@ -12090,14 +12208,21 @@ export declare const MODELS: {
|
|
|
12090
12208
|
contextWindow: number;
|
|
12091
12209
|
maxTokens: number;
|
|
12092
12210
|
};
|
|
12093
|
-
readonly "
|
|
12211
|
+
readonly "anthropic/claude-sonnet-5": {
|
|
12094
12212
|
id: string;
|
|
12095
12213
|
name: string;
|
|
12096
12214
|
api: "openai-completions";
|
|
12097
12215
|
provider: string;
|
|
12098
12216
|
baseUrl: string;
|
|
12217
|
+
compat: {
|
|
12218
|
+
cacheControlFormat: "anthropic";
|
|
12219
|
+
};
|
|
12099
12220
|
reasoning: true;
|
|
12100
|
-
|
|
12221
|
+
thinkingLevelMap: {
|
|
12222
|
+
xhigh: string;
|
|
12223
|
+
max: string;
|
|
12224
|
+
};
|
|
12225
|
+
input: ("image" | "text")[];
|
|
12101
12226
|
cost: {
|
|
12102
12227
|
input: number;
|
|
12103
12228
|
output: number;
|
|
@@ -12107,24 +12232,948 @@ export declare const MODELS: {
|
|
|
12107
12232
|
contextWindow: number;
|
|
12108
12233
|
maxTokens: number;
|
|
12109
12234
|
};
|
|
12110
|
-
readonly "
|
|
12235
|
+
readonly "anthropic/claude-sonnet-5:batch": {
|
|
12111
12236
|
id: string;
|
|
12112
12237
|
name: string;
|
|
12113
12238
|
api: "openai-completions";
|
|
12114
12239
|
provider: string;
|
|
12115
12240
|
baseUrl: string;
|
|
12116
|
-
|
|
12117
|
-
|
|
12118
|
-
|
|
12119
|
-
|
|
12120
|
-
|
|
12121
|
-
|
|
12122
|
-
|
|
12241
|
+
compat: {
|
|
12242
|
+
cacheControlFormat: "anthropic";
|
|
12243
|
+
};
|
|
12244
|
+
reasoning: true;
|
|
12245
|
+
thinkingLevelMap: {
|
|
12246
|
+
xhigh: string;
|
|
12247
|
+
max: string;
|
|
12248
|
+
};
|
|
12249
|
+
input: ("image" | "text")[];
|
|
12250
|
+
cost: {
|
|
12251
|
+
input: number;
|
|
12252
|
+
output: number;
|
|
12253
|
+
cacheRead: number;
|
|
12254
|
+
cacheWrite: number;
|
|
12255
|
+
};
|
|
12256
|
+
contextWindow: number;
|
|
12257
|
+
maxTokens: number;
|
|
12258
|
+
};
|
|
12259
|
+
readonly "arcee-ai/trinity-large-thinking": {
|
|
12260
|
+
id: string;
|
|
12261
|
+
name: string;
|
|
12262
|
+
api: "openai-completions";
|
|
12263
|
+
provider: string;
|
|
12264
|
+
baseUrl: string;
|
|
12265
|
+
reasoning: true;
|
|
12266
|
+
input: "text"[];
|
|
12267
|
+
cost: {
|
|
12268
|
+
input: number;
|
|
12269
|
+
output: number;
|
|
12270
|
+
cacheRead: number;
|
|
12271
|
+
cacheWrite: number;
|
|
12272
|
+
};
|
|
12273
|
+
contextWindow: number;
|
|
12274
|
+
maxTokens: number;
|
|
12275
|
+
};
|
|
12276
|
+
readonly "arcee-ai/virtuoso-large": {
|
|
12277
|
+
id: string;
|
|
12278
|
+
name: string;
|
|
12279
|
+
api: "openai-completions";
|
|
12280
|
+
provider: string;
|
|
12281
|
+
baseUrl: string;
|
|
12282
|
+
reasoning: false;
|
|
12283
|
+
input: "text"[];
|
|
12284
|
+
cost: {
|
|
12285
|
+
input: number;
|
|
12286
|
+
output: number;
|
|
12287
|
+
cacheRead: number;
|
|
12288
|
+
cacheWrite: number;
|
|
12289
|
+
};
|
|
12290
|
+
contextWindow: number;
|
|
12291
|
+
maxTokens: number;
|
|
12292
|
+
};
|
|
12293
|
+
readonly auto: {
|
|
12294
|
+
id: string;
|
|
12295
|
+
name: string;
|
|
12296
|
+
api: "openai-completions";
|
|
12297
|
+
provider: string;
|
|
12298
|
+
baseUrl: string;
|
|
12299
|
+
reasoning: true;
|
|
12300
|
+
input: ("image" | "text")[];
|
|
12301
|
+
cost: {
|
|
12302
|
+
input: number;
|
|
12303
|
+
output: number;
|
|
12304
|
+
cacheRead: number;
|
|
12305
|
+
cacheWrite: number;
|
|
12306
|
+
};
|
|
12307
|
+
contextWindow: number;
|
|
12308
|
+
maxTokens: number;
|
|
12309
|
+
};
|
|
12310
|
+
readonly "bytedance-seed/seed-1.6": {
|
|
12311
|
+
id: string;
|
|
12312
|
+
name: string;
|
|
12313
|
+
api: "openai-completions";
|
|
12314
|
+
provider: string;
|
|
12315
|
+
baseUrl: string;
|
|
12316
|
+
reasoning: true;
|
|
12317
|
+
input: ("image" | "text")[];
|
|
12318
|
+
cost: {
|
|
12319
|
+
input: number;
|
|
12320
|
+
output: number;
|
|
12321
|
+
cacheRead: number;
|
|
12322
|
+
cacheWrite: number;
|
|
12323
|
+
};
|
|
12324
|
+
contextWindow: number;
|
|
12325
|
+
maxTokens: number;
|
|
12326
|
+
};
|
|
12327
|
+
readonly "bytedance-seed/seed-1.6-flash": {
|
|
12328
|
+
id: string;
|
|
12329
|
+
name: string;
|
|
12330
|
+
api: "openai-completions";
|
|
12331
|
+
provider: string;
|
|
12332
|
+
baseUrl: string;
|
|
12333
|
+
reasoning: true;
|
|
12334
|
+
input: ("image" | "text")[];
|
|
12335
|
+
cost: {
|
|
12336
|
+
input: number;
|
|
12337
|
+
output: number;
|
|
12338
|
+
cacheRead: number;
|
|
12339
|
+
cacheWrite: number;
|
|
12340
|
+
};
|
|
12341
|
+
contextWindow: number;
|
|
12342
|
+
maxTokens: number;
|
|
12343
|
+
};
|
|
12344
|
+
readonly "bytedance-seed/seed-2.0-lite": {
|
|
12345
|
+
id: string;
|
|
12346
|
+
name: string;
|
|
12347
|
+
api: "openai-completions";
|
|
12348
|
+
provider: string;
|
|
12349
|
+
baseUrl: string;
|
|
12350
|
+
reasoning: true;
|
|
12351
|
+
input: ("image" | "text")[];
|
|
12352
|
+
cost: {
|
|
12353
|
+
input: number;
|
|
12354
|
+
output: number;
|
|
12355
|
+
cacheRead: number;
|
|
12356
|
+
cacheWrite: number;
|
|
12357
|
+
};
|
|
12358
|
+
contextWindow: number;
|
|
12359
|
+
maxTokens: number;
|
|
12360
|
+
};
|
|
12361
|
+
readonly "bytedance-seed/seed-2.0-mini": {
|
|
12362
|
+
id: string;
|
|
12363
|
+
name: string;
|
|
12364
|
+
api: "openai-completions";
|
|
12365
|
+
provider: string;
|
|
12366
|
+
baseUrl: string;
|
|
12367
|
+
reasoning: true;
|
|
12368
|
+
input: ("image" | "text")[];
|
|
12369
|
+
cost: {
|
|
12370
|
+
input: number;
|
|
12371
|
+
output: number;
|
|
12372
|
+
cacheRead: number;
|
|
12373
|
+
cacheWrite: number;
|
|
12374
|
+
};
|
|
12375
|
+
contextWindow: number;
|
|
12376
|
+
maxTokens: number;
|
|
12377
|
+
};
|
|
12378
|
+
readonly "cohere/command-r-08-2024": {
|
|
12379
|
+
id: string;
|
|
12380
|
+
name: string;
|
|
12381
|
+
api: "openai-completions";
|
|
12382
|
+
provider: string;
|
|
12383
|
+
baseUrl: string;
|
|
12384
|
+
reasoning: false;
|
|
12385
|
+
input: "text"[];
|
|
12386
|
+
cost: {
|
|
12387
|
+
input: number;
|
|
12388
|
+
output: number;
|
|
12389
|
+
cacheRead: number;
|
|
12390
|
+
cacheWrite: number;
|
|
12391
|
+
};
|
|
12392
|
+
contextWindow: number;
|
|
12393
|
+
maxTokens: number;
|
|
12394
|
+
};
|
|
12395
|
+
readonly "cohere/command-r-plus-08-2024": {
|
|
12396
|
+
id: string;
|
|
12397
|
+
name: string;
|
|
12398
|
+
api: "openai-completions";
|
|
12399
|
+
provider: string;
|
|
12400
|
+
baseUrl: string;
|
|
12401
|
+
reasoning: false;
|
|
12402
|
+
input: "text"[];
|
|
12403
|
+
cost: {
|
|
12404
|
+
input: number;
|
|
12405
|
+
output: number;
|
|
12406
|
+
cacheRead: number;
|
|
12407
|
+
cacheWrite: number;
|
|
12408
|
+
};
|
|
12409
|
+
contextWindow: number;
|
|
12410
|
+
maxTokens: number;
|
|
12411
|
+
};
|
|
12412
|
+
readonly "cohere/north-mini-code:free": {
|
|
12413
|
+
id: string;
|
|
12414
|
+
name: string;
|
|
12415
|
+
api: "openai-completions";
|
|
12416
|
+
provider: string;
|
|
12417
|
+
baseUrl: string;
|
|
12418
|
+
reasoning: true;
|
|
12419
|
+
input: "text"[];
|
|
12420
|
+
cost: {
|
|
12421
|
+
input: number;
|
|
12422
|
+
output: number;
|
|
12423
|
+
cacheRead: number;
|
|
12424
|
+
cacheWrite: number;
|
|
12425
|
+
};
|
|
12426
|
+
contextWindow: number;
|
|
12427
|
+
maxTokens: number;
|
|
12428
|
+
};
|
|
12429
|
+
readonly "deepseek/deepseek-chat": {
|
|
12430
|
+
id: string;
|
|
12431
|
+
name: string;
|
|
12432
|
+
api: "openai-completions";
|
|
12433
|
+
provider: string;
|
|
12434
|
+
baseUrl: string;
|
|
12435
|
+
reasoning: false;
|
|
12436
|
+
input: "text"[];
|
|
12437
|
+
cost: {
|
|
12438
|
+
input: number;
|
|
12439
|
+
output: number;
|
|
12440
|
+
cacheRead: number;
|
|
12441
|
+
cacheWrite: number;
|
|
12442
|
+
};
|
|
12443
|
+
contextWindow: number;
|
|
12444
|
+
maxTokens: number;
|
|
12445
|
+
};
|
|
12446
|
+
readonly "deepseek/deepseek-chat-v3-0324": {
|
|
12447
|
+
id: string;
|
|
12448
|
+
name: string;
|
|
12449
|
+
api: "openai-completions";
|
|
12450
|
+
provider: string;
|
|
12451
|
+
baseUrl: string;
|
|
12452
|
+
reasoning: false;
|
|
12453
|
+
input: "text"[];
|
|
12454
|
+
cost: {
|
|
12455
|
+
input: number;
|
|
12456
|
+
output: number;
|
|
12457
|
+
cacheRead: number;
|
|
12458
|
+
cacheWrite: number;
|
|
12459
|
+
};
|
|
12460
|
+
contextWindow: number;
|
|
12461
|
+
maxTokens: number;
|
|
12462
|
+
};
|
|
12463
|
+
readonly "deepseek/deepseek-chat-v3.1": {
|
|
12464
|
+
id: string;
|
|
12465
|
+
name: string;
|
|
12466
|
+
api: "openai-completions";
|
|
12467
|
+
provider: string;
|
|
12468
|
+
baseUrl: string;
|
|
12469
|
+
reasoning: true;
|
|
12470
|
+
input: "text"[];
|
|
12471
|
+
cost: {
|
|
12472
|
+
input: number;
|
|
12473
|
+
output: number;
|
|
12474
|
+
cacheRead: number;
|
|
12475
|
+
cacheWrite: number;
|
|
12476
|
+
};
|
|
12477
|
+
contextWindow: number;
|
|
12478
|
+
maxTokens: number;
|
|
12479
|
+
};
|
|
12480
|
+
readonly "deepseek/deepseek-r1": {
|
|
12481
|
+
id: string;
|
|
12482
|
+
name: string;
|
|
12483
|
+
api: "openai-completions";
|
|
12484
|
+
provider: string;
|
|
12485
|
+
baseUrl: string;
|
|
12486
|
+
reasoning: true;
|
|
12487
|
+
input: "text"[];
|
|
12488
|
+
cost: {
|
|
12489
|
+
input: number;
|
|
12490
|
+
output: number;
|
|
12491
|
+
cacheRead: number;
|
|
12492
|
+
cacheWrite: number;
|
|
12493
|
+
};
|
|
12494
|
+
contextWindow: number;
|
|
12495
|
+
maxTokens: number;
|
|
12496
|
+
};
|
|
12497
|
+
readonly "deepseek/deepseek-r1-0528": {
|
|
12498
|
+
id: string;
|
|
12499
|
+
name: string;
|
|
12500
|
+
api: "openai-completions";
|
|
12501
|
+
provider: string;
|
|
12502
|
+
baseUrl: string;
|
|
12503
|
+
reasoning: true;
|
|
12504
|
+
input: "text"[];
|
|
12505
|
+
cost: {
|
|
12506
|
+
input: number;
|
|
12507
|
+
output: number;
|
|
12508
|
+
cacheRead: number;
|
|
12509
|
+
cacheWrite: number;
|
|
12510
|
+
};
|
|
12511
|
+
contextWindow: number;
|
|
12512
|
+
maxTokens: number;
|
|
12513
|
+
};
|
|
12514
|
+
readonly "deepseek/deepseek-v3.1-terminus": {
|
|
12515
|
+
id: string;
|
|
12516
|
+
name: string;
|
|
12517
|
+
api: "openai-completions";
|
|
12518
|
+
provider: string;
|
|
12519
|
+
baseUrl: string;
|
|
12520
|
+
reasoning: true;
|
|
12521
|
+
input: "text"[];
|
|
12522
|
+
cost: {
|
|
12523
|
+
input: number;
|
|
12524
|
+
output: number;
|
|
12525
|
+
cacheRead: number;
|
|
12526
|
+
cacheWrite: number;
|
|
12527
|
+
};
|
|
12528
|
+
contextWindow: number;
|
|
12529
|
+
maxTokens: number;
|
|
12530
|
+
};
|
|
12531
|
+
readonly "deepseek/deepseek-v3.2": {
|
|
12532
|
+
id: string;
|
|
12533
|
+
name: string;
|
|
12534
|
+
api: "openai-completions";
|
|
12535
|
+
provider: string;
|
|
12536
|
+
baseUrl: string;
|
|
12537
|
+
reasoning: true;
|
|
12538
|
+
input: "text"[];
|
|
12539
|
+
cost: {
|
|
12540
|
+
input: number;
|
|
12541
|
+
output: number;
|
|
12542
|
+
cacheRead: number;
|
|
12543
|
+
cacheWrite: number;
|
|
12544
|
+
};
|
|
12545
|
+
contextWindow: number;
|
|
12546
|
+
maxTokens: number;
|
|
12547
|
+
};
|
|
12548
|
+
readonly "deepseek/deepseek-v3.2-exp": {
|
|
12549
|
+
id: string;
|
|
12550
|
+
name: string;
|
|
12551
|
+
api: "openai-completions";
|
|
12552
|
+
provider: string;
|
|
12553
|
+
baseUrl: string;
|
|
12554
|
+
reasoning: true;
|
|
12555
|
+
input: "text"[];
|
|
12556
|
+
cost: {
|
|
12557
|
+
input: number;
|
|
12558
|
+
output: number;
|
|
12559
|
+
cacheRead: number;
|
|
12560
|
+
cacheWrite: number;
|
|
12561
|
+
};
|
|
12562
|
+
contextWindow: number;
|
|
12563
|
+
maxTokens: number;
|
|
12564
|
+
};
|
|
12565
|
+
readonly "deepseek/deepseek-v4-flash": {
|
|
12566
|
+
id: string;
|
|
12567
|
+
name: string;
|
|
12568
|
+
api: "openai-completions";
|
|
12569
|
+
provider: string;
|
|
12570
|
+
baseUrl: string;
|
|
12571
|
+
compat: {
|
|
12572
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
12573
|
+
};
|
|
12574
|
+
reasoning: true;
|
|
12575
|
+
thinkingLevelMap: {
|
|
12576
|
+
minimal: null;
|
|
12577
|
+
low: null;
|
|
12578
|
+
medium: null;
|
|
12579
|
+
high: string;
|
|
12580
|
+
xhigh: string;
|
|
12581
|
+
};
|
|
12582
|
+
input: "text"[];
|
|
12583
|
+
cost: {
|
|
12584
|
+
input: number;
|
|
12585
|
+
output: number;
|
|
12586
|
+
cacheRead: number;
|
|
12587
|
+
cacheWrite: number;
|
|
12588
|
+
};
|
|
12589
|
+
contextWindow: number;
|
|
12590
|
+
maxTokens: number;
|
|
12591
|
+
};
|
|
12592
|
+
readonly "deepseek/deepseek-v4-flash-0731": {
|
|
12593
|
+
id: string;
|
|
12594
|
+
name: string;
|
|
12595
|
+
api: "openai-completions";
|
|
12596
|
+
provider: string;
|
|
12597
|
+
baseUrl: string;
|
|
12598
|
+
compat: {
|
|
12599
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
12600
|
+
};
|
|
12601
|
+
reasoning: true;
|
|
12602
|
+
thinkingLevelMap: {
|
|
12603
|
+
minimal: null;
|
|
12604
|
+
low: null;
|
|
12605
|
+
medium: null;
|
|
12606
|
+
high: string;
|
|
12607
|
+
xhigh: string;
|
|
12608
|
+
};
|
|
12609
|
+
input: "text"[];
|
|
12610
|
+
cost: {
|
|
12611
|
+
input: number;
|
|
12612
|
+
output: number;
|
|
12613
|
+
cacheRead: number;
|
|
12614
|
+
cacheWrite: number;
|
|
12615
|
+
};
|
|
12616
|
+
contextWindow: number;
|
|
12617
|
+
maxTokens: number;
|
|
12618
|
+
};
|
|
12619
|
+
readonly "deepseek/deepseek-v4-pro": {
|
|
12620
|
+
id: string;
|
|
12621
|
+
name: string;
|
|
12622
|
+
api: "openai-completions";
|
|
12623
|
+
provider: string;
|
|
12624
|
+
baseUrl: string;
|
|
12625
|
+
compat: {
|
|
12626
|
+
requiresReasoningContentOnAssistantMessages: true;
|
|
12627
|
+
};
|
|
12628
|
+
reasoning: true;
|
|
12629
|
+
thinkingLevelMap: {
|
|
12630
|
+
minimal: null;
|
|
12631
|
+
low: null;
|
|
12632
|
+
medium: null;
|
|
12633
|
+
high: string;
|
|
12634
|
+
xhigh: string;
|
|
12635
|
+
};
|
|
12636
|
+
input: "text"[];
|
|
12637
|
+
cost: {
|
|
12638
|
+
input: number;
|
|
12639
|
+
output: number;
|
|
12640
|
+
cacheRead: number;
|
|
12641
|
+
cacheWrite: number;
|
|
12642
|
+
};
|
|
12643
|
+
contextWindow: number;
|
|
12644
|
+
maxTokens: number;
|
|
12645
|
+
};
|
|
12646
|
+
readonly "google/gemini-2.5-flash": {
|
|
12647
|
+
id: string;
|
|
12648
|
+
name: string;
|
|
12649
|
+
api: "openai-completions";
|
|
12650
|
+
provider: string;
|
|
12651
|
+
baseUrl: string;
|
|
12652
|
+
reasoning: true;
|
|
12653
|
+
input: ("image" | "text")[];
|
|
12654
|
+
cost: {
|
|
12655
|
+
input: number;
|
|
12656
|
+
output: number;
|
|
12657
|
+
cacheRead: number;
|
|
12658
|
+
cacheWrite: number;
|
|
12659
|
+
};
|
|
12660
|
+
contextWindow: number;
|
|
12661
|
+
maxTokens: number;
|
|
12662
|
+
};
|
|
12663
|
+
readonly "google/gemini-2.5-flash-lite": {
|
|
12664
|
+
id: string;
|
|
12665
|
+
name: string;
|
|
12666
|
+
api: "openai-completions";
|
|
12667
|
+
provider: string;
|
|
12668
|
+
baseUrl: string;
|
|
12669
|
+
reasoning: true;
|
|
12670
|
+
input: ("image" | "text")[];
|
|
12671
|
+
cost: {
|
|
12672
|
+
input: number;
|
|
12673
|
+
output: number;
|
|
12674
|
+
cacheRead: number;
|
|
12675
|
+
cacheWrite: number;
|
|
12676
|
+
};
|
|
12677
|
+
contextWindow: number;
|
|
12678
|
+
maxTokens: number;
|
|
12679
|
+
};
|
|
12680
|
+
readonly "google/gemini-2.5-flash-lite:batch": {
|
|
12681
|
+
id: string;
|
|
12682
|
+
name: string;
|
|
12683
|
+
api: "openai-completions";
|
|
12684
|
+
provider: string;
|
|
12685
|
+
baseUrl: string;
|
|
12686
|
+
reasoning: true;
|
|
12687
|
+
input: ("image" | "text")[];
|
|
12688
|
+
cost: {
|
|
12689
|
+
input: number;
|
|
12690
|
+
output: number;
|
|
12691
|
+
cacheRead: number;
|
|
12692
|
+
cacheWrite: number;
|
|
12693
|
+
};
|
|
12694
|
+
contextWindow: number;
|
|
12695
|
+
maxTokens: number;
|
|
12696
|
+
};
|
|
12697
|
+
readonly "google/gemini-2.5-flash:batch": {
|
|
12698
|
+
id: string;
|
|
12699
|
+
name: string;
|
|
12700
|
+
api: "openai-completions";
|
|
12701
|
+
provider: string;
|
|
12702
|
+
baseUrl: string;
|
|
12703
|
+
reasoning: true;
|
|
12704
|
+
input: ("image" | "text")[];
|
|
12705
|
+
cost: {
|
|
12706
|
+
input: number;
|
|
12707
|
+
output: number;
|
|
12708
|
+
cacheRead: number;
|
|
12709
|
+
cacheWrite: number;
|
|
12710
|
+
};
|
|
12711
|
+
contextWindow: number;
|
|
12712
|
+
maxTokens: number;
|
|
12713
|
+
};
|
|
12714
|
+
readonly "google/gemini-2.5-pro": {
|
|
12715
|
+
id: string;
|
|
12716
|
+
name: string;
|
|
12717
|
+
api: "openai-completions";
|
|
12718
|
+
provider: string;
|
|
12719
|
+
baseUrl: string;
|
|
12720
|
+
reasoning: true;
|
|
12721
|
+
input: ("image" | "text")[];
|
|
12722
|
+
cost: {
|
|
12723
|
+
input: number;
|
|
12724
|
+
output: number;
|
|
12725
|
+
cacheRead: number;
|
|
12726
|
+
cacheWrite: number;
|
|
12727
|
+
};
|
|
12728
|
+
contextWindow: number;
|
|
12729
|
+
maxTokens: number;
|
|
12730
|
+
};
|
|
12731
|
+
readonly "google/gemini-2.5-pro-preview": {
|
|
12732
|
+
id: string;
|
|
12733
|
+
name: string;
|
|
12734
|
+
api: "openai-completions";
|
|
12735
|
+
provider: string;
|
|
12736
|
+
baseUrl: string;
|
|
12737
|
+
reasoning: true;
|
|
12738
|
+
input: ("image" | "text")[];
|
|
12739
|
+
cost: {
|
|
12740
|
+
input: number;
|
|
12741
|
+
output: number;
|
|
12742
|
+
cacheRead: number;
|
|
12743
|
+
cacheWrite: number;
|
|
12744
|
+
};
|
|
12745
|
+
contextWindow: number;
|
|
12746
|
+
maxTokens: number;
|
|
12747
|
+
};
|
|
12748
|
+
readonly "google/gemini-2.5-pro-preview-05-06": {
|
|
12749
|
+
id: string;
|
|
12750
|
+
name: string;
|
|
12751
|
+
api: "openai-completions";
|
|
12752
|
+
provider: string;
|
|
12753
|
+
baseUrl: string;
|
|
12754
|
+
reasoning: true;
|
|
12755
|
+
input: ("image" | "text")[];
|
|
12756
|
+
cost: {
|
|
12757
|
+
input: number;
|
|
12758
|
+
output: number;
|
|
12759
|
+
cacheRead: number;
|
|
12760
|
+
cacheWrite: number;
|
|
12761
|
+
};
|
|
12762
|
+
contextWindow: number;
|
|
12763
|
+
maxTokens: number;
|
|
12764
|
+
};
|
|
12765
|
+
readonly "google/gemini-2.5-pro:batch": {
|
|
12766
|
+
id: string;
|
|
12767
|
+
name: string;
|
|
12768
|
+
api: "openai-completions";
|
|
12769
|
+
provider: string;
|
|
12770
|
+
baseUrl: string;
|
|
12771
|
+
reasoning: true;
|
|
12772
|
+
input: ("image" | "text")[];
|
|
12773
|
+
cost: {
|
|
12774
|
+
input: number;
|
|
12775
|
+
output: number;
|
|
12776
|
+
cacheRead: number;
|
|
12777
|
+
cacheWrite: number;
|
|
12778
|
+
};
|
|
12779
|
+
contextWindow: number;
|
|
12780
|
+
maxTokens: number;
|
|
12781
|
+
};
|
|
12782
|
+
readonly "google/gemini-3-flash-preview": {
|
|
12783
|
+
id: string;
|
|
12784
|
+
name: string;
|
|
12785
|
+
api: "openai-completions";
|
|
12786
|
+
provider: string;
|
|
12787
|
+
baseUrl: string;
|
|
12788
|
+
reasoning: true;
|
|
12789
|
+
input: ("image" | "text")[];
|
|
12790
|
+
cost: {
|
|
12791
|
+
input: number;
|
|
12792
|
+
output: number;
|
|
12793
|
+
cacheRead: number;
|
|
12794
|
+
cacheWrite: number;
|
|
12795
|
+
};
|
|
12796
|
+
contextWindow: number;
|
|
12797
|
+
maxTokens: number;
|
|
12798
|
+
};
|
|
12799
|
+
readonly "google/gemini-3-flash-preview:batch": {
|
|
12800
|
+
id: string;
|
|
12801
|
+
name: string;
|
|
12802
|
+
api: "openai-completions";
|
|
12803
|
+
provider: string;
|
|
12804
|
+
baseUrl: string;
|
|
12805
|
+
reasoning: true;
|
|
12806
|
+
input: ("image" | "text")[];
|
|
12807
|
+
cost: {
|
|
12808
|
+
input: number;
|
|
12809
|
+
output: number;
|
|
12810
|
+
cacheRead: number;
|
|
12811
|
+
cacheWrite: number;
|
|
12812
|
+
};
|
|
12813
|
+
contextWindow: number;
|
|
12814
|
+
maxTokens: number;
|
|
12815
|
+
};
|
|
12816
|
+
readonly "google/gemini-3-pro-image": {
|
|
12817
|
+
id: string;
|
|
12818
|
+
name: string;
|
|
12819
|
+
api: "openai-completions";
|
|
12820
|
+
provider: string;
|
|
12821
|
+
baseUrl: string;
|
|
12822
|
+
reasoning: true;
|
|
12823
|
+
input: ("image" | "text")[];
|
|
12824
|
+
cost: {
|
|
12825
|
+
input: number;
|
|
12826
|
+
output: number;
|
|
12827
|
+
cacheRead: number;
|
|
12828
|
+
cacheWrite: number;
|
|
12829
|
+
};
|
|
12830
|
+
contextWindow: number;
|
|
12831
|
+
maxTokens: number;
|
|
12832
|
+
};
|
|
12833
|
+
readonly "google/gemini-3.1-flash-lite": {
|
|
12834
|
+
id: string;
|
|
12835
|
+
name: string;
|
|
12836
|
+
api: "openai-completions";
|
|
12837
|
+
provider: string;
|
|
12838
|
+
baseUrl: string;
|
|
12839
|
+
reasoning: true;
|
|
12840
|
+
input: ("image" | "text")[];
|
|
12841
|
+
cost: {
|
|
12842
|
+
input: number;
|
|
12843
|
+
output: number;
|
|
12844
|
+
cacheRead: number;
|
|
12845
|
+
cacheWrite: number;
|
|
12846
|
+
};
|
|
12847
|
+
contextWindow: number;
|
|
12848
|
+
maxTokens: number;
|
|
12849
|
+
};
|
|
12850
|
+
readonly "google/gemini-3.1-flash-lite-preview": {
|
|
12851
|
+
id: string;
|
|
12852
|
+
name: string;
|
|
12853
|
+
api: "openai-completions";
|
|
12854
|
+
provider: string;
|
|
12855
|
+
baseUrl: string;
|
|
12856
|
+
reasoning: true;
|
|
12857
|
+
input: ("image" | "text")[];
|
|
12858
|
+
cost: {
|
|
12859
|
+
input: number;
|
|
12860
|
+
output: number;
|
|
12861
|
+
cacheRead: number;
|
|
12862
|
+
cacheWrite: number;
|
|
12863
|
+
};
|
|
12864
|
+
contextWindow: number;
|
|
12865
|
+
maxTokens: number;
|
|
12866
|
+
};
|
|
12867
|
+
readonly "google/gemini-3.1-flash-lite:batch": {
|
|
12868
|
+
id: string;
|
|
12869
|
+
name: string;
|
|
12870
|
+
api: "openai-completions";
|
|
12871
|
+
provider: string;
|
|
12872
|
+
baseUrl: string;
|
|
12873
|
+
reasoning: true;
|
|
12874
|
+
input: ("image" | "text")[];
|
|
12875
|
+
cost: {
|
|
12876
|
+
input: number;
|
|
12877
|
+
output: number;
|
|
12878
|
+
cacheRead: number;
|
|
12879
|
+
cacheWrite: number;
|
|
12880
|
+
};
|
|
12881
|
+
contextWindow: number;
|
|
12882
|
+
maxTokens: number;
|
|
12883
|
+
};
|
|
12884
|
+
readonly "google/gemini-3.1-pro-preview": {
|
|
12885
|
+
id: string;
|
|
12886
|
+
name: string;
|
|
12887
|
+
api: "openai-completions";
|
|
12888
|
+
provider: string;
|
|
12889
|
+
baseUrl: string;
|
|
12890
|
+
reasoning: true;
|
|
12891
|
+
input: ("image" | "text")[];
|
|
12892
|
+
cost: {
|
|
12893
|
+
input: number;
|
|
12894
|
+
output: number;
|
|
12895
|
+
cacheRead: number;
|
|
12896
|
+
cacheWrite: number;
|
|
12897
|
+
};
|
|
12898
|
+
contextWindow: number;
|
|
12899
|
+
maxTokens: number;
|
|
12900
|
+
};
|
|
12901
|
+
readonly "google/gemini-3.1-pro-preview-customtools": {
|
|
12902
|
+
id: string;
|
|
12903
|
+
name: string;
|
|
12904
|
+
api: "openai-completions";
|
|
12905
|
+
provider: string;
|
|
12906
|
+
baseUrl: string;
|
|
12907
|
+
reasoning: true;
|
|
12908
|
+
input: ("image" | "text")[];
|
|
12909
|
+
cost: {
|
|
12910
|
+
input: number;
|
|
12911
|
+
output: number;
|
|
12912
|
+
cacheRead: number;
|
|
12913
|
+
cacheWrite: number;
|
|
12914
|
+
};
|
|
12915
|
+
contextWindow: number;
|
|
12916
|
+
maxTokens: number;
|
|
12917
|
+
};
|
|
12918
|
+
readonly "google/gemini-3.1-pro-preview:batch": {
|
|
12919
|
+
id: string;
|
|
12920
|
+
name: string;
|
|
12921
|
+
api: "openai-completions";
|
|
12922
|
+
provider: string;
|
|
12923
|
+
baseUrl: string;
|
|
12924
|
+
reasoning: true;
|
|
12925
|
+
input: ("image" | "text")[];
|
|
12926
|
+
cost: {
|
|
12927
|
+
input: number;
|
|
12928
|
+
output: number;
|
|
12929
|
+
cacheRead: number;
|
|
12930
|
+
cacheWrite: number;
|
|
12931
|
+
};
|
|
12932
|
+
contextWindow: number;
|
|
12933
|
+
maxTokens: number;
|
|
12934
|
+
};
|
|
12935
|
+
readonly "google/gemini-3.5-flash": {
|
|
12936
|
+
id: string;
|
|
12937
|
+
name: string;
|
|
12938
|
+
api: "openai-completions";
|
|
12939
|
+
provider: string;
|
|
12940
|
+
baseUrl: string;
|
|
12941
|
+
reasoning: true;
|
|
12942
|
+
input: ("image" | "text")[];
|
|
12943
|
+
cost: {
|
|
12944
|
+
input: number;
|
|
12945
|
+
output: number;
|
|
12946
|
+
cacheRead: number;
|
|
12947
|
+
cacheWrite: number;
|
|
12948
|
+
};
|
|
12949
|
+
contextWindow: number;
|
|
12950
|
+
maxTokens: number;
|
|
12951
|
+
};
|
|
12952
|
+
readonly "google/gemini-3.5-flash-lite": {
|
|
12953
|
+
id: string;
|
|
12954
|
+
name: string;
|
|
12955
|
+
api: "openai-completions";
|
|
12956
|
+
provider: string;
|
|
12957
|
+
baseUrl: string;
|
|
12958
|
+
reasoning: true;
|
|
12959
|
+
input: ("image" | "text")[];
|
|
12960
|
+
cost: {
|
|
12961
|
+
input: number;
|
|
12962
|
+
output: number;
|
|
12963
|
+
cacheRead: number;
|
|
12964
|
+
cacheWrite: number;
|
|
12965
|
+
};
|
|
12966
|
+
contextWindow: number;
|
|
12967
|
+
maxTokens: number;
|
|
12968
|
+
};
|
|
12969
|
+
readonly "google/gemini-3.5-flash-lite:batch": {
|
|
12970
|
+
id: string;
|
|
12971
|
+
name: string;
|
|
12972
|
+
api: "openai-completions";
|
|
12973
|
+
provider: string;
|
|
12974
|
+
baseUrl: string;
|
|
12975
|
+
reasoning: true;
|
|
12976
|
+
input: ("image" | "text")[];
|
|
12977
|
+
cost: {
|
|
12978
|
+
input: number;
|
|
12979
|
+
output: number;
|
|
12980
|
+
cacheRead: number;
|
|
12981
|
+
cacheWrite: number;
|
|
12982
|
+
};
|
|
12983
|
+
contextWindow: number;
|
|
12984
|
+
maxTokens: number;
|
|
12985
|
+
};
|
|
12986
|
+
readonly "google/gemini-3.5-flash:batch": {
|
|
12987
|
+
id: string;
|
|
12988
|
+
name: string;
|
|
12989
|
+
api: "openai-completions";
|
|
12990
|
+
provider: string;
|
|
12991
|
+
baseUrl: string;
|
|
12992
|
+
reasoning: true;
|
|
12993
|
+
input: ("image" | "text")[];
|
|
12994
|
+
cost: {
|
|
12995
|
+
input: number;
|
|
12996
|
+
output: number;
|
|
12997
|
+
cacheRead: number;
|
|
12998
|
+
cacheWrite: number;
|
|
12999
|
+
};
|
|
13000
|
+
contextWindow: number;
|
|
13001
|
+
maxTokens: number;
|
|
13002
|
+
};
|
|
13003
|
+
readonly "google/gemini-3.6-flash": {
|
|
13004
|
+
id: string;
|
|
13005
|
+
name: string;
|
|
13006
|
+
api: "openai-completions";
|
|
13007
|
+
provider: string;
|
|
13008
|
+
baseUrl: string;
|
|
13009
|
+
reasoning: true;
|
|
13010
|
+
input: ("image" | "text")[];
|
|
13011
|
+
cost: {
|
|
13012
|
+
input: number;
|
|
13013
|
+
output: number;
|
|
13014
|
+
cacheRead: number;
|
|
13015
|
+
cacheWrite: number;
|
|
13016
|
+
};
|
|
13017
|
+
contextWindow: number;
|
|
13018
|
+
maxTokens: number;
|
|
13019
|
+
};
|
|
13020
|
+
readonly "google/gemini-3.6-flash:batch": {
|
|
13021
|
+
id: string;
|
|
13022
|
+
name: string;
|
|
13023
|
+
api: "openai-completions";
|
|
13024
|
+
provider: string;
|
|
13025
|
+
baseUrl: string;
|
|
13026
|
+
reasoning: true;
|
|
13027
|
+
input: ("image" | "text")[];
|
|
13028
|
+
cost: {
|
|
13029
|
+
input: number;
|
|
13030
|
+
output: number;
|
|
13031
|
+
cacheRead: number;
|
|
13032
|
+
cacheWrite: number;
|
|
13033
|
+
};
|
|
13034
|
+
contextWindow: number;
|
|
13035
|
+
maxTokens: number;
|
|
13036
|
+
};
|
|
13037
|
+
readonly "google/gemma-3-12b-it": {
|
|
13038
|
+
id: string;
|
|
13039
|
+
name: string;
|
|
13040
|
+
api: "openai-completions";
|
|
13041
|
+
provider: string;
|
|
13042
|
+
baseUrl: string;
|
|
13043
|
+
reasoning: false;
|
|
13044
|
+
input: ("image" | "text")[];
|
|
13045
|
+
cost: {
|
|
13046
|
+
input: number;
|
|
13047
|
+
output: number;
|
|
13048
|
+
cacheRead: number;
|
|
13049
|
+
cacheWrite: number;
|
|
13050
|
+
};
|
|
13051
|
+
contextWindow: number;
|
|
13052
|
+
maxTokens: number;
|
|
13053
|
+
};
|
|
13054
|
+
readonly "google/gemma-3-27b-it": {
|
|
13055
|
+
id: string;
|
|
13056
|
+
name: string;
|
|
13057
|
+
api: "openai-completions";
|
|
13058
|
+
provider: string;
|
|
13059
|
+
baseUrl: string;
|
|
13060
|
+
reasoning: false;
|
|
13061
|
+
input: ("image" | "text")[];
|
|
13062
|
+
cost: {
|
|
13063
|
+
input: number;
|
|
13064
|
+
output: number;
|
|
13065
|
+
cacheRead: number;
|
|
13066
|
+
cacheWrite: number;
|
|
13067
|
+
};
|
|
13068
|
+
contextWindow: number;
|
|
13069
|
+
maxTokens: number;
|
|
13070
|
+
};
|
|
13071
|
+
readonly "google/gemma-4-26b-a4b-it": {
|
|
13072
|
+
id: string;
|
|
13073
|
+
name: string;
|
|
13074
|
+
api: "openai-completions";
|
|
13075
|
+
provider: string;
|
|
13076
|
+
baseUrl: string;
|
|
13077
|
+
reasoning: true;
|
|
13078
|
+
input: ("image" | "text")[];
|
|
13079
|
+
cost: {
|
|
13080
|
+
input: number;
|
|
13081
|
+
output: number;
|
|
13082
|
+
cacheRead: number;
|
|
13083
|
+
cacheWrite: number;
|
|
13084
|
+
};
|
|
13085
|
+
contextWindow: number;
|
|
13086
|
+
maxTokens: number;
|
|
13087
|
+
};
|
|
13088
|
+
readonly "google/gemma-4-26b-a4b-it:free": {
|
|
13089
|
+
id: string;
|
|
13090
|
+
name: string;
|
|
13091
|
+
api: "openai-completions";
|
|
13092
|
+
provider: string;
|
|
13093
|
+
baseUrl: string;
|
|
13094
|
+
reasoning: true;
|
|
13095
|
+
input: ("image" | "text")[];
|
|
13096
|
+
cost: {
|
|
13097
|
+
input: number;
|
|
13098
|
+
output: number;
|
|
13099
|
+
cacheRead: number;
|
|
13100
|
+
cacheWrite: number;
|
|
13101
|
+
};
|
|
13102
|
+
contextWindow: number;
|
|
13103
|
+
maxTokens: number;
|
|
13104
|
+
};
|
|
13105
|
+
readonly "google/gemma-4-31b-it": {
|
|
13106
|
+
id: string;
|
|
13107
|
+
name: string;
|
|
13108
|
+
api: "openai-completions";
|
|
13109
|
+
provider: string;
|
|
13110
|
+
baseUrl: string;
|
|
13111
|
+
reasoning: true;
|
|
13112
|
+
input: ("image" | "text")[];
|
|
13113
|
+
cost: {
|
|
13114
|
+
input: number;
|
|
13115
|
+
output: number;
|
|
13116
|
+
cacheRead: number;
|
|
13117
|
+
cacheWrite: number;
|
|
13118
|
+
};
|
|
13119
|
+
contextWindow: number;
|
|
13120
|
+
maxTokens: number;
|
|
13121
|
+
};
|
|
13122
|
+
readonly "google/gemma-4-31b-it:free": {
|
|
13123
|
+
id: string;
|
|
13124
|
+
name: string;
|
|
13125
|
+
api: "openai-completions";
|
|
13126
|
+
provider: string;
|
|
13127
|
+
baseUrl: string;
|
|
13128
|
+
reasoning: true;
|
|
13129
|
+
input: ("image" | "text")[];
|
|
13130
|
+
cost: {
|
|
13131
|
+
input: number;
|
|
13132
|
+
output: number;
|
|
13133
|
+
cacheRead: number;
|
|
13134
|
+
cacheWrite: number;
|
|
13135
|
+
};
|
|
13136
|
+
contextWindow: number;
|
|
13137
|
+
maxTokens: number;
|
|
13138
|
+
};
|
|
13139
|
+
readonly "ibm-granite/granite-4.1-8b": {
|
|
13140
|
+
id: string;
|
|
13141
|
+
name: string;
|
|
13142
|
+
api: "openai-completions";
|
|
13143
|
+
provider: string;
|
|
13144
|
+
baseUrl: string;
|
|
13145
|
+
reasoning: false;
|
|
13146
|
+
input: "text"[];
|
|
13147
|
+
cost: {
|
|
13148
|
+
input: number;
|
|
13149
|
+
output: number;
|
|
13150
|
+
cacheRead: number;
|
|
13151
|
+
cacheWrite: number;
|
|
13152
|
+
};
|
|
13153
|
+
contextWindow: number;
|
|
13154
|
+
maxTokens: number;
|
|
13155
|
+
};
|
|
13156
|
+
readonly "inception/mercury-2": {
|
|
13157
|
+
id: string;
|
|
13158
|
+
name: string;
|
|
13159
|
+
api: "openai-completions";
|
|
13160
|
+
provider: string;
|
|
13161
|
+
baseUrl: string;
|
|
13162
|
+
reasoning: true;
|
|
13163
|
+
thinkingLevelMap: {
|
|
13164
|
+
off: null;
|
|
13165
|
+
};
|
|
13166
|
+
input: "text"[];
|
|
13167
|
+
cost: {
|
|
13168
|
+
input: number;
|
|
13169
|
+
output: number;
|
|
13170
|
+
cacheRead: number;
|
|
13171
|
+
cacheWrite: number;
|
|
12123
13172
|
};
|
|
12124
13173
|
contextWindow: number;
|
|
12125
13174
|
maxTokens: number;
|
|
12126
13175
|
};
|
|
12127
|
-
readonly "
|
|
13176
|
+
readonly "inclusionai/ling-2.6-1t": {
|
|
12128
13177
|
id: string;
|
|
12129
13178
|
name: string;
|
|
12130
13179
|
api: "openai-completions";
|
|
@@ -12141,13 +13190,13 @@ export declare const MODELS: {
|
|
|
12141
13190
|
contextWindow: number;
|
|
12142
13191
|
maxTokens: number;
|
|
12143
13192
|
};
|
|
12144
|
-
readonly "
|
|
13193
|
+
readonly "inclusionai/ling-2.6-flash": {
|
|
12145
13194
|
id: string;
|
|
12146
13195
|
name: string;
|
|
12147
13196
|
api: "openai-completions";
|
|
12148
13197
|
provider: string;
|
|
12149
13198
|
baseUrl: string;
|
|
12150
|
-
reasoning:
|
|
13199
|
+
reasoning: false;
|
|
12151
13200
|
input: "text"[];
|
|
12152
13201
|
cost: {
|
|
12153
13202
|
input: number;
|
|
@@ -12158,7 +13207,7 @@ export declare const MODELS: {
|
|
|
12158
13207
|
contextWindow: number;
|
|
12159
13208
|
maxTokens: number;
|
|
12160
13209
|
};
|
|
12161
|
-
readonly "
|
|
13210
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
12162
13211
|
id: string;
|
|
12163
13212
|
name: string;
|
|
12164
13213
|
api: "openai-completions";
|
|
@@ -12175,7 +13224,7 @@ export declare const MODELS: {
|
|
|
12175
13224
|
contextWindow: number;
|
|
12176
13225
|
maxTokens: number;
|
|
12177
13226
|
};
|
|
12178
|
-
readonly "
|
|
13227
|
+
readonly "inclusionai/ling-3.0-tiny:free": {
|
|
12179
13228
|
id: string;
|
|
12180
13229
|
name: string;
|
|
12181
13230
|
api: "openai-completions";
|
|
@@ -12192,7 +13241,7 @@ export declare const MODELS: {
|
|
|
12192
13241
|
contextWindow: number;
|
|
12193
13242
|
maxTokens: number;
|
|
12194
13243
|
};
|
|
12195
|
-
readonly "
|
|
13244
|
+
readonly "inclusionai/ring-2.6-1t": {
|
|
12196
13245
|
id: string;
|
|
12197
13246
|
name: string;
|
|
12198
13247
|
api: "openai-completions";
|
|
@@ -12209,13 +13258,13 @@ export declare const MODELS: {
|
|
|
12209
13258
|
contextWindow: number;
|
|
12210
13259
|
maxTokens: number;
|
|
12211
13260
|
};
|
|
12212
|
-
readonly "
|
|
13261
|
+
readonly "kwaipilot/kat-coder-air-v2.5": {
|
|
12213
13262
|
id: string;
|
|
12214
13263
|
name: string;
|
|
12215
13264
|
api: "openai-completions";
|
|
12216
13265
|
provider: string;
|
|
12217
13266
|
baseUrl: string;
|
|
12218
|
-
reasoning:
|
|
13267
|
+
reasoning: false;
|
|
12219
13268
|
input: "text"[];
|
|
12220
13269
|
cost: {
|
|
12221
13270
|
input: number;
|
|
@@ -12226,13 +13275,13 @@ export declare const MODELS: {
|
|
|
12226
13275
|
contextWindow: number;
|
|
12227
13276
|
maxTokens: number;
|
|
12228
13277
|
};
|
|
12229
|
-
readonly "
|
|
13278
|
+
readonly "kwaipilot/kat-coder-pro-v2": {
|
|
12230
13279
|
id: string;
|
|
12231
13280
|
name: string;
|
|
12232
13281
|
api: "openai-completions";
|
|
12233
13282
|
provider: string;
|
|
12234
13283
|
baseUrl: string;
|
|
12235
|
-
reasoning:
|
|
13284
|
+
reasoning: false;
|
|
12236
13285
|
input: "text"[];
|
|
12237
13286
|
cost: {
|
|
12238
13287
|
input: number;
|
|
@@ -12243,23 +13292,13 @@ export declare const MODELS: {
|
|
|
12243
13292
|
contextWindow: number;
|
|
12244
13293
|
maxTokens: number;
|
|
12245
13294
|
};
|
|
12246
|
-
readonly "
|
|
13295
|
+
readonly "kwaipilot/kat-coder-pro-v2.5": {
|
|
12247
13296
|
id: string;
|
|
12248
13297
|
name: string;
|
|
12249
13298
|
api: "openai-completions";
|
|
12250
13299
|
provider: string;
|
|
12251
13300
|
baseUrl: string;
|
|
12252
|
-
|
|
12253
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
12254
|
-
};
|
|
12255
|
-
reasoning: true;
|
|
12256
|
-
thinkingLevelMap: {
|
|
12257
|
-
minimal: null;
|
|
12258
|
-
low: null;
|
|
12259
|
-
medium: null;
|
|
12260
|
-
high: string;
|
|
12261
|
-
xhigh: string;
|
|
12262
|
-
};
|
|
13301
|
+
reasoning: false;
|
|
12263
13302
|
input: "text"[];
|
|
12264
13303
|
cost: {
|
|
12265
13304
|
input: number;
|
|
@@ -12270,23 +13309,13 @@ export declare const MODELS: {
|
|
|
12270
13309
|
contextWindow: number;
|
|
12271
13310
|
maxTokens: number;
|
|
12272
13311
|
};
|
|
12273
|
-
readonly "
|
|
13312
|
+
readonly "meituan/longcat-2.0": {
|
|
12274
13313
|
id: string;
|
|
12275
13314
|
name: string;
|
|
12276
13315
|
api: "openai-completions";
|
|
12277
13316
|
provider: string;
|
|
12278
13317
|
baseUrl: string;
|
|
12279
|
-
compat: {
|
|
12280
|
-
requiresReasoningContentOnAssistantMessages: true;
|
|
12281
|
-
};
|
|
12282
13318
|
reasoning: true;
|
|
12283
|
-
thinkingLevelMap: {
|
|
12284
|
-
minimal: null;
|
|
12285
|
-
low: null;
|
|
12286
|
-
medium: null;
|
|
12287
|
-
high: string;
|
|
12288
|
-
xhigh: string;
|
|
12289
|
-
};
|
|
12290
13319
|
input: "text"[];
|
|
12291
13320
|
cost: {
|
|
12292
13321
|
input: number;
|
|
@@ -12297,23 +13326,47 @@ export declare const MODELS: {
|
|
|
12297
13326
|
contextWindow: number;
|
|
12298
13327
|
maxTokens: number;
|
|
12299
13328
|
};
|
|
12300
|
-
readonly "
|
|
13329
|
+
readonly "meta-llama/llama-3.1-70b-instruct": {
|
|
12301
13330
|
id: string;
|
|
12302
13331
|
name: string;
|
|
12303
13332
|
api: "openai-completions";
|
|
12304
13333
|
provider: string;
|
|
12305
13334
|
baseUrl: string;
|
|
12306
|
-
|
|
12307
|
-
|
|
13335
|
+
reasoning: false;
|
|
13336
|
+
input: "text"[];
|
|
13337
|
+
cost: {
|
|
13338
|
+
input: number;
|
|
13339
|
+
output: number;
|
|
13340
|
+
cacheRead: number;
|
|
13341
|
+
cacheWrite: number;
|
|
12308
13342
|
};
|
|
12309
|
-
|
|
12310
|
-
|
|
12311
|
-
|
|
12312
|
-
|
|
12313
|
-
|
|
12314
|
-
|
|
12315
|
-
|
|
13343
|
+
contextWindow: number;
|
|
13344
|
+
maxTokens: number;
|
|
13345
|
+
};
|
|
13346
|
+
readonly "meta-llama/llama-3.1-8b-instruct": {
|
|
13347
|
+
id: string;
|
|
13348
|
+
name: string;
|
|
13349
|
+
api: "openai-completions";
|
|
13350
|
+
provider: string;
|
|
13351
|
+
baseUrl: string;
|
|
13352
|
+
reasoning: false;
|
|
13353
|
+
input: "text"[];
|
|
13354
|
+
cost: {
|
|
13355
|
+
input: number;
|
|
13356
|
+
output: number;
|
|
13357
|
+
cacheRead: number;
|
|
13358
|
+
cacheWrite: number;
|
|
12316
13359
|
};
|
|
13360
|
+
contextWindow: number;
|
|
13361
|
+
maxTokens: number;
|
|
13362
|
+
};
|
|
13363
|
+
readonly "meta-llama/llama-3.3-70b-instruct": {
|
|
13364
|
+
id: string;
|
|
13365
|
+
name: string;
|
|
13366
|
+
api: "openai-completions";
|
|
13367
|
+
provider: string;
|
|
13368
|
+
baseUrl: string;
|
|
13369
|
+
reasoning: false;
|
|
12317
13370
|
input: "text"[];
|
|
12318
13371
|
cost: {
|
|
12319
13372
|
input: number;
|
|
@@ -12324,13 +13377,13 @@ export declare const MODELS: {
|
|
|
12324
13377
|
contextWindow: number;
|
|
12325
13378
|
maxTokens: number;
|
|
12326
13379
|
};
|
|
12327
|
-
readonly "
|
|
13380
|
+
readonly "meta-llama/llama-4-maverick": {
|
|
12328
13381
|
id: string;
|
|
12329
13382
|
name: string;
|
|
12330
13383
|
api: "openai-completions";
|
|
12331
13384
|
provider: string;
|
|
12332
13385
|
baseUrl: string;
|
|
12333
|
-
reasoning:
|
|
13386
|
+
reasoning: false;
|
|
12334
13387
|
input: ("image" | "text")[];
|
|
12335
13388
|
cost: {
|
|
12336
13389
|
input: number;
|
|
@@ -12341,13 +13394,13 @@ export declare const MODELS: {
|
|
|
12341
13394
|
contextWindow: number;
|
|
12342
13395
|
maxTokens: number;
|
|
12343
13396
|
};
|
|
12344
|
-
readonly "
|
|
13397
|
+
readonly "meta-llama/llama-4-scout": {
|
|
12345
13398
|
id: string;
|
|
12346
13399
|
name: string;
|
|
12347
13400
|
api: "openai-completions";
|
|
12348
13401
|
provider: string;
|
|
12349
13402
|
baseUrl: string;
|
|
12350
|
-
reasoning:
|
|
13403
|
+
reasoning: false;
|
|
12351
13404
|
input: ("image" | "text")[];
|
|
12352
13405
|
cost: {
|
|
12353
13406
|
input: number;
|
|
@@ -12358,7 +13411,7 @@ export declare const MODELS: {
|
|
|
12358
13411
|
contextWindow: number;
|
|
12359
13412
|
maxTokens: number;
|
|
12360
13413
|
};
|
|
12361
|
-
readonly "
|
|
13414
|
+
readonly "meta/muse-spark-1.1": {
|
|
12362
13415
|
id: string;
|
|
12363
13416
|
name: string;
|
|
12364
13417
|
api: "openai-completions";
|
|
@@ -12375,7 +13428,7 @@ export declare const MODELS: {
|
|
|
12375
13428
|
contextWindow: number;
|
|
12376
13429
|
maxTokens: number;
|
|
12377
13430
|
};
|
|
12378
|
-
readonly "
|
|
13431
|
+
readonly "meta/muse-spark-1.2": {
|
|
12379
13432
|
id: string;
|
|
12380
13433
|
name: string;
|
|
12381
13434
|
api: "openai-completions";
|
|
@@ -12392,14 +13445,14 @@ export declare const MODELS: {
|
|
|
12392
13445
|
contextWindow: number;
|
|
12393
13446
|
maxTokens: number;
|
|
12394
13447
|
};
|
|
12395
|
-
readonly "
|
|
13448
|
+
readonly "minimax/minimax-m1": {
|
|
12396
13449
|
id: string;
|
|
12397
13450
|
name: string;
|
|
12398
13451
|
api: "openai-completions";
|
|
12399
13452
|
provider: string;
|
|
12400
13453
|
baseUrl: string;
|
|
12401
13454
|
reasoning: true;
|
|
12402
|
-
input:
|
|
13455
|
+
input: "text"[];
|
|
12403
13456
|
cost: {
|
|
12404
13457
|
input: number;
|
|
12405
13458
|
output: number;
|
|
@@ -12409,14 +13462,14 @@ export declare const MODELS: {
|
|
|
12409
13462
|
contextWindow: number;
|
|
12410
13463
|
maxTokens: number;
|
|
12411
13464
|
};
|
|
12412
|
-
readonly "
|
|
13465
|
+
readonly "minimax/minimax-m2": {
|
|
12413
13466
|
id: string;
|
|
12414
13467
|
name: string;
|
|
12415
13468
|
api: "openai-completions";
|
|
12416
13469
|
provider: string;
|
|
12417
13470
|
baseUrl: string;
|
|
12418
13471
|
reasoning: true;
|
|
12419
|
-
input:
|
|
13472
|
+
input: "text"[];
|
|
12420
13473
|
cost: {
|
|
12421
13474
|
input: number;
|
|
12422
13475
|
output: number;
|
|
@@ -12426,14 +13479,14 @@ export declare const MODELS: {
|
|
|
12426
13479
|
contextWindow: number;
|
|
12427
13480
|
maxTokens: number;
|
|
12428
13481
|
};
|
|
12429
|
-
readonly "
|
|
13482
|
+
readonly "minimax/minimax-m2.1": {
|
|
12430
13483
|
id: string;
|
|
12431
13484
|
name: string;
|
|
12432
13485
|
api: "openai-completions";
|
|
12433
13486
|
provider: string;
|
|
12434
13487
|
baseUrl: string;
|
|
12435
13488
|
reasoning: true;
|
|
12436
|
-
input:
|
|
13489
|
+
input: "text"[];
|
|
12437
13490
|
cost: {
|
|
12438
13491
|
input: number;
|
|
12439
13492
|
output: number;
|
|
@@ -12443,14 +13496,14 @@ export declare const MODELS: {
|
|
|
12443
13496
|
contextWindow: number;
|
|
12444
13497
|
maxTokens: number;
|
|
12445
13498
|
};
|
|
12446
|
-
readonly "
|
|
13499
|
+
readonly "minimax/minimax-m2.5": {
|
|
12447
13500
|
id: string;
|
|
12448
13501
|
name: string;
|
|
12449
13502
|
api: "openai-completions";
|
|
12450
13503
|
provider: string;
|
|
12451
13504
|
baseUrl: string;
|
|
12452
13505
|
reasoning: true;
|
|
12453
|
-
input:
|
|
13506
|
+
input: "text"[];
|
|
12454
13507
|
cost: {
|
|
12455
13508
|
input: number;
|
|
12456
13509
|
output: number;
|
|
@@ -12460,14 +13513,14 @@ export declare const MODELS: {
|
|
|
12460
13513
|
contextWindow: number;
|
|
12461
13514
|
maxTokens: number;
|
|
12462
13515
|
};
|
|
12463
|
-
readonly "
|
|
13516
|
+
readonly "minimax/minimax-m2.7": {
|
|
12464
13517
|
id: string;
|
|
12465
13518
|
name: string;
|
|
12466
13519
|
api: "openai-completions";
|
|
12467
13520
|
provider: string;
|
|
12468
13521
|
baseUrl: string;
|
|
12469
13522
|
reasoning: true;
|
|
12470
|
-
input:
|
|
13523
|
+
input: "text"[];
|
|
12471
13524
|
cost: {
|
|
12472
13525
|
input: number;
|
|
12473
13526
|
output: number;
|
|
@@ -12477,7 +13530,7 @@ export declare const MODELS: {
|
|
|
12477
13530
|
contextWindow: number;
|
|
12478
13531
|
maxTokens: number;
|
|
12479
13532
|
};
|
|
12480
|
-
readonly "
|
|
13533
|
+
readonly "minimax/minimax-m3": {
|
|
12481
13534
|
id: string;
|
|
12482
13535
|
name: string;
|
|
12483
13536
|
api: "openai-completions";
|
|
@@ -12494,7 +13547,7 @@ export declare const MODELS: {
|
|
|
12494
13547
|
contextWindow: number;
|
|
12495
13548
|
maxTokens: number;
|
|
12496
13549
|
};
|
|
12497
|
-
readonly "
|
|
13550
|
+
readonly "minimax/minimax-m3:batch": {
|
|
12498
13551
|
id: string;
|
|
12499
13552
|
name: string;
|
|
12500
13553
|
api: "openai-completions";
|
|
@@ -12511,14 +13564,14 @@ export declare const MODELS: {
|
|
|
12511
13564
|
contextWindow: number;
|
|
12512
13565
|
maxTokens: number;
|
|
12513
13566
|
};
|
|
12514
|
-
readonly "
|
|
13567
|
+
readonly "mistralai/codestral-2508": {
|
|
12515
13568
|
id: string;
|
|
12516
13569
|
name: string;
|
|
12517
13570
|
api: "openai-completions";
|
|
12518
13571
|
provider: string;
|
|
12519
13572
|
baseUrl: string;
|
|
12520
|
-
reasoning:
|
|
12521
|
-
input:
|
|
13573
|
+
reasoning: false;
|
|
13574
|
+
input: "text"[];
|
|
12522
13575
|
cost: {
|
|
12523
13576
|
input: number;
|
|
12524
13577
|
output: number;
|
|
@@ -12528,13 +13581,13 @@ export declare const MODELS: {
|
|
|
12528
13581
|
contextWindow: number;
|
|
12529
13582
|
maxTokens: number;
|
|
12530
13583
|
};
|
|
12531
|
-
readonly "
|
|
13584
|
+
readonly "mistralai/ministral-14b-2512": {
|
|
12532
13585
|
id: string;
|
|
12533
13586
|
name: string;
|
|
12534
13587
|
api: "openai-completions";
|
|
12535
13588
|
provider: string;
|
|
12536
13589
|
baseUrl: string;
|
|
12537
|
-
reasoning:
|
|
13590
|
+
reasoning: false;
|
|
12538
13591
|
input: ("image" | "text")[];
|
|
12539
13592
|
cost: {
|
|
12540
13593
|
input: number;
|
|
@@ -12545,13 +13598,13 @@ export declare const MODELS: {
|
|
|
12545
13598
|
contextWindow: number;
|
|
12546
13599
|
maxTokens: number;
|
|
12547
13600
|
};
|
|
12548
|
-
readonly "
|
|
13601
|
+
readonly "mistralai/ministral-3b-2512": {
|
|
12549
13602
|
id: string;
|
|
12550
13603
|
name: string;
|
|
12551
13604
|
api: "openai-completions";
|
|
12552
13605
|
provider: string;
|
|
12553
13606
|
baseUrl: string;
|
|
12554
|
-
reasoning:
|
|
13607
|
+
reasoning: false;
|
|
12555
13608
|
input: ("image" | "text")[];
|
|
12556
13609
|
cost: {
|
|
12557
13610
|
input: number;
|
|
@@ -12562,7 +13615,7 @@ export declare const MODELS: {
|
|
|
12562
13615
|
contextWindow: number;
|
|
12563
13616
|
maxTokens: number;
|
|
12564
13617
|
};
|
|
12565
|
-
readonly "
|
|
13618
|
+
readonly "mistralai/ministral-8b-2512": {
|
|
12566
13619
|
id: string;
|
|
12567
13620
|
name: string;
|
|
12568
13621
|
api: "openai-completions";
|
|
@@ -12579,14 +13632,14 @@ export declare const MODELS: {
|
|
|
12579
13632
|
contextWindow: number;
|
|
12580
13633
|
maxTokens: number;
|
|
12581
13634
|
};
|
|
12582
|
-
readonly "
|
|
13635
|
+
readonly "mistralai/mistral-large": {
|
|
12583
13636
|
id: string;
|
|
12584
13637
|
name: string;
|
|
12585
13638
|
api: "openai-completions";
|
|
12586
13639
|
provider: string;
|
|
12587
13640
|
baseUrl: string;
|
|
12588
13641
|
reasoning: false;
|
|
12589
|
-
input:
|
|
13642
|
+
input: "text"[];
|
|
12590
13643
|
cost: {
|
|
12591
13644
|
input: number;
|
|
12592
13645
|
output: number;
|
|
@@ -12596,13 +13649,30 @@ export declare const MODELS: {
|
|
|
12596
13649
|
contextWindow: number;
|
|
12597
13650
|
maxTokens: number;
|
|
12598
13651
|
};
|
|
12599
|
-
readonly "
|
|
13652
|
+
readonly "mistralai/mistral-large-2407": {
|
|
12600
13653
|
id: string;
|
|
12601
13654
|
name: string;
|
|
12602
13655
|
api: "openai-completions";
|
|
12603
13656
|
provider: string;
|
|
12604
13657
|
baseUrl: string;
|
|
12605
|
-
reasoning:
|
|
13658
|
+
reasoning: false;
|
|
13659
|
+
input: "text"[];
|
|
13660
|
+
cost: {
|
|
13661
|
+
input: number;
|
|
13662
|
+
output: number;
|
|
13663
|
+
cacheRead: number;
|
|
13664
|
+
cacheWrite: number;
|
|
13665
|
+
};
|
|
13666
|
+
contextWindow: number;
|
|
13667
|
+
maxTokens: number;
|
|
13668
|
+
};
|
|
13669
|
+
readonly "mistralai/mistral-large-2512": {
|
|
13670
|
+
id: string;
|
|
13671
|
+
name: string;
|
|
13672
|
+
api: "openai-completions";
|
|
13673
|
+
provider: string;
|
|
13674
|
+
baseUrl: string;
|
|
13675
|
+
reasoning: false;
|
|
12606
13676
|
input: ("image" | "text")[];
|
|
12607
13677
|
cost: {
|
|
12608
13678
|
input: number;
|
|
@@ -12613,13 +13683,13 @@ export declare const MODELS: {
|
|
|
12613
13683
|
contextWindow: number;
|
|
12614
13684
|
maxTokens: number;
|
|
12615
13685
|
};
|
|
12616
|
-
readonly "
|
|
13686
|
+
readonly "mistralai/mistral-medium-3": {
|
|
12617
13687
|
id: string;
|
|
12618
13688
|
name: string;
|
|
12619
13689
|
api: "openai-completions";
|
|
12620
13690
|
provider: string;
|
|
12621
13691
|
baseUrl: string;
|
|
12622
|
-
reasoning:
|
|
13692
|
+
reasoning: false;
|
|
12623
13693
|
input: ("image" | "text")[];
|
|
12624
13694
|
cost: {
|
|
12625
13695
|
input: number;
|
|
@@ -12630,7 +13700,7 @@ export declare const MODELS: {
|
|
|
12630
13700
|
contextWindow: number;
|
|
12631
13701
|
maxTokens: number;
|
|
12632
13702
|
};
|
|
12633
|
-
readonly "
|
|
13703
|
+
readonly "mistralai/mistral-medium-3-5": {
|
|
12634
13704
|
id: string;
|
|
12635
13705
|
name: string;
|
|
12636
13706
|
api: "openai-completions";
|
|
@@ -12647,13 +13717,13 @@ export declare const MODELS: {
|
|
|
12647
13717
|
contextWindow: number;
|
|
12648
13718
|
maxTokens: number;
|
|
12649
13719
|
};
|
|
12650
|
-
readonly "
|
|
13720
|
+
readonly "mistralai/mistral-medium-3.1": {
|
|
12651
13721
|
id: string;
|
|
12652
13722
|
name: string;
|
|
12653
13723
|
api: "openai-completions";
|
|
12654
13724
|
provider: string;
|
|
12655
13725
|
baseUrl: string;
|
|
12656
|
-
reasoning:
|
|
13726
|
+
reasoning: false;
|
|
12657
13727
|
input: ("image" | "text")[];
|
|
12658
13728
|
cost: {
|
|
12659
13729
|
input: number;
|
|
@@ -12664,7 +13734,7 @@ export declare const MODELS: {
|
|
|
12664
13734
|
contextWindow: number;
|
|
12665
13735
|
maxTokens: number;
|
|
12666
13736
|
};
|
|
12667
|
-
readonly "
|
|
13737
|
+
readonly "mistralai/mistral-nemo": {
|
|
12668
13738
|
id: string;
|
|
12669
13739
|
name: string;
|
|
12670
13740
|
api: "openai-completions";
|
|
@@ -12681,17 +13751,48 @@ export declare const MODELS: {
|
|
|
12681
13751
|
contextWindow: number;
|
|
12682
13752
|
maxTokens: number;
|
|
12683
13753
|
};
|
|
12684
|
-
readonly "
|
|
13754
|
+
readonly "mistralai/mistral-saba": {
|
|
13755
|
+
id: string;
|
|
13756
|
+
name: string;
|
|
13757
|
+
api: "openai-completions";
|
|
13758
|
+
provider: string;
|
|
13759
|
+
baseUrl: string;
|
|
13760
|
+
reasoning: false;
|
|
13761
|
+
input: "text"[];
|
|
13762
|
+
cost: {
|
|
13763
|
+
input: number;
|
|
13764
|
+
output: number;
|
|
13765
|
+
cacheRead: number;
|
|
13766
|
+
cacheWrite: number;
|
|
13767
|
+
};
|
|
13768
|
+
contextWindow: number;
|
|
13769
|
+
maxTokens: number;
|
|
13770
|
+
};
|
|
13771
|
+
readonly "mistralai/mistral-small-2603": {
|
|
12685
13772
|
id: string;
|
|
12686
13773
|
name: string;
|
|
12687
13774
|
api: "openai-completions";
|
|
12688
13775
|
provider: string;
|
|
12689
13776
|
baseUrl: string;
|
|
12690
13777
|
reasoning: true;
|
|
12691
|
-
|
|
12692
|
-
|
|
13778
|
+
input: ("image" | "text")[];
|
|
13779
|
+
cost: {
|
|
13780
|
+
input: number;
|
|
13781
|
+
output: number;
|
|
13782
|
+
cacheRead: number;
|
|
13783
|
+
cacheWrite: number;
|
|
12693
13784
|
};
|
|
12694
|
-
|
|
13785
|
+
contextWindow: number;
|
|
13786
|
+
maxTokens: number;
|
|
13787
|
+
};
|
|
13788
|
+
readonly "mistralai/mistral-small-3.2-24b-instruct": {
|
|
13789
|
+
id: string;
|
|
13790
|
+
name: string;
|
|
13791
|
+
api: "openai-completions";
|
|
13792
|
+
provider: string;
|
|
13793
|
+
baseUrl: string;
|
|
13794
|
+
reasoning: false;
|
|
13795
|
+
input: ("image" | "text")[];
|
|
12695
13796
|
cost: {
|
|
12696
13797
|
input: number;
|
|
12697
13798
|
output: number;
|
|
@@ -12701,7 +13802,7 @@ export declare const MODELS: {
|
|
|
12701
13802
|
contextWindow: number;
|
|
12702
13803
|
maxTokens: number;
|
|
12703
13804
|
};
|
|
12704
|
-
readonly "
|
|
13805
|
+
readonly "mistralai/mixtral-8x22b-instruct": {
|
|
12705
13806
|
id: string;
|
|
12706
13807
|
name: string;
|
|
12707
13808
|
api: "openai-completions";
|
|
@@ -12718,7 +13819,7 @@ export declare const MODELS: {
|
|
|
12718
13819
|
contextWindow: number;
|
|
12719
13820
|
maxTokens: number;
|
|
12720
13821
|
};
|
|
12721
|
-
readonly "
|
|
13822
|
+
readonly "mistralai/voxtral-small-24b-2507": {
|
|
12722
13823
|
id: string;
|
|
12723
13824
|
name: string;
|
|
12724
13825
|
api: "openai-completions";
|
|
@@ -12735,13 +13836,13 @@ export declare const MODELS: {
|
|
|
12735
13836
|
contextWindow: number;
|
|
12736
13837
|
maxTokens: number;
|
|
12737
13838
|
};
|
|
12738
|
-
readonly "
|
|
13839
|
+
readonly "moonshotai/kimi-k2": {
|
|
12739
13840
|
id: string;
|
|
12740
13841
|
name: string;
|
|
12741
13842
|
api: "openai-completions";
|
|
12742
13843
|
provider: string;
|
|
12743
13844
|
baseUrl: string;
|
|
12744
|
-
reasoning:
|
|
13845
|
+
reasoning: false;
|
|
12745
13846
|
input: "text"[];
|
|
12746
13847
|
cost: {
|
|
12747
13848
|
input: number;
|
|
@@ -12752,13 +13853,13 @@ export declare const MODELS: {
|
|
|
12752
13853
|
contextWindow: number;
|
|
12753
13854
|
maxTokens: number;
|
|
12754
13855
|
};
|
|
12755
|
-
readonly "
|
|
13856
|
+
readonly "moonshotai/kimi-k2-0905": {
|
|
12756
13857
|
id: string;
|
|
12757
13858
|
name: string;
|
|
12758
13859
|
api: "openai-completions";
|
|
12759
13860
|
provider: string;
|
|
12760
13861
|
baseUrl: string;
|
|
12761
|
-
reasoning:
|
|
13862
|
+
reasoning: false;
|
|
12762
13863
|
input: "text"[];
|
|
12763
13864
|
cost: {
|
|
12764
13865
|
input: number;
|
|
@@ -12769,7 +13870,7 @@ export declare const MODELS: {
|
|
|
12769
13870
|
contextWindow: number;
|
|
12770
13871
|
maxTokens: number;
|
|
12771
13872
|
};
|
|
12772
|
-
readonly "
|
|
13873
|
+
readonly "moonshotai/kimi-k2-thinking": {
|
|
12773
13874
|
id: string;
|
|
12774
13875
|
name: string;
|
|
12775
13876
|
api: "openai-completions";
|
|
@@ -12786,14 +13887,14 @@ export declare const MODELS: {
|
|
|
12786
13887
|
contextWindow: number;
|
|
12787
13888
|
maxTokens: number;
|
|
12788
13889
|
};
|
|
12789
|
-
readonly "
|
|
13890
|
+
readonly "moonshotai/kimi-k2.5": {
|
|
12790
13891
|
id: string;
|
|
12791
13892
|
name: string;
|
|
12792
13893
|
api: "openai-completions";
|
|
12793
13894
|
provider: string;
|
|
12794
13895
|
baseUrl: string;
|
|
12795
|
-
reasoning:
|
|
12796
|
-
input: "text"[];
|
|
13896
|
+
reasoning: true;
|
|
13897
|
+
input: ("image" | "text")[];
|
|
12797
13898
|
cost: {
|
|
12798
13899
|
input: number;
|
|
12799
13900
|
output: number;
|
|
@@ -12803,14 +13904,17 @@ export declare const MODELS: {
|
|
|
12803
13904
|
contextWindow: number;
|
|
12804
13905
|
maxTokens: number;
|
|
12805
13906
|
};
|
|
12806
|
-
readonly "
|
|
13907
|
+
readonly "moonshotai/kimi-k2.6": {
|
|
12807
13908
|
id: string;
|
|
12808
13909
|
name: string;
|
|
12809
13910
|
api: "openai-completions";
|
|
12810
13911
|
provider: string;
|
|
12811
13912
|
baseUrl: string;
|
|
12812
|
-
|
|
12813
|
-
|
|
13913
|
+
compat: {
|
|
13914
|
+
supportsDeveloperRole: false;
|
|
13915
|
+
};
|
|
13916
|
+
reasoning: true;
|
|
13917
|
+
input: ("image" | "text")[];
|
|
12814
13918
|
cost: {
|
|
12815
13919
|
input: number;
|
|
12816
13920
|
output: number;
|
|
@@ -12820,14 +13924,14 @@ export declare const MODELS: {
|
|
|
12820
13924
|
contextWindow: number;
|
|
12821
13925
|
maxTokens: number;
|
|
12822
13926
|
};
|
|
12823
|
-
readonly "
|
|
13927
|
+
readonly "moonshotai/kimi-k2.7-code": {
|
|
12824
13928
|
id: string;
|
|
12825
13929
|
name: string;
|
|
12826
13930
|
api: "openai-completions";
|
|
12827
13931
|
provider: string;
|
|
12828
13932
|
baseUrl: string;
|
|
12829
|
-
reasoning:
|
|
12830
|
-
input: "text"[];
|
|
13933
|
+
reasoning: true;
|
|
13934
|
+
input: ("image" | "text")[];
|
|
12831
13935
|
cost: {
|
|
12832
13936
|
input: number;
|
|
12833
13937
|
output: number;
|
|
@@ -12837,14 +13941,14 @@ export declare const MODELS: {
|
|
|
12837
13941
|
contextWindow: number;
|
|
12838
13942
|
maxTokens: number;
|
|
12839
13943
|
};
|
|
12840
|
-
readonly "
|
|
13944
|
+
readonly "moonshotai/kimi-k2.7-code:batch": {
|
|
12841
13945
|
id: string;
|
|
12842
13946
|
name: string;
|
|
12843
13947
|
api: "openai-completions";
|
|
12844
13948
|
provider: string;
|
|
12845
13949
|
baseUrl: string;
|
|
12846
13950
|
reasoning: true;
|
|
12847
|
-
input: "text"[];
|
|
13951
|
+
input: ("image" | "text")[];
|
|
12848
13952
|
cost: {
|
|
12849
13953
|
input: number;
|
|
12850
13954
|
output: number;
|
|
@@ -12854,14 +13958,14 @@ export declare const MODELS: {
|
|
|
12854
13958
|
contextWindow: number;
|
|
12855
13959
|
maxTokens: number;
|
|
12856
13960
|
};
|
|
12857
|
-
readonly "
|
|
13961
|
+
readonly "moonshotai/kimi-k3": {
|
|
12858
13962
|
id: string;
|
|
12859
13963
|
name: string;
|
|
12860
13964
|
api: "openai-completions";
|
|
12861
13965
|
provider: string;
|
|
12862
13966
|
baseUrl: string;
|
|
12863
|
-
reasoning:
|
|
12864
|
-
input: "text"[];
|
|
13967
|
+
reasoning: true;
|
|
13968
|
+
input: ("image" | "text")[];
|
|
12865
13969
|
cost: {
|
|
12866
13970
|
input: number;
|
|
12867
13971
|
output: number;
|
|
@@ -12871,14 +13975,14 @@ export declare const MODELS: {
|
|
|
12871
13975
|
contextWindow: number;
|
|
12872
13976
|
maxTokens: number;
|
|
12873
13977
|
};
|
|
12874
|
-
readonly "
|
|
13978
|
+
readonly "nex-agi/nex-n2-mini": {
|
|
12875
13979
|
id: string;
|
|
12876
13980
|
name: string;
|
|
12877
13981
|
api: "openai-completions";
|
|
12878
13982
|
provider: string;
|
|
12879
13983
|
baseUrl: string;
|
|
12880
|
-
reasoning:
|
|
12881
|
-
input: "text"[];
|
|
13984
|
+
reasoning: true;
|
|
13985
|
+
input: ("image" | "text")[];
|
|
12882
13986
|
cost: {
|
|
12883
13987
|
input: number;
|
|
12884
13988
|
output: number;
|
|
@@ -12888,14 +13992,14 @@ export declare const MODELS: {
|
|
|
12888
13992
|
contextWindow: number;
|
|
12889
13993
|
maxTokens: number;
|
|
12890
13994
|
};
|
|
12891
|
-
readonly "
|
|
13995
|
+
readonly "nex-agi/nex-n2-pro": {
|
|
12892
13996
|
id: string;
|
|
12893
13997
|
name: string;
|
|
12894
13998
|
api: "openai-completions";
|
|
12895
13999
|
provider: string;
|
|
12896
14000
|
baseUrl: string;
|
|
12897
|
-
reasoning:
|
|
12898
|
-
input: "text"[];
|
|
14001
|
+
reasoning: true;
|
|
14002
|
+
input: ("image" | "text")[];
|
|
12899
14003
|
cost: {
|
|
12900
14004
|
input: number;
|
|
12901
14005
|
output: number;
|
|
@@ -12905,14 +14009,14 @@ export declare const MODELS: {
|
|
|
12905
14009
|
contextWindow: number;
|
|
12906
14010
|
maxTokens: number;
|
|
12907
14011
|
};
|
|
12908
|
-
readonly "
|
|
14012
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b": {
|
|
12909
14013
|
id: string;
|
|
12910
14014
|
name: string;
|
|
12911
14015
|
api: "openai-completions";
|
|
12912
14016
|
provider: string;
|
|
12913
14017
|
baseUrl: string;
|
|
12914
|
-
reasoning:
|
|
12915
|
-
input:
|
|
14018
|
+
reasoning: true;
|
|
14019
|
+
input: "text"[];
|
|
12916
14020
|
cost: {
|
|
12917
14021
|
input: number;
|
|
12918
14022
|
output: number;
|
|
@@ -12922,14 +14026,14 @@ export declare const MODELS: {
|
|
|
12922
14026
|
contextWindow: number;
|
|
12923
14027
|
maxTokens: number;
|
|
12924
14028
|
};
|
|
12925
|
-
readonly "
|
|
14029
|
+
readonly "nvidia/nemotron-3-nano-30b-a3b:free": {
|
|
12926
14030
|
id: string;
|
|
12927
14031
|
name: string;
|
|
12928
14032
|
api: "openai-completions";
|
|
12929
14033
|
provider: string;
|
|
12930
14034
|
baseUrl: string;
|
|
12931
|
-
reasoning:
|
|
12932
|
-
input:
|
|
14035
|
+
reasoning: true;
|
|
14036
|
+
input: "text"[];
|
|
12933
14037
|
cost: {
|
|
12934
14038
|
input: number;
|
|
12935
14039
|
output: number;
|
|
@@ -12939,7 +14043,7 @@ export declare const MODELS: {
|
|
|
12939
14043
|
contextWindow: number;
|
|
12940
14044
|
maxTokens: number;
|
|
12941
14045
|
};
|
|
12942
|
-
readonly "
|
|
14046
|
+
readonly "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
12943
14047
|
id: string;
|
|
12944
14048
|
name: string;
|
|
12945
14049
|
api: "openai-completions";
|
|
@@ -12956,14 +14060,14 @@ export declare const MODELS: {
|
|
|
12956
14060
|
contextWindow: number;
|
|
12957
14061
|
maxTokens: number;
|
|
12958
14062
|
};
|
|
12959
|
-
readonly "
|
|
14063
|
+
readonly "nvidia/nemotron-3-super-120b-a12b": {
|
|
12960
14064
|
id: string;
|
|
12961
14065
|
name: string;
|
|
12962
14066
|
api: "openai-completions";
|
|
12963
14067
|
provider: string;
|
|
12964
14068
|
baseUrl: string;
|
|
12965
14069
|
reasoning: true;
|
|
12966
|
-
input:
|
|
14070
|
+
input: "text"[];
|
|
12967
14071
|
cost: {
|
|
12968
14072
|
input: number;
|
|
12969
14073
|
output: number;
|
|
@@ -12973,7 +14077,7 @@ export declare const MODELS: {
|
|
|
12973
14077
|
contextWindow: number;
|
|
12974
14078
|
maxTokens: number;
|
|
12975
14079
|
};
|
|
12976
|
-
readonly "
|
|
14080
|
+
readonly "nvidia/nemotron-3-super-120b-a12b:free": {
|
|
12977
14081
|
id: string;
|
|
12978
14082
|
name: string;
|
|
12979
14083
|
api: "openai-completions";
|
|
@@ -12990,7 +14094,7 @@ export declare const MODELS: {
|
|
|
12990
14094
|
contextWindow: number;
|
|
12991
14095
|
maxTokens: number;
|
|
12992
14096
|
};
|
|
12993
|
-
readonly "
|
|
14097
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b": {
|
|
12994
14098
|
id: string;
|
|
12995
14099
|
name: string;
|
|
12996
14100
|
api: "openai-completions";
|
|
@@ -13007,7 +14111,7 @@ export declare const MODELS: {
|
|
|
13007
14111
|
contextWindow: number;
|
|
13008
14112
|
maxTokens: number;
|
|
13009
14113
|
};
|
|
13010
|
-
readonly "
|
|
14114
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:batch": {
|
|
13011
14115
|
id: string;
|
|
13012
14116
|
name: string;
|
|
13013
14117
|
api: "openai-completions";
|
|
@@ -13024,7 +14128,7 @@ export declare const MODELS: {
|
|
|
13024
14128
|
contextWindow: number;
|
|
13025
14129
|
maxTokens: number;
|
|
13026
14130
|
};
|
|
13027
|
-
readonly "
|
|
14131
|
+
readonly "nvidia/nemotron-3-ultra-550b-a55b:free": {
|
|
13028
14132
|
id: string;
|
|
13029
14133
|
name: string;
|
|
13030
14134
|
api: "openai-completions";
|
|
@@ -13041,14 +14145,14 @@ export declare const MODELS: {
|
|
|
13041
14145
|
contextWindow: number;
|
|
13042
14146
|
maxTokens: number;
|
|
13043
14147
|
};
|
|
13044
|
-
readonly "
|
|
14148
|
+
readonly "nvidia/nemotron-nano-12b-v2-vl:free": {
|
|
13045
14149
|
id: string;
|
|
13046
14150
|
name: string;
|
|
13047
14151
|
api: "openai-completions";
|
|
13048
14152
|
provider: string;
|
|
13049
14153
|
baseUrl: string;
|
|
13050
14154
|
reasoning: true;
|
|
13051
|
-
input: "text"[];
|
|
14155
|
+
input: ("image" | "text")[];
|
|
13052
14156
|
cost: {
|
|
13053
14157
|
input: number;
|
|
13054
14158
|
output: number;
|
|
@@ -13058,14 +14162,14 @@ export declare const MODELS: {
|
|
|
13058
14162
|
contextWindow: number;
|
|
13059
14163
|
maxTokens: number;
|
|
13060
14164
|
};
|
|
13061
|
-
readonly "
|
|
14165
|
+
readonly "nvidia/nemotron-nano-9b-v2:free": {
|
|
13062
14166
|
id: string;
|
|
13063
14167
|
name: string;
|
|
13064
14168
|
api: "openai-completions";
|
|
13065
14169
|
provider: string;
|
|
13066
14170
|
baseUrl: string;
|
|
13067
14171
|
reasoning: true;
|
|
13068
|
-
input:
|
|
14172
|
+
input: "text"[];
|
|
13069
14173
|
cost: {
|
|
13070
14174
|
input: number;
|
|
13071
14175
|
output: number;
|
|
@@ -13075,7 +14179,7 @@ export declare const MODELS: {
|
|
|
13075
14179
|
contextWindow: number;
|
|
13076
14180
|
maxTokens: number;
|
|
13077
14181
|
};
|
|
13078
|
-
readonly "
|
|
14182
|
+
readonly "openai/gpt-3.5-turbo": {
|
|
13079
14183
|
id: string;
|
|
13080
14184
|
name: string;
|
|
13081
14185
|
api: "openai-completions";
|
|
@@ -13092,14 +14196,14 @@ export declare const MODELS: {
|
|
|
13092
14196
|
contextWindow: number;
|
|
13093
14197
|
maxTokens: number;
|
|
13094
14198
|
};
|
|
13095
|
-
readonly "
|
|
14199
|
+
readonly "openai/gpt-3.5-turbo-0613": {
|
|
13096
14200
|
id: string;
|
|
13097
14201
|
name: string;
|
|
13098
14202
|
api: "openai-completions";
|
|
13099
14203
|
provider: string;
|
|
13100
14204
|
baseUrl: string;
|
|
13101
14205
|
reasoning: false;
|
|
13102
|
-
input:
|
|
14206
|
+
input: "text"[];
|
|
13103
14207
|
cost: {
|
|
13104
14208
|
input: number;
|
|
13105
14209
|
output: number;
|
|
@@ -13109,14 +14213,14 @@ export declare const MODELS: {
|
|
|
13109
14213
|
contextWindow: number;
|
|
13110
14214
|
maxTokens: number;
|
|
13111
14215
|
};
|
|
13112
|
-
readonly "
|
|
14216
|
+
readonly "openai/gpt-3.5-turbo-16k": {
|
|
13113
14217
|
id: string;
|
|
13114
14218
|
name: string;
|
|
13115
14219
|
api: "openai-completions";
|
|
13116
14220
|
provider: string;
|
|
13117
14221
|
baseUrl: string;
|
|
13118
14222
|
reasoning: false;
|
|
13119
|
-
input:
|
|
14223
|
+
input: "text"[];
|
|
13120
14224
|
cost: {
|
|
13121
14225
|
input: number;
|
|
13122
14226
|
output: number;
|
|
@@ -13126,14 +14230,14 @@ export declare const MODELS: {
|
|
|
13126
14230
|
contextWindow: number;
|
|
13127
14231
|
maxTokens: number;
|
|
13128
14232
|
};
|
|
13129
|
-
readonly "
|
|
14233
|
+
readonly "openai/gpt-3.5-turbo:batch": {
|
|
13130
14234
|
id: string;
|
|
13131
14235
|
name: string;
|
|
13132
14236
|
api: "openai-completions";
|
|
13133
14237
|
provider: string;
|
|
13134
14238
|
baseUrl: string;
|
|
13135
14239
|
reasoning: false;
|
|
13136
|
-
input:
|
|
14240
|
+
input: "text"[];
|
|
13137
14241
|
cost: {
|
|
13138
14242
|
input: number;
|
|
13139
14243
|
output: number;
|
|
@@ -13143,7 +14247,7 @@ export declare const MODELS: {
|
|
|
13143
14247
|
contextWindow: number;
|
|
13144
14248
|
maxTokens: number;
|
|
13145
14249
|
};
|
|
13146
|
-
readonly "
|
|
14250
|
+
readonly "openai/gpt-4": {
|
|
13147
14251
|
id: string;
|
|
13148
14252
|
name: string;
|
|
13149
14253
|
api: "openai-completions";
|
|
@@ -13160,14 +14264,14 @@ export declare const MODELS: {
|
|
|
13160
14264
|
contextWindow: number;
|
|
13161
14265
|
maxTokens: number;
|
|
13162
14266
|
};
|
|
13163
|
-
readonly "
|
|
14267
|
+
readonly "openai/gpt-4-turbo": {
|
|
13164
14268
|
id: string;
|
|
13165
14269
|
name: string;
|
|
13166
14270
|
api: "openai-completions";
|
|
13167
14271
|
provider: string;
|
|
13168
14272
|
baseUrl: string;
|
|
13169
14273
|
reasoning: false;
|
|
13170
|
-
input: "text"[];
|
|
14274
|
+
input: ("image" | "text")[];
|
|
13171
14275
|
cost: {
|
|
13172
14276
|
input: number;
|
|
13173
14277
|
output: number;
|
|
@@ -13177,14 +14281,14 @@ export declare const MODELS: {
|
|
|
13177
14281
|
contextWindow: number;
|
|
13178
14282
|
maxTokens: number;
|
|
13179
14283
|
};
|
|
13180
|
-
readonly "
|
|
14284
|
+
readonly "openai/gpt-4-turbo-preview": {
|
|
13181
14285
|
id: string;
|
|
13182
14286
|
name: string;
|
|
13183
14287
|
api: "openai-completions";
|
|
13184
14288
|
provider: string;
|
|
13185
14289
|
baseUrl: string;
|
|
13186
14290
|
reasoning: false;
|
|
13187
|
-
input:
|
|
14291
|
+
input: "text"[];
|
|
13188
14292
|
cost: {
|
|
13189
14293
|
input: number;
|
|
13190
14294
|
output: number;
|
|
@@ -13194,7 +14298,7 @@ export declare const MODELS: {
|
|
|
13194
14298
|
contextWindow: number;
|
|
13195
14299
|
maxTokens: number;
|
|
13196
14300
|
};
|
|
13197
|
-
readonly "
|
|
14301
|
+
readonly "openai/gpt-4-turbo:batch": {
|
|
13198
14302
|
id: string;
|
|
13199
14303
|
name: string;
|
|
13200
14304
|
api: "openai-completions";
|
|
@@ -13211,13 +14315,13 @@ export declare const MODELS: {
|
|
|
13211
14315
|
contextWindow: number;
|
|
13212
14316
|
maxTokens: number;
|
|
13213
14317
|
};
|
|
13214
|
-
readonly "
|
|
14318
|
+
readonly "openai/gpt-4.1": {
|
|
13215
14319
|
id: string;
|
|
13216
14320
|
name: string;
|
|
13217
14321
|
api: "openai-completions";
|
|
13218
14322
|
provider: string;
|
|
13219
14323
|
baseUrl: string;
|
|
13220
|
-
reasoning:
|
|
14324
|
+
reasoning: false;
|
|
13221
14325
|
input: ("image" | "text")[];
|
|
13222
14326
|
cost: {
|
|
13223
14327
|
input: number;
|
|
@@ -13228,7 +14332,7 @@ export declare const MODELS: {
|
|
|
13228
14332
|
contextWindow: number;
|
|
13229
14333
|
maxTokens: number;
|
|
13230
14334
|
};
|
|
13231
|
-
readonly "
|
|
14335
|
+
readonly "openai/gpt-4.1-mini": {
|
|
13232
14336
|
id: string;
|
|
13233
14337
|
name: string;
|
|
13234
14338
|
api: "openai-completions";
|
|
@@ -13245,14 +14349,14 @@ export declare const MODELS: {
|
|
|
13245
14349
|
contextWindow: number;
|
|
13246
14350
|
maxTokens: number;
|
|
13247
14351
|
};
|
|
13248
|
-
readonly "
|
|
14352
|
+
readonly "openai/gpt-4.1-mini:batch": {
|
|
13249
14353
|
id: string;
|
|
13250
14354
|
name: string;
|
|
13251
14355
|
api: "openai-completions";
|
|
13252
14356
|
provider: string;
|
|
13253
14357
|
baseUrl: string;
|
|
13254
14358
|
reasoning: false;
|
|
13255
|
-
input: "text"[];
|
|
14359
|
+
input: ("image" | "text")[];
|
|
13256
14360
|
cost: {
|
|
13257
14361
|
input: number;
|
|
13258
14362
|
output: number;
|
|
@@ -13262,14 +14366,14 @@ export declare const MODELS: {
|
|
|
13262
14366
|
contextWindow: number;
|
|
13263
14367
|
maxTokens: number;
|
|
13264
14368
|
};
|
|
13265
|
-
readonly "
|
|
14369
|
+
readonly "openai/gpt-4.1-nano": {
|
|
13266
14370
|
id: string;
|
|
13267
14371
|
name: string;
|
|
13268
14372
|
api: "openai-completions";
|
|
13269
14373
|
provider: string;
|
|
13270
14374
|
baseUrl: string;
|
|
13271
14375
|
reasoning: false;
|
|
13272
|
-
input: "text"[];
|
|
14376
|
+
input: ("image" | "text")[];
|
|
13273
14377
|
cost: {
|
|
13274
14378
|
input: number;
|
|
13275
14379
|
output: number;
|
|
@@ -13279,13 +14383,13 @@ export declare const MODELS: {
|
|
|
13279
14383
|
contextWindow: number;
|
|
13280
14384
|
maxTokens: number;
|
|
13281
14385
|
};
|
|
13282
|
-
readonly "
|
|
14386
|
+
readonly "openai/gpt-4.1-nano:batch": {
|
|
13283
14387
|
id: string;
|
|
13284
14388
|
name: string;
|
|
13285
14389
|
api: "openai-completions";
|
|
13286
14390
|
provider: string;
|
|
13287
14391
|
baseUrl: string;
|
|
13288
|
-
reasoning:
|
|
14392
|
+
reasoning: false;
|
|
13289
14393
|
input: ("image" | "text")[];
|
|
13290
14394
|
cost: {
|
|
13291
14395
|
input: number;
|
|
@@ -13296,7 +14400,7 @@ export declare const MODELS: {
|
|
|
13296
14400
|
contextWindow: number;
|
|
13297
14401
|
maxTokens: number;
|
|
13298
14402
|
};
|
|
13299
|
-
readonly "
|
|
14403
|
+
readonly "openai/gpt-4.1:batch": {
|
|
13300
14404
|
id: string;
|
|
13301
14405
|
name: string;
|
|
13302
14406
|
api: "openai-completions";
|
|
@@ -13313,14 +14417,14 @@ export declare const MODELS: {
|
|
|
13313
14417
|
contextWindow: number;
|
|
13314
14418
|
maxTokens: number;
|
|
13315
14419
|
};
|
|
13316
|
-
readonly "
|
|
14420
|
+
readonly "openai/gpt-4o": {
|
|
13317
14421
|
id: string;
|
|
13318
14422
|
name: string;
|
|
13319
14423
|
api: "openai-completions";
|
|
13320
14424
|
provider: string;
|
|
13321
14425
|
baseUrl: string;
|
|
13322
14426
|
reasoning: false;
|
|
13323
|
-
input: "text"[];
|
|
14427
|
+
input: ("image" | "text")[];
|
|
13324
14428
|
cost: {
|
|
13325
14429
|
input: number;
|
|
13326
14430
|
output: number;
|
|
@@ -13330,14 +14434,14 @@ export declare const MODELS: {
|
|
|
13330
14434
|
contextWindow: number;
|
|
13331
14435
|
maxTokens: number;
|
|
13332
14436
|
};
|
|
13333
|
-
readonly "
|
|
14437
|
+
readonly "openai/gpt-4o-2024-05-13": {
|
|
13334
14438
|
id: string;
|
|
13335
14439
|
name: string;
|
|
13336
14440
|
api: "openai-completions";
|
|
13337
14441
|
provider: string;
|
|
13338
14442
|
baseUrl: string;
|
|
13339
14443
|
reasoning: false;
|
|
13340
|
-
input: "text"[];
|
|
14444
|
+
input: ("image" | "text")[];
|
|
13341
14445
|
cost: {
|
|
13342
14446
|
input: number;
|
|
13343
14447
|
output: number;
|
|
@@ -13347,14 +14451,14 @@ export declare const MODELS: {
|
|
|
13347
14451
|
contextWindow: number;
|
|
13348
14452
|
maxTokens: number;
|
|
13349
14453
|
};
|
|
13350
|
-
readonly "
|
|
14454
|
+
readonly "openai/gpt-4o-2024-08-06": {
|
|
13351
14455
|
id: string;
|
|
13352
14456
|
name: string;
|
|
13353
14457
|
api: "openai-completions";
|
|
13354
14458
|
provider: string;
|
|
13355
14459
|
baseUrl: string;
|
|
13356
14460
|
reasoning: false;
|
|
13357
|
-
input: "text"[];
|
|
14461
|
+
input: ("image" | "text")[];
|
|
13358
14462
|
cost: {
|
|
13359
14463
|
input: number;
|
|
13360
14464
|
output: number;
|
|
@@ -13364,14 +14468,14 @@ export declare const MODELS: {
|
|
|
13364
14468
|
contextWindow: number;
|
|
13365
14469
|
maxTokens: number;
|
|
13366
14470
|
};
|
|
13367
|
-
readonly "
|
|
14471
|
+
readonly "openai/gpt-4o-2024-11-20": {
|
|
13368
14472
|
id: string;
|
|
13369
14473
|
name: string;
|
|
13370
14474
|
api: "openai-completions";
|
|
13371
14475
|
provider: string;
|
|
13372
14476
|
baseUrl: string;
|
|
13373
14477
|
reasoning: false;
|
|
13374
|
-
input: "text"[];
|
|
14478
|
+
input: ("image" | "text")[];
|
|
13375
14479
|
cost: {
|
|
13376
14480
|
input: number;
|
|
13377
14481
|
output: number;
|
|
@@ -13381,14 +14485,14 @@ export declare const MODELS: {
|
|
|
13381
14485
|
contextWindow: number;
|
|
13382
14486
|
maxTokens: number;
|
|
13383
14487
|
};
|
|
13384
|
-
readonly "
|
|
14488
|
+
readonly "openai/gpt-4o-mini": {
|
|
13385
14489
|
id: string;
|
|
13386
14490
|
name: string;
|
|
13387
14491
|
api: "openai-completions";
|
|
13388
14492
|
provider: string;
|
|
13389
14493
|
baseUrl: string;
|
|
13390
|
-
reasoning:
|
|
13391
|
-
input: "text"[];
|
|
14494
|
+
reasoning: false;
|
|
14495
|
+
input: ("image" | "text")[];
|
|
13392
14496
|
cost: {
|
|
13393
14497
|
input: number;
|
|
13394
14498
|
output: number;
|
|
@@ -13398,13 +14502,13 @@ export declare const MODELS: {
|
|
|
13398
14502
|
contextWindow: number;
|
|
13399
14503
|
maxTokens: number;
|
|
13400
14504
|
};
|
|
13401
|
-
readonly "
|
|
14505
|
+
readonly "openai/gpt-4o-mini-2024-07-18": {
|
|
13402
14506
|
id: string;
|
|
13403
14507
|
name: string;
|
|
13404
14508
|
api: "openai-completions";
|
|
13405
14509
|
provider: string;
|
|
13406
14510
|
baseUrl: string;
|
|
13407
|
-
reasoning:
|
|
14511
|
+
reasoning: false;
|
|
13408
14512
|
input: ("image" | "text")[];
|
|
13409
14513
|
cost: {
|
|
13410
14514
|
input: number;
|
|
@@ -13415,16 +14519,13 @@ export declare const MODELS: {
|
|
|
13415
14519
|
contextWindow: number;
|
|
13416
14520
|
maxTokens: number;
|
|
13417
14521
|
};
|
|
13418
|
-
readonly "
|
|
14522
|
+
readonly "openai/gpt-4o-mini:batch": {
|
|
13419
14523
|
id: string;
|
|
13420
14524
|
name: string;
|
|
13421
14525
|
api: "openai-completions";
|
|
13422
14526
|
provider: string;
|
|
13423
14527
|
baseUrl: string;
|
|
13424
|
-
|
|
13425
|
-
supportsDeveloperRole: false;
|
|
13426
|
-
};
|
|
13427
|
-
reasoning: true;
|
|
14528
|
+
reasoning: false;
|
|
13428
14529
|
input: ("image" | "text")[];
|
|
13429
14530
|
cost: {
|
|
13430
14531
|
input: number;
|
|
@@ -13435,13 +14536,13 @@ export declare const MODELS: {
|
|
|
13435
14536
|
contextWindow: number;
|
|
13436
14537
|
maxTokens: number;
|
|
13437
14538
|
};
|
|
13438
|
-
readonly "
|
|
14539
|
+
readonly "openai/gpt-4o:batch": {
|
|
13439
14540
|
id: string;
|
|
13440
14541
|
name: string;
|
|
13441
14542
|
api: "openai-completions";
|
|
13442
14543
|
provider: string;
|
|
13443
14544
|
baseUrl: string;
|
|
13444
|
-
reasoning:
|
|
14545
|
+
reasoning: false;
|
|
13445
14546
|
input: ("image" | "text")[];
|
|
13446
14547
|
cost: {
|
|
13447
14548
|
input: number;
|
|
@@ -13452,7 +14553,7 @@ export declare const MODELS: {
|
|
|
13452
14553
|
contextWindow: number;
|
|
13453
14554
|
maxTokens: number;
|
|
13454
14555
|
};
|
|
13455
|
-
readonly "
|
|
14556
|
+
readonly "openai/gpt-5": {
|
|
13456
14557
|
id: string;
|
|
13457
14558
|
name: string;
|
|
13458
14559
|
api: "openai-completions";
|
|
@@ -13469,7 +14570,7 @@ export declare const MODELS: {
|
|
|
13469
14570
|
contextWindow: number;
|
|
13470
14571
|
maxTokens: number;
|
|
13471
14572
|
};
|
|
13472
|
-
readonly "
|
|
14573
|
+
readonly "openai/gpt-5-codex:batch": {
|
|
13473
14574
|
id: string;
|
|
13474
14575
|
name: string;
|
|
13475
14576
|
api: "openai-completions";
|
|
@@ -13486,7 +14587,7 @@ export declare const MODELS: {
|
|
|
13486
14587
|
contextWindow: number;
|
|
13487
14588
|
maxTokens: number;
|
|
13488
14589
|
};
|
|
13489
|
-
readonly "
|
|
14590
|
+
readonly "openai/gpt-5-mini": {
|
|
13490
14591
|
id: string;
|
|
13491
14592
|
name: string;
|
|
13492
14593
|
api: "openai-completions";
|
|
@@ -13503,14 +14604,14 @@ export declare const MODELS: {
|
|
|
13503
14604
|
contextWindow: number;
|
|
13504
14605
|
maxTokens: number;
|
|
13505
14606
|
};
|
|
13506
|
-
readonly "
|
|
14607
|
+
readonly "openai/gpt-5-mini:batch": {
|
|
13507
14608
|
id: string;
|
|
13508
14609
|
name: string;
|
|
13509
14610
|
api: "openai-completions";
|
|
13510
14611
|
provider: string;
|
|
13511
14612
|
baseUrl: string;
|
|
13512
14613
|
reasoning: true;
|
|
13513
|
-
input: "text"[];
|
|
14614
|
+
input: ("image" | "text")[];
|
|
13514
14615
|
cost: {
|
|
13515
14616
|
input: number;
|
|
13516
14617
|
output: number;
|
|
@@ -13520,14 +14621,14 @@ export declare const MODELS: {
|
|
|
13520
14621
|
contextWindow: number;
|
|
13521
14622
|
maxTokens: number;
|
|
13522
14623
|
};
|
|
13523
|
-
readonly "
|
|
14624
|
+
readonly "openai/gpt-5-nano": {
|
|
13524
14625
|
id: string;
|
|
13525
14626
|
name: string;
|
|
13526
14627
|
api: "openai-completions";
|
|
13527
14628
|
provider: string;
|
|
13528
14629
|
baseUrl: string;
|
|
13529
14630
|
reasoning: true;
|
|
13530
|
-
input: "text"[];
|
|
14631
|
+
input: ("image" | "text")[];
|
|
13531
14632
|
cost: {
|
|
13532
14633
|
input: number;
|
|
13533
14634
|
output: number;
|
|
@@ -13537,7 +14638,7 @@ export declare const MODELS: {
|
|
|
13537
14638
|
contextWindow: number;
|
|
13538
14639
|
maxTokens: number;
|
|
13539
14640
|
};
|
|
13540
|
-
readonly "
|
|
14641
|
+
readonly "openai/gpt-5-nano:batch": {
|
|
13541
14642
|
id: string;
|
|
13542
14643
|
name: string;
|
|
13543
14644
|
api: "openai-completions";
|
|
@@ -13554,14 +14655,14 @@ export declare const MODELS: {
|
|
|
13554
14655
|
contextWindow: number;
|
|
13555
14656
|
maxTokens: number;
|
|
13556
14657
|
};
|
|
13557
|
-
readonly "
|
|
14658
|
+
readonly "openai/gpt-5-pro": {
|
|
13558
14659
|
id: string;
|
|
13559
14660
|
name: string;
|
|
13560
14661
|
api: "openai-completions";
|
|
13561
14662
|
provider: string;
|
|
13562
14663
|
baseUrl: string;
|
|
13563
14664
|
reasoning: true;
|
|
13564
|
-
input: "text"[];
|
|
14665
|
+
input: ("image" | "text")[];
|
|
13565
14666
|
cost: {
|
|
13566
14667
|
input: number;
|
|
13567
14668
|
output: number;
|
|
@@ -13571,14 +14672,14 @@ export declare const MODELS: {
|
|
|
13571
14672
|
contextWindow: number;
|
|
13572
14673
|
maxTokens: number;
|
|
13573
14674
|
};
|
|
13574
|
-
readonly "
|
|
14675
|
+
readonly "openai/gpt-5-pro:batch": {
|
|
13575
14676
|
id: string;
|
|
13576
14677
|
name: string;
|
|
13577
14678
|
api: "openai-completions";
|
|
13578
14679
|
provider: string;
|
|
13579
14680
|
baseUrl: string;
|
|
13580
14681
|
reasoning: true;
|
|
13581
|
-
input: "text"[];
|
|
14682
|
+
input: ("image" | "text")[];
|
|
13582
14683
|
cost: {
|
|
13583
14684
|
input: number;
|
|
13584
14685
|
output: number;
|
|
@@ -13588,14 +14689,14 @@ export declare const MODELS: {
|
|
|
13588
14689
|
contextWindow: number;
|
|
13589
14690
|
maxTokens: number;
|
|
13590
14691
|
};
|
|
13591
|
-
readonly "
|
|
14692
|
+
readonly "openai/gpt-5.1": {
|
|
13592
14693
|
id: string;
|
|
13593
14694
|
name: string;
|
|
13594
14695
|
api: "openai-completions";
|
|
13595
14696
|
provider: string;
|
|
13596
14697
|
baseUrl: string;
|
|
13597
14698
|
reasoning: true;
|
|
13598
|
-
input: "text"[];
|
|
14699
|
+
input: ("image" | "text")[];
|
|
13599
14700
|
cost: {
|
|
13600
14701
|
input: number;
|
|
13601
14702
|
output: number;
|
|
@@ -13605,14 +14706,14 @@ export declare const MODELS: {
|
|
|
13605
14706
|
contextWindow: number;
|
|
13606
14707
|
maxTokens: number;
|
|
13607
14708
|
};
|
|
13608
|
-
readonly "
|
|
14709
|
+
readonly "openai/gpt-5.1-codex": {
|
|
13609
14710
|
id: string;
|
|
13610
14711
|
name: string;
|
|
13611
14712
|
api: "openai-completions";
|
|
13612
14713
|
provider: string;
|
|
13613
14714
|
baseUrl: string;
|
|
13614
14715
|
reasoning: true;
|
|
13615
|
-
input: "text"[];
|
|
14716
|
+
input: ("image" | "text")[];
|
|
13616
14717
|
cost: {
|
|
13617
14718
|
input: number;
|
|
13618
14719
|
output: number;
|
|
@@ -13622,7 +14723,7 @@ export declare const MODELS: {
|
|
|
13622
14723
|
contextWindow: number;
|
|
13623
14724
|
maxTokens: number;
|
|
13624
14725
|
};
|
|
13625
|
-
readonly "
|
|
14726
|
+
readonly "openai/gpt-5.1-codex-max": {
|
|
13626
14727
|
id: string;
|
|
13627
14728
|
name: string;
|
|
13628
14729
|
api: "openai-completions";
|
|
@@ -13639,14 +14740,14 @@ export declare const MODELS: {
|
|
|
13639
14740
|
contextWindow: number;
|
|
13640
14741
|
maxTokens: number;
|
|
13641
14742
|
};
|
|
13642
|
-
readonly "
|
|
14743
|
+
readonly "openai/gpt-5.1-codex-mini": {
|
|
13643
14744
|
id: string;
|
|
13644
14745
|
name: string;
|
|
13645
14746
|
api: "openai-completions";
|
|
13646
14747
|
provider: string;
|
|
13647
14748
|
baseUrl: string;
|
|
13648
14749
|
reasoning: true;
|
|
13649
|
-
input: "text"[];
|
|
14750
|
+
input: ("image" | "text")[];
|
|
13650
14751
|
cost: {
|
|
13651
14752
|
input: number;
|
|
13652
14753
|
output: number;
|
|
@@ -13656,14 +14757,14 @@ export declare const MODELS: {
|
|
|
13656
14757
|
contextWindow: number;
|
|
13657
14758
|
maxTokens: number;
|
|
13658
14759
|
};
|
|
13659
|
-
readonly "openai/gpt-
|
|
14760
|
+
readonly "openai/gpt-5.1:batch": {
|
|
13660
14761
|
id: string;
|
|
13661
14762
|
name: string;
|
|
13662
14763
|
api: "openai-completions";
|
|
13663
14764
|
provider: string;
|
|
13664
14765
|
baseUrl: string;
|
|
13665
|
-
reasoning:
|
|
13666
|
-
input: "text"[];
|
|
14766
|
+
reasoning: true;
|
|
14767
|
+
input: ("image" | "text")[];
|
|
13667
14768
|
cost: {
|
|
13668
14769
|
input: number;
|
|
13669
14770
|
output: number;
|
|
@@ -13673,14 +14774,17 @@ export declare const MODELS: {
|
|
|
13673
14774
|
contextWindow: number;
|
|
13674
14775
|
maxTokens: number;
|
|
13675
14776
|
};
|
|
13676
|
-
readonly "openai/gpt-
|
|
14777
|
+
readonly "openai/gpt-5.2": {
|
|
13677
14778
|
id: string;
|
|
13678
14779
|
name: string;
|
|
13679
14780
|
api: "openai-completions";
|
|
13680
14781
|
provider: string;
|
|
13681
14782
|
baseUrl: string;
|
|
13682
|
-
reasoning:
|
|
13683
|
-
|
|
14783
|
+
reasoning: true;
|
|
14784
|
+
thinkingLevelMap: {
|
|
14785
|
+
xhigh: string;
|
|
14786
|
+
};
|
|
14787
|
+
input: ("image" | "text")[];
|
|
13684
14788
|
cost: {
|
|
13685
14789
|
input: number;
|
|
13686
14790
|
output: number;
|
|
@@ -13690,14 +14794,17 @@ export declare const MODELS: {
|
|
|
13690
14794
|
contextWindow: number;
|
|
13691
14795
|
maxTokens: number;
|
|
13692
14796
|
};
|
|
13693
|
-
readonly "openai/gpt-
|
|
14797
|
+
readonly "openai/gpt-5.2-chat": {
|
|
13694
14798
|
id: string;
|
|
13695
14799
|
name: string;
|
|
13696
14800
|
api: "openai-completions";
|
|
13697
14801
|
provider: string;
|
|
13698
14802
|
baseUrl: string;
|
|
13699
14803
|
reasoning: false;
|
|
13700
|
-
|
|
14804
|
+
thinkingLevelMap: {
|
|
14805
|
+
xhigh: string;
|
|
14806
|
+
};
|
|
14807
|
+
input: ("image" | "text")[];
|
|
13701
14808
|
cost: {
|
|
13702
14809
|
input: number;
|
|
13703
14810
|
output: number;
|
|
@@ -13707,14 +14814,17 @@ export declare const MODELS: {
|
|
|
13707
14814
|
contextWindow: number;
|
|
13708
14815
|
maxTokens: number;
|
|
13709
14816
|
};
|
|
13710
|
-
readonly "openai/gpt-
|
|
14817
|
+
readonly "openai/gpt-5.2-codex": {
|
|
13711
14818
|
id: string;
|
|
13712
14819
|
name: string;
|
|
13713
14820
|
api: "openai-completions";
|
|
13714
14821
|
provider: string;
|
|
13715
14822
|
baseUrl: string;
|
|
13716
|
-
reasoning:
|
|
13717
|
-
|
|
14823
|
+
reasoning: true;
|
|
14824
|
+
thinkingLevelMap: {
|
|
14825
|
+
xhigh: string;
|
|
14826
|
+
};
|
|
14827
|
+
input: ("image" | "text")[];
|
|
13718
14828
|
cost: {
|
|
13719
14829
|
input: number;
|
|
13720
14830
|
output: number;
|
|
@@ -13724,13 +14834,16 @@ export declare const MODELS: {
|
|
|
13724
14834
|
contextWindow: number;
|
|
13725
14835
|
maxTokens: number;
|
|
13726
14836
|
};
|
|
13727
|
-
readonly "openai/gpt-
|
|
14837
|
+
readonly "openai/gpt-5.2-pro": {
|
|
13728
14838
|
id: string;
|
|
13729
14839
|
name: string;
|
|
13730
14840
|
api: "openai-completions";
|
|
13731
14841
|
provider: string;
|
|
13732
14842
|
baseUrl: string;
|
|
13733
|
-
reasoning:
|
|
14843
|
+
reasoning: true;
|
|
14844
|
+
thinkingLevelMap: {
|
|
14845
|
+
xhigh: string;
|
|
14846
|
+
};
|
|
13734
14847
|
input: ("image" | "text")[];
|
|
13735
14848
|
cost: {
|
|
13736
14849
|
input: number;
|
|
@@ -13741,14 +14854,17 @@ export declare const MODELS: {
|
|
|
13741
14854
|
contextWindow: number;
|
|
13742
14855
|
maxTokens: number;
|
|
13743
14856
|
};
|
|
13744
|
-
readonly "openai/gpt-
|
|
14857
|
+
readonly "openai/gpt-5.2-pro:batch": {
|
|
13745
14858
|
id: string;
|
|
13746
14859
|
name: string;
|
|
13747
14860
|
api: "openai-completions";
|
|
13748
14861
|
provider: string;
|
|
13749
14862
|
baseUrl: string;
|
|
13750
|
-
reasoning:
|
|
13751
|
-
|
|
14863
|
+
reasoning: true;
|
|
14864
|
+
thinkingLevelMap: {
|
|
14865
|
+
xhigh: string;
|
|
14866
|
+
};
|
|
14867
|
+
input: ("image" | "text")[];
|
|
13752
14868
|
cost: {
|
|
13753
14869
|
input: number;
|
|
13754
14870
|
output: number;
|
|
@@ -13758,13 +14874,16 @@ export declare const MODELS: {
|
|
|
13758
14874
|
contextWindow: number;
|
|
13759
14875
|
maxTokens: number;
|
|
13760
14876
|
};
|
|
13761
|
-
readonly "openai/gpt-
|
|
14877
|
+
readonly "openai/gpt-5.2:batch": {
|
|
13762
14878
|
id: string;
|
|
13763
14879
|
name: string;
|
|
13764
14880
|
api: "openai-completions";
|
|
13765
14881
|
provider: string;
|
|
13766
14882
|
baseUrl: string;
|
|
13767
|
-
reasoning:
|
|
14883
|
+
reasoning: true;
|
|
14884
|
+
thinkingLevelMap: {
|
|
14885
|
+
xhigh: string;
|
|
14886
|
+
};
|
|
13768
14887
|
input: ("image" | "text")[];
|
|
13769
14888
|
cost: {
|
|
13770
14889
|
input: number;
|
|
@@ -13775,13 +14894,16 @@ export declare const MODELS: {
|
|
|
13775
14894
|
contextWindow: number;
|
|
13776
14895
|
maxTokens: number;
|
|
13777
14896
|
};
|
|
13778
|
-
readonly "openai/gpt-
|
|
14897
|
+
readonly "openai/gpt-5.3-chat": {
|
|
13779
14898
|
id: string;
|
|
13780
14899
|
name: string;
|
|
13781
14900
|
api: "openai-completions";
|
|
13782
14901
|
provider: string;
|
|
13783
14902
|
baseUrl: string;
|
|
13784
14903
|
reasoning: false;
|
|
14904
|
+
thinkingLevelMap: {
|
|
14905
|
+
xhigh: string;
|
|
14906
|
+
};
|
|
13785
14907
|
input: ("image" | "text")[];
|
|
13786
14908
|
cost: {
|
|
13787
14909
|
input: number;
|
|
@@ -13792,13 +14914,16 @@ export declare const MODELS: {
|
|
|
13792
14914
|
contextWindow: number;
|
|
13793
14915
|
maxTokens: number;
|
|
13794
14916
|
};
|
|
13795
|
-
readonly "openai/gpt-
|
|
14917
|
+
readonly "openai/gpt-5.3-codex": {
|
|
13796
14918
|
id: string;
|
|
13797
14919
|
name: string;
|
|
13798
14920
|
api: "openai-completions";
|
|
13799
14921
|
provider: string;
|
|
13800
14922
|
baseUrl: string;
|
|
13801
|
-
reasoning:
|
|
14923
|
+
reasoning: true;
|
|
14924
|
+
thinkingLevelMap: {
|
|
14925
|
+
xhigh: string;
|
|
14926
|
+
};
|
|
13802
14927
|
input: ("image" | "text")[];
|
|
13803
14928
|
cost: {
|
|
13804
14929
|
input: number;
|
|
@@ -13809,13 +14934,16 @@ export declare const MODELS: {
|
|
|
13809
14934
|
contextWindow: number;
|
|
13810
14935
|
maxTokens: number;
|
|
13811
14936
|
};
|
|
13812
|
-
readonly "openai/gpt-
|
|
14937
|
+
readonly "openai/gpt-5.4": {
|
|
13813
14938
|
id: string;
|
|
13814
14939
|
name: string;
|
|
13815
14940
|
api: "openai-completions";
|
|
13816
14941
|
provider: string;
|
|
13817
14942
|
baseUrl: string;
|
|
13818
|
-
reasoning:
|
|
14943
|
+
reasoning: true;
|
|
14944
|
+
thinkingLevelMap: {
|
|
14945
|
+
xhigh: string;
|
|
14946
|
+
};
|
|
13819
14947
|
input: ("image" | "text")[];
|
|
13820
14948
|
cost: {
|
|
13821
14949
|
input: number;
|
|
@@ -13826,13 +14954,16 @@ export declare const MODELS: {
|
|
|
13826
14954
|
contextWindow: number;
|
|
13827
14955
|
maxTokens: number;
|
|
13828
14956
|
};
|
|
13829
|
-
readonly "openai/gpt-
|
|
14957
|
+
readonly "openai/gpt-5.4-mini": {
|
|
13830
14958
|
id: string;
|
|
13831
14959
|
name: string;
|
|
13832
14960
|
api: "openai-completions";
|
|
13833
14961
|
provider: string;
|
|
13834
14962
|
baseUrl: string;
|
|
13835
|
-
reasoning:
|
|
14963
|
+
reasoning: true;
|
|
14964
|
+
thinkingLevelMap: {
|
|
14965
|
+
xhigh: string;
|
|
14966
|
+
};
|
|
13836
14967
|
input: ("image" | "text")[];
|
|
13837
14968
|
cost: {
|
|
13838
14969
|
input: number;
|
|
@@ -13843,13 +14974,16 @@ export declare const MODELS: {
|
|
|
13843
14974
|
contextWindow: number;
|
|
13844
14975
|
maxTokens: number;
|
|
13845
14976
|
};
|
|
13846
|
-
readonly "openai/gpt-
|
|
14977
|
+
readonly "openai/gpt-5.4-mini:batch": {
|
|
13847
14978
|
id: string;
|
|
13848
14979
|
name: string;
|
|
13849
14980
|
api: "openai-completions";
|
|
13850
14981
|
provider: string;
|
|
13851
14982
|
baseUrl: string;
|
|
13852
|
-
reasoning:
|
|
14983
|
+
reasoning: true;
|
|
14984
|
+
thinkingLevelMap: {
|
|
14985
|
+
xhigh: string;
|
|
14986
|
+
};
|
|
13853
14987
|
input: ("image" | "text")[];
|
|
13854
14988
|
cost: {
|
|
13855
14989
|
input: number;
|
|
@@ -13860,13 +14994,16 @@ export declare const MODELS: {
|
|
|
13860
14994
|
contextWindow: number;
|
|
13861
14995
|
maxTokens: number;
|
|
13862
14996
|
};
|
|
13863
|
-
readonly "openai/gpt-
|
|
14997
|
+
readonly "openai/gpt-5.4-nano": {
|
|
13864
14998
|
id: string;
|
|
13865
14999
|
name: string;
|
|
13866
15000
|
api: "openai-completions";
|
|
13867
15001
|
provider: string;
|
|
13868
15002
|
baseUrl: string;
|
|
13869
|
-
reasoning:
|
|
15003
|
+
reasoning: true;
|
|
15004
|
+
thinkingLevelMap: {
|
|
15005
|
+
xhigh: string;
|
|
15006
|
+
};
|
|
13870
15007
|
input: ("image" | "text")[];
|
|
13871
15008
|
cost: {
|
|
13872
15009
|
input: number;
|
|
@@ -13877,13 +15014,16 @@ export declare const MODELS: {
|
|
|
13877
15014
|
contextWindow: number;
|
|
13878
15015
|
maxTokens: number;
|
|
13879
15016
|
};
|
|
13880
|
-
readonly "openai/gpt-
|
|
15017
|
+
readonly "openai/gpt-5.4-nano:batch": {
|
|
13881
15018
|
id: string;
|
|
13882
15019
|
name: string;
|
|
13883
15020
|
api: "openai-completions";
|
|
13884
15021
|
provider: string;
|
|
13885
15022
|
baseUrl: string;
|
|
13886
|
-
reasoning:
|
|
15023
|
+
reasoning: true;
|
|
15024
|
+
thinkingLevelMap: {
|
|
15025
|
+
xhigh: string;
|
|
15026
|
+
};
|
|
13887
15027
|
input: ("image" | "text")[];
|
|
13888
15028
|
cost: {
|
|
13889
15029
|
input: number;
|
|
@@ -13894,13 +15034,16 @@ export declare const MODELS: {
|
|
|
13894
15034
|
contextWindow: number;
|
|
13895
15035
|
maxTokens: number;
|
|
13896
15036
|
};
|
|
13897
|
-
readonly "openai/gpt-
|
|
15037
|
+
readonly "openai/gpt-5.4-pro": {
|
|
13898
15038
|
id: string;
|
|
13899
15039
|
name: string;
|
|
13900
15040
|
api: "openai-completions";
|
|
13901
15041
|
provider: string;
|
|
13902
15042
|
baseUrl: string;
|
|
13903
|
-
reasoning:
|
|
15043
|
+
reasoning: true;
|
|
15044
|
+
thinkingLevelMap: {
|
|
15045
|
+
xhigh: string;
|
|
15046
|
+
};
|
|
13904
15047
|
input: ("image" | "text")[];
|
|
13905
15048
|
cost: {
|
|
13906
15049
|
input: number;
|
|
@@ -13911,13 +15054,16 @@ export declare const MODELS: {
|
|
|
13911
15054
|
contextWindow: number;
|
|
13912
15055
|
maxTokens: number;
|
|
13913
15056
|
};
|
|
13914
|
-
readonly "openai/gpt-5": {
|
|
15057
|
+
readonly "openai/gpt-5.4-pro:batch": {
|
|
13915
15058
|
id: string;
|
|
13916
15059
|
name: string;
|
|
13917
15060
|
api: "openai-completions";
|
|
13918
15061
|
provider: string;
|
|
13919
15062
|
baseUrl: string;
|
|
13920
15063
|
reasoning: true;
|
|
15064
|
+
thinkingLevelMap: {
|
|
15065
|
+
xhigh: string;
|
|
15066
|
+
};
|
|
13921
15067
|
input: ("image" | "text")[];
|
|
13922
15068
|
cost: {
|
|
13923
15069
|
input: number;
|
|
@@ -13928,13 +15074,16 @@ export declare const MODELS: {
|
|
|
13928
15074
|
contextWindow: number;
|
|
13929
15075
|
maxTokens: number;
|
|
13930
15076
|
};
|
|
13931
|
-
readonly "openai/gpt-5
|
|
15077
|
+
readonly "openai/gpt-5.4:batch": {
|
|
13932
15078
|
id: string;
|
|
13933
15079
|
name: string;
|
|
13934
15080
|
api: "openai-completions";
|
|
13935
15081
|
provider: string;
|
|
13936
15082
|
baseUrl: string;
|
|
13937
15083
|
reasoning: true;
|
|
15084
|
+
thinkingLevelMap: {
|
|
15085
|
+
xhigh: string;
|
|
15086
|
+
};
|
|
13938
15087
|
input: ("image" | "text")[];
|
|
13939
15088
|
cost: {
|
|
13940
15089
|
input: number;
|
|
@@ -13945,13 +15094,16 @@ export declare const MODELS: {
|
|
|
13945
15094
|
contextWindow: number;
|
|
13946
15095
|
maxTokens: number;
|
|
13947
15096
|
};
|
|
13948
|
-
readonly "openai/gpt-5
|
|
15097
|
+
readonly "openai/gpt-5.5": {
|
|
13949
15098
|
id: string;
|
|
13950
15099
|
name: string;
|
|
13951
15100
|
api: "openai-completions";
|
|
13952
15101
|
provider: string;
|
|
13953
15102
|
baseUrl: string;
|
|
13954
15103
|
reasoning: true;
|
|
15104
|
+
thinkingLevelMap: {
|
|
15105
|
+
xhigh: string;
|
|
15106
|
+
};
|
|
13955
15107
|
input: ("image" | "text")[];
|
|
13956
15108
|
cost: {
|
|
13957
15109
|
input: number;
|
|
@@ -13962,13 +15114,19 @@ export declare const MODELS: {
|
|
|
13962
15114
|
contextWindow: number;
|
|
13963
15115
|
maxTokens: number;
|
|
13964
15116
|
};
|
|
13965
|
-
readonly "openai/gpt-5-pro": {
|
|
15117
|
+
readonly "openai/gpt-5.5-pro": {
|
|
13966
15118
|
id: string;
|
|
13967
15119
|
name: string;
|
|
13968
15120
|
api: "openai-completions";
|
|
13969
15121
|
provider: string;
|
|
13970
15122
|
baseUrl: string;
|
|
13971
15123
|
reasoning: true;
|
|
15124
|
+
thinkingLevelMap: {
|
|
15125
|
+
xhigh: string;
|
|
15126
|
+
off: null;
|
|
15127
|
+
minimal: null;
|
|
15128
|
+
low: null;
|
|
15129
|
+
};
|
|
13972
15130
|
input: ("image" | "text")[];
|
|
13973
15131
|
cost: {
|
|
13974
15132
|
input: number;
|
|
@@ -13979,13 +15137,16 @@ export declare const MODELS: {
|
|
|
13979
15137
|
contextWindow: number;
|
|
13980
15138
|
maxTokens: number;
|
|
13981
15139
|
};
|
|
13982
|
-
readonly "openai/gpt-5.
|
|
15140
|
+
readonly "openai/gpt-5.5-pro:batch": {
|
|
13983
15141
|
id: string;
|
|
13984
15142
|
name: string;
|
|
13985
15143
|
api: "openai-completions";
|
|
13986
15144
|
provider: string;
|
|
13987
15145
|
baseUrl: string;
|
|
13988
15146
|
reasoning: true;
|
|
15147
|
+
thinkingLevelMap: {
|
|
15148
|
+
xhigh: string;
|
|
15149
|
+
};
|
|
13989
15150
|
input: ("image" | "text")[];
|
|
13990
15151
|
cost: {
|
|
13991
15152
|
input: number;
|
|
@@ -13996,13 +15157,16 @@ export declare const MODELS: {
|
|
|
13996
15157
|
contextWindow: number;
|
|
13997
15158
|
maxTokens: number;
|
|
13998
15159
|
};
|
|
13999
|
-
readonly "openai/gpt-5.
|
|
15160
|
+
readonly "openai/gpt-5.5:batch": {
|
|
14000
15161
|
id: string;
|
|
14001
15162
|
name: string;
|
|
14002
15163
|
api: "openai-completions";
|
|
14003
15164
|
provider: string;
|
|
14004
15165
|
baseUrl: string;
|
|
14005
15166
|
reasoning: true;
|
|
15167
|
+
thinkingLevelMap: {
|
|
15168
|
+
xhigh: string;
|
|
15169
|
+
};
|
|
14006
15170
|
input: ("image" | "text")[];
|
|
14007
15171
|
cost: {
|
|
14008
15172
|
input: number;
|
|
@@ -14013,13 +15177,17 @@ export declare const MODELS: {
|
|
|
14013
15177
|
contextWindow: number;
|
|
14014
15178
|
maxTokens: number;
|
|
14015
15179
|
};
|
|
14016
|
-
readonly "openai/gpt-5.
|
|
15180
|
+
readonly "openai/gpt-5.6-luna": {
|
|
14017
15181
|
id: string;
|
|
14018
15182
|
name: string;
|
|
14019
15183
|
api: "openai-completions";
|
|
14020
15184
|
provider: string;
|
|
14021
15185
|
baseUrl: string;
|
|
14022
15186
|
reasoning: true;
|
|
15187
|
+
thinkingLevelMap: {
|
|
15188
|
+
xhigh: string;
|
|
15189
|
+
max: string;
|
|
15190
|
+
};
|
|
14023
15191
|
input: ("image" | "text")[];
|
|
14024
15192
|
cost: {
|
|
14025
15193
|
input: number;
|
|
@@ -14030,13 +15198,17 @@ export declare const MODELS: {
|
|
|
14030
15198
|
contextWindow: number;
|
|
14031
15199
|
maxTokens: number;
|
|
14032
15200
|
};
|
|
14033
|
-
readonly "openai/gpt-5.
|
|
15201
|
+
readonly "openai/gpt-5.6-luna-pro": {
|
|
14034
15202
|
id: string;
|
|
14035
15203
|
name: string;
|
|
14036
15204
|
api: "openai-completions";
|
|
14037
15205
|
provider: string;
|
|
14038
15206
|
baseUrl: string;
|
|
14039
15207
|
reasoning: true;
|
|
15208
|
+
thinkingLevelMap: {
|
|
15209
|
+
xhigh: string;
|
|
15210
|
+
max: string;
|
|
15211
|
+
};
|
|
14040
15212
|
input: ("image" | "text")[];
|
|
14041
15213
|
cost: {
|
|
14042
15214
|
input: number;
|
|
@@ -14047,7 +15219,7 @@ export declare const MODELS: {
|
|
|
14047
15219
|
contextWindow: number;
|
|
14048
15220
|
maxTokens: number;
|
|
14049
15221
|
};
|
|
14050
|
-
readonly "openai/gpt-5.
|
|
15222
|
+
readonly "openai/gpt-5.6-luna-pro:batch": {
|
|
14051
15223
|
id: string;
|
|
14052
15224
|
name: string;
|
|
14053
15225
|
api: "openai-completions";
|
|
@@ -14056,6 +15228,7 @@ export declare const MODELS: {
|
|
|
14056
15228
|
reasoning: true;
|
|
14057
15229
|
thinkingLevelMap: {
|
|
14058
15230
|
xhigh: string;
|
|
15231
|
+
max: string;
|
|
14059
15232
|
};
|
|
14060
15233
|
input: ("image" | "text")[];
|
|
14061
15234
|
cost: {
|
|
@@ -14067,15 +15240,16 @@ export declare const MODELS: {
|
|
|
14067
15240
|
contextWindow: number;
|
|
14068
15241
|
maxTokens: number;
|
|
14069
15242
|
};
|
|
14070
|
-
readonly "openai/gpt-5.
|
|
15243
|
+
readonly "openai/gpt-5.6-luna:batch": {
|
|
14071
15244
|
id: string;
|
|
14072
15245
|
name: string;
|
|
14073
15246
|
api: "openai-completions";
|
|
14074
15247
|
provider: string;
|
|
14075
15248
|
baseUrl: string;
|
|
14076
|
-
reasoning:
|
|
15249
|
+
reasoning: true;
|
|
14077
15250
|
thinkingLevelMap: {
|
|
14078
15251
|
xhigh: string;
|
|
15252
|
+
max: string;
|
|
14079
15253
|
};
|
|
14080
15254
|
input: ("image" | "text")[];
|
|
14081
15255
|
cost: {
|
|
@@ -14087,7 +15261,7 @@ export declare const MODELS: {
|
|
|
14087
15261
|
contextWindow: number;
|
|
14088
15262
|
maxTokens: number;
|
|
14089
15263
|
};
|
|
14090
|
-
readonly "openai/gpt-5.
|
|
15264
|
+
readonly "openai/gpt-5.6-sol": {
|
|
14091
15265
|
id: string;
|
|
14092
15266
|
name: string;
|
|
14093
15267
|
api: "openai-completions";
|
|
@@ -14096,6 +15270,7 @@ export declare const MODELS: {
|
|
|
14096
15270
|
reasoning: true;
|
|
14097
15271
|
thinkingLevelMap: {
|
|
14098
15272
|
xhigh: string;
|
|
15273
|
+
max: string;
|
|
14099
15274
|
};
|
|
14100
15275
|
input: ("image" | "text")[];
|
|
14101
15276
|
cost: {
|
|
@@ -14107,7 +15282,7 @@ export declare const MODELS: {
|
|
|
14107
15282
|
contextWindow: number;
|
|
14108
15283
|
maxTokens: number;
|
|
14109
15284
|
};
|
|
14110
|
-
readonly "openai/gpt-5.
|
|
15285
|
+
readonly "openai/gpt-5.6-sol-pro": {
|
|
14111
15286
|
id: string;
|
|
14112
15287
|
name: string;
|
|
14113
15288
|
api: "openai-completions";
|
|
@@ -14116,6 +15291,7 @@ export declare const MODELS: {
|
|
|
14116
15291
|
reasoning: true;
|
|
14117
15292
|
thinkingLevelMap: {
|
|
14118
15293
|
xhigh: string;
|
|
15294
|
+
max: string;
|
|
14119
15295
|
};
|
|
14120
15296
|
input: ("image" | "text")[];
|
|
14121
15297
|
cost: {
|
|
@@ -14127,15 +15303,16 @@ export declare const MODELS: {
|
|
|
14127
15303
|
contextWindow: number;
|
|
14128
15304
|
maxTokens: number;
|
|
14129
15305
|
};
|
|
14130
|
-
readonly "openai/gpt-5.
|
|
15306
|
+
readonly "openai/gpt-5.6-sol-pro:batch": {
|
|
14131
15307
|
id: string;
|
|
14132
15308
|
name: string;
|
|
14133
15309
|
api: "openai-completions";
|
|
14134
15310
|
provider: string;
|
|
14135
15311
|
baseUrl: string;
|
|
14136
|
-
reasoning:
|
|
15312
|
+
reasoning: true;
|
|
14137
15313
|
thinkingLevelMap: {
|
|
14138
15314
|
xhigh: string;
|
|
15315
|
+
max: string;
|
|
14139
15316
|
};
|
|
14140
15317
|
input: ("image" | "text")[];
|
|
14141
15318
|
cost: {
|
|
@@ -14147,7 +15324,7 @@ export declare const MODELS: {
|
|
|
14147
15324
|
contextWindow: number;
|
|
14148
15325
|
maxTokens: number;
|
|
14149
15326
|
};
|
|
14150
|
-
readonly "openai/gpt-5.
|
|
15327
|
+
readonly "openai/gpt-5.6-sol:batch": {
|
|
14151
15328
|
id: string;
|
|
14152
15329
|
name: string;
|
|
14153
15330
|
api: "openai-completions";
|
|
@@ -14156,6 +15333,7 @@ export declare const MODELS: {
|
|
|
14156
15333
|
reasoning: true;
|
|
14157
15334
|
thinkingLevelMap: {
|
|
14158
15335
|
xhigh: string;
|
|
15336
|
+
max: string;
|
|
14159
15337
|
};
|
|
14160
15338
|
input: ("image" | "text")[];
|
|
14161
15339
|
cost: {
|
|
@@ -14167,7 +15345,7 @@ export declare const MODELS: {
|
|
|
14167
15345
|
contextWindow: number;
|
|
14168
15346
|
maxTokens: number;
|
|
14169
15347
|
};
|
|
14170
|
-
readonly "openai/gpt-5.
|
|
15348
|
+
readonly "openai/gpt-5.6-terra": {
|
|
14171
15349
|
id: string;
|
|
14172
15350
|
name: string;
|
|
14173
15351
|
api: "openai-completions";
|
|
@@ -14176,6 +15354,7 @@ export declare const MODELS: {
|
|
|
14176
15354
|
reasoning: true;
|
|
14177
15355
|
thinkingLevelMap: {
|
|
14178
15356
|
xhigh: string;
|
|
15357
|
+
max: string;
|
|
14179
15358
|
};
|
|
14180
15359
|
input: ("image" | "text")[];
|
|
14181
15360
|
cost: {
|
|
@@ -14187,7 +15366,7 @@ export declare const MODELS: {
|
|
|
14187
15366
|
contextWindow: number;
|
|
14188
15367
|
maxTokens: number;
|
|
14189
15368
|
};
|
|
14190
|
-
readonly "openai/gpt-5.
|
|
15369
|
+
readonly "openai/gpt-5.6-terra-pro": {
|
|
14191
15370
|
id: string;
|
|
14192
15371
|
name: string;
|
|
14193
15372
|
api: "openai-completions";
|
|
@@ -14196,6 +15375,7 @@ export declare const MODELS: {
|
|
|
14196
15375
|
reasoning: true;
|
|
14197
15376
|
thinkingLevelMap: {
|
|
14198
15377
|
xhigh: string;
|
|
15378
|
+
max: string;
|
|
14199
15379
|
};
|
|
14200
15380
|
input: ("image" | "text")[];
|
|
14201
15381
|
cost: {
|
|
@@ -14207,7 +15387,7 @@ export declare const MODELS: {
|
|
|
14207
15387
|
contextWindow: number;
|
|
14208
15388
|
maxTokens: number;
|
|
14209
15389
|
};
|
|
14210
|
-
readonly "openai/gpt-5.
|
|
15390
|
+
readonly "openai/gpt-5.6-terra-pro:batch": {
|
|
14211
15391
|
id: string;
|
|
14212
15392
|
name: string;
|
|
14213
15393
|
api: "openai-completions";
|
|
@@ -14216,6 +15396,7 @@ export declare const MODELS: {
|
|
|
14216
15396
|
reasoning: true;
|
|
14217
15397
|
thinkingLevelMap: {
|
|
14218
15398
|
xhigh: string;
|
|
15399
|
+
max: string;
|
|
14219
15400
|
};
|
|
14220
15401
|
input: ("image" | "text")[];
|
|
14221
15402
|
cost: {
|
|
@@ -14227,7 +15408,7 @@ export declare const MODELS: {
|
|
|
14227
15408
|
contextWindow: number;
|
|
14228
15409
|
maxTokens: number;
|
|
14229
15410
|
};
|
|
14230
|
-
readonly "openai/gpt-5.
|
|
15411
|
+
readonly "openai/gpt-5.6-terra:batch": {
|
|
14231
15412
|
id: string;
|
|
14232
15413
|
name: string;
|
|
14233
15414
|
api: "openai-completions";
|
|
@@ -14236,6 +15417,7 @@ export declare const MODELS: {
|
|
|
14236
15417
|
reasoning: true;
|
|
14237
15418
|
thinkingLevelMap: {
|
|
14238
15419
|
xhigh: string;
|
|
15420
|
+
max: string;
|
|
14239
15421
|
};
|
|
14240
15422
|
input: ("image" | "text")[];
|
|
14241
15423
|
cost: {
|
|
@@ -14247,16 +15429,13 @@ export declare const MODELS: {
|
|
|
14247
15429
|
contextWindow: number;
|
|
14248
15430
|
maxTokens: number;
|
|
14249
15431
|
};
|
|
14250
|
-
readonly "openai/gpt-5
|
|
15432
|
+
readonly "openai/gpt-5:batch": {
|
|
14251
15433
|
id: string;
|
|
14252
15434
|
name: string;
|
|
14253
15435
|
api: "openai-completions";
|
|
14254
15436
|
provider: string;
|
|
14255
15437
|
baseUrl: string;
|
|
14256
15438
|
reasoning: true;
|
|
14257
|
-
thinkingLevelMap: {
|
|
14258
|
-
xhigh: string;
|
|
14259
|
-
};
|
|
14260
15439
|
input: ("image" | "text")[];
|
|
14261
15440
|
cost: {
|
|
14262
15441
|
input: number;
|
|
@@ -14267,20 +15446,14 @@ export declare const MODELS: {
|
|
|
14267
15446
|
contextWindow: number;
|
|
14268
15447
|
maxTokens: number;
|
|
14269
15448
|
};
|
|
14270
|
-
readonly "openai/gpt-
|
|
15449
|
+
readonly "openai/gpt-audio": {
|
|
14271
15450
|
id: string;
|
|
14272
15451
|
name: string;
|
|
14273
15452
|
api: "openai-completions";
|
|
14274
15453
|
provider: string;
|
|
14275
15454
|
baseUrl: string;
|
|
14276
|
-
reasoning:
|
|
14277
|
-
|
|
14278
|
-
xhigh: string;
|
|
14279
|
-
off: null;
|
|
14280
|
-
minimal: null;
|
|
14281
|
-
low: null;
|
|
14282
|
-
};
|
|
14283
|
-
input: ("image" | "text")[];
|
|
15455
|
+
reasoning: false;
|
|
15456
|
+
input: "text"[];
|
|
14284
15457
|
cost: {
|
|
14285
15458
|
input: number;
|
|
14286
15459
|
output: number;
|
|
@@ -14290,18 +15463,14 @@ export declare const MODELS: {
|
|
|
14290
15463
|
contextWindow: number;
|
|
14291
15464
|
maxTokens: number;
|
|
14292
15465
|
};
|
|
14293
|
-
readonly "openai/gpt-
|
|
15466
|
+
readonly "openai/gpt-audio-mini": {
|
|
14294
15467
|
id: string;
|
|
14295
15468
|
name: string;
|
|
14296
15469
|
api: "openai-completions";
|
|
14297
15470
|
provider: string;
|
|
14298
15471
|
baseUrl: string;
|
|
14299
|
-
reasoning:
|
|
14300
|
-
|
|
14301
|
-
xhigh: string;
|
|
14302
|
-
max: string;
|
|
14303
|
-
};
|
|
14304
|
-
input: ("image" | "text")[];
|
|
15472
|
+
reasoning: false;
|
|
15473
|
+
input: "text"[];
|
|
14305
15474
|
cost: {
|
|
14306
15475
|
input: number;
|
|
14307
15476
|
output: number;
|
|
@@ -14311,17 +15480,13 @@ export declare const MODELS: {
|
|
|
14311
15480
|
contextWindow: number;
|
|
14312
15481
|
maxTokens: number;
|
|
14313
15482
|
};
|
|
14314
|
-
readonly "openai/gpt-
|
|
15483
|
+
readonly "openai/gpt-chat-latest": {
|
|
14315
15484
|
id: string;
|
|
14316
15485
|
name: string;
|
|
14317
15486
|
api: "openai-completions";
|
|
14318
15487
|
provider: string;
|
|
14319
15488
|
baseUrl: string;
|
|
14320
|
-
reasoning:
|
|
14321
|
-
thinkingLevelMap: {
|
|
14322
|
-
xhigh: string;
|
|
14323
|
-
max: string;
|
|
14324
|
-
};
|
|
15489
|
+
reasoning: false;
|
|
14325
15490
|
input: ("image" | "text")[];
|
|
14326
15491
|
cost: {
|
|
14327
15492
|
input: number;
|
|
@@ -14332,18 +15497,14 @@ export declare const MODELS: {
|
|
|
14332
15497
|
contextWindow: number;
|
|
14333
15498
|
maxTokens: number;
|
|
14334
15499
|
};
|
|
14335
|
-
readonly "openai/gpt-
|
|
15500
|
+
readonly "openai/gpt-oss-120b": {
|
|
14336
15501
|
id: string;
|
|
14337
15502
|
name: string;
|
|
14338
15503
|
api: "openai-completions";
|
|
14339
15504
|
provider: string;
|
|
14340
15505
|
baseUrl: string;
|
|
14341
15506
|
reasoning: true;
|
|
14342
|
-
|
|
14343
|
-
xhigh: string;
|
|
14344
|
-
max: string;
|
|
14345
|
-
};
|
|
14346
|
-
input: ("image" | "text")[];
|
|
15507
|
+
input: "text"[];
|
|
14347
15508
|
cost: {
|
|
14348
15509
|
input: number;
|
|
14349
15510
|
output: number;
|
|
@@ -14353,18 +15514,14 @@ export declare const MODELS: {
|
|
|
14353
15514
|
contextWindow: number;
|
|
14354
15515
|
maxTokens: number;
|
|
14355
15516
|
};
|
|
14356
|
-
readonly "openai/gpt-
|
|
15517
|
+
readonly "openai/gpt-oss-20b": {
|
|
14357
15518
|
id: string;
|
|
14358
15519
|
name: string;
|
|
14359
15520
|
api: "openai-completions";
|
|
14360
15521
|
provider: string;
|
|
14361
15522
|
baseUrl: string;
|
|
14362
15523
|
reasoning: true;
|
|
14363
|
-
|
|
14364
|
-
xhigh: string;
|
|
14365
|
-
max: string;
|
|
14366
|
-
};
|
|
14367
|
-
input: ("image" | "text")[];
|
|
15524
|
+
input: "text"[];
|
|
14368
15525
|
cost: {
|
|
14369
15526
|
input: number;
|
|
14370
15527
|
output: number;
|
|
@@ -14374,18 +15531,14 @@ export declare const MODELS: {
|
|
|
14374
15531
|
contextWindow: number;
|
|
14375
15532
|
maxTokens: number;
|
|
14376
15533
|
};
|
|
14377
|
-
readonly "openai/gpt-
|
|
15534
|
+
readonly "openai/gpt-oss-20b:free": {
|
|
14378
15535
|
id: string;
|
|
14379
15536
|
name: string;
|
|
14380
15537
|
api: "openai-completions";
|
|
14381
15538
|
provider: string;
|
|
14382
15539
|
baseUrl: string;
|
|
14383
15540
|
reasoning: true;
|
|
14384
|
-
|
|
14385
|
-
xhigh: string;
|
|
14386
|
-
max: string;
|
|
14387
|
-
};
|
|
14388
|
-
input: ("image" | "text")[];
|
|
15541
|
+
input: "text"[];
|
|
14389
15542
|
cost: {
|
|
14390
15543
|
input: number;
|
|
14391
15544
|
output: number;
|
|
@@ -14395,18 +15548,14 @@ export declare const MODELS: {
|
|
|
14395
15548
|
contextWindow: number;
|
|
14396
15549
|
maxTokens: number;
|
|
14397
15550
|
};
|
|
14398
|
-
readonly "openai/gpt-
|
|
15551
|
+
readonly "openai/gpt-oss-safeguard-20b": {
|
|
14399
15552
|
id: string;
|
|
14400
15553
|
name: string;
|
|
14401
15554
|
api: "openai-completions";
|
|
14402
15555
|
provider: string;
|
|
14403
15556
|
baseUrl: string;
|
|
14404
15557
|
reasoning: true;
|
|
14405
|
-
|
|
14406
|
-
xhigh: string;
|
|
14407
|
-
max: string;
|
|
14408
|
-
};
|
|
14409
|
-
input: ("image" | "text")[];
|
|
15558
|
+
input: "text"[];
|
|
14410
15559
|
cost: {
|
|
14411
15560
|
input: number;
|
|
14412
15561
|
output: number;
|
|
@@ -14416,14 +15565,14 @@ export declare const MODELS: {
|
|
|
14416
15565
|
contextWindow: number;
|
|
14417
15566
|
maxTokens: number;
|
|
14418
15567
|
};
|
|
14419
|
-
readonly "openai/
|
|
15568
|
+
readonly "openai/o1": {
|
|
14420
15569
|
id: string;
|
|
14421
15570
|
name: string;
|
|
14422
15571
|
api: "openai-completions";
|
|
14423
15572
|
provider: string;
|
|
14424
15573
|
baseUrl: string;
|
|
14425
|
-
reasoning:
|
|
14426
|
-
input: "text"[];
|
|
15574
|
+
reasoning: true;
|
|
15575
|
+
input: ("image" | "text")[];
|
|
14427
15576
|
cost: {
|
|
14428
15577
|
input: number;
|
|
14429
15578
|
output: number;
|
|
@@ -14433,14 +15582,14 @@ export declare const MODELS: {
|
|
|
14433
15582
|
contextWindow: number;
|
|
14434
15583
|
maxTokens: number;
|
|
14435
15584
|
};
|
|
14436
|
-
readonly "openai/
|
|
15585
|
+
readonly "openai/o1:batch": {
|
|
14437
15586
|
id: string;
|
|
14438
15587
|
name: string;
|
|
14439
15588
|
api: "openai-completions";
|
|
14440
15589
|
provider: string;
|
|
14441
15590
|
baseUrl: string;
|
|
14442
|
-
reasoning:
|
|
14443
|
-
input: "text"[];
|
|
15591
|
+
reasoning: true;
|
|
15592
|
+
input: ("image" | "text")[];
|
|
14444
15593
|
cost: {
|
|
14445
15594
|
input: number;
|
|
14446
15595
|
output: number;
|
|
@@ -14450,13 +15599,13 @@ export declare const MODELS: {
|
|
|
14450
15599
|
contextWindow: number;
|
|
14451
15600
|
maxTokens: number;
|
|
14452
15601
|
};
|
|
14453
|
-
readonly "openai/
|
|
15602
|
+
readonly "openai/o3": {
|
|
14454
15603
|
id: string;
|
|
14455
15604
|
name: string;
|
|
14456
15605
|
api: "openai-completions";
|
|
14457
15606
|
provider: string;
|
|
14458
15607
|
baseUrl: string;
|
|
14459
|
-
reasoning:
|
|
15608
|
+
reasoning: true;
|
|
14460
15609
|
input: ("image" | "text")[];
|
|
14461
15610
|
cost: {
|
|
14462
15611
|
input: number;
|
|
@@ -14467,7 +15616,7 @@ export declare const MODELS: {
|
|
|
14467
15616
|
contextWindow: number;
|
|
14468
15617
|
maxTokens: number;
|
|
14469
15618
|
};
|
|
14470
|
-
readonly "openai/
|
|
15619
|
+
readonly "openai/o3-mini": {
|
|
14471
15620
|
id: string;
|
|
14472
15621
|
name: string;
|
|
14473
15622
|
api: "openai-completions";
|
|
@@ -14484,7 +15633,7 @@ export declare const MODELS: {
|
|
|
14484
15633
|
contextWindow: number;
|
|
14485
15634
|
maxTokens: number;
|
|
14486
15635
|
};
|
|
14487
|
-
readonly "openai/
|
|
15636
|
+
readonly "openai/o3-mini-high": {
|
|
14488
15637
|
id: string;
|
|
14489
15638
|
name: string;
|
|
14490
15639
|
api: "openai-completions";
|
|
@@ -14501,7 +15650,7 @@ export declare const MODELS: {
|
|
|
14501
15650
|
contextWindow: number;
|
|
14502
15651
|
maxTokens: number;
|
|
14503
15652
|
};
|
|
14504
|
-
readonly "openai/
|
|
15653
|
+
readonly "openai/o3-mini-high:batch": {
|
|
14505
15654
|
id: string;
|
|
14506
15655
|
name: string;
|
|
14507
15656
|
api: "openai-completions";
|
|
@@ -14518,7 +15667,7 @@ export declare const MODELS: {
|
|
|
14518
15667
|
contextWindow: number;
|
|
14519
15668
|
maxTokens: number;
|
|
14520
15669
|
};
|
|
14521
|
-
readonly "openai/
|
|
15670
|
+
readonly "openai/o3-mini:batch": {
|
|
14522
15671
|
id: string;
|
|
14523
15672
|
name: string;
|
|
14524
15673
|
api: "openai-completions";
|
|
@@ -14535,7 +15684,7 @@ export declare const MODELS: {
|
|
|
14535
15684
|
contextWindow: number;
|
|
14536
15685
|
maxTokens: number;
|
|
14537
15686
|
};
|
|
14538
|
-
readonly "openai/
|
|
15687
|
+
readonly "openai/o3-pro": {
|
|
14539
15688
|
id: string;
|
|
14540
15689
|
name: string;
|
|
14541
15690
|
api: "openai-completions";
|
|
@@ -14552,7 +15701,7 @@ export declare const MODELS: {
|
|
|
14552
15701
|
contextWindow: number;
|
|
14553
15702
|
maxTokens: number;
|
|
14554
15703
|
};
|
|
14555
|
-
readonly "openai/o3": {
|
|
15704
|
+
readonly "openai/o3-pro:batch": {
|
|
14556
15705
|
id: string;
|
|
14557
15706
|
name: string;
|
|
14558
15707
|
api: "openai-completions";
|
|
@@ -14569,14 +15718,14 @@ export declare const MODELS: {
|
|
|
14569
15718
|
contextWindow: number;
|
|
14570
15719
|
maxTokens: number;
|
|
14571
15720
|
};
|
|
14572
|
-
readonly "openai/o3
|
|
15721
|
+
readonly "openai/o3:batch": {
|
|
14573
15722
|
id: string;
|
|
14574
15723
|
name: string;
|
|
14575
15724
|
api: "openai-completions";
|
|
14576
15725
|
provider: string;
|
|
14577
15726
|
baseUrl: string;
|
|
14578
15727
|
reasoning: true;
|
|
14579
|
-
input: "text"[];
|
|
15728
|
+
input: ("image" | "text")[];
|
|
14580
15729
|
cost: {
|
|
14581
15730
|
input: number;
|
|
14582
15731
|
output: number;
|
|
@@ -14586,14 +15735,14 @@ export declare const MODELS: {
|
|
|
14586
15735
|
contextWindow: number;
|
|
14587
15736
|
maxTokens: number;
|
|
14588
15737
|
};
|
|
14589
|
-
readonly "openai/
|
|
15738
|
+
readonly "openai/o4-mini": {
|
|
14590
15739
|
id: string;
|
|
14591
15740
|
name: string;
|
|
14592
15741
|
api: "openai-completions";
|
|
14593
15742
|
provider: string;
|
|
14594
15743
|
baseUrl: string;
|
|
14595
15744
|
reasoning: true;
|
|
14596
|
-
input: "text"[];
|
|
15745
|
+
input: ("image" | "text")[];
|
|
14597
15746
|
cost: {
|
|
14598
15747
|
input: number;
|
|
14599
15748
|
output: number;
|
|
@@ -14603,7 +15752,7 @@ export declare const MODELS: {
|
|
|
14603
15752
|
contextWindow: number;
|
|
14604
15753
|
maxTokens: number;
|
|
14605
15754
|
};
|
|
14606
|
-
readonly "openai/
|
|
15755
|
+
readonly "openai/o4-mini-high": {
|
|
14607
15756
|
id: string;
|
|
14608
15757
|
name: string;
|
|
14609
15758
|
api: "openai-completions";
|
|
@@ -14620,7 +15769,7 @@ export declare const MODELS: {
|
|
|
14620
15769
|
contextWindow: number;
|
|
14621
15770
|
maxTokens: number;
|
|
14622
15771
|
};
|
|
14623
|
-
readonly "openai/o4-mini": {
|
|
15772
|
+
readonly "openai/o4-mini-high:batch": {
|
|
14624
15773
|
id: string;
|
|
14625
15774
|
name: string;
|
|
14626
15775
|
api: "openai-completions";
|
|
@@ -14637,7 +15786,7 @@ export declare const MODELS: {
|
|
|
14637
15786
|
contextWindow: number;
|
|
14638
15787
|
maxTokens: number;
|
|
14639
15788
|
};
|
|
14640
|
-
readonly "openai/o4-mini
|
|
15789
|
+
readonly "openai/o4-mini:batch": {
|
|
14641
15790
|
id: string;
|
|
14642
15791
|
name: string;
|
|
14643
15792
|
api: "openai-completions";
|
|
@@ -15776,6 +16925,23 @@ export declare const MODELS: {
|
|
|
15776
16925
|
contextWindow: number;
|
|
15777
16926
|
maxTokens: number;
|
|
15778
16927
|
};
|
|
16928
|
+
readonly "thinkingmachines/inkling:batch": {
|
|
16929
|
+
id: string;
|
|
16930
|
+
name: string;
|
|
16931
|
+
api: "openai-completions";
|
|
16932
|
+
provider: string;
|
|
16933
|
+
baseUrl: string;
|
|
16934
|
+
reasoning: true;
|
|
16935
|
+
input: ("image" | "text")[];
|
|
16936
|
+
cost: {
|
|
16937
|
+
input: number;
|
|
16938
|
+
output: number;
|
|
16939
|
+
cacheRead: number;
|
|
16940
|
+
cacheWrite: number;
|
|
16941
|
+
};
|
|
16942
|
+
contextWindow: number;
|
|
16943
|
+
maxTokens: number;
|
|
16944
|
+
};
|
|
15779
16945
|
readonly "upstage/solar-pro-3": {
|
|
15780
16946
|
id: string;
|
|
15781
16947
|
name: string;
|
|
@@ -16082,6 +17248,23 @@ export declare const MODELS: {
|
|
|
16082
17248
|
contextWindow: number;
|
|
16083
17249
|
maxTokens: number;
|
|
16084
17250
|
};
|
|
17251
|
+
readonly "z-ai/glm-5.2:batch": {
|
|
17252
|
+
id: string;
|
|
17253
|
+
name: string;
|
|
17254
|
+
api: "openai-completions";
|
|
17255
|
+
provider: string;
|
|
17256
|
+
baseUrl: string;
|
|
17257
|
+
reasoning: true;
|
|
17258
|
+
input: "text"[];
|
|
17259
|
+
cost: {
|
|
17260
|
+
input: number;
|
|
17261
|
+
output: number;
|
|
17262
|
+
cacheRead: number;
|
|
17263
|
+
cacheWrite: number;
|
|
17264
|
+
};
|
|
17265
|
+
contextWindow: number;
|
|
17266
|
+
maxTokens: number;
|
|
17267
|
+
};
|
|
16085
17268
|
readonly "z-ai/glm-5v-turbo": {
|
|
16086
17269
|
id: string;
|
|
16087
17270
|
name: string;
|
|
@@ -18372,31 +19555,6 @@ export declare const MODELS: {
|
|
|
18372
19555
|
contextWindow: number;
|
|
18373
19556
|
maxTokens: number;
|
|
18374
19557
|
};
|
|
18375
|
-
readonly "anthropic/claude-opus-5-fast": {
|
|
18376
|
-
id: string;
|
|
18377
|
-
name: string;
|
|
18378
|
-
api: "anthropic-messages";
|
|
18379
|
-
provider: string;
|
|
18380
|
-
baseUrl: string;
|
|
18381
|
-
compat: {
|
|
18382
|
-
forceAdaptiveThinking: true;
|
|
18383
|
-
supportsTemperature: false;
|
|
18384
|
-
};
|
|
18385
|
-
reasoning: true;
|
|
18386
|
-
thinkingLevelMap: {
|
|
18387
|
-
xhigh: string;
|
|
18388
|
-
max: string;
|
|
18389
|
-
};
|
|
18390
|
-
input: ("image" | "text")[];
|
|
18391
|
-
cost: {
|
|
18392
|
-
input: number;
|
|
18393
|
-
output: number;
|
|
18394
|
-
cacheRead: number;
|
|
18395
|
-
cacheWrite: number;
|
|
18396
|
-
};
|
|
18397
|
-
contextWindow: number;
|
|
18398
|
-
maxTokens: number;
|
|
18399
|
-
};
|
|
18400
19558
|
readonly "anthropic/claude-sonnet-4": {
|
|
18401
19559
|
id: string;
|
|
18402
19560
|
name: string;
|
|
@@ -18937,7 +20095,24 @@ export declare const MODELS: {
|
|
|
18937
20095
|
contextWindow: number;
|
|
18938
20096
|
maxTokens: number;
|
|
18939
20097
|
};
|
|
18940
|
-
readonly "inclusionai/ling-3.0-flash
|
|
20098
|
+
readonly "inclusionai/ling-3.0-flash": {
|
|
20099
|
+
id: string;
|
|
20100
|
+
name: string;
|
|
20101
|
+
api: "anthropic-messages";
|
|
20102
|
+
provider: string;
|
|
20103
|
+
baseUrl: string;
|
|
20104
|
+
reasoning: true;
|
|
20105
|
+
input: "text"[];
|
|
20106
|
+
cost: {
|
|
20107
|
+
input: number;
|
|
20108
|
+
output: number;
|
|
20109
|
+
cacheRead: number;
|
|
20110
|
+
cacheWrite: number;
|
|
20111
|
+
};
|
|
20112
|
+
contextWindow: number;
|
|
20113
|
+
maxTokens: number;
|
|
20114
|
+
};
|
|
20115
|
+
readonly "inclusionai/ling-3.0-tiny-free": {
|
|
18941
20116
|
id: string;
|
|
18942
20117
|
name: string;
|
|
18943
20118
|
api: "anthropic-messages";
|