@oh-my-pi/pi-catalog 16.0.3 → 16.0.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 +6 -0
- package/dist/types/identity/family.d.ts +2 -0
- package/package.json +3 -3
- package/src/compat/openai.ts +5 -1
- package/src/identity/family.ts +11 -0
- package/src/model-thinking.ts +19 -0
- package/src/models.json +479 -747
package/src/models.json
CHANGED
|
@@ -14801,6 +14801,38 @@
|
|
|
14801
14801
|
}
|
|
14802
14802
|
}
|
|
14803
14803
|
},
|
|
14804
|
+
"glm-5.2": {
|
|
14805
|
+
"id": "glm-5.2",
|
|
14806
|
+
"name": "GLM-5.2",
|
|
14807
|
+
"api": "openai-completions",
|
|
14808
|
+
"provider": "fireworks",
|
|
14809
|
+
"baseUrl": "https://api.fireworks.ai/inference/v1",
|
|
14810
|
+
"reasoning": true,
|
|
14811
|
+
"input": [
|
|
14812
|
+
"text"
|
|
14813
|
+
],
|
|
14814
|
+
"cost": {
|
|
14815
|
+
"input": 0,
|
|
14816
|
+
"output": 0,
|
|
14817
|
+
"cacheRead": 0,
|
|
14818
|
+
"cacheWrite": 0
|
|
14819
|
+
},
|
|
14820
|
+
"contextWindow": 1048576,
|
|
14821
|
+
"maxTokens": 131072,
|
|
14822
|
+
"thinking": {
|
|
14823
|
+
"mode": "effort",
|
|
14824
|
+
"efforts": [
|
|
14825
|
+
"minimal",
|
|
14826
|
+
"low",
|
|
14827
|
+
"medium",
|
|
14828
|
+
"high",
|
|
14829
|
+
"xhigh"
|
|
14830
|
+
],
|
|
14831
|
+
"effortMap": {
|
|
14832
|
+
"minimal": "none"
|
|
14833
|
+
}
|
|
14834
|
+
}
|
|
14835
|
+
},
|
|
14804
14836
|
"gpt-oss-120b": {
|
|
14805
14837
|
"id": "gpt-oss-120b",
|
|
14806
14838
|
"name": "GPT OSS 120B",
|
|
@@ -27751,8 +27783,8 @@
|
|
|
27751
27783
|
"cacheRead": 0,
|
|
27752
27784
|
"cacheWrite": 0
|
|
27753
27785
|
},
|
|
27754
|
-
"contextWindow":
|
|
27755
|
-
"maxTokens":
|
|
27786
|
+
"contextWindow": 262144,
|
|
27787
|
+
"maxTokens": 32768,
|
|
27756
27788
|
"thinking": {
|
|
27757
27789
|
"mode": "effort",
|
|
27758
27790
|
"efforts": [
|
|
@@ -27780,8 +27812,8 @@
|
|
|
27780
27812
|
"cacheRead": 0,
|
|
27781
27813
|
"cacheWrite": 0
|
|
27782
27814
|
},
|
|
27783
|
-
"contextWindow":
|
|
27784
|
-
"maxTokens":
|
|
27815
|
+
"contextWindow": 262144,
|
|
27816
|
+
"maxTokens": 32768,
|
|
27785
27817
|
"thinking": {
|
|
27786
27818
|
"mode": "effort",
|
|
27787
27819
|
"efforts": [
|
|
@@ -30791,6 +30823,25 @@
|
|
|
30791
30823
|
]
|
|
30792
30824
|
}
|
|
30793
30825
|
},
|
|
30826
|
+
"z-ai/glm-5.2": {
|
|
30827
|
+
"id": "z-ai/glm-5.2",
|
|
30828
|
+
"name": "GLM 5.2",
|
|
30829
|
+
"api": "openai-completions",
|
|
30830
|
+
"provider": "kilo",
|
|
30831
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
30832
|
+
"reasoning": false,
|
|
30833
|
+
"input": [
|
|
30834
|
+
"text"
|
|
30835
|
+
],
|
|
30836
|
+
"cost": {
|
|
30837
|
+
"input": 0,
|
|
30838
|
+
"output": 0,
|
|
30839
|
+
"cacheRead": 0,
|
|
30840
|
+
"cacheWrite": 0
|
|
30841
|
+
},
|
|
30842
|
+
"contextWindow": 1048576,
|
|
30843
|
+
"maxTokens": 131072
|
|
30844
|
+
},
|
|
30794
30845
|
"z-ai/glm-5v-turbo": {
|
|
30795
30846
|
"id": "z-ai/glm-5v-turbo",
|
|
30796
30847
|
"name": "GLM 5V Turbo",
|
|
@@ -32875,6 +32926,35 @@
|
|
|
32875
32926
|
"high"
|
|
32876
32927
|
]
|
|
32877
32928
|
}
|
|
32929
|
+
},
|
|
32930
|
+
"kimi-k2.7-code-highspeed": {
|
|
32931
|
+
"id": "kimi-k2.7-code-highspeed",
|
|
32932
|
+
"name": "Kimi K2.7 Code HighSpeed",
|
|
32933
|
+
"api": "openai-completions",
|
|
32934
|
+
"provider": "moonshot",
|
|
32935
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
32936
|
+
"reasoning": true,
|
|
32937
|
+
"input": [
|
|
32938
|
+
"text",
|
|
32939
|
+
"image"
|
|
32940
|
+
],
|
|
32941
|
+
"cost": {
|
|
32942
|
+
"input": 1.9,
|
|
32943
|
+
"output": 8,
|
|
32944
|
+
"cacheRead": 0.38,
|
|
32945
|
+
"cacheWrite": 0
|
|
32946
|
+
},
|
|
32947
|
+
"contextWindow": 262144,
|
|
32948
|
+
"maxTokens": 262144,
|
|
32949
|
+
"thinking": {
|
|
32950
|
+
"mode": "effort",
|
|
32951
|
+
"efforts": [
|
|
32952
|
+
"minimal",
|
|
32953
|
+
"low",
|
|
32954
|
+
"medium",
|
|
32955
|
+
"high"
|
|
32956
|
+
]
|
|
32957
|
+
}
|
|
32878
32958
|
}
|
|
32879
32959
|
},
|
|
32880
32960
|
"nanogpt": {
|
|
@@ -41857,6 +41937,25 @@
|
|
|
41857
41937
|
]
|
|
41858
41938
|
}
|
|
41859
41939
|
},
|
|
41940
|
+
"moonshotai/kimi-k2.7-code-highspeed": {
|
|
41941
|
+
"id": "moonshotai/kimi-k2.7-code-highspeed",
|
|
41942
|
+
"name": "moonshotai/kimi-k2.7-code-highspeed",
|
|
41943
|
+
"api": "openai-completions",
|
|
41944
|
+
"provider": "nanogpt",
|
|
41945
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
41946
|
+
"reasoning": false,
|
|
41947
|
+
"input": [
|
|
41948
|
+
"text"
|
|
41949
|
+
],
|
|
41950
|
+
"cost": {
|
|
41951
|
+
"input": 0,
|
|
41952
|
+
"output": 0,
|
|
41953
|
+
"cacheRead": 0,
|
|
41954
|
+
"cacheWrite": 0
|
|
41955
|
+
},
|
|
41956
|
+
"contextWindow": 262144,
|
|
41957
|
+
"maxTokens": 262144
|
|
41958
|
+
},
|
|
41860
41959
|
"moonshotai/kimi-latest": {
|
|
41861
41960
|
"id": "moonshotai/kimi-latest",
|
|
41862
41961
|
"name": "Kimi Latest",
|
|
@@ -46960,6 +47059,25 @@
|
|
|
46960
47059
|
"toolStrictMode": "mixed"
|
|
46961
47060
|
}
|
|
46962
47061
|
},
|
|
47062
|
+
"TEE/glm-5.2": {
|
|
47063
|
+
"id": "TEE/glm-5.2",
|
|
47064
|
+
"name": "TEE/glm-5.2",
|
|
47065
|
+
"api": "openai-completions",
|
|
47066
|
+
"provider": "nanogpt",
|
|
47067
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
47068
|
+
"reasoning": false,
|
|
47069
|
+
"input": [
|
|
47070
|
+
"text"
|
|
47071
|
+
],
|
|
47072
|
+
"cost": {
|
|
47073
|
+
"input": 0,
|
|
47074
|
+
"output": 0,
|
|
47075
|
+
"cacheRead": 0,
|
|
47076
|
+
"cacheWrite": 0
|
|
47077
|
+
},
|
|
47078
|
+
"contextWindow": 1048576,
|
|
47079
|
+
"maxTokens": 131072
|
|
47080
|
+
},
|
|
46963
47081
|
"TEE/gpt-oss-120b": {
|
|
46964
47082
|
"id": "TEE/gpt-oss-120b",
|
|
46965
47083
|
"name": "TEE/gpt-oss-120b",
|
|
@@ -49461,6 +49579,35 @@
|
|
|
49461
49579
|
]
|
|
49462
49580
|
}
|
|
49463
49581
|
},
|
|
49582
|
+
"zai-org/glm-5.2": {
|
|
49583
|
+
"id": "zai-org/glm-5.2",
|
|
49584
|
+
"name": "zai-org/glm-5.2",
|
|
49585
|
+
"api": "openai-completions",
|
|
49586
|
+
"provider": "nanogpt",
|
|
49587
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
49588
|
+
"reasoning": true,
|
|
49589
|
+
"input": [
|
|
49590
|
+
"text"
|
|
49591
|
+
],
|
|
49592
|
+
"cost": {
|
|
49593
|
+
"input": 0,
|
|
49594
|
+
"output": 0,
|
|
49595
|
+
"cacheRead": 0,
|
|
49596
|
+
"cacheWrite": 0
|
|
49597
|
+
},
|
|
49598
|
+
"contextWindow": 1048576,
|
|
49599
|
+
"maxTokens": 131072,
|
|
49600
|
+
"thinking": {
|
|
49601
|
+
"mode": "effort",
|
|
49602
|
+
"efforts": [
|
|
49603
|
+
"minimal",
|
|
49604
|
+
"low",
|
|
49605
|
+
"medium",
|
|
49606
|
+
"high",
|
|
49607
|
+
"xhigh"
|
|
49608
|
+
]
|
|
49609
|
+
}
|
|
49610
|
+
},
|
|
49464
49611
|
"zai-org/glm-latest": {
|
|
49465
49612
|
"id": "zai-org/glm-latest",
|
|
49466
49613
|
"name": "GLM Latest",
|
|
@@ -60012,8 +60159,8 @@
|
|
|
60012
60159
|
"text"
|
|
60013
60160
|
],
|
|
60014
60161
|
"cost": {
|
|
60015
|
-
"input": 0.
|
|
60016
|
-
"output": 0.
|
|
60162
|
+
"input": 0.09,
|
|
60163
|
+
"output": 0.18,
|
|
60017
60164
|
"cacheRead": 0.02,
|
|
60018
60165
|
"cacheWrite": 0
|
|
60019
60166
|
},
|
|
@@ -62075,13 +62222,13 @@
|
|
|
62075
62222
|
"image"
|
|
62076
62223
|
],
|
|
62077
62224
|
"cost": {
|
|
62078
|
-
"input": 0.
|
|
62225
|
+
"input": 0.74,
|
|
62079
62226
|
"output": 3.5,
|
|
62080
|
-
"cacheRead": 0.
|
|
62227
|
+
"cacheRead": 0.15,
|
|
62081
62228
|
"cacheWrite": 0
|
|
62082
62229
|
},
|
|
62083
62230
|
"contextWindow": 262144,
|
|
62084
|
-
"maxTokens":
|
|
62231
|
+
"maxTokens": 16384,
|
|
62085
62232
|
"thinking": {
|
|
62086
62233
|
"mode": "effort",
|
|
62087
62234
|
"efforts": [
|
|
@@ -62397,8 +62544,8 @@
|
|
|
62397
62544
|
],
|
|
62398
62545
|
"cost": {
|
|
62399
62546
|
"input": 0.5,
|
|
62400
|
-
"output": 2.
|
|
62401
|
-
"cacheRead": 0.
|
|
62547
|
+
"output": 2.2,
|
|
62548
|
+
"cacheRead": 0.09999999999999999,
|
|
62402
62549
|
"cacheWrite": 0
|
|
62403
62550
|
},
|
|
62404
62551
|
"contextWindow": 1000000,
|
|
@@ -66658,13 +66805,13 @@
|
|
|
66658
66805
|
"text"
|
|
66659
66806
|
],
|
|
66660
66807
|
"cost": {
|
|
66661
|
-
"input": 0.
|
|
66808
|
+
"input": 0.13,
|
|
66662
66809
|
"output": 0.85,
|
|
66663
|
-
"cacheRead": 0.
|
|
66810
|
+
"cacheRead": 0.024999999999999998,
|
|
66664
66811
|
"cacheWrite": 0
|
|
66665
66812
|
},
|
|
66666
66813
|
"contextWindow": 131072,
|
|
66667
|
-
"maxTokens":
|
|
66814
|
+
"maxTokens": 98304,
|
|
66668
66815
|
"thinking": {
|
|
66669
66816
|
"mode": "effort",
|
|
66670
66817
|
"efforts": [
|
|
@@ -66948,6 +67095,34 @@
|
|
|
66948
67095
|
]
|
|
66949
67096
|
}
|
|
66950
67097
|
},
|
|
67098
|
+
"z-ai/glm-5.2": {
|
|
67099
|
+
"id": "z-ai/glm-5.2",
|
|
67100
|
+
"name": "GLM 5.2",
|
|
67101
|
+
"api": "openai-completions",
|
|
67102
|
+
"provider": "openrouter",
|
|
67103
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
67104
|
+
"reasoning": true,
|
|
67105
|
+
"input": [
|
|
67106
|
+
"text"
|
|
67107
|
+
],
|
|
67108
|
+
"cost": {
|
|
67109
|
+
"input": 1.4,
|
|
67110
|
+
"output": 4.4,
|
|
67111
|
+
"cacheRead": 0.26,
|
|
67112
|
+
"cacheWrite": 0
|
|
67113
|
+
},
|
|
67114
|
+
"contextWindow": 1048576,
|
|
67115
|
+
"maxTokens": 262144,
|
|
67116
|
+
"thinking": {
|
|
67117
|
+
"mode": "effort",
|
|
67118
|
+
"efforts": [
|
|
67119
|
+
"minimal",
|
|
67120
|
+
"low",
|
|
67121
|
+
"medium",
|
|
67122
|
+
"high"
|
|
67123
|
+
]
|
|
67124
|
+
}
|
|
67125
|
+
},
|
|
66951
67126
|
"z-ai/glm-5v-turbo": {
|
|
66952
67127
|
"id": "z-ai/glm-5v-turbo",
|
|
66953
67128
|
"name": "GLM 5V Turbo",
|
|
@@ -67049,484 +67224,9 @@
|
|
|
67049
67224
|
}
|
|
67050
67225
|
},
|
|
67051
67226
|
"synthetic": {
|
|
67052
|
-
"hf:deepseek-ai/DeepSeek-R1": {
|
|
67053
|
-
"id": "hf:deepseek-ai/DeepSeek-R1",
|
|
67054
|
-
"name": "DeepSeek R1",
|
|
67055
|
-
"api": "openai-completions",
|
|
67056
|
-
"provider": "synthetic",
|
|
67057
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67058
|
-
"reasoning": true,
|
|
67059
|
-
"input": [
|
|
67060
|
-
"text"
|
|
67061
|
-
],
|
|
67062
|
-
"cost": {
|
|
67063
|
-
"input": 0.55,
|
|
67064
|
-
"output": 2.19,
|
|
67065
|
-
"cacheRead": 0,
|
|
67066
|
-
"cacheWrite": 0
|
|
67067
|
-
},
|
|
67068
|
-
"contextWindow": 128000,
|
|
67069
|
-
"maxTokens": 128000,
|
|
67070
|
-
"thinking": {
|
|
67071
|
-
"mode": "effort",
|
|
67072
|
-
"efforts": [
|
|
67073
|
-
"minimal",
|
|
67074
|
-
"low",
|
|
67075
|
-
"medium",
|
|
67076
|
-
"high",
|
|
67077
|
-
"xhigh"
|
|
67078
|
-
],
|
|
67079
|
-
"effortMap": {
|
|
67080
|
-
"minimal": "high",
|
|
67081
|
-
"low": "high",
|
|
67082
|
-
"medium": "high",
|
|
67083
|
-
"high": "high",
|
|
67084
|
-
"xhigh": "max"
|
|
67085
|
-
}
|
|
67086
|
-
}
|
|
67087
|
-
},
|
|
67088
|
-
"hf:deepseek-ai/DeepSeek-R1-0528": {
|
|
67089
|
-
"id": "hf:deepseek-ai/DeepSeek-R1-0528",
|
|
67090
|
-
"name": "DeepSeek R1 (0528)",
|
|
67091
|
-
"api": "openai-completions",
|
|
67092
|
-
"provider": "synthetic",
|
|
67093
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67094
|
-
"reasoning": true,
|
|
67095
|
-
"input": [
|
|
67096
|
-
"text"
|
|
67097
|
-
],
|
|
67098
|
-
"cost": {
|
|
67099
|
-
"input": 3,
|
|
67100
|
-
"output": 8,
|
|
67101
|
-
"cacheRead": 0,
|
|
67102
|
-
"cacheWrite": 0
|
|
67103
|
-
},
|
|
67104
|
-
"contextWindow": 128000,
|
|
67105
|
-
"maxTokens": 128000,
|
|
67106
|
-
"thinking": {
|
|
67107
|
-
"mode": "effort",
|
|
67108
|
-
"efforts": [
|
|
67109
|
-
"minimal",
|
|
67110
|
-
"low",
|
|
67111
|
-
"medium",
|
|
67112
|
-
"high",
|
|
67113
|
-
"xhigh"
|
|
67114
|
-
],
|
|
67115
|
-
"effortMap": {
|
|
67116
|
-
"minimal": "high",
|
|
67117
|
-
"low": "high",
|
|
67118
|
-
"medium": "high",
|
|
67119
|
-
"high": "high",
|
|
67120
|
-
"xhigh": "max"
|
|
67121
|
-
}
|
|
67122
|
-
}
|
|
67123
|
-
},
|
|
67124
|
-
"hf:deepseek-ai/DeepSeek-V3": {
|
|
67125
|
-
"id": "hf:deepseek-ai/DeepSeek-V3",
|
|
67126
|
-
"name": "DeepSeek V3",
|
|
67127
|
-
"api": "openai-completions",
|
|
67128
|
-
"provider": "synthetic",
|
|
67129
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67130
|
-
"reasoning": true,
|
|
67131
|
-
"input": [
|
|
67132
|
-
"text"
|
|
67133
|
-
],
|
|
67134
|
-
"cost": {
|
|
67135
|
-
"input": 1.25,
|
|
67136
|
-
"output": 1.25,
|
|
67137
|
-
"cacheRead": 0,
|
|
67138
|
-
"cacheWrite": 0
|
|
67139
|
-
},
|
|
67140
|
-
"contextWindow": 128000,
|
|
67141
|
-
"maxTokens": 128000,
|
|
67142
|
-
"thinking": {
|
|
67143
|
-
"mode": "effort",
|
|
67144
|
-
"efforts": [
|
|
67145
|
-
"minimal",
|
|
67146
|
-
"low",
|
|
67147
|
-
"medium",
|
|
67148
|
-
"high",
|
|
67149
|
-
"xhigh"
|
|
67150
|
-
],
|
|
67151
|
-
"effortMap": {
|
|
67152
|
-
"minimal": "high",
|
|
67153
|
-
"low": "high",
|
|
67154
|
-
"medium": "high",
|
|
67155
|
-
"high": "high",
|
|
67156
|
-
"xhigh": "max"
|
|
67157
|
-
}
|
|
67158
|
-
}
|
|
67159
|
-
},
|
|
67160
|
-
"hf:deepseek-ai/DeepSeek-V3-0324": {
|
|
67161
|
-
"id": "hf:deepseek-ai/DeepSeek-V3-0324",
|
|
67162
|
-
"name": "DeepSeek V3 (0324)",
|
|
67163
|
-
"api": "openai-completions",
|
|
67164
|
-
"provider": "synthetic",
|
|
67165
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67166
|
-
"reasoning": false,
|
|
67167
|
-
"input": [
|
|
67168
|
-
"text"
|
|
67169
|
-
],
|
|
67170
|
-
"cost": {
|
|
67171
|
-
"input": 1.2,
|
|
67172
|
-
"output": 1.2,
|
|
67173
|
-
"cacheRead": 0,
|
|
67174
|
-
"cacheWrite": 0
|
|
67175
|
-
},
|
|
67176
|
-
"contextWindow": 128000,
|
|
67177
|
-
"maxTokens": 128000
|
|
67178
|
-
},
|
|
67179
|
-
"hf:deepseek-ai/DeepSeek-V3.1": {
|
|
67180
|
-
"id": "hf:deepseek-ai/DeepSeek-V3.1",
|
|
67181
|
-
"name": "DeepSeek V3.1",
|
|
67182
|
-
"api": "openai-completions",
|
|
67183
|
-
"provider": "synthetic",
|
|
67184
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67185
|
-
"reasoning": true,
|
|
67186
|
-
"input": [
|
|
67187
|
-
"text"
|
|
67188
|
-
],
|
|
67189
|
-
"cost": {
|
|
67190
|
-
"input": 0.56,
|
|
67191
|
-
"output": 1.68,
|
|
67192
|
-
"cacheRead": 0,
|
|
67193
|
-
"cacheWrite": 0
|
|
67194
|
-
},
|
|
67195
|
-
"contextWindow": 128000,
|
|
67196
|
-
"maxTokens": 128000,
|
|
67197
|
-
"thinking": {
|
|
67198
|
-
"mode": "effort",
|
|
67199
|
-
"efforts": [
|
|
67200
|
-
"minimal",
|
|
67201
|
-
"low",
|
|
67202
|
-
"medium",
|
|
67203
|
-
"high",
|
|
67204
|
-
"xhigh"
|
|
67205
|
-
],
|
|
67206
|
-
"effortMap": {
|
|
67207
|
-
"minimal": "high",
|
|
67208
|
-
"low": "high",
|
|
67209
|
-
"medium": "high",
|
|
67210
|
-
"high": "high",
|
|
67211
|
-
"xhigh": "max"
|
|
67212
|
-
}
|
|
67213
|
-
}
|
|
67214
|
-
},
|
|
67215
|
-
"hf:deepseek-ai/DeepSeek-V3.1-Terminus": {
|
|
67216
|
-
"id": "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
|
|
67217
|
-
"name": "DeepSeek V3.1 Terminus",
|
|
67218
|
-
"api": "openai-completions",
|
|
67219
|
-
"provider": "synthetic",
|
|
67220
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67221
|
-
"reasoning": true,
|
|
67222
|
-
"input": [
|
|
67223
|
-
"text"
|
|
67224
|
-
],
|
|
67225
|
-
"cost": {
|
|
67226
|
-
"input": 1.2,
|
|
67227
|
-
"output": 1.2,
|
|
67228
|
-
"cacheRead": 0,
|
|
67229
|
-
"cacheWrite": 0
|
|
67230
|
-
},
|
|
67231
|
-
"contextWindow": 128000,
|
|
67232
|
-
"maxTokens": 128000,
|
|
67233
|
-
"thinking": {
|
|
67234
|
-
"mode": "effort",
|
|
67235
|
-
"efforts": [
|
|
67236
|
-
"minimal",
|
|
67237
|
-
"low",
|
|
67238
|
-
"medium",
|
|
67239
|
-
"high",
|
|
67240
|
-
"xhigh"
|
|
67241
|
-
],
|
|
67242
|
-
"effortMap": {
|
|
67243
|
-
"minimal": "high",
|
|
67244
|
-
"low": "high",
|
|
67245
|
-
"medium": "high",
|
|
67246
|
-
"high": "high",
|
|
67247
|
-
"xhigh": "max"
|
|
67248
|
-
}
|
|
67249
|
-
}
|
|
67250
|
-
},
|
|
67251
|
-
"hf:deepseek-ai/DeepSeek-V3.2": {
|
|
67252
|
-
"id": "hf:deepseek-ai/DeepSeek-V3.2",
|
|
67253
|
-
"name": "DeepSeek V3.2",
|
|
67254
|
-
"api": "openai-completions",
|
|
67255
|
-
"provider": "synthetic",
|
|
67256
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67257
|
-
"reasoning": true,
|
|
67258
|
-
"input": [
|
|
67259
|
-
"text"
|
|
67260
|
-
],
|
|
67261
|
-
"cost": {
|
|
67262
|
-
"input": 0.27,
|
|
67263
|
-
"output": 0.4,
|
|
67264
|
-
"cacheRead": 0.27,
|
|
67265
|
-
"cacheWrite": 0
|
|
67266
|
-
},
|
|
67267
|
-
"contextWindow": 162816,
|
|
67268
|
-
"maxTokens": 8000,
|
|
67269
|
-
"thinking": {
|
|
67270
|
-
"mode": "effort",
|
|
67271
|
-
"efforts": [
|
|
67272
|
-
"minimal",
|
|
67273
|
-
"low",
|
|
67274
|
-
"medium",
|
|
67275
|
-
"high",
|
|
67276
|
-
"xhigh"
|
|
67277
|
-
],
|
|
67278
|
-
"effortMap": {
|
|
67279
|
-
"minimal": "high",
|
|
67280
|
-
"low": "high",
|
|
67281
|
-
"medium": "high",
|
|
67282
|
-
"high": "high",
|
|
67283
|
-
"xhigh": "max"
|
|
67284
|
-
}
|
|
67285
|
-
}
|
|
67286
|
-
},
|
|
67287
|
-
"hf:meta-llama/Llama-3.1-405B-Instruct": {
|
|
67288
|
-
"id": "hf:meta-llama/Llama-3.1-405B-Instruct",
|
|
67289
|
-
"name": "Llama-3.1-405B-Instruct",
|
|
67290
|
-
"api": "openai-completions",
|
|
67291
|
-
"provider": "synthetic",
|
|
67292
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67293
|
-
"reasoning": true,
|
|
67294
|
-
"input": [
|
|
67295
|
-
"text"
|
|
67296
|
-
],
|
|
67297
|
-
"cost": {
|
|
67298
|
-
"input": 3,
|
|
67299
|
-
"output": 3,
|
|
67300
|
-
"cacheRead": 0,
|
|
67301
|
-
"cacheWrite": 0
|
|
67302
|
-
},
|
|
67303
|
-
"contextWindow": 128000,
|
|
67304
|
-
"maxTokens": 32768,
|
|
67305
|
-
"thinking": {
|
|
67306
|
-
"mode": "effort",
|
|
67307
|
-
"efforts": [
|
|
67308
|
-
"minimal",
|
|
67309
|
-
"low",
|
|
67310
|
-
"medium",
|
|
67311
|
-
"high",
|
|
67312
|
-
"xhigh"
|
|
67313
|
-
]
|
|
67314
|
-
}
|
|
67315
|
-
},
|
|
67316
|
-
"hf:meta-llama/Llama-3.1-70B-Instruct": {
|
|
67317
|
-
"id": "hf:meta-llama/Llama-3.1-70B-Instruct",
|
|
67318
|
-
"name": "Llama-3.1-70B-Instruct",
|
|
67319
|
-
"api": "openai-completions",
|
|
67320
|
-
"provider": "synthetic",
|
|
67321
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67322
|
-
"reasoning": true,
|
|
67323
|
-
"input": [
|
|
67324
|
-
"text"
|
|
67325
|
-
],
|
|
67326
|
-
"cost": {
|
|
67327
|
-
"input": 0.9,
|
|
67328
|
-
"output": 0.9,
|
|
67329
|
-
"cacheRead": 0,
|
|
67330
|
-
"cacheWrite": 0
|
|
67331
|
-
},
|
|
67332
|
-
"contextWindow": 128000,
|
|
67333
|
-
"maxTokens": 32768,
|
|
67334
|
-
"thinking": {
|
|
67335
|
-
"mode": "effort",
|
|
67336
|
-
"efforts": [
|
|
67337
|
-
"minimal",
|
|
67338
|
-
"low",
|
|
67339
|
-
"medium",
|
|
67340
|
-
"high",
|
|
67341
|
-
"xhigh"
|
|
67342
|
-
]
|
|
67343
|
-
}
|
|
67344
|
-
},
|
|
67345
|
-
"hf:meta-llama/Llama-3.1-8B-Instruct": {
|
|
67346
|
-
"id": "hf:meta-llama/Llama-3.1-8B-Instruct",
|
|
67347
|
-
"name": "Llama-3.1-8B-Instruct",
|
|
67348
|
-
"api": "openai-completions",
|
|
67349
|
-
"provider": "synthetic",
|
|
67350
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67351
|
-
"reasoning": true,
|
|
67352
|
-
"input": [
|
|
67353
|
-
"text"
|
|
67354
|
-
],
|
|
67355
|
-
"cost": {
|
|
67356
|
-
"input": 0.2,
|
|
67357
|
-
"output": 0.2,
|
|
67358
|
-
"cacheRead": 0,
|
|
67359
|
-
"cacheWrite": 0
|
|
67360
|
-
},
|
|
67361
|
-
"contextWindow": 128000,
|
|
67362
|
-
"maxTokens": 32768,
|
|
67363
|
-
"thinking": {
|
|
67364
|
-
"mode": "effort",
|
|
67365
|
-
"efforts": [
|
|
67366
|
-
"minimal",
|
|
67367
|
-
"low",
|
|
67368
|
-
"medium",
|
|
67369
|
-
"high",
|
|
67370
|
-
"xhigh"
|
|
67371
|
-
]
|
|
67372
|
-
}
|
|
67373
|
-
},
|
|
67374
|
-
"hf:meta-llama/Llama-3.3-70B-Instruct": {
|
|
67375
|
-
"id": "hf:meta-llama/Llama-3.3-70B-Instruct",
|
|
67376
|
-
"name": "Llama-3.3-70B-Instruct",
|
|
67377
|
-
"api": "openai-completions",
|
|
67378
|
-
"provider": "synthetic",
|
|
67379
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67380
|
-
"reasoning": true,
|
|
67381
|
-
"input": [
|
|
67382
|
-
"text"
|
|
67383
|
-
],
|
|
67384
|
-
"cost": {
|
|
67385
|
-
"input": 0.9,
|
|
67386
|
-
"output": 0.9,
|
|
67387
|
-
"cacheRead": 0,
|
|
67388
|
-
"cacheWrite": 0
|
|
67389
|
-
},
|
|
67390
|
-
"contextWindow": 128000,
|
|
67391
|
-
"maxTokens": 32768,
|
|
67392
|
-
"thinking": {
|
|
67393
|
-
"mode": "effort",
|
|
67394
|
-
"efforts": [
|
|
67395
|
-
"minimal",
|
|
67396
|
-
"low",
|
|
67397
|
-
"medium",
|
|
67398
|
-
"high",
|
|
67399
|
-
"xhigh"
|
|
67400
|
-
]
|
|
67401
|
-
}
|
|
67402
|
-
},
|
|
67403
|
-
"hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": {
|
|
67404
|
-
"id": "hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
67405
|
-
"name": "Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
67406
|
-
"api": "openai-completions",
|
|
67407
|
-
"provider": "synthetic",
|
|
67408
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67409
|
-
"reasoning": false,
|
|
67410
|
-
"input": [
|
|
67411
|
-
"text",
|
|
67412
|
-
"image"
|
|
67413
|
-
],
|
|
67414
|
-
"cost": {
|
|
67415
|
-
"input": 0.22,
|
|
67416
|
-
"output": 0.88,
|
|
67417
|
-
"cacheRead": 0,
|
|
67418
|
-
"cacheWrite": 0
|
|
67419
|
-
},
|
|
67420
|
-
"contextWindow": 524000,
|
|
67421
|
-
"maxTokens": 4096
|
|
67422
|
-
},
|
|
67423
|
-
"hf:meta-llama/Llama-4-Scout-17B-16E-Instruct": {
|
|
67424
|
-
"id": "hf:meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
67425
|
-
"name": "Llama-4-Scout-17B-16E-Instruct",
|
|
67426
|
-
"api": "openai-completions",
|
|
67427
|
-
"provider": "synthetic",
|
|
67428
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67429
|
-
"reasoning": false,
|
|
67430
|
-
"input": [
|
|
67431
|
-
"text",
|
|
67432
|
-
"image"
|
|
67433
|
-
],
|
|
67434
|
-
"cost": {
|
|
67435
|
-
"input": 0.15,
|
|
67436
|
-
"output": 0.6,
|
|
67437
|
-
"cacheRead": 0,
|
|
67438
|
-
"cacheWrite": 0
|
|
67439
|
-
},
|
|
67440
|
-
"contextWindow": 328000,
|
|
67441
|
-
"maxTokens": 4096
|
|
67442
|
-
},
|
|
67443
|
-
"hf:MiniMaxAI/MiniMax-M2": {
|
|
67444
|
-
"id": "hf:MiniMaxAI/MiniMax-M2",
|
|
67445
|
-
"name": "MiniMax-M2",
|
|
67446
|
-
"api": "openai-completions",
|
|
67447
|
-
"provider": "synthetic",
|
|
67448
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67449
|
-
"reasoning": true,
|
|
67450
|
-
"input": [
|
|
67451
|
-
"text"
|
|
67452
|
-
],
|
|
67453
|
-
"cost": {
|
|
67454
|
-
"input": 0.55,
|
|
67455
|
-
"output": 2.19,
|
|
67456
|
-
"cacheRead": 0,
|
|
67457
|
-
"cacheWrite": 0
|
|
67458
|
-
},
|
|
67459
|
-
"contextWindow": 196608,
|
|
67460
|
-
"maxTokens": 131000,
|
|
67461
|
-
"thinking": {
|
|
67462
|
-
"mode": "effort",
|
|
67463
|
-
"efforts": [
|
|
67464
|
-
"low",
|
|
67465
|
-
"medium",
|
|
67466
|
-
"high"
|
|
67467
|
-
],
|
|
67468
|
-
"requiresEffort": true
|
|
67469
|
-
}
|
|
67470
|
-
},
|
|
67471
|
-
"hf:MiniMaxAI/MiniMax-M2.1": {
|
|
67472
|
-
"id": "hf:MiniMaxAI/MiniMax-M2.1",
|
|
67473
|
-
"name": "MiniMax-M2.1",
|
|
67474
|
-
"api": "openai-completions",
|
|
67475
|
-
"provider": "synthetic",
|
|
67476
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67477
|
-
"reasoning": true,
|
|
67478
|
-
"input": [
|
|
67479
|
-
"text"
|
|
67480
|
-
],
|
|
67481
|
-
"cost": {
|
|
67482
|
-
"input": 0.55,
|
|
67483
|
-
"output": 2.19,
|
|
67484
|
-
"cacheRead": 0,
|
|
67485
|
-
"cacheWrite": 0
|
|
67486
|
-
},
|
|
67487
|
-
"contextWindow": 204800,
|
|
67488
|
-
"maxTokens": 131072,
|
|
67489
|
-
"thinking": {
|
|
67490
|
-
"mode": "effort",
|
|
67491
|
-
"efforts": [
|
|
67492
|
-
"low",
|
|
67493
|
-
"medium",
|
|
67494
|
-
"high"
|
|
67495
|
-
],
|
|
67496
|
-
"requiresEffort": true
|
|
67497
|
-
}
|
|
67498
|
-
},
|
|
67499
|
-
"hf:MiniMaxAI/MiniMax-M2.5": {
|
|
67500
|
-
"id": "hf:MiniMaxAI/MiniMax-M2.5",
|
|
67501
|
-
"name": "MiniMax-M2.5",
|
|
67502
|
-
"api": "openai-completions",
|
|
67503
|
-
"provider": "synthetic",
|
|
67504
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67505
|
-
"reasoning": true,
|
|
67506
|
-
"input": [
|
|
67507
|
-
"text"
|
|
67508
|
-
],
|
|
67509
|
-
"cost": {
|
|
67510
|
-
"input": 0.6,
|
|
67511
|
-
"output": 3,
|
|
67512
|
-
"cacheRead": 0.6,
|
|
67513
|
-
"cacheWrite": 0
|
|
67514
|
-
},
|
|
67515
|
-
"contextWindow": 191488,
|
|
67516
|
-
"maxTokens": 65536,
|
|
67517
|
-
"thinking": {
|
|
67518
|
-
"mode": "effort",
|
|
67519
|
-
"efforts": [
|
|
67520
|
-
"low",
|
|
67521
|
-
"medium",
|
|
67522
|
-
"high"
|
|
67523
|
-
],
|
|
67524
|
-
"requiresEffort": true
|
|
67525
|
-
}
|
|
67526
|
-
},
|
|
67527
67227
|
"hf:MiniMaxAI/MiniMax-M3": {
|
|
67528
67228
|
"id": "hf:MiniMaxAI/MiniMax-M3",
|
|
67529
|
-
"name": "MiniMax-M3",
|
|
67229
|
+
"name": "MiniMaxAI/MiniMax-M3",
|
|
67530
67230
|
"api": "openai-completions",
|
|
67531
67231
|
"provider": "synthetic",
|
|
67532
67232
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67554,88 +67254,9 @@
|
|
|
67554
67254
|
]
|
|
67555
67255
|
}
|
|
67556
67256
|
},
|
|
67557
|
-
"hf:moonshotai/Kimi-K2-Instruct-0905": {
|
|
67558
|
-
"id": "hf:moonshotai/Kimi-K2-Instruct-0905",
|
|
67559
|
-
"name": "Kimi K2 0905",
|
|
67560
|
-
"api": "openai-completions",
|
|
67561
|
-
"provider": "synthetic",
|
|
67562
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67563
|
-
"reasoning": false,
|
|
67564
|
-
"input": [
|
|
67565
|
-
"text"
|
|
67566
|
-
],
|
|
67567
|
-
"cost": {
|
|
67568
|
-
"input": 1.2,
|
|
67569
|
-
"output": 1.2,
|
|
67570
|
-
"cacheRead": 0,
|
|
67571
|
-
"cacheWrite": 0
|
|
67572
|
-
},
|
|
67573
|
-
"contextWindow": 262144,
|
|
67574
|
-
"maxTokens": 32768
|
|
67575
|
-
},
|
|
67576
|
-
"hf:moonshotai/Kimi-K2-Thinking": {
|
|
67577
|
-
"id": "hf:moonshotai/Kimi-K2-Thinking",
|
|
67578
|
-
"name": "Kimi K2 Thinking",
|
|
67579
|
-
"api": "openai-completions",
|
|
67580
|
-
"provider": "synthetic",
|
|
67581
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67582
|
-
"reasoning": true,
|
|
67583
|
-
"input": [
|
|
67584
|
-
"text"
|
|
67585
|
-
],
|
|
67586
|
-
"cost": {
|
|
67587
|
-
"input": 0.55,
|
|
67588
|
-
"output": 2.19,
|
|
67589
|
-
"cacheRead": 0,
|
|
67590
|
-
"cacheWrite": 0
|
|
67591
|
-
},
|
|
67592
|
-
"contextWindow": 262144,
|
|
67593
|
-
"maxTokens": 262144,
|
|
67594
|
-
"thinking": {
|
|
67595
|
-
"mode": "effort",
|
|
67596
|
-
"efforts": [
|
|
67597
|
-
"minimal",
|
|
67598
|
-
"low",
|
|
67599
|
-
"medium",
|
|
67600
|
-
"high",
|
|
67601
|
-
"xhigh"
|
|
67602
|
-
],
|
|
67603
|
-
"requiresEffort": true
|
|
67604
|
-
}
|
|
67605
|
-
},
|
|
67606
|
-
"hf:moonshotai/Kimi-K2.5": {
|
|
67607
|
-
"id": "hf:moonshotai/Kimi-K2.5",
|
|
67608
|
-
"name": "Kimi K2.5",
|
|
67609
|
-
"api": "openai-completions",
|
|
67610
|
-
"provider": "synthetic",
|
|
67611
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67612
|
-
"reasoning": true,
|
|
67613
|
-
"input": [
|
|
67614
|
-
"text",
|
|
67615
|
-
"image"
|
|
67616
|
-
],
|
|
67617
|
-
"cost": {
|
|
67618
|
-
"input": 0.55,
|
|
67619
|
-
"output": 2.19,
|
|
67620
|
-
"cacheRead": 0,
|
|
67621
|
-
"cacheWrite": 0
|
|
67622
|
-
},
|
|
67623
|
-
"contextWindow": 262144,
|
|
67624
|
-
"maxTokens": 65536,
|
|
67625
|
-
"thinking": {
|
|
67626
|
-
"mode": "effort",
|
|
67627
|
-
"efforts": [
|
|
67628
|
-
"minimal",
|
|
67629
|
-
"low",
|
|
67630
|
-
"medium",
|
|
67631
|
-
"high",
|
|
67632
|
-
"xhigh"
|
|
67633
|
-
]
|
|
67634
|
-
}
|
|
67635
|
-
},
|
|
67636
67257
|
"hf:moonshotai/Kimi-K2.6": {
|
|
67637
67258
|
"id": "hf:moonshotai/Kimi-K2.6",
|
|
67638
|
-
"name": "Kimi
|
|
67259
|
+
"name": "moonshotai/Kimi-K2.6",
|
|
67639
67260
|
"api": "openai-completions",
|
|
67640
67261
|
"provider": "synthetic",
|
|
67641
67262
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67663,39 +67284,9 @@
|
|
|
67663
67284
|
]
|
|
67664
67285
|
}
|
|
67665
67286
|
},
|
|
67666
|
-
"hf:nvidia/Kimi-K2.5-NVFP4": {
|
|
67667
|
-
"id": "hf:nvidia/Kimi-K2.5-NVFP4",
|
|
67668
|
-
"name": "Kimi K2.5 (NVFP4)",
|
|
67669
|
-
"api": "openai-completions",
|
|
67670
|
-
"provider": "synthetic",
|
|
67671
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67672
|
-
"reasoning": true,
|
|
67673
|
-
"input": [
|
|
67674
|
-
"text",
|
|
67675
|
-
"image"
|
|
67676
|
-
],
|
|
67677
|
-
"cost": {
|
|
67678
|
-
"input": 0.55,
|
|
67679
|
-
"output": 2.19,
|
|
67680
|
-
"cacheRead": 0,
|
|
67681
|
-
"cacheWrite": 0
|
|
67682
|
-
},
|
|
67683
|
-
"contextWindow": 262144,
|
|
67684
|
-
"maxTokens": 65536,
|
|
67685
|
-
"thinking": {
|
|
67686
|
-
"mode": "effort",
|
|
67687
|
-
"efforts": [
|
|
67688
|
-
"minimal",
|
|
67689
|
-
"low",
|
|
67690
|
-
"medium",
|
|
67691
|
-
"high",
|
|
67692
|
-
"xhigh"
|
|
67693
|
-
]
|
|
67694
|
-
}
|
|
67695
|
-
},
|
|
67696
67287
|
"hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4": {
|
|
67697
67288
|
"id": "hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
67698
|
-
"name": "Nemotron
|
|
67289
|
+
"name": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
67699
67290
|
"api": "openai-completions",
|
|
67700
67291
|
"provider": "synthetic",
|
|
67701
67292
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67724,7 +67315,7 @@
|
|
|
67724
67315
|
},
|
|
67725
67316
|
"hf:openai/gpt-oss-120b": {
|
|
67726
67317
|
"id": "hf:openai/gpt-oss-120b",
|
|
67727
|
-
"name": "
|
|
67318
|
+
"name": "openai/gpt-oss-120b",
|
|
67728
67319
|
"api": "openai-completions",
|
|
67729
67320
|
"provider": "synthetic",
|
|
67730
67321
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67738,7 +67329,7 @@
|
|
|
67738
67329
|
"cacheRead": 0,
|
|
67739
67330
|
"cacheWrite": 0
|
|
67740
67331
|
},
|
|
67741
|
-
"contextWindow":
|
|
67332
|
+
"contextWindow": 131072,
|
|
67742
67333
|
"maxTokens": 32768,
|
|
67743
67334
|
"thinking": {
|
|
67744
67335
|
"mode": "effort",
|
|
@@ -67749,76 +67340,9 @@
|
|
|
67749
67340
|
]
|
|
67750
67341
|
}
|
|
67751
67342
|
},
|
|
67752
|
-
"hf:Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
|
67753
|
-
"id": "hf:Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
67754
|
-
"name": "Qwen 3 235B Instruct",
|
|
67755
|
-
"api": "openai-completions",
|
|
67756
|
-
"provider": "synthetic",
|
|
67757
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67758
|
-
"reasoning": false,
|
|
67759
|
-
"input": [
|
|
67760
|
-
"text"
|
|
67761
|
-
],
|
|
67762
|
-
"cost": {
|
|
67763
|
-
"input": 0.2,
|
|
67764
|
-
"output": 0.6,
|
|
67765
|
-
"cacheRead": 0,
|
|
67766
|
-
"cacheWrite": 0
|
|
67767
|
-
},
|
|
67768
|
-
"contextWindow": 256000,
|
|
67769
|
-
"maxTokens": 32000
|
|
67770
|
-
},
|
|
67771
|
-
"hf:Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
67772
|
-
"id": "hf:Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
67773
|
-
"name": "Qwen3 235B A22B Thinking 2507",
|
|
67774
|
-
"api": "openai-completions",
|
|
67775
|
-
"provider": "synthetic",
|
|
67776
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67777
|
-
"reasoning": true,
|
|
67778
|
-
"input": [
|
|
67779
|
-
"text"
|
|
67780
|
-
],
|
|
67781
|
-
"cost": {
|
|
67782
|
-
"input": 0.65,
|
|
67783
|
-
"output": 3,
|
|
67784
|
-
"cacheRead": 0,
|
|
67785
|
-
"cacheWrite": 0
|
|
67786
|
-
},
|
|
67787
|
-
"contextWindow": 256000,
|
|
67788
|
-
"maxTokens": 32000,
|
|
67789
|
-
"thinking": {
|
|
67790
|
-
"mode": "effort",
|
|
67791
|
-
"efforts": [
|
|
67792
|
-
"minimal",
|
|
67793
|
-
"low",
|
|
67794
|
-
"medium",
|
|
67795
|
-
"high"
|
|
67796
|
-
],
|
|
67797
|
-
"requiresEffort": true
|
|
67798
|
-
}
|
|
67799
|
-
},
|
|
67800
|
-
"hf:Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
67801
|
-
"id": "hf:Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
67802
|
-
"name": "Qwen 3 Coder 480B",
|
|
67803
|
-
"api": "openai-completions",
|
|
67804
|
-
"provider": "synthetic",
|
|
67805
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67806
|
-
"reasoning": false,
|
|
67807
|
-
"input": [
|
|
67808
|
-
"text"
|
|
67809
|
-
],
|
|
67810
|
-
"cost": {
|
|
67811
|
-
"input": 2,
|
|
67812
|
-
"output": 2,
|
|
67813
|
-
"cacheRead": 0,
|
|
67814
|
-
"cacheWrite": 0
|
|
67815
|
-
},
|
|
67816
|
-
"contextWindow": 256000,
|
|
67817
|
-
"maxTokens": 32000
|
|
67818
|
-
},
|
|
67819
67343
|
"hf:Qwen/Qwen3.5-397B-A17B": {
|
|
67820
67344
|
"id": "hf:Qwen/Qwen3.5-397B-A17B",
|
|
67821
|
-
"name": "Qwen3.5-
|
|
67345
|
+
"name": "Qwen/Qwen3.5-397B-A17B",
|
|
67822
67346
|
"api": "openai-completions",
|
|
67823
67347
|
"provider": "synthetic",
|
|
67824
67348
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67864,38 +67388,9 @@
|
|
|
67864
67388
|
"contextWindow": 262144,
|
|
67865
67389
|
"maxTokens": 8192
|
|
67866
67390
|
},
|
|
67867
|
-
"hf:zai-org/GLM-4.6": {
|
|
67868
|
-
"id": "hf:zai-org/GLM-4.6",
|
|
67869
|
-
"name": "GLM 4.6",
|
|
67870
|
-
"api": "openai-completions",
|
|
67871
|
-
"provider": "synthetic",
|
|
67872
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67873
|
-
"reasoning": true,
|
|
67874
|
-
"input": [
|
|
67875
|
-
"text"
|
|
67876
|
-
],
|
|
67877
|
-
"cost": {
|
|
67878
|
-
"input": 0.55,
|
|
67879
|
-
"output": 2.19,
|
|
67880
|
-
"cacheRead": 0,
|
|
67881
|
-
"cacheWrite": 0
|
|
67882
|
-
},
|
|
67883
|
-
"contextWindow": 200000,
|
|
67884
|
-
"maxTokens": 64000,
|
|
67885
|
-
"thinking": {
|
|
67886
|
-
"mode": "effort",
|
|
67887
|
-
"efforts": [
|
|
67888
|
-
"minimal",
|
|
67889
|
-
"low",
|
|
67890
|
-
"medium",
|
|
67891
|
-
"high",
|
|
67892
|
-
"xhigh"
|
|
67893
|
-
]
|
|
67894
|
-
}
|
|
67895
|
-
},
|
|
67896
67391
|
"hf:zai-org/GLM-4.7": {
|
|
67897
67392
|
"id": "hf:zai-org/GLM-4.7",
|
|
67898
|
-
"name": "GLM
|
|
67393
|
+
"name": "zai-org/GLM-4.7",
|
|
67899
67394
|
"api": "openai-completions",
|
|
67900
67395
|
"provider": "synthetic",
|
|
67901
67396
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67909,7 +67404,7 @@
|
|
|
67909
67404
|
"cacheRead": 0,
|
|
67910
67405
|
"cacheWrite": 0
|
|
67911
67406
|
},
|
|
67912
|
-
"contextWindow":
|
|
67407
|
+
"contextWindow": 202752,
|
|
67913
67408
|
"maxTokens": 64000,
|
|
67914
67409
|
"thinking": {
|
|
67915
67410
|
"mode": "effort",
|
|
@@ -67924,7 +67419,7 @@
|
|
|
67924
67419
|
},
|
|
67925
67420
|
"hf:zai-org/GLM-4.7-Flash": {
|
|
67926
67421
|
"id": "hf:zai-org/GLM-4.7-Flash",
|
|
67927
|
-
"name": "GLM-4.7-Flash",
|
|
67422
|
+
"name": "zai-org/GLM-4.7-Flash",
|
|
67928
67423
|
"api": "openai-completions",
|
|
67929
67424
|
"provider": "synthetic",
|
|
67930
67425
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67951,38 +67446,9 @@
|
|
|
67951
67446
|
]
|
|
67952
67447
|
}
|
|
67953
67448
|
},
|
|
67954
|
-
"hf:zai-org/GLM-5": {
|
|
67955
|
-
"id": "hf:zai-org/GLM-5",
|
|
67956
|
-
"name": "GLM-5",
|
|
67957
|
-
"api": "openai-completions",
|
|
67958
|
-
"provider": "synthetic",
|
|
67959
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67960
|
-
"reasoning": true,
|
|
67961
|
-
"input": [
|
|
67962
|
-
"text"
|
|
67963
|
-
],
|
|
67964
|
-
"cost": {
|
|
67965
|
-
"input": 1,
|
|
67966
|
-
"output": 3,
|
|
67967
|
-
"cacheRead": 1,
|
|
67968
|
-
"cacheWrite": 0
|
|
67969
|
-
},
|
|
67970
|
-
"contextWindow": 196608,
|
|
67971
|
-
"maxTokens": 65536,
|
|
67972
|
-
"thinking": {
|
|
67973
|
-
"mode": "effort",
|
|
67974
|
-
"efforts": [
|
|
67975
|
-
"minimal",
|
|
67976
|
-
"low",
|
|
67977
|
-
"medium",
|
|
67978
|
-
"high",
|
|
67979
|
-
"xhigh"
|
|
67980
|
-
]
|
|
67981
|
-
}
|
|
67982
|
-
},
|
|
67983
67449
|
"hf:zai-org/GLM-5.1": {
|
|
67984
67450
|
"id": "hf:zai-org/GLM-5.1",
|
|
67985
|
-
"name": "GLM
|
|
67451
|
+
"name": "zai-org/GLM-5.1",
|
|
67986
67452
|
"api": "openai-completions",
|
|
67987
67453
|
"provider": "synthetic",
|
|
67988
67454
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68791,8 +68257,8 @@
|
|
|
68791
68257
|
"text"
|
|
68792
68258
|
],
|
|
68793
68259
|
"cost": {
|
|
68794
|
-
"input":
|
|
68795
|
-
"output":
|
|
68260
|
+
"input": 1.25,
|
|
68261
|
+
"output": 3.75,
|
|
68796
68262
|
"cacheRead": 0,
|
|
68797
68263
|
"cacheWrite": 0
|
|
68798
68264
|
},
|
|
@@ -68915,7 +68381,8 @@
|
|
|
68915
68381
|
"medium",
|
|
68916
68382
|
"high",
|
|
68917
68383
|
"xhigh"
|
|
68918
|
-
]
|
|
68384
|
+
],
|
|
68385
|
+
"requiresEffort": true
|
|
68919
68386
|
},
|
|
68920
68387
|
"compat": {
|
|
68921
68388
|
"escapeBuiltinToolNames": true
|
|
@@ -68972,7 +68439,7 @@
|
|
|
68972
68439
|
"cacheWrite": 0
|
|
68973
68440
|
},
|
|
68974
68441
|
"contextWindow": 202752,
|
|
68975
|
-
"maxTokens":
|
|
68442
|
+
"maxTokens": 131071,
|
|
68976
68443
|
"thinking": {
|
|
68977
68444
|
"mode": "budget",
|
|
68978
68445
|
"efforts": [
|
|
@@ -68987,6 +68454,39 @@
|
|
|
68987
68454
|
"escapeBuiltinToolNames": true
|
|
68988
68455
|
}
|
|
68989
68456
|
},
|
|
68457
|
+
"umans-glm-5.2": {
|
|
68458
|
+
"id": "umans-glm-5.2",
|
|
68459
|
+
"name": "Umans GLM 5.2",
|
|
68460
|
+
"api": "anthropic-messages",
|
|
68461
|
+
"provider": "umans",
|
|
68462
|
+
"baseUrl": "https://api.code.umans.ai",
|
|
68463
|
+
"reasoning": true,
|
|
68464
|
+
"thinking": {
|
|
68465
|
+
"mode": "budget",
|
|
68466
|
+
"efforts": [
|
|
68467
|
+
"minimal",
|
|
68468
|
+
"low",
|
|
68469
|
+
"medium",
|
|
68470
|
+
"high",
|
|
68471
|
+
"xhigh"
|
|
68472
|
+
]
|
|
68473
|
+
},
|
|
68474
|
+
"input": [
|
|
68475
|
+
"text",
|
|
68476
|
+
"image"
|
|
68477
|
+
],
|
|
68478
|
+
"cost": {
|
|
68479
|
+
"input": 0,
|
|
68480
|
+
"output": 0,
|
|
68481
|
+
"cacheRead": 0,
|
|
68482
|
+
"cacheWrite": 0
|
|
68483
|
+
},
|
|
68484
|
+
"contextWindow": 405504,
|
|
68485
|
+
"maxTokens": 131071,
|
|
68486
|
+
"compat": {
|
|
68487
|
+
"escapeBuiltinToolNames": true
|
|
68488
|
+
}
|
|
68489
|
+
},
|
|
68990
68490
|
"umans-kimi-k2.6": {
|
|
68991
68491
|
"id": "umans-kimi-k2.6",
|
|
68992
68492
|
"name": "Umans Kimi K2.6",
|
|
@@ -69791,6 +69291,28 @@
|
|
|
69791
69291
|
"supportsUsageInStreaming": false
|
|
69792
69292
|
}
|
|
69793
69293
|
},
|
|
69294
|
+
"e2ee-glm-5-2-p": {
|
|
69295
|
+
"id": "e2ee-glm-5-2-p",
|
|
69296
|
+
"name": "e2ee-glm-5-2-p",
|
|
69297
|
+
"api": "openai-completions",
|
|
69298
|
+
"provider": "venice",
|
|
69299
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
69300
|
+
"reasoning": false,
|
|
69301
|
+
"input": [
|
|
69302
|
+
"text"
|
|
69303
|
+
],
|
|
69304
|
+
"cost": {
|
|
69305
|
+
"input": 0,
|
|
69306
|
+
"output": 0,
|
|
69307
|
+
"cacheRead": 0,
|
|
69308
|
+
"cacheWrite": 0
|
|
69309
|
+
},
|
|
69310
|
+
"contextWindow": null,
|
|
69311
|
+
"maxTokens": null,
|
|
69312
|
+
"compat": {
|
|
69313
|
+
"supportsUsageInStreaming": false
|
|
69314
|
+
}
|
|
69315
|
+
},
|
|
69794
69316
|
"e2ee-gpt-oss-120b-p": {
|
|
69795
69317
|
"id": "e2ee-gpt-oss-120b-p",
|
|
69796
69318
|
"name": "e2ee-gpt-oss-120b-p",
|
|
@@ -70559,24 +70081,32 @@
|
|
|
70559
70081
|
},
|
|
70560
70082
|
"kimi-k2-7-code": {
|
|
70561
70083
|
"id": "kimi-k2-7-code",
|
|
70562
|
-
"name": "
|
|
70084
|
+
"name": "Kimi K2.7 Code",
|
|
70563
70085
|
"api": "openai-completions",
|
|
70564
70086
|
"provider": "venice",
|
|
70565
70087
|
"baseUrl": "https://api.venice.ai/api/v1",
|
|
70566
|
-
"reasoning":
|
|
70088
|
+
"reasoning": true,
|
|
70567
70089
|
"input": [
|
|
70568
|
-
"text"
|
|
70090
|
+
"text",
|
|
70091
|
+
"image"
|
|
70569
70092
|
],
|
|
70570
70093
|
"cost": {
|
|
70571
|
-
"input": 0,
|
|
70572
|
-
"output":
|
|
70573
|
-
"cacheRead": 0,
|
|
70094
|
+
"input": 0.9,
|
|
70095
|
+
"output": 4.3,
|
|
70096
|
+
"cacheRead": 0.2,
|
|
70574
70097
|
"cacheWrite": 0
|
|
70575
70098
|
},
|
|
70576
70099
|
"contextWindow": 256000,
|
|
70577
70100
|
"maxTokens": 32768,
|
|
70578
|
-
"
|
|
70579
|
-
"
|
|
70101
|
+
"thinking": {
|
|
70102
|
+
"mode": "effort",
|
|
70103
|
+
"efforts": [
|
|
70104
|
+
"minimal",
|
|
70105
|
+
"low",
|
|
70106
|
+
"medium",
|
|
70107
|
+
"high",
|
|
70108
|
+
"xhigh"
|
|
70109
|
+
]
|
|
70580
70110
|
}
|
|
70581
70111
|
},
|
|
70582
70112
|
"kimi-k2-thinking": {
|
|
@@ -71996,6 +71526,35 @@
|
|
|
71996
71526
|
"xhigh"
|
|
71997
71527
|
]
|
|
71998
71528
|
}
|
|
71529
|
+
},
|
|
71530
|
+
"zai-org-glm-5-2": {
|
|
71531
|
+
"id": "zai-org-glm-5-2",
|
|
71532
|
+
"name": "GLM 5.2",
|
|
71533
|
+
"api": "openai-completions",
|
|
71534
|
+
"provider": "venice",
|
|
71535
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
71536
|
+
"reasoning": true,
|
|
71537
|
+
"input": [
|
|
71538
|
+
"text"
|
|
71539
|
+
],
|
|
71540
|
+
"cost": {
|
|
71541
|
+
"input": 1.75,
|
|
71542
|
+
"output": 5.5,
|
|
71543
|
+
"cacheRead": 0.325,
|
|
71544
|
+
"cacheWrite": 0
|
|
71545
|
+
},
|
|
71546
|
+
"contextWindow": 1000000,
|
|
71547
|
+
"maxTokens": 24000,
|
|
71548
|
+
"thinking": {
|
|
71549
|
+
"mode": "effort",
|
|
71550
|
+
"efforts": [
|
|
71551
|
+
"minimal",
|
|
71552
|
+
"low",
|
|
71553
|
+
"medium",
|
|
71554
|
+
"high",
|
|
71555
|
+
"xhigh"
|
|
71556
|
+
]
|
|
71557
|
+
}
|
|
71999
71558
|
}
|
|
72000
71559
|
},
|
|
72001
71560
|
"vercel-ai-gateway": {
|
|
@@ -74758,6 +74317,36 @@
|
|
|
74758
74317
|
]
|
|
74759
74318
|
}
|
|
74760
74319
|
},
|
|
74320
|
+
"moonshotai/kimi-k2.7-code-highspeed": {
|
|
74321
|
+
"id": "moonshotai/kimi-k2.7-code-highspeed",
|
|
74322
|
+
"name": "Kimi K2.7 Code High Speed",
|
|
74323
|
+
"api": "anthropic-messages",
|
|
74324
|
+
"provider": "vercel-ai-gateway",
|
|
74325
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
74326
|
+
"reasoning": true,
|
|
74327
|
+
"input": [
|
|
74328
|
+
"text",
|
|
74329
|
+
"image"
|
|
74330
|
+
],
|
|
74331
|
+
"cost": {
|
|
74332
|
+
"input": 1.9,
|
|
74333
|
+
"output": 8,
|
|
74334
|
+
"cacheRead": 0.38,
|
|
74335
|
+
"cacheWrite": 0
|
|
74336
|
+
},
|
|
74337
|
+
"contextWindow": 262144,
|
|
74338
|
+
"maxTokens": 262144,
|
|
74339
|
+
"thinking": {
|
|
74340
|
+
"mode": "budget",
|
|
74341
|
+
"efforts": [
|
|
74342
|
+
"minimal",
|
|
74343
|
+
"low",
|
|
74344
|
+
"medium",
|
|
74345
|
+
"high",
|
|
74346
|
+
"xhigh"
|
|
74347
|
+
]
|
|
74348
|
+
}
|
|
74349
|
+
},
|
|
74761
74350
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
74762
74351
|
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
74763
74352
|
"name": "Nemotron 3 Super",
|
|
@@ -77063,6 +76652,35 @@
|
|
|
77063
76652
|
]
|
|
77064
76653
|
}
|
|
77065
76654
|
},
|
|
76655
|
+
"zai/glm-5.2": {
|
|
76656
|
+
"id": "zai/glm-5.2",
|
|
76657
|
+
"name": "GLM 5.2",
|
|
76658
|
+
"api": "anthropic-messages",
|
|
76659
|
+
"provider": "vercel-ai-gateway",
|
|
76660
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
76661
|
+
"reasoning": true,
|
|
76662
|
+
"input": [
|
|
76663
|
+
"text"
|
|
76664
|
+
],
|
|
76665
|
+
"cost": {
|
|
76666
|
+
"input": 1.4,
|
|
76667
|
+
"output": 4.4,
|
|
76668
|
+
"cacheRead": 0.26,
|
|
76669
|
+
"cacheWrite": 0
|
|
76670
|
+
},
|
|
76671
|
+
"contextWindow": 1000000,
|
|
76672
|
+
"maxTokens": 128000,
|
|
76673
|
+
"thinking": {
|
|
76674
|
+
"mode": "budget",
|
|
76675
|
+
"efforts": [
|
|
76676
|
+
"minimal",
|
|
76677
|
+
"low",
|
|
76678
|
+
"medium",
|
|
76679
|
+
"high",
|
|
76680
|
+
"xhigh"
|
|
76681
|
+
]
|
|
76682
|
+
}
|
|
76683
|
+
},
|
|
77066
76684
|
"zai/glm-5v-turbo": {
|
|
77067
76685
|
"id": "zai/glm-5v-turbo",
|
|
77068
76686
|
"name": "GLM 5V Turbo",
|
|
@@ -80593,6 +80211,25 @@
|
|
|
80593
80211
|
"requiresEffort": true
|
|
80594
80212
|
}
|
|
80595
80213
|
},
|
|
80214
|
+
"google/gemini-embedding-2": {
|
|
80215
|
+
"id": "google/gemini-embedding-2",
|
|
80216
|
+
"name": "Gemini Embedding 2",
|
|
80217
|
+
"api": "openai-completions",
|
|
80218
|
+
"provider": "zenmux",
|
|
80219
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
80220
|
+
"reasoning": false,
|
|
80221
|
+
"input": [
|
|
80222
|
+
"text"
|
|
80223
|
+
],
|
|
80224
|
+
"cost": {
|
|
80225
|
+
"input": 0.2,
|
|
80226
|
+
"output": 0,
|
|
80227
|
+
"cacheRead": 0,
|
|
80228
|
+
"cacheWrite": 0
|
|
80229
|
+
},
|
|
80230
|
+
"contextWindow": 8192,
|
|
80231
|
+
"maxTokens": null
|
|
80232
|
+
},
|
|
80596
80233
|
"google/gemma-3-12b-it": {
|
|
80597
80234
|
"id": "google/gemma-3-12b-it",
|
|
80598
80235
|
"name": "Gemma 3 12B",
|
|
@@ -81433,6 +81070,36 @@
|
|
|
81433
81070
|
]
|
|
81434
81071
|
}
|
|
81435
81072
|
},
|
|
81073
|
+
"moonshotai/kimi-k2.7-code-highspeed": {
|
|
81074
|
+
"id": "moonshotai/kimi-k2.7-code-highspeed",
|
|
81075
|
+
"name": "Kimi K2.7 Code HighSpeed",
|
|
81076
|
+
"api": "openai-completions",
|
|
81077
|
+
"provider": "zenmux",
|
|
81078
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
81079
|
+
"reasoning": true,
|
|
81080
|
+
"input": [
|
|
81081
|
+
"text",
|
|
81082
|
+
"image"
|
|
81083
|
+
],
|
|
81084
|
+
"cost": {
|
|
81085
|
+
"input": 1.9,
|
|
81086
|
+
"output": 8,
|
|
81087
|
+
"cacheRead": 0.38,
|
|
81088
|
+
"cacheWrite": 0
|
|
81089
|
+
},
|
|
81090
|
+
"contextWindow": 262144,
|
|
81091
|
+
"maxTokens": 262144,
|
|
81092
|
+
"thinking": {
|
|
81093
|
+
"mode": "effort",
|
|
81094
|
+
"efforts": [
|
|
81095
|
+
"minimal",
|
|
81096
|
+
"low",
|
|
81097
|
+
"medium",
|
|
81098
|
+
"high",
|
|
81099
|
+
"xhigh"
|
|
81100
|
+
]
|
|
81101
|
+
}
|
|
81102
|
+
},
|
|
81436
81103
|
"openai/chat-latest": {
|
|
81437
81104
|
"id": "openai/chat-latest",
|
|
81438
81105
|
"name": "Chat Latest (GPT-5.5 Instant)",
|
|
@@ -82479,6 +82146,25 @@
|
|
|
82479
82146
|
]
|
|
82480
82147
|
}
|
|
82481
82148
|
},
|
|
82149
|
+
"qwen/qwen3-vl-embedding": {
|
|
82150
|
+
"id": "qwen/qwen3-vl-embedding",
|
|
82151
|
+
"name": "Qwen3 VL Embedding",
|
|
82152
|
+
"api": "openai-completions",
|
|
82153
|
+
"provider": "zenmux",
|
|
82154
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
82155
|
+
"reasoning": false,
|
|
82156
|
+
"input": [
|
|
82157
|
+
"text"
|
|
82158
|
+
],
|
|
82159
|
+
"cost": {
|
|
82160
|
+
"input": 0.1,
|
|
82161
|
+
"output": 0,
|
|
82162
|
+
"cacheRead": 0,
|
|
82163
|
+
"cacheWrite": 0
|
|
82164
|
+
},
|
|
82165
|
+
"contextWindow": 8192,
|
|
82166
|
+
"maxTokens": null
|
|
82167
|
+
},
|
|
82482
82168
|
"qwen/qwen3-vl-plus": {
|
|
82483
82169
|
"id": "qwen/qwen3-vl-plus",
|
|
82484
82170
|
"name": "Qwen3-VL-Plus",
|
|
@@ -84000,6 +83686,44 @@
|
|
|
84000
83686
|
]
|
|
84001
83687
|
}
|
|
84002
83688
|
},
|
|
83689
|
+
"z-ai/glm-5.2": {
|
|
83690
|
+
"id": "z-ai/glm-5.2",
|
|
83691
|
+
"name": "GLM 5.2",
|
|
83692
|
+
"api": "openai-completions",
|
|
83693
|
+
"provider": "zenmux",
|
|
83694
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
83695
|
+
"reasoning": false,
|
|
83696
|
+
"input": [
|
|
83697
|
+
"text"
|
|
83698
|
+
],
|
|
83699
|
+
"cost": {
|
|
83700
|
+
"input": 1.4,
|
|
83701
|
+
"output": 4.4,
|
|
83702
|
+
"cacheRead": 0.26,
|
|
83703
|
+
"cacheWrite": 0
|
|
83704
|
+
},
|
|
83705
|
+
"contextWindow": 1000000,
|
|
83706
|
+
"maxTokens": 131072
|
|
83707
|
+
},
|
|
83708
|
+
"z-ai/glm-5.2-free": {
|
|
83709
|
+
"id": "z-ai/glm-5.2-free",
|
|
83710
|
+
"name": "GLM 5.2 (Free)",
|
|
83711
|
+
"api": "openai-completions",
|
|
83712
|
+
"provider": "zenmux",
|
|
83713
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
83714
|
+
"reasoning": false,
|
|
83715
|
+
"input": [
|
|
83716
|
+
"text"
|
|
83717
|
+
],
|
|
83718
|
+
"cost": {
|
|
83719
|
+
"input": 0,
|
|
83720
|
+
"output": 0,
|
|
83721
|
+
"cacheRead": 0,
|
|
83722
|
+
"cacheWrite": 0
|
|
83723
|
+
},
|
|
83724
|
+
"contextWindow": 1000000,
|
|
83725
|
+
"maxTokens": 131072
|
|
83726
|
+
},
|
|
84003
83727
|
"z-ai/glm-5v-turbo": {
|
|
84004
83728
|
"id": "z-ai/glm-5v-turbo",
|
|
84005
83729
|
"name": "GLM 5V Turbo",
|
|
@@ -84227,8 +83951,16 @@
|
|
|
84227
83951
|
"minimal",
|
|
84228
83952
|
"low",
|
|
84229
83953
|
"medium",
|
|
84230
|
-
"high"
|
|
84231
|
-
|
|
83954
|
+
"high",
|
|
83955
|
+
"xhigh"
|
|
83956
|
+
],
|
|
83957
|
+
"effortMap": {
|
|
83958
|
+
"minimal": "none",
|
|
83959
|
+
"low": "high",
|
|
83960
|
+
"medium": "high",
|
|
83961
|
+
"high": "high",
|
|
83962
|
+
"xhigh": "max"
|
|
83963
|
+
}
|
|
84232
83964
|
}
|
|
84233
83965
|
},
|
|
84234
83966
|
"glm-5v-turbo": {
|