@oh-my-pi/pi-catalog 16.3.2 → 16.3.4
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/CHANGELOG.md +23 -0
- package/dist/types/hosts.d.ts +4 -0
- package/dist/types/provider-models/descriptors.d.ts +11 -1
- package/dist/types/provider-models/openai-compat.d.ts +6 -0
- package/dist/types/types.d.ts +11 -0
- package/package.json +3 -3
- package/src/compat/anthropic.ts +71 -19
- package/src/hosts.ts +1 -0
- package/src/identity/priority.ts +1 -0
- package/src/models.json +799 -101
- package/src/provider-models/descriptors.ts +11 -1
- package/src/provider-models/openai-compat.ts +98 -0
- package/src/types.ts +11 -0
package/src/models.json
CHANGED
|
@@ -8330,10 +8330,10 @@
|
|
|
8330
8330
|
"image"
|
|
8331
8331
|
],
|
|
8332
8332
|
"cost": {
|
|
8333
|
-
"input":
|
|
8334
|
-
"output":
|
|
8335
|
-
"cacheRead": 1
|
|
8336
|
-
"cacheWrite":
|
|
8333
|
+
"input": 10,
|
|
8334
|
+
"output": 50,
|
|
8335
|
+
"cacheRead": 1,
|
|
8336
|
+
"cacheWrite": 12.5
|
|
8337
8337
|
},
|
|
8338
8338
|
"contextWindow": 1000000,
|
|
8339
8339
|
"maxTokens": 128000,
|
|
@@ -10999,6 +10999,7 @@
|
|
|
10999
10999
|
},
|
|
11000
11000
|
"compat": {
|
|
11001
11001
|
"officialEndpoint": true,
|
|
11002
|
+
"signingEndpoint": true,
|
|
11002
11003
|
"disableAdaptiveThinking": false,
|
|
11003
11004
|
"supportsEagerToolInputStreaming": true,
|
|
11004
11005
|
"supportsLongCacheRetention": true,
|
|
@@ -11052,6 +11053,7 @@
|
|
|
11052
11053
|
"maxTokens": 4096,
|
|
11053
11054
|
"compat": {
|
|
11054
11055
|
"officialEndpoint": true,
|
|
11056
|
+
"signingEndpoint": true,
|
|
11055
11057
|
"disableAdaptiveThinking": false,
|
|
11056
11058
|
"supportsEagerToolInputStreaming": true,
|
|
11057
11059
|
"supportsLongCacheRetention": true,
|
|
@@ -11085,6 +11087,7 @@
|
|
|
11085
11087
|
"maxTokens": 4096,
|
|
11086
11088
|
"compat": {
|
|
11087
11089
|
"officialEndpoint": true,
|
|
11090
|
+
"signingEndpoint": true,
|
|
11088
11091
|
"disableAdaptiveThinking": false,
|
|
11089
11092
|
"supportsEagerToolInputStreaming": true,
|
|
11090
11093
|
"supportsLongCacheRetention": true,
|
|
@@ -12655,26 +12658,365 @@
|
|
|
12655
12658
|
}
|
|
12656
12659
|
}
|
|
12657
12660
|
},
|
|
12661
|
+
"baseten": {
|
|
12662
|
+
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
12663
|
+
"id": "deepseek-ai/DeepSeek-V4-Pro",
|
|
12664
|
+
"name": "Deepseek V4 Pro",
|
|
12665
|
+
"api": "openai-completions",
|
|
12666
|
+
"provider": "baseten",
|
|
12667
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12668
|
+
"reasoning": true,
|
|
12669
|
+
"input": [
|
|
12670
|
+
"text"
|
|
12671
|
+
],
|
|
12672
|
+
"cost": {
|
|
12673
|
+
"input": 1.74,
|
|
12674
|
+
"output": 3.48,
|
|
12675
|
+
"cacheRead": 0.145,
|
|
12676
|
+
"cacheWrite": 0
|
|
12677
|
+
},
|
|
12678
|
+
"contextWindow": 262144,
|
|
12679
|
+
"maxTokens": 262144,
|
|
12680
|
+
"thinking": {
|
|
12681
|
+
"mode": "effort",
|
|
12682
|
+
"efforts": [
|
|
12683
|
+
"minimal",
|
|
12684
|
+
"low",
|
|
12685
|
+
"medium",
|
|
12686
|
+
"high",
|
|
12687
|
+
"xhigh"
|
|
12688
|
+
],
|
|
12689
|
+
"effortMap": {
|
|
12690
|
+
"minimal": "high",
|
|
12691
|
+
"low": "high",
|
|
12692
|
+
"medium": "high",
|
|
12693
|
+
"high": "high",
|
|
12694
|
+
"xhigh": "max"
|
|
12695
|
+
}
|
|
12696
|
+
}
|
|
12697
|
+
},
|
|
12698
|
+
"moonshotai/Kimi-K2.5": {
|
|
12699
|
+
"id": "moonshotai/Kimi-K2.5",
|
|
12700
|
+
"name": "Kimi K2.5",
|
|
12701
|
+
"api": "openai-completions",
|
|
12702
|
+
"provider": "baseten",
|
|
12703
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12704
|
+
"reasoning": true,
|
|
12705
|
+
"input": [
|
|
12706
|
+
"text",
|
|
12707
|
+
"image"
|
|
12708
|
+
],
|
|
12709
|
+
"cost": {
|
|
12710
|
+
"input": 0.6,
|
|
12711
|
+
"output": 3,
|
|
12712
|
+
"cacheRead": 0.12,
|
|
12713
|
+
"cacheWrite": 0
|
|
12714
|
+
},
|
|
12715
|
+
"contextWindow": 262000,
|
|
12716
|
+
"maxTokens": 262000,
|
|
12717
|
+
"thinking": {
|
|
12718
|
+
"mode": "effort",
|
|
12719
|
+
"efforts": [
|
|
12720
|
+
"minimal",
|
|
12721
|
+
"low",
|
|
12722
|
+
"medium",
|
|
12723
|
+
"high",
|
|
12724
|
+
"xhigh"
|
|
12725
|
+
]
|
|
12726
|
+
}
|
|
12727
|
+
},
|
|
12728
|
+
"moonshotai/Kimi-K2.6": {
|
|
12729
|
+
"id": "moonshotai/Kimi-K2.6",
|
|
12730
|
+
"name": "Kimi K2.6",
|
|
12731
|
+
"api": "openai-completions",
|
|
12732
|
+
"provider": "baseten",
|
|
12733
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12734
|
+
"reasoning": true,
|
|
12735
|
+
"input": [
|
|
12736
|
+
"text",
|
|
12737
|
+
"image"
|
|
12738
|
+
],
|
|
12739
|
+
"cost": {
|
|
12740
|
+
"input": 0.95,
|
|
12741
|
+
"output": 4,
|
|
12742
|
+
"cacheRead": 0.16,
|
|
12743
|
+
"cacheWrite": 0
|
|
12744
|
+
},
|
|
12745
|
+
"contextWindow": 262000,
|
|
12746
|
+
"maxTokens": 262000,
|
|
12747
|
+
"thinking": {
|
|
12748
|
+
"mode": "effort",
|
|
12749
|
+
"efforts": [
|
|
12750
|
+
"minimal",
|
|
12751
|
+
"low",
|
|
12752
|
+
"medium",
|
|
12753
|
+
"high",
|
|
12754
|
+
"xhigh"
|
|
12755
|
+
]
|
|
12756
|
+
}
|
|
12757
|
+
},
|
|
12758
|
+
"moonshotai/Kimi-K2.7-Code": {
|
|
12759
|
+
"id": "moonshotai/Kimi-K2.7-Code",
|
|
12760
|
+
"name": "Kimi K2.7 Code",
|
|
12761
|
+
"api": "openai-completions",
|
|
12762
|
+
"provider": "baseten",
|
|
12763
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12764
|
+
"reasoning": true,
|
|
12765
|
+
"input": [
|
|
12766
|
+
"text",
|
|
12767
|
+
"image"
|
|
12768
|
+
],
|
|
12769
|
+
"cost": {
|
|
12770
|
+
"input": 0.95,
|
|
12771
|
+
"output": 4,
|
|
12772
|
+
"cacheRead": 0.16,
|
|
12773
|
+
"cacheWrite": 0
|
|
12774
|
+
},
|
|
12775
|
+
"contextWindow": 262000,
|
|
12776
|
+
"maxTokens": 262000,
|
|
12777
|
+
"thinking": {
|
|
12778
|
+
"mode": "effort",
|
|
12779
|
+
"efforts": [
|
|
12780
|
+
"minimal",
|
|
12781
|
+
"low",
|
|
12782
|
+
"medium",
|
|
12783
|
+
"high",
|
|
12784
|
+
"xhigh"
|
|
12785
|
+
]
|
|
12786
|
+
}
|
|
12787
|
+
},
|
|
12788
|
+
"nvidia/Nemotron-120B-A12B": {
|
|
12789
|
+
"id": "nvidia/Nemotron-120B-A12B",
|
|
12790
|
+
"name": "Nemotron Super",
|
|
12791
|
+
"api": "openai-completions",
|
|
12792
|
+
"provider": "baseten",
|
|
12793
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12794
|
+
"reasoning": true,
|
|
12795
|
+
"input": [
|
|
12796
|
+
"text"
|
|
12797
|
+
],
|
|
12798
|
+
"cost": {
|
|
12799
|
+
"input": 0.3,
|
|
12800
|
+
"output": 0.75,
|
|
12801
|
+
"cacheRead": 0.06,
|
|
12802
|
+
"cacheWrite": 0
|
|
12803
|
+
},
|
|
12804
|
+
"contextWindow": 202800,
|
|
12805
|
+
"maxTokens": 202800,
|
|
12806
|
+
"thinking": {
|
|
12807
|
+
"mode": "effort",
|
|
12808
|
+
"efforts": [
|
|
12809
|
+
"minimal",
|
|
12810
|
+
"low",
|
|
12811
|
+
"medium",
|
|
12812
|
+
"high",
|
|
12813
|
+
"xhigh"
|
|
12814
|
+
]
|
|
12815
|
+
}
|
|
12816
|
+
},
|
|
12817
|
+
"nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B": {
|
|
12818
|
+
"id": "nvidia/NVIDIA-Nemotron-3-Ultra-550B-A55B",
|
|
12819
|
+
"name": "Nemotron Ultra",
|
|
12820
|
+
"api": "openai-completions",
|
|
12821
|
+
"provider": "baseten",
|
|
12822
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12823
|
+
"reasoning": true,
|
|
12824
|
+
"input": [
|
|
12825
|
+
"text"
|
|
12826
|
+
],
|
|
12827
|
+
"cost": {
|
|
12828
|
+
"input": 0.6,
|
|
12829
|
+
"output": 2.4,
|
|
12830
|
+
"cacheRead": 0.12,
|
|
12831
|
+
"cacheWrite": 0
|
|
12832
|
+
},
|
|
12833
|
+
"contextWindow": 202800,
|
|
12834
|
+
"maxTokens": 202800,
|
|
12835
|
+
"thinking": {
|
|
12836
|
+
"mode": "effort",
|
|
12837
|
+
"efforts": [
|
|
12838
|
+
"minimal",
|
|
12839
|
+
"low",
|
|
12840
|
+
"medium",
|
|
12841
|
+
"high",
|
|
12842
|
+
"xhigh"
|
|
12843
|
+
]
|
|
12844
|
+
}
|
|
12845
|
+
},
|
|
12846
|
+
"openai/gpt-oss-120b": {
|
|
12847
|
+
"id": "openai/gpt-oss-120b",
|
|
12848
|
+
"name": "OpenAI GPT 120B",
|
|
12849
|
+
"api": "openai-completions",
|
|
12850
|
+
"provider": "baseten",
|
|
12851
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12852
|
+
"reasoning": true,
|
|
12853
|
+
"input": [
|
|
12854
|
+
"text"
|
|
12855
|
+
],
|
|
12856
|
+
"cost": {
|
|
12857
|
+
"input": 0.09999999999999999,
|
|
12858
|
+
"output": 0.5,
|
|
12859
|
+
"cacheRead": 0.09999999999999999,
|
|
12860
|
+
"cacheWrite": 0
|
|
12861
|
+
},
|
|
12862
|
+
"contextWindow": 128072,
|
|
12863
|
+
"maxTokens": 128072,
|
|
12864
|
+
"thinking": {
|
|
12865
|
+
"mode": "effort",
|
|
12866
|
+
"efforts": [
|
|
12867
|
+
"low",
|
|
12868
|
+
"medium",
|
|
12869
|
+
"high"
|
|
12870
|
+
]
|
|
12871
|
+
}
|
|
12872
|
+
},
|
|
12873
|
+
"zai-org/GLM-4.7": {
|
|
12874
|
+
"id": "zai-org/GLM-4.7",
|
|
12875
|
+
"name": "GLM 4.7",
|
|
12876
|
+
"api": "openai-completions",
|
|
12877
|
+
"provider": "baseten",
|
|
12878
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12879
|
+
"reasoning": true,
|
|
12880
|
+
"input": [
|
|
12881
|
+
"text"
|
|
12882
|
+
],
|
|
12883
|
+
"cost": {
|
|
12884
|
+
"input": 0.6,
|
|
12885
|
+
"output": 2.2,
|
|
12886
|
+
"cacheRead": 0.12,
|
|
12887
|
+
"cacheWrite": 0
|
|
12888
|
+
},
|
|
12889
|
+
"contextWindow": 200000,
|
|
12890
|
+
"maxTokens": 200000,
|
|
12891
|
+
"thinking": {
|
|
12892
|
+
"mode": "effort",
|
|
12893
|
+
"efforts": [
|
|
12894
|
+
"minimal",
|
|
12895
|
+
"low",
|
|
12896
|
+
"medium",
|
|
12897
|
+
"high",
|
|
12898
|
+
"xhigh"
|
|
12899
|
+
]
|
|
12900
|
+
}
|
|
12901
|
+
},
|
|
12902
|
+
"zai-org/GLM-5": {
|
|
12903
|
+
"id": "zai-org/GLM-5",
|
|
12904
|
+
"name": "GLM 5",
|
|
12905
|
+
"api": "openai-completions",
|
|
12906
|
+
"provider": "baseten",
|
|
12907
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12908
|
+
"reasoning": true,
|
|
12909
|
+
"input": [
|
|
12910
|
+
"text"
|
|
12911
|
+
],
|
|
12912
|
+
"cost": {
|
|
12913
|
+
"input": 0.95,
|
|
12914
|
+
"output": 3.15,
|
|
12915
|
+
"cacheRead": 0.19999999999999998,
|
|
12916
|
+
"cacheWrite": 0
|
|
12917
|
+
},
|
|
12918
|
+
"contextWindow": 202800,
|
|
12919
|
+
"maxTokens": 202800,
|
|
12920
|
+
"thinking": {
|
|
12921
|
+
"mode": "effort",
|
|
12922
|
+
"efforts": [
|
|
12923
|
+
"minimal",
|
|
12924
|
+
"low",
|
|
12925
|
+
"medium",
|
|
12926
|
+
"high",
|
|
12927
|
+
"xhigh"
|
|
12928
|
+
]
|
|
12929
|
+
}
|
|
12930
|
+
},
|
|
12931
|
+
"zai-org/GLM-5.1": {
|
|
12932
|
+
"id": "zai-org/GLM-5.1",
|
|
12933
|
+
"name": "GLM 5.1",
|
|
12934
|
+
"api": "openai-completions",
|
|
12935
|
+
"provider": "baseten",
|
|
12936
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12937
|
+
"reasoning": true,
|
|
12938
|
+
"input": [
|
|
12939
|
+
"text"
|
|
12940
|
+
],
|
|
12941
|
+
"cost": {
|
|
12942
|
+
"input": 1.3,
|
|
12943
|
+
"output": 4.300000000000001,
|
|
12944
|
+
"cacheRead": 0.26,
|
|
12945
|
+
"cacheWrite": 0
|
|
12946
|
+
},
|
|
12947
|
+
"contextWindow": 202800,
|
|
12948
|
+
"maxTokens": 202800,
|
|
12949
|
+
"thinking": {
|
|
12950
|
+
"mode": "effort",
|
|
12951
|
+
"efforts": [
|
|
12952
|
+
"minimal",
|
|
12953
|
+
"low",
|
|
12954
|
+
"medium",
|
|
12955
|
+
"high",
|
|
12956
|
+
"xhigh"
|
|
12957
|
+
]
|
|
12958
|
+
}
|
|
12959
|
+
},
|
|
12960
|
+
"zai-org/GLM-5.2": {
|
|
12961
|
+
"id": "zai-org/GLM-5.2",
|
|
12962
|
+
"name": "GLM 5.2",
|
|
12963
|
+
"api": "openai-completions",
|
|
12964
|
+
"provider": "baseten",
|
|
12965
|
+
"baseUrl": "https://inference.baseten.co/v1",
|
|
12966
|
+
"reasoning": true,
|
|
12967
|
+
"input": [
|
|
12968
|
+
"text"
|
|
12969
|
+
],
|
|
12970
|
+
"cost": {
|
|
12971
|
+
"input": 1.4,
|
|
12972
|
+
"output": 4.4,
|
|
12973
|
+
"cacheRead": 0.26,
|
|
12974
|
+
"cacheWrite": 0
|
|
12975
|
+
},
|
|
12976
|
+
"contextWindow": 202720,
|
|
12977
|
+
"maxTokens": 202720,
|
|
12978
|
+
"thinking": {
|
|
12979
|
+
"mode": "effort",
|
|
12980
|
+
"efforts": [
|
|
12981
|
+
"minimal",
|
|
12982
|
+
"low",
|
|
12983
|
+
"medium",
|
|
12984
|
+
"high",
|
|
12985
|
+
"xhigh"
|
|
12986
|
+
]
|
|
12987
|
+
}
|
|
12988
|
+
}
|
|
12989
|
+
},
|
|
12658
12990
|
"cerebras": {
|
|
12659
12991
|
"gemma-4-31b": {
|
|
12660
12992
|
"id": "gemma-4-31b",
|
|
12661
|
-
"name": "
|
|
12993
|
+
"name": "Gemma 4 31B IT",
|
|
12662
12994
|
"api": "openai-completions",
|
|
12663
12995
|
"provider": "cerebras",
|
|
12664
12996
|
"baseUrl": "https://api.cerebras.ai/v1",
|
|
12665
|
-
"reasoning":
|
|
12997
|
+
"reasoning": true,
|
|
12666
12998
|
"input": [
|
|
12667
12999
|
"text",
|
|
12668
13000
|
"image"
|
|
12669
13001
|
],
|
|
12670
13002
|
"cost": {
|
|
12671
|
-
"input": 0,
|
|
12672
|
-
"output":
|
|
13003
|
+
"input": 0.99,
|
|
13004
|
+
"output": 1.49,
|
|
12673
13005
|
"cacheRead": 0,
|
|
12674
13006
|
"cacheWrite": 0
|
|
12675
13007
|
},
|
|
12676
|
-
"contextWindow":
|
|
12677
|
-
"maxTokens":
|
|
13008
|
+
"contextWindow": 131072,
|
|
13009
|
+
"maxTokens": 40960,
|
|
13010
|
+
"thinking": {
|
|
13011
|
+
"mode": "effort",
|
|
13012
|
+
"efforts": [
|
|
13013
|
+
"minimal",
|
|
13014
|
+
"low",
|
|
13015
|
+
"medium",
|
|
13016
|
+
"high",
|
|
13017
|
+
"xhigh"
|
|
13018
|
+
]
|
|
13019
|
+
}
|
|
12678
13020
|
},
|
|
12679
13021
|
"gpt-oss-120b": {
|
|
12680
13022
|
"id": "gpt-oss-120b",
|
|
@@ -15775,6 +16117,111 @@
|
|
|
15775
16117
|
}
|
|
15776
16118
|
},
|
|
15777
16119
|
"devin": {
|
|
16120
|
+
"claude-5-fable-high": {
|
|
16121
|
+
"id": "claude-5-fable-high",
|
|
16122
|
+
"name": "Claude Fable 5 High",
|
|
16123
|
+
"api": "devin-agent",
|
|
16124
|
+
"provider": "devin",
|
|
16125
|
+
"baseUrl": "https://server.codeium.com",
|
|
16126
|
+
"reasoning": true,
|
|
16127
|
+
"input": [
|
|
16128
|
+
"text",
|
|
16129
|
+
"image"
|
|
16130
|
+
],
|
|
16131
|
+
"supportsTools": true,
|
|
16132
|
+
"cost": {
|
|
16133
|
+
"input": 0,
|
|
16134
|
+
"output": 0,
|
|
16135
|
+
"cacheRead": 0,
|
|
16136
|
+
"cacheWrite": 0
|
|
16137
|
+
},
|
|
16138
|
+
"contextWindow": 1000000,
|
|
16139
|
+
"maxTokens": 64000
|
|
16140
|
+
},
|
|
16141
|
+
"claude-5-fable-low": {
|
|
16142
|
+
"id": "claude-5-fable-low",
|
|
16143
|
+
"name": "Claude Fable 5 Low",
|
|
16144
|
+
"api": "devin-agent",
|
|
16145
|
+
"provider": "devin",
|
|
16146
|
+
"baseUrl": "https://server.codeium.com",
|
|
16147
|
+
"reasoning": true,
|
|
16148
|
+
"input": [
|
|
16149
|
+
"text",
|
|
16150
|
+
"image"
|
|
16151
|
+
],
|
|
16152
|
+
"supportsTools": true,
|
|
16153
|
+
"cost": {
|
|
16154
|
+
"input": 0,
|
|
16155
|
+
"output": 0,
|
|
16156
|
+
"cacheRead": 0,
|
|
16157
|
+
"cacheWrite": 0
|
|
16158
|
+
},
|
|
16159
|
+
"contextWindow": 1000000,
|
|
16160
|
+
"maxTokens": 64000
|
|
16161
|
+
},
|
|
16162
|
+
"claude-5-fable-max": {
|
|
16163
|
+
"id": "claude-5-fable-max",
|
|
16164
|
+
"name": "Claude Fable 5 Max",
|
|
16165
|
+
"api": "devin-agent",
|
|
16166
|
+
"provider": "devin",
|
|
16167
|
+
"baseUrl": "https://server.codeium.com",
|
|
16168
|
+
"reasoning": true,
|
|
16169
|
+
"input": [
|
|
16170
|
+
"text",
|
|
16171
|
+
"image"
|
|
16172
|
+
],
|
|
16173
|
+
"supportsTools": true,
|
|
16174
|
+
"cost": {
|
|
16175
|
+
"input": 0,
|
|
16176
|
+
"output": 0,
|
|
16177
|
+
"cacheRead": 0,
|
|
16178
|
+
"cacheWrite": 0
|
|
16179
|
+
},
|
|
16180
|
+
"contextWindow": 1000000,
|
|
16181
|
+
"maxTokens": 64000
|
|
16182
|
+
},
|
|
16183
|
+
"claude-5-fable-medium": {
|
|
16184
|
+
"id": "claude-5-fable-medium",
|
|
16185
|
+
"name": "Claude Fable 5 Medium",
|
|
16186
|
+
"api": "devin-agent",
|
|
16187
|
+
"provider": "devin",
|
|
16188
|
+
"baseUrl": "https://server.codeium.com",
|
|
16189
|
+
"reasoning": true,
|
|
16190
|
+
"input": [
|
|
16191
|
+
"text",
|
|
16192
|
+
"image"
|
|
16193
|
+
],
|
|
16194
|
+
"supportsTools": true,
|
|
16195
|
+
"cost": {
|
|
16196
|
+
"input": 0,
|
|
16197
|
+
"output": 0,
|
|
16198
|
+
"cacheRead": 0,
|
|
16199
|
+
"cacheWrite": 0
|
|
16200
|
+
},
|
|
16201
|
+
"contextWindow": 1000000,
|
|
16202
|
+
"maxTokens": 64000
|
|
16203
|
+
},
|
|
16204
|
+
"claude-5-fable-xhigh": {
|
|
16205
|
+
"id": "claude-5-fable-xhigh",
|
|
16206
|
+
"name": "Claude Fable 5 XHigh",
|
|
16207
|
+
"api": "devin-agent",
|
|
16208
|
+
"provider": "devin",
|
|
16209
|
+
"baseUrl": "https://server.codeium.com",
|
|
16210
|
+
"reasoning": true,
|
|
16211
|
+
"input": [
|
|
16212
|
+
"text",
|
|
16213
|
+
"image"
|
|
16214
|
+
],
|
|
16215
|
+
"supportsTools": true,
|
|
16216
|
+
"cost": {
|
|
16217
|
+
"input": 0,
|
|
16218
|
+
"output": 0,
|
|
16219
|
+
"cacheRead": 0,
|
|
16220
|
+
"cacheWrite": 0
|
|
16221
|
+
},
|
|
16222
|
+
"contextWindow": 1000000,
|
|
16223
|
+
"maxTokens": 64000
|
|
16224
|
+
},
|
|
15778
16225
|
"claude-opus-4-6": {
|
|
15779
16226
|
"id": "claude-opus-4-6",
|
|
15780
16227
|
"name": "Claude Opus 4.6",
|
|
@@ -17558,7 +18005,7 @@
|
|
|
17558
18005
|
},
|
|
17559
18006
|
"minimax-m3": {
|
|
17560
18007
|
"id": "minimax-m3",
|
|
17561
|
-
"name": "MiniMax-M3
|
|
18008
|
+
"name": "MiniMax-M3",
|
|
17562
18009
|
"api": "openai-completions",
|
|
17563
18010
|
"provider": "fireworks",
|
|
17564
18011
|
"baseUrl": "https://api.fireworks.ai/inference/v1",
|
|
@@ -18096,6 +18543,48 @@
|
|
|
18096
18543
|
}
|
|
18097
18544
|
}
|
|
18098
18545
|
},
|
|
18546
|
+
"claude-sonnet-5": {
|
|
18547
|
+
"id": "claude-sonnet-5",
|
|
18548
|
+
"name": "Claude Sonnet 5",
|
|
18549
|
+
"api": "anthropic-messages",
|
|
18550
|
+
"provider": "github-copilot",
|
|
18551
|
+
"baseUrl": "https://api.githubcopilot.com",
|
|
18552
|
+
"reasoning": true,
|
|
18553
|
+
"input": [
|
|
18554
|
+
"text",
|
|
18555
|
+
"image"
|
|
18556
|
+
],
|
|
18557
|
+
"cost": {
|
|
18558
|
+
"input": 2,
|
|
18559
|
+
"output": 10,
|
|
18560
|
+
"cacheRead": 0.2,
|
|
18561
|
+
"cacheWrite": 2.5
|
|
18562
|
+
},
|
|
18563
|
+
"contextWindow": 1000000,
|
|
18564
|
+
"maxTokens": 128000,
|
|
18565
|
+
"headers": {
|
|
18566
|
+
"User-Agent": "opencode/1.3.15",
|
|
18567
|
+
"X-GitHub-Api-Version": "2026-06-01"
|
|
18568
|
+
},
|
|
18569
|
+
"thinking": {
|
|
18570
|
+
"mode": "anthropic-adaptive",
|
|
18571
|
+
"efforts": [
|
|
18572
|
+
"minimal",
|
|
18573
|
+
"low",
|
|
18574
|
+
"medium",
|
|
18575
|
+
"high",
|
|
18576
|
+
"xhigh"
|
|
18577
|
+
],
|
|
18578
|
+
"effortMap": {
|
|
18579
|
+
"minimal": "low",
|
|
18580
|
+
"low": "medium",
|
|
18581
|
+
"medium": "high",
|
|
18582
|
+
"high": "xhigh",
|
|
18583
|
+
"xhigh": "max"
|
|
18584
|
+
},
|
|
18585
|
+
"supportsDisplay": true
|
|
18586
|
+
}
|
|
18587
|
+
},
|
|
18099
18588
|
"gemini-2.5-pro": {
|
|
18100
18589
|
"id": "gemini-2.5-pro",
|
|
18101
18590
|
"name": "Gemini 2.5 Pro",
|
|
@@ -18802,6 +19291,81 @@
|
|
|
18802
19291
|
]
|
|
18803
19292
|
}
|
|
18804
19293
|
},
|
|
19294
|
+
"kimi-k2.7-code": {
|
|
19295
|
+
"id": "kimi-k2.7-code",
|
|
19296
|
+
"name": "Kimi K2.7 Code",
|
|
19297
|
+
"api": "openai-completions",
|
|
19298
|
+
"provider": "github-copilot",
|
|
19299
|
+
"baseUrl": "https://api.githubcopilot.com",
|
|
19300
|
+
"reasoning": true,
|
|
19301
|
+
"input": [
|
|
19302
|
+
"text",
|
|
19303
|
+
"image"
|
|
19304
|
+
],
|
|
19305
|
+
"cost": {
|
|
19306
|
+
"input": 0.95,
|
|
19307
|
+
"output": 4,
|
|
19308
|
+
"cacheRead": 0.19,
|
|
19309
|
+
"cacheWrite": 0
|
|
19310
|
+
},
|
|
19311
|
+
"contextWindow": 256000,
|
|
19312
|
+
"maxTokens": 32000,
|
|
19313
|
+
"headers": {
|
|
19314
|
+
"User-Agent": "opencode/1.3.15",
|
|
19315
|
+
"X-GitHub-Api-Version": "2026-06-01"
|
|
19316
|
+
},
|
|
19317
|
+
"compat": {
|
|
19318
|
+
"supportsStore": false,
|
|
19319
|
+
"supportsDeveloperRole": false,
|
|
19320
|
+
"supportsReasoningEffort": false
|
|
19321
|
+
},
|
|
19322
|
+
"thinking": {
|
|
19323
|
+
"mode": "effort",
|
|
19324
|
+
"efforts": [
|
|
19325
|
+
"minimal",
|
|
19326
|
+
"low",
|
|
19327
|
+
"medium",
|
|
19328
|
+
"high"
|
|
19329
|
+
]
|
|
19330
|
+
}
|
|
19331
|
+
},
|
|
19332
|
+
"mai-code-1-flash-picker": {
|
|
19333
|
+
"id": "mai-code-1-flash-picker",
|
|
19334
|
+
"name": "MAI-Code-1-Flash",
|
|
19335
|
+
"api": "openai-completions",
|
|
19336
|
+
"provider": "github-copilot",
|
|
19337
|
+
"baseUrl": "https://api.githubcopilot.com",
|
|
19338
|
+
"reasoning": true,
|
|
19339
|
+
"input": [
|
|
19340
|
+
"text"
|
|
19341
|
+
],
|
|
19342
|
+
"cost": {
|
|
19343
|
+
"input": 0.75,
|
|
19344
|
+
"output": 4.5,
|
|
19345
|
+
"cacheRead": 0.075,
|
|
19346
|
+
"cacheWrite": 0
|
|
19347
|
+
},
|
|
19348
|
+
"contextWindow": 256000,
|
|
19349
|
+
"maxTokens": 128000,
|
|
19350
|
+
"headers": {
|
|
19351
|
+
"User-Agent": "opencode/1.3.15",
|
|
19352
|
+
"X-GitHub-Api-Version": "2026-06-01"
|
|
19353
|
+
},
|
|
19354
|
+
"compat": {
|
|
19355
|
+
"supportsStore": false,
|
|
19356
|
+
"supportsDeveloperRole": false,
|
|
19357
|
+
"supportsReasoningEffort": false
|
|
19358
|
+
},
|
|
19359
|
+
"thinking": {
|
|
19360
|
+
"mode": "effort",
|
|
19361
|
+
"efforts": [
|
|
19362
|
+
"minimal",
|
|
19363
|
+
"low",
|
|
19364
|
+
"medium",
|
|
19365
|
+
"high"
|
|
19366
|
+
]
|
|
19367
|
+
}
|
|
19368
|
+
},
|
|
18805
19369
|
"raptor-mini": {
|
|
18806
19370
|
"id": "raptor-mini",
|
|
18807
19371
|
"name": "Raptor mini",
|
|
@@ -20148,7 +20712,7 @@
|
|
|
20148
20712
|
},
|
|
20149
20713
|
"gemma-4-31b": {
|
|
20150
20714
|
"id": "gemma-4-31b",
|
|
20151
|
-
"name": "Gemma 4 31B",
|
|
20715
|
+
"name": "Gemma 4 31B IT",
|
|
20152
20716
|
"api": "google-generative-ai",
|
|
20153
20717
|
"provider": "google",
|
|
20154
20718
|
"baseUrl": "https://generativelanguage.googleapis.com/v1beta",
|
|
@@ -31289,6 +31853,44 @@
|
|
|
31289
31853
|
]
|
|
31290
31854
|
}
|
|
31291
31855
|
},
|
|
31856
|
+
"poolside/laguna-xs-2.1": {
|
|
31857
|
+
"id": "poolside/laguna-xs-2.1",
|
|
31858
|
+
"name": "Laguna XS 2.1",
|
|
31859
|
+
"api": "openai-completions",
|
|
31860
|
+
"provider": "kilo",
|
|
31861
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31862
|
+
"reasoning": false,
|
|
31863
|
+
"input": [
|
|
31864
|
+
"text"
|
|
31865
|
+
],
|
|
31866
|
+
"cost": {
|
|
31867
|
+
"input": 0,
|
|
31868
|
+
"output": 0,
|
|
31869
|
+
"cacheRead": 0,
|
|
31870
|
+
"cacheWrite": 0
|
|
31871
|
+
},
|
|
31872
|
+
"contextWindow": 262144,
|
|
31873
|
+
"maxTokens": 32768
|
|
31874
|
+
},
|
|
31875
|
+
"poolside/laguna-xs-2.1:free": {
|
|
31876
|
+
"id": "poolside/laguna-xs-2.1:free",
|
|
31877
|
+
"name": "Laguna XS 2.1 (free)",
|
|
31878
|
+
"api": "openai-completions",
|
|
31879
|
+
"provider": "kilo",
|
|
31880
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
31881
|
+
"reasoning": false,
|
|
31882
|
+
"input": [
|
|
31883
|
+
"text"
|
|
31884
|
+
],
|
|
31885
|
+
"cost": {
|
|
31886
|
+
"input": 0,
|
|
31887
|
+
"output": 0,
|
|
31888
|
+
"cacheRead": 0,
|
|
31889
|
+
"cacheWrite": 0
|
|
31890
|
+
},
|
|
31891
|
+
"contextWindow": 262144,
|
|
31892
|
+
"maxTokens": 32768
|
|
31893
|
+
},
|
|
31292
31894
|
"poolside/laguna-xs.2": {
|
|
31293
31895
|
"id": "poolside/laguna-xs.2",
|
|
31294
31896
|
"name": "Laguna XS.2",
|
|
@@ -58975,6 +59577,11 @@
|
|
|
58975
59577
|
"cacheRead": 0,
|
|
58976
59578
|
"cacheWrite": 0
|
|
58977
59579
|
},
|
|
59580
|
+
"remoteCompaction": {
|
|
59581
|
+
"enabled": true,
|
|
59582
|
+
"api": "openai-codex-responses",
|
|
59583
|
+
"v2StreamingEnabled": true
|
|
59584
|
+
},
|
|
58978
59585
|
"contextWindow": 272000,
|
|
58979
59586
|
"maxTokens": 128000,
|
|
58980
59587
|
"preferWebsockets": true,
|
|
@@ -59356,6 +59963,11 @@
|
|
|
59356
59963
|
"cacheRead": 0.25,
|
|
59357
59964
|
"cacheWrite": 0
|
|
59358
59965
|
},
|
|
59966
|
+
"remoteCompaction": {
|
|
59967
|
+
"enabled": true,
|
|
59968
|
+
"api": "openai-codex-responses",
|
|
59969
|
+
"v2StreamingEnabled": true
|
|
59970
|
+
},
|
|
59359
59971
|
"contextWindow": 272000,
|
|
59360
59972
|
"maxTokens": 128000,
|
|
59361
59973
|
"preferWebsockets": true,
|
|
@@ -59388,6 +60000,11 @@
|
|
|
59388
60000
|
"cacheRead": 0.075,
|
|
59389
60001
|
"cacheWrite": 0
|
|
59390
60002
|
},
|
|
60003
|
+
"remoteCompaction": {
|
|
60004
|
+
"enabled": true,
|
|
60005
|
+
"api": "openai-codex-responses",
|
|
60006
|
+
"v2StreamingEnabled": true
|
|
60007
|
+
},
|
|
59391
60008
|
"contextWindow": 272000,
|
|
59392
60009
|
"maxTokens": 128000,
|
|
59393
60010
|
"preferWebsockets": true,
|
|
@@ -59452,6 +60069,11 @@
|
|
|
59452
60069
|
"cacheRead": 0.5,
|
|
59453
60070
|
"cacheWrite": 0
|
|
59454
60071
|
},
|
|
60072
|
+
"remoteCompaction": {
|
|
60073
|
+
"enabled": true,
|
|
60074
|
+
"api": "openai-codex-responses",
|
|
60075
|
+
"v2StreamingEnabled": true
|
|
60076
|
+
},
|
|
59455
60077
|
"contextWindow": 272000,
|
|
59456
60078
|
"maxTokens": 128000,
|
|
59457
60079
|
"preferWebsockets": true,
|
|
@@ -60067,7 +60689,7 @@
|
|
|
60067
60689
|
},
|
|
60068
60690
|
"minimax-m3": {
|
|
60069
60691
|
"id": "minimax-m3",
|
|
60070
|
-
"name": "MiniMax-M3
|
|
60692
|
+
"name": "MiniMax-M3",
|
|
60071
60693
|
"api": "openai-completions",
|
|
60072
60694
|
"provider": "opencode-go",
|
|
60073
60695
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
@@ -62406,9 +63028,9 @@
|
|
|
62406
63028
|
"image"
|
|
62407
63029
|
],
|
|
62408
63030
|
"cost": {
|
|
62409
|
-
"input": 0.
|
|
62410
|
-
"output": 3.
|
|
62411
|
-
"cacheRead": 0.
|
|
63031
|
+
"input": 0.66,
|
|
63032
|
+
"output": 3.41,
|
|
63033
|
+
"cacheRead": 0.14,
|
|
62412
63034
|
"cacheWrite": 0
|
|
62413
63035
|
},
|
|
62414
63036
|
"contextWindow": 262144,
|
|
@@ -63775,8 +64397,8 @@
|
|
|
63775
64397
|
"text"
|
|
63776
64398
|
],
|
|
63777
64399
|
"cost": {
|
|
63778
|
-
"input": 0.
|
|
63779
|
-
"output": 0.
|
|
64400
|
+
"input": 0.24,
|
|
64401
|
+
"output": 0.8999999999999999,
|
|
63780
64402
|
"cacheRead": 0.135,
|
|
63781
64403
|
"cacheWrite": 0
|
|
63782
64404
|
},
|
|
@@ -64032,13 +64654,13 @@
|
|
|
64032
64654
|
"text"
|
|
64033
64655
|
],
|
|
64034
64656
|
"cost": {
|
|
64035
|
-
"input": 0.
|
|
64036
|
-
"output": 0.
|
|
64037
|
-
"cacheRead": 0.
|
|
64657
|
+
"input": 0.09,
|
|
64658
|
+
"output": 0.18,
|
|
64659
|
+
"cacheRead": 0.018,
|
|
64038
64660
|
"cacheWrite": 0
|
|
64039
64661
|
},
|
|
64040
64662
|
"contextWindow": 1048576,
|
|
64041
|
-
"maxTokens":
|
|
64663
|
+
"maxTokens": 16384,
|
|
64042
64664
|
"thinking": {
|
|
64043
64665
|
"mode": "effort",
|
|
64044
64666
|
"efforts": [
|
|
@@ -65283,12 +65905,12 @@
|
|
|
65283
65905
|
],
|
|
65284
65906
|
"cost": {
|
|
65285
65907
|
"input": 0.255,
|
|
65286
|
-
"output": 1,
|
|
65908
|
+
"output": 1.02,
|
|
65287
65909
|
"cacheRead": 0.03,
|
|
65288
65910
|
"cacheWrite": 0
|
|
65289
65911
|
},
|
|
65290
65912
|
"contextWindow": 204800,
|
|
65291
|
-
"maxTokens":
|
|
65913
|
+
"maxTokens": 131072,
|
|
65292
65914
|
"thinking": {
|
|
65293
65915
|
"mode": "effort",
|
|
65294
65916
|
"efforts": [
|
|
@@ -65310,13 +65932,13 @@
|
|
|
65310
65932
|
"text"
|
|
65311
65933
|
],
|
|
65312
65934
|
"cost": {
|
|
65313
|
-
"input": 0.
|
|
65314
|
-
"output":
|
|
65935
|
+
"input": 0.3,
|
|
65936
|
+
"output": 1.2,
|
|
65315
65937
|
"cacheRead": 0.03,
|
|
65316
65938
|
"cacheWrite": 0
|
|
65317
65939
|
},
|
|
65318
65940
|
"contextWindow": 204800,
|
|
65319
|
-
"maxTokens":
|
|
65941
|
+
"maxTokens": 131072,
|
|
65320
65942
|
"thinking": {
|
|
65321
65943
|
"mode": "effort",
|
|
65322
65944
|
"efforts": [
|
|
@@ -66037,11 +66659,11 @@
|
|
|
66037
66659
|
"cost": {
|
|
66038
66660
|
"input": 0.6,
|
|
66039
66661
|
"output": 2.5,
|
|
66040
|
-
"cacheRead": 0.
|
|
66662
|
+
"cacheRead": 0.15,
|
|
66041
66663
|
"cacheWrite": 0
|
|
66042
66664
|
},
|
|
66043
66665
|
"contextWindow": 262144,
|
|
66044
|
-
"maxTokens":
|
|
66666
|
+
"maxTokens": 100352,
|
|
66045
66667
|
"thinking": {
|
|
66046
66668
|
"mode": "effort",
|
|
66047
66669
|
"efforts": [
|
|
@@ -66094,9 +66716,9 @@
|
|
|
66094
66716
|
"image"
|
|
66095
66717
|
],
|
|
66096
66718
|
"cost": {
|
|
66097
|
-
"input": 0.
|
|
66098
|
-
"output": 3.
|
|
66099
|
-
"cacheRead": 0.
|
|
66719
|
+
"input": 0.66,
|
|
66720
|
+
"output": 3.41,
|
|
66721
|
+
"cacheRead": 0.14,
|
|
66100
66722
|
"cacheWrite": 0
|
|
66101
66723
|
},
|
|
66102
66724
|
"contextWindow": 262144,
|
|
@@ -68380,6 +69002,62 @@
|
|
|
68380
69002
|
]
|
|
68381
69003
|
}
|
|
68382
69004
|
},
|
|
69005
|
+
"poolside/laguna-xs-2.1": {
|
|
69006
|
+
"id": "poolside/laguna-xs-2.1",
|
|
69007
|
+
"name": "Laguna XS 2.1",
|
|
69008
|
+
"api": "openrouter",
|
|
69009
|
+
"provider": "openrouter",
|
|
69010
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
69011
|
+
"reasoning": true,
|
|
69012
|
+
"input": [
|
|
69013
|
+
"text"
|
|
69014
|
+
],
|
|
69015
|
+
"cost": {
|
|
69016
|
+
"input": 0.06,
|
|
69017
|
+
"output": 0.12,
|
|
69018
|
+
"cacheRead": 0.03,
|
|
69019
|
+
"cacheWrite": 0
|
|
69020
|
+
},
|
|
69021
|
+
"contextWindow": 262144,
|
|
69022
|
+
"maxTokens": 32768,
|
|
69023
|
+
"thinking": {
|
|
69024
|
+
"mode": "effort",
|
|
69025
|
+
"efforts": [
|
|
69026
|
+
"minimal",
|
|
69027
|
+
"low",
|
|
69028
|
+
"medium",
|
|
69029
|
+
"high"
|
|
69030
|
+
]
|
|
69031
|
+
}
|
|
69032
|
+
},
|
|
69033
|
+
"poolside/laguna-xs-2.1:free": {
|
|
69034
|
+
"id": "poolside/laguna-xs-2.1:free",
|
|
69035
|
+
"name": "Laguna XS 2.1 (free)",
|
|
69036
|
+
"api": "openrouter",
|
|
69037
|
+
"provider": "openrouter",
|
|
69038
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
69039
|
+
"reasoning": true,
|
|
69040
|
+
"input": [
|
|
69041
|
+
"text"
|
|
69042
|
+
],
|
|
69043
|
+
"cost": {
|
|
69044
|
+
"input": 0,
|
|
69045
|
+
"output": 0,
|
|
69046
|
+
"cacheRead": 0,
|
|
69047
|
+
"cacheWrite": 0
|
|
69048
|
+
},
|
|
69049
|
+
"contextWindow": 262144,
|
|
69050
|
+
"maxTokens": 32768,
|
|
69051
|
+
"thinking": {
|
|
69052
|
+
"mode": "effort",
|
|
69053
|
+
"efforts": [
|
|
69054
|
+
"minimal",
|
|
69055
|
+
"low",
|
|
69056
|
+
"medium",
|
|
69057
|
+
"high"
|
|
69058
|
+
]
|
|
69059
|
+
}
|
|
69060
|
+
},
|
|
68383
69061
|
"poolside/laguna-xs.2": {
|
|
68384
69062
|
"id": "poolside/laguna-xs.2",
|
|
68385
69063
|
"name": "Laguna XS.2",
|
|
@@ -68788,13 +69466,13 @@
|
|
|
68788
69466
|
"text"
|
|
68789
69467
|
],
|
|
68790
69468
|
"cost": {
|
|
68791
|
-
"input": 0.
|
|
68792
|
-
"output":
|
|
69469
|
+
"input": 0.13,
|
|
69470
|
+
"output": 1.56,
|
|
68793
69471
|
"cacheRead": 0.08,
|
|
68794
69472
|
"cacheWrite": 0
|
|
68795
69473
|
},
|
|
68796
69474
|
"contextWindow": 131072,
|
|
68797
|
-
"maxTokens":
|
|
69475
|
+
"maxTokens": 32768,
|
|
68798
69476
|
"thinking": {
|
|
68799
69477
|
"mode": "effort",
|
|
68800
69478
|
"efforts": [
|
|
@@ -68901,8 +69579,8 @@
|
|
|
68901
69579
|
"text"
|
|
68902
69580
|
],
|
|
68903
69581
|
"cost": {
|
|
68904
|
-
"input": 0.
|
|
68905
|
-
"output": 0.
|
|
69582
|
+
"input": 0.117,
|
|
69583
|
+
"output": 0.45499999999999996,
|
|
68906
69584
|
"cacheRead": 0.049999999999999996,
|
|
68907
69585
|
"cacheWrite": 0
|
|
68908
69586
|
},
|
|
@@ -69298,8 +69976,8 @@
|
|
|
69298
69976
|
"image"
|
|
69299
69977
|
],
|
|
69300
69978
|
"cost": {
|
|
69301
|
-
"input": 0.
|
|
69302
|
-
"output": 0.
|
|
69979
|
+
"input": 0.117,
|
|
69980
|
+
"output": 0.45499999999999996,
|
|
69303
69981
|
"cacheRead": 0,
|
|
69304
69982
|
"cacheWrite": 0
|
|
69305
69983
|
},
|
|
@@ -71079,13 +71757,13 @@
|
|
|
71079
71757
|
"text"
|
|
71080
71758
|
],
|
|
71081
71759
|
"cost": {
|
|
71082
|
-
"input": 0.
|
|
71083
|
-
"output":
|
|
71084
|
-
"cacheRead": 0.
|
|
71760
|
+
"input": 0.966,
|
|
71761
|
+
"output": 3.036,
|
|
71762
|
+
"cacheRead": 0.1794,
|
|
71085
71763
|
"cacheWrite": 0
|
|
71086
71764
|
},
|
|
71087
71765
|
"contextWindow": 202752,
|
|
71088
|
-
"maxTokens":
|
|
71766
|
+
"maxTokens": 128000,
|
|
71089
71767
|
"thinking": {
|
|
71090
71768
|
"mode": "effort",
|
|
71091
71769
|
"efforts": [
|
|
@@ -71357,9 +72035,9 @@
|
|
|
71357
72035
|
]
|
|
71358
72036
|
}
|
|
71359
72037
|
},
|
|
71360
|
-
"hf:moonshotai/Kimi-K2.
|
|
71361
|
-
"id": "hf:moonshotai/Kimi-K2.
|
|
71362
|
-
"name": "moonshotai/Kimi-K2.
|
|
72038
|
+
"hf:moonshotai/Kimi-K2.7-Code": {
|
|
72039
|
+
"id": "hf:moonshotai/Kimi-K2.7-Code",
|
|
72040
|
+
"name": "moonshotai/Kimi-K2.7-Code",
|
|
71363
72041
|
"api": "openai-completions",
|
|
71364
72042
|
"provider": "synthetic",
|
|
71365
72043
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -71387,25 +72065,6 @@
|
|
|
71387
72065
|
]
|
|
71388
72066
|
}
|
|
71389
72067
|
},
|
|
71390
|
-
"hf:moonshotai/Kimi-K2.7-Code": {
|
|
71391
|
-
"id": "hf:moonshotai/Kimi-K2.7-Code",
|
|
71392
|
-
"name": "moonshotai/Kimi-K2.7-Code",
|
|
71393
|
-
"api": "openai-completions",
|
|
71394
|
-
"provider": "synthetic",
|
|
71395
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
71396
|
-
"reasoning": false,
|
|
71397
|
-
"input": [
|
|
71398
|
-
"text"
|
|
71399
|
-
],
|
|
71400
|
-
"cost": {
|
|
71401
|
-
"input": 0,
|
|
71402
|
-
"output": 0,
|
|
71403
|
-
"cacheRead": 0,
|
|
71404
|
-
"cacheWrite": 0
|
|
71405
|
-
},
|
|
71406
|
-
"contextWindow": 262144,
|
|
71407
|
-
"maxTokens": 8192
|
|
71408
|
-
},
|
|
71409
72068
|
"hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4": {
|
|
71410
72069
|
"id": "hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
71411
72070
|
"name": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
@@ -71520,35 +72179,6 @@
|
|
|
71520
72179
|
]
|
|
71521
72180
|
}
|
|
71522
72181
|
},
|
|
71523
|
-
"hf:zai-org/GLM-5.1": {
|
|
71524
|
-
"id": "hf:zai-org/GLM-5.1",
|
|
71525
|
-
"name": "zai-org/GLM-5.1",
|
|
71526
|
-
"api": "openai-completions",
|
|
71527
|
-
"provider": "synthetic",
|
|
71528
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
71529
|
-
"reasoning": true,
|
|
71530
|
-
"input": [
|
|
71531
|
-
"text"
|
|
71532
|
-
],
|
|
71533
|
-
"cost": {
|
|
71534
|
-
"input": 1,
|
|
71535
|
-
"output": 3,
|
|
71536
|
-
"cacheRead": 1,
|
|
71537
|
-
"cacheWrite": 0
|
|
71538
|
-
},
|
|
71539
|
-
"contextWindow": 196608,
|
|
71540
|
-
"maxTokens": 65536,
|
|
71541
|
-
"thinking": {
|
|
71542
|
-
"mode": "effort",
|
|
71543
|
-
"efforts": [
|
|
71544
|
-
"minimal",
|
|
71545
|
-
"low",
|
|
71546
|
-
"medium",
|
|
71547
|
-
"high",
|
|
71548
|
-
"xhigh"
|
|
71549
|
-
]
|
|
71550
|
-
}
|
|
71551
|
-
},
|
|
71552
72182
|
"hf:zai-org/GLM-5.2": {
|
|
71553
72183
|
"id": "hf:zai-org/GLM-5.2",
|
|
71554
72184
|
"name": "zai-org/GLM-5.2",
|
|
@@ -71862,8 +72492,8 @@
|
|
|
71862
72492
|
"text"
|
|
71863
72493
|
],
|
|
71864
72494
|
"cost": {
|
|
71865
|
-
"input":
|
|
71866
|
-
"output":
|
|
72495
|
+
"input": 1.04,
|
|
72496
|
+
"output": 1.04,
|
|
71867
72497
|
"cacheRead": 0,
|
|
71868
72498
|
"cacheWrite": 0
|
|
71869
72499
|
},
|
|
@@ -73126,6 +73756,36 @@
|
|
|
73126
73756
|
"supportsUsageInStreaming": false
|
|
73127
73757
|
}
|
|
73128
73758
|
},
|
|
73759
|
+
"claude-sonnet-5": {
|
|
73760
|
+
"id": "claude-sonnet-5",
|
|
73761
|
+
"name": "Claude Sonnet 5",
|
|
73762
|
+
"api": "openai-completions",
|
|
73763
|
+
"provider": "venice",
|
|
73764
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
73765
|
+
"reasoning": true,
|
|
73766
|
+
"input": [
|
|
73767
|
+
"text",
|
|
73768
|
+
"image"
|
|
73769
|
+
],
|
|
73770
|
+
"cost": {
|
|
73771
|
+
"input": 3,
|
|
73772
|
+
"output": 15,
|
|
73773
|
+
"cacheRead": 0.3,
|
|
73774
|
+
"cacheWrite": 3.75
|
|
73775
|
+
},
|
|
73776
|
+
"contextWindow": 1000000,
|
|
73777
|
+
"maxTokens": 64000,
|
|
73778
|
+
"thinking": {
|
|
73779
|
+
"mode": "effort",
|
|
73780
|
+
"efforts": [
|
|
73781
|
+
"minimal",
|
|
73782
|
+
"low",
|
|
73783
|
+
"medium",
|
|
73784
|
+
"high",
|
|
73785
|
+
"xhigh"
|
|
73786
|
+
]
|
|
73787
|
+
}
|
|
73788
|
+
},
|
|
73129
73789
|
"deepseek-v3.2": {
|
|
73130
73790
|
"id": "deepseek-v3.2",
|
|
73131
73791
|
"name": "DeepSeek V3.2",
|
|
@@ -74395,7 +75055,7 @@
|
|
|
74395
75055
|
},
|
|
74396
75056
|
"minimax-m3": {
|
|
74397
75057
|
"id": "minimax-m3",
|
|
74398
|
-
"name": "MiniMax-M3
|
|
75058
|
+
"name": "MiniMax-M3",
|
|
74399
75059
|
"api": "openai-completions",
|
|
74400
75060
|
"provider": "venice",
|
|
74401
75061
|
"baseUrl": "https://api.venice.ai/api/v1",
|
|
@@ -81249,12 +81909,12 @@
|
|
|
81249
81909
|
"text"
|
|
81250
81910
|
],
|
|
81251
81911
|
"cost": {
|
|
81252
|
-
"input": 1.
|
|
81253
|
-
"output": 4.
|
|
81254
|
-
"cacheRead": 0.
|
|
81912
|
+
"input": 1.4,
|
|
81913
|
+
"output": 4.4,
|
|
81914
|
+
"cacheRead": 0.26,
|
|
81255
81915
|
"cacheWrite": 0
|
|
81256
81916
|
},
|
|
81257
|
-
"contextWindow":
|
|
81917
|
+
"contextWindow": 1040000,
|
|
81258
81918
|
"maxTokens": 128000,
|
|
81259
81919
|
"thinking": {
|
|
81260
81920
|
"mode": "budget",
|
|
@@ -83526,6 +84186,44 @@
|
|
|
83526
84186
|
"supportsDisplay": true
|
|
83527
84187
|
}
|
|
83528
84188
|
},
|
|
84189
|
+
"anthropic/claude-fable-5-free": {
|
|
84190
|
+
"id": "anthropic/claude-fable-5-free",
|
|
84191
|
+
"name": "Claude Fable 5 (Free)",
|
|
84192
|
+
"api": "anthropic-messages",
|
|
84193
|
+
"provider": "zenmux",
|
|
84194
|
+
"baseUrl": "https://zenmux.ai/api/anthropic",
|
|
84195
|
+
"reasoning": true,
|
|
84196
|
+
"input": [
|
|
84197
|
+
"text",
|
|
84198
|
+
"image"
|
|
84199
|
+
],
|
|
84200
|
+
"cost": {
|
|
84201
|
+
"input": 0,
|
|
84202
|
+
"output": 0,
|
|
84203
|
+
"cacheRead": 0,
|
|
84204
|
+
"cacheWrite": 0
|
|
84205
|
+
},
|
|
84206
|
+
"contextWindow": 1000000,
|
|
84207
|
+
"maxTokens": 128000,
|
|
84208
|
+
"thinking": {
|
|
84209
|
+
"mode": "anthropic-adaptive",
|
|
84210
|
+
"efforts": [
|
|
84211
|
+
"minimal",
|
|
84212
|
+
"low",
|
|
84213
|
+
"medium",
|
|
84214
|
+
"high",
|
|
84215
|
+
"xhigh"
|
|
84216
|
+
],
|
|
84217
|
+
"effortMap": {
|
|
84218
|
+
"minimal": "low",
|
|
84219
|
+
"low": "medium",
|
|
84220
|
+
"medium": "high",
|
|
84221
|
+
"high": "xhigh",
|
|
84222
|
+
"xhigh": "max"
|
|
84223
|
+
},
|
|
84224
|
+
"supportsDisplay": true
|
|
84225
|
+
}
|
|
84226
|
+
},
|
|
83529
84227
|
"anthropic/claude-haiku-4.5": {
|
|
83530
84228
|
"id": "anthropic/claude-haiku-4.5",
|
|
83531
84229
|
"name": "Claude Haiku 4.5",
|