@oh-my-pi/pi-catalog 16.1.1 → 16.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +18 -0
- package/dist/types/variant-collapse.d.ts +7 -0
- package/package.json +3 -3
- package/src/model-thinking.ts +55 -30
- package/src/models.json +571 -775
- package/src/provider-models/openai-compat.ts +14 -2
- package/src/variant-collapse.ts +21 -3
package/src/models.json
CHANGED
|
@@ -14829,7 +14829,8 @@
|
|
|
14829
14829
|
"xhigh"
|
|
14830
14830
|
],
|
|
14831
14831
|
"effortMap": {
|
|
14832
|
-
"minimal": "none"
|
|
14832
|
+
"minimal": "none",
|
|
14833
|
+
"xhigh": "max"
|
|
14833
14834
|
}
|
|
14834
14835
|
}
|
|
14835
14836
|
},
|
|
@@ -17775,8 +17776,9 @@
|
|
|
17775
17776
|
"cacheRead": 0,
|
|
17776
17777
|
"cacheWrite": 0
|
|
17777
17778
|
},
|
|
17778
|
-
"contextWindow":
|
|
17779
|
+
"contextWindow": 250000,
|
|
17779
17780
|
"maxTokens": 64000,
|
|
17781
|
+
"requestModelId": "claude-opus-4-6-thinking",
|
|
17780
17782
|
"thinking": {
|
|
17781
17783
|
"mode": "budget",
|
|
17782
17784
|
"efforts": [
|
|
@@ -17786,14 +17788,12 @@
|
|
|
17786
17788
|
"high"
|
|
17787
17789
|
],
|
|
17788
17790
|
"effortRouting": {
|
|
17789
|
-
"off": "claude-opus-4-6",
|
|
17790
17791
|
"minimal": "claude-opus-4-6-thinking",
|
|
17791
17792
|
"low": "claude-opus-4-6-thinking",
|
|
17792
17793
|
"medium": "claude-opus-4-6-thinking",
|
|
17793
17794
|
"high": "claude-opus-4-6-thinking"
|
|
17794
17795
|
}
|
|
17795
|
-
}
|
|
17796
|
-
"requestModelId": "claude-opus-4-6-thinking"
|
|
17796
|
+
}
|
|
17797
17797
|
},
|
|
17798
17798
|
"claude-sonnet-4-5": {
|
|
17799
17799
|
"id": "claude-sonnet-4-5",
|
|
@@ -17849,8 +17849,9 @@
|
|
|
17849
17849
|
"cacheRead": 0,
|
|
17850
17850
|
"cacheWrite": 0
|
|
17851
17851
|
},
|
|
17852
|
-
"contextWindow":
|
|
17853
|
-
"maxTokens":
|
|
17852
|
+
"contextWindow": 250000,
|
|
17853
|
+
"maxTokens": 64000,
|
|
17854
|
+
"requestModelId": "claude-sonnet-4-6",
|
|
17854
17855
|
"thinking": {
|
|
17855
17856
|
"mode": "budget",
|
|
17856
17857
|
"efforts": [
|
|
@@ -17866,8 +17867,7 @@
|
|
|
17866
17867
|
"medium": "claude-sonnet-4-6-thinking",
|
|
17867
17868
|
"high": "claude-sonnet-4-6-thinking"
|
|
17868
17869
|
}
|
|
17869
|
-
}
|
|
17870
|
-
"requestModelId": "claude-sonnet-4-6"
|
|
17870
|
+
}
|
|
17871
17871
|
},
|
|
17872
17872
|
"gemini-2.5-flash": {
|
|
17873
17873
|
"id": "gemini-2.5-flash",
|
|
@@ -17887,7 +17887,7 @@
|
|
|
17887
17887
|
"cacheWrite": 0
|
|
17888
17888
|
},
|
|
17889
17889
|
"contextWindow": 1048576,
|
|
17890
|
-
"maxTokens":
|
|
17890
|
+
"maxTokens": 65535,
|
|
17891
17891
|
"thinking": {
|
|
17892
17892
|
"mode": "budget",
|
|
17893
17893
|
"efforts": [
|
|
@@ -17905,6 +17905,35 @@
|
|
|
17905
17905
|
}
|
|
17906
17906
|
}
|
|
17907
17907
|
},
|
|
17908
|
+
"gemini-2.5-flash-lite": {
|
|
17909
|
+
"id": "gemini-2.5-flash-lite",
|
|
17910
|
+
"name": "Gemini 2.5 Flash-Lite",
|
|
17911
|
+
"api": "google-gemini-cli",
|
|
17912
|
+
"provider": "google-antigravity",
|
|
17913
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17914
|
+
"reasoning": true,
|
|
17915
|
+
"input": [
|
|
17916
|
+
"text",
|
|
17917
|
+
"image"
|
|
17918
|
+
],
|
|
17919
|
+
"cost": {
|
|
17920
|
+
"input": 0,
|
|
17921
|
+
"output": 0,
|
|
17922
|
+
"cacheRead": 0,
|
|
17923
|
+
"cacheWrite": 0
|
|
17924
|
+
},
|
|
17925
|
+
"contextWindow": 1048576,
|
|
17926
|
+
"maxTokens": 65535,
|
|
17927
|
+
"thinking": {
|
|
17928
|
+
"mode": "budget",
|
|
17929
|
+
"efforts": [
|
|
17930
|
+
"minimal",
|
|
17931
|
+
"low",
|
|
17932
|
+
"medium",
|
|
17933
|
+
"high"
|
|
17934
|
+
]
|
|
17935
|
+
}
|
|
17936
|
+
},
|
|
17908
17937
|
"gemini-2.5-pro": {
|
|
17909
17938
|
"id": "gemini-2.5-pro",
|
|
17910
17939
|
"name": "Gemini 2.5 Pro",
|
|
@@ -18013,6 +18042,55 @@
|
|
|
18013
18042
|
},
|
|
18014
18043
|
"requestModelId": "gemini-3-pro-low"
|
|
18015
18044
|
},
|
|
18045
|
+
"gemini-3.1-flash-image": {
|
|
18046
|
+
"id": "gemini-3.1-flash-image",
|
|
18047
|
+
"name": "Gemini 3.1 Flash Image",
|
|
18048
|
+
"api": "google-gemini-cli",
|
|
18049
|
+
"provider": "google-antigravity",
|
|
18050
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
18051
|
+
"reasoning": false,
|
|
18052
|
+
"input": [
|
|
18053
|
+
"text"
|
|
18054
|
+
],
|
|
18055
|
+
"cost": {
|
|
18056
|
+
"input": 0,
|
|
18057
|
+
"output": 0,
|
|
18058
|
+
"cacheRead": 0,
|
|
18059
|
+
"cacheWrite": 0
|
|
18060
|
+
},
|
|
18061
|
+
"contextWindow": 200000,
|
|
18062
|
+
"maxTokens": 64000
|
|
18063
|
+
},
|
|
18064
|
+
"gemini-3.1-flash-lite": {
|
|
18065
|
+
"id": "gemini-3.1-flash-lite",
|
|
18066
|
+
"name": "Gemini 3.1 Flash Lite",
|
|
18067
|
+
"api": "google-gemini-cli",
|
|
18068
|
+
"provider": "google-antigravity",
|
|
18069
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
18070
|
+
"reasoning": true,
|
|
18071
|
+
"input": [
|
|
18072
|
+
"text",
|
|
18073
|
+
"image"
|
|
18074
|
+
],
|
|
18075
|
+
"cost": {
|
|
18076
|
+
"input": 0,
|
|
18077
|
+
"output": 0,
|
|
18078
|
+
"cacheRead": 0,
|
|
18079
|
+
"cacheWrite": 0
|
|
18080
|
+
},
|
|
18081
|
+
"contextWindow": 1048576,
|
|
18082
|
+
"maxTokens": 65535,
|
|
18083
|
+
"thinking": {
|
|
18084
|
+
"mode": "google-level",
|
|
18085
|
+
"efforts": [
|
|
18086
|
+
"minimal",
|
|
18087
|
+
"low",
|
|
18088
|
+
"medium",
|
|
18089
|
+
"high"
|
|
18090
|
+
],
|
|
18091
|
+
"requiresEffort": true
|
|
18092
|
+
}
|
|
18093
|
+
},
|
|
18016
18094
|
"gemini-3.1-pro": {
|
|
18017
18095
|
"id": "gemini-3.1-pro",
|
|
18018
18096
|
"name": "Gemini 3.1 Pro Preview",
|
|
@@ -18032,6 +18110,7 @@
|
|
|
18032
18110
|
},
|
|
18033
18111
|
"contextWindow": 1048576,
|
|
18034
18112
|
"maxTokens": 65535,
|
|
18113
|
+
"requestModelId": "gemini-3.1-pro-low",
|
|
18035
18114
|
"thinking": {
|
|
18036
18115
|
"mode": "budget",
|
|
18037
18116
|
"efforts": [
|
|
@@ -18048,8 +18127,51 @@
|
|
|
18048
18127
|
"high": "gemini-pro-agent"
|
|
18049
18128
|
},
|
|
18050
18129
|
"suppressWhenOff": true
|
|
18130
|
+
}
|
|
18131
|
+
},
|
|
18132
|
+
"gemini-3.5-flash": {
|
|
18133
|
+
"id": "gemini-3.5-flash",
|
|
18134
|
+
"name": "Gemini 3.5 Flash",
|
|
18135
|
+
"api": "google-gemini-cli",
|
|
18136
|
+
"provider": "google-antigravity",
|
|
18137
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
18138
|
+
"reasoning": true,
|
|
18139
|
+
"input": [
|
|
18140
|
+
"text",
|
|
18141
|
+
"image"
|
|
18142
|
+
],
|
|
18143
|
+
"cost": {
|
|
18144
|
+
"input": 0,
|
|
18145
|
+
"output": 0,
|
|
18146
|
+
"cacheRead": 0,
|
|
18147
|
+
"cacheWrite": 0
|
|
18051
18148
|
},
|
|
18052
|
-
"
|
|
18149
|
+
"contextWindow": 1048576,
|
|
18150
|
+
"maxTokens": 65536,
|
|
18151
|
+
"requestModelId": "gemini-3.5-flash-extra-low",
|
|
18152
|
+
"thinking": {
|
|
18153
|
+
"mode": "budget",
|
|
18154
|
+
"efforts": [
|
|
18155
|
+
"minimal",
|
|
18156
|
+
"low",
|
|
18157
|
+
"medium",
|
|
18158
|
+
"high"
|
|
18159
|
+
],
|
|
18160
|
+
"effortBudgets": {
|
|
18161
|
+
"minimal": 1000,
|
|
18162
|
+
"low": 1000,
|
|
18163
|
+
"medium": 4000,
|
|
18164
|
+
"high": 10000
|
|
18165
|
+
},
|
|
18166
|
+
"effortRouting": {
|
|
18167
|
+
"off": "gemini-3.5-flash-extra-low",
|
|
18168
|
+
"minimal": "gemini-3.5-flash-extra-low",
|
|
18169
|
+
"low": "gemini-3.5-flash-extra-low",
|
|
18170
|
+
"medium": "gemini-3.5-flash-low",
|
|
18171
|
+
"high": "gemini-3-flash-agent"
|
|
18172
|
+
},
|
|
18173
|
+
"suppressWhenOff": true
|
|
18174
|
+
}
|
|
18053
18175
|
},
|
|
18054
18176
|
"gpt-oss-120b": {
|
|
18055
18177
|
"id": "gpt-oss-120b",
|
|
@@ -18067,8 +18189,9 @@
|
|
|
18067
18189
|
"cacheRead": 0,
|
|
18068
18190
|
"cacheWrite": 0
|
|
18069
18191
|
},
|
|
18070
|
-
"contextWindow":
|
|
18192
|
+
"contextWindow": 131072,
|
|
18071
18193
|
"maxTokens": 32768,
|
|
18194
|
+
"requestModelId": "gpt-oss-120b-medium",
|
|
18072
18195
|
"thinking": {
|
|
18073
18196
|
"mode": "budget",
|
|
18074
18197
|
"efforts": [
|
|
@@ -18077,8 +18200,45 @@
|
|
|
18077
18200
|
"medium",
|
|
18078
18201
|
"high"
|
|
18079
18202
|
]
|
|
18203
|
+
}
|
|
18204
|
+
},
|
|
18205
|
+
"tab_flash_lite_preview": {
|
|
18206
|
+
"id": "tab_flash_lite_preview",
|
|
18207
|
+
"name": "tab_flash_lite_preview",
|
|
18208
|
+
"api": "google-gemini-cli",
|
|
18209
|
+
"provider": "google-antigravity",
|
|
18210
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
18211
|
+
"reasoning": false,
|
|
18212
|
+
"input": [
|
|
18213
|
+
"text"
|
|
18214
|
+
],
|
|
18215
|
+
"cost": {
|
|
18216
|
+
"input": 0,
|
|
18217
|
+
"output": 0,
|
|
18218
|
+
"cacheRead": 0,
|
|
18219
|
+
"cacheWrite": 0
|
|
18080
18220
|
},
|
|
18081
|
-
"
|
|
18221
|
+
"contextWindow": 16384,
|
|
18222
|
+
"maxTokens": 4096
|
|
18223
|
+
},
|
|
18224
|
+
"tab_jump_flash_lite_preview": {
|
|
18225
|
+
"id": "tab_jump_flash_lite_preview",
|
|
18226
|
+
"name": "tab_jump_flash_lite_preview",
|
|
18227
|
+
"api": "google-gemini-cli",
|
|
18228
|
+
"provider": "google-antigravity",
|
|
18229
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
18230
|
+
"reasoning": false,
|
|
18231
|
+
"input": [
|
|
18232
|
+
"text"
|
|
18233
|
+
],
|
|
18234
|
+
"cost": {
|
|
18235
|
+
"input": 0,
|
|
18236
|
+
"output": 0,
|
|
18237
|
+
"cacheRead": 0,
|
|
18238
|
+
"cacheWrite": 0
|
|
18239
|
+
},
|
|
18240
|
+
"contextWindow": 16384,
|
|
18241
|
+
"maxTokens": 4096
|
|
18082
18242
|
}
|
|
18083
18243
|
},
|
|
18084
18244
|
"google-gemini-cli": {
|
|
@@ -23018,8 +23178,8 @@
|
|
|
23018
23178
|
"cacheRead": 0,
|
|
23019
23179
|
"cacheWrite": 0
|
|
23020
23180
|
},
|
|
23021
|
-
"contextWindow":
|
|
23022
|
-
"maxTokens":
|
|
23181
|
+
"contextWindow": 200000,
|
|
23182
|
+
"maxTokens": 64000
|
|
23023
23183
|
},
|
|
23024
23184
|
"google/gemini-3.1-flash-image-preview": {
|
|
23025
23185
|
"id": "google/gemini-3.1-flash-image-preview",
|
|
@@ -27879,6 +28039,25 @@
|
|
|
27879
28039
|
"contextWindow": null,
|
|
27880
28040
|
"maxTokens": null
|
|
27881
28041
|
},
|
|
28042
|
+
"poolside/laguna-m.1": {
|
|
28043
|
+
"id": "poolside/laguna-m.1",
|
|
28044
|
+
"name": "Laguna M.1",
|
|
28045
|
+
"api": "openai-completions",
|
|
28046
|
+
"provider": "kilo",
|
|
28047
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
28048
|
+
"reasoning": false,
|
|
28049
|
+
"input": [
|
|
28050
|
+
"text"
|
|
28051
|
+
],
|
|
28052
|
+
"cost": {
|
|
28053
|
+
"input": 0,
|
|
28054
|
+
"output": 0,
|
|
28055
|
+
"cacheRead": 0,
|
|
28056
|
+
"cacheWrite": 0
|
|
28057
|
+
},
|
|
28058
|
+
"contextWindow": 262144,
|
|
28059
|
+
"maxTokens": 32768
|
|
28060
|
+
},
|
|
27882
28061
|
"poolside/laguna-m.1:free": {
|
|
27883
28062
|
"id": "poolside/laguna-m.1:free",
|
|
27884
28063
|
"name": "Laguna M.1 (free)",
|
|
@@ -27908,6 +28087,25 @@
|
|
|
27908
28087
|
]
|
|
27909
28088
|
}
|
|
27910
28089
|
},
|
|
28090
|
+
"poolside/laguna-xs.2": {
|
|
28091
|
+
"id": "poolside/laguna-xs.2",
|
|
28092
|
+
"name": "Laguna XS.2",
|
|
28093
|
+
"api": "openai-completions",
|
|
28094
|
+
"provider": "kilo",
|
|
28095
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
28096
|
+
"reasoning": false,
|
|
28097
|
+
"input": [
|
|
28098
|
+
"text"
|
|
28099
|
+
],
|
|
28100
|
+
"cost": {
|
|
28101
|
+
"input": 0,
|
|
28102
|
+
"output": 0,
|
|
28103
|
+
"cacheRead": 0,
|
|
28104
|
+
"cacheWrite": 0
|
|
28105
|
+
},
|
|
28106
|
+
"contextWindow": 262144,
|
|
28107
|
+
"maxTokens": 32768
|
|
28108
|
+
},
|
|
27911
28109
|
"poolside/laguna-xs.2:free": {
|
|
27912
28110
|
"id": "poolside/laguna-xs.2:free",
|
|
27913
28111
|
"name": "Laguna XS.2 (free)",
|
|
@@ -33115,6 +33313,142 @@
|
|
|
33115
33313
|
"high"
|
|
33116
33314
|
]
|
|
33117
33315
|
}
|
|
33316
|
+
},
|
|
33317
|
+
"moonshot-v1-128k": {
|
|
33318
|
+
"id": "moonshot-v1-128k",
|
|
33319
|
+
"name": "moonshot-v1-128k",
|
|
33320
|
+
"api": "openai-completions",
|
|
33321
|
+
"provider": "moonshot",
|
|
33322
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
33323
|
+
"reasoning": false,
|
|
33324
|
+
"input": [
|
|
33325
|
+
"text"
|
|
33326
|
+
],
|
|
33327
|
+
"cost": {
|
|
33328
|
+
"input": 0,
|
|
33329
|
+
"output": 0,
|
|
33330
|
+
"cacheRead": 0,
|
|
33331
|
+
"cacheWrite": 0
|
|
33332
|
+
},
|
|
33333
|
+
"contextWindow": 131072,
|
|
33334
|
+
"maxTokens": null
|
|
33335
|
+
},
|
|
33336
|
+
"moonshot-v1-128k-vision-preview": {
|
|
33337
|
+
"id": "moonshot-v1-128k-vision-preview",
|
|
33338
|
+
"name": "moonshot-v1-128k-vision-preview",
|
|
33339
|
+
"api": "openai-completions",
|
|
33340
|
+
"provider": "moonshot",
|
|
33341
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
33342
|
+
"reasoning": false,
|
|
33343
|
+
"input": [
|
|
33344
|
+
"text",
|
|
33345
|
+
"image"
|
|
33346
|
+
],
|
|
33347
|
+
"cost": {
|
|
33348
|
+
"input": 0,
|
|
33349
|
+
"output": 0,
|
|
33350
|
+
"cacheRead": 0,
|
|
33351
|
+
"cacheWrite": 0
|
|
33352
|
+
},
|
|
33353
|
+
"contextWindow": 131072,
|
|
33354
|
+
"maxTokens": null
|
|
33355
|
+
},
|
|
33356
|
+
"moonshot-v1-32k": {
|
|
33357
|
+
"id": "moonshot-v1-32k",
|
|
33358
|
+
"name": "moonshot-v1-32k",
|
|
33359
|
+
"api": "openai-completions",
|
|
33360
|
+
"provider": "moonshot",
|
|
33361
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
33362
|
+
"reasoning": false,
|
|
33363
|
+
"input": [
|
|
33364
|
+
"text"
|
|
33365
|
+
],
|
|
33366
|
+
"cost": {
|
|
33367
|
+
"input": 0,
|
|
33368
|
+
"output": 0,
|
|
33369
|
+
"cacheRead": 0,
|
|
33370
|
+
"cacheWrite": 0
|
|
33371
|
+
},
|
|
33372
|
+
"contextWindow": 32768,
|
|
33373
|
+
"maxTokens": null
|
|
33374
|
+
},
|
|
33375
|
+
"moonshot-v1-32k-vision-preview": {
|
|
33376
|
+
"id": "moonshot-v1-32k-vision-preview",
|
|
33377
|
+
"name": "moonshot-v1-32k-vision-preview",
|
|
33378
|
+
"api": "openai-completions",
|
|
33379
|
+
"provider": "moonshot",
|
|
33380
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
33381
|
+
"reasoning": false,
|
|
33382
|
+
"input": [
|
|
33383
|
+
"text",
|
|
33384
|
+
"image"
|
|
33385
|
+
],
|
|
33386
|
+
"cost": {
|
|
33387
|
+
"input": 0,
|
|
33388
|
+
"output": 0,
|
|
33389
|
+
"cacheRead": 0,
|
|
33390
|
+
"cacheWrite": 0
|
|
33391
|
+
},
|
|
33392
|
+
"contextWindow": 32768,
|
|
33393
|
+
"maxTokens": null
|
|
33394
|
+
},
|
|
33395
|
+
"moonshot-v1-8k": {
|
|
33396
|
+
"id": "moonshot-v1-8k",
|
|
33397
|
+
"name": "moonshot-v1-8k",
|
|
33398
|
+
"api": "openai-completions",
|
|
33399
|
+
"provider": "moonshot",
|
|
33400
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
33401
|
+
"reasoning": false,
|
|
33402
|
+
"input": [
|
|
33403
|
+
"text"
|
|
33404
|
+
],
|
|
33405
|
+
"cost": {
|
|
33406
|
+
"input": 0,
|
|
33407
|
+
"output": 0,
|
|
33408
|
+
"cacheRead": 0,
|
|
33409
|
+
"cacheWrite": 0
|
|
33410
|
+
},
|
|
33411
|
+
"contextWindow": 8192,
|
|
33412
|
+
"maxTokens": null
|
|
33413
|
+
},
|
|
33414
|
+
"moonshot-v1-8k-vision-preview": {
|
|
33415
|
+
"id": "moonshot-v1-8k-vision-preview",
|
|
33416
|
+
"name": "moonshot-v1-8k-vision-preview",
|
|
33417
|
+
"api": "openai-completions",
|
|
33418
|
+
"provider": "moonshot",
|
|
33419
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
33420
|
+
"reasoning": false,
|
|
33421
|
+
"input": [
|
|
33422
|
+
"text",
|
|
33423
|
+
"image"
|
|
33424
|
+
],
|
|
33425
|
+
"cost": {
|
|
33426
|
+
"input": 0,
|
|
33427
|
+
"output": 0,
|
|
33428
|
+
"cacheRead": 0,
|
|
33429
|
+
"cacheWrite": 0
|
|
33430
|
+
},
|
|
33431
|
+
"contextWindow": 8192,
|
|
33432
|
+
"maxTokens": null
|
|
33433
|
+
},
|
|
33434
|
+
"moonshot-v1-auto": {
|
|
33435
|
+
"id": "moonshot-v1-auto",
|
|
33436
|
+
"name": "moonshot-v1-auto",
|
|
33437
|
+
"api": "openai-completions",
|
|
33438
|
+
"provider": "moonshot",
|
|
33439
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
33440
|
+
"reasoning": false,
|
|
33441
|
+
"input": [
|
|
33442
|
+
"text"
|
|
33443
|
+
],
|
|
33444
|
+
"cost": {
|
|
33445
|
+
"input": 0,
|
|
33446
|
+
"output": 0,
|
|
33447
|
+
"cacheRead": 0,
|
|
33448
|
+
"cacheWrite": 0
|
|
33449
|
+
},
|
|
33450
|
+
"contextWindow": 131072,
|
|
33451
|
+
"maxTokens": null
|
|
33118
33452
|
}
|
|
33119
33453
|
},
|
|
33120
33454
|
"nanogpt": {
|
|
@@ -35517,6 +35851,25 @@
|
|
|
35517
35851
|
"contextWindow": 128000,
|
|
35518
35852
|
"maxTokens": 4096
|
|
35519
35853
|
},
|
|
35854
|
+
"cohere/north-mini-code": {
|
|
35855
|
+
"id": "cohere/north-mini-code",
|
|
35856
|
+
"name": "cohere/north-mini-code",
|
|
35857
|
+
"api": "openai-completions",
|
|
35858
|
+
"provider": "nanogpt",
|
|
35859
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
35860
|
+
"reasoning": false,
|
|
35861
|
+
"input": [
|
|
35862
|
+
"text"
|
|
35863
|
+
],
|
|
35864
|
+
"cost": {
|
|
35865
|
+
"input": 0,
|
|
35866
|
+
"output": 0,
|
|
35867
|
+
"cacheRead": 0,
|
|
35868
|
+
"cacheWrite": 0
|
|
35869
|
+
},
|
|
35870
|
+
"contextWindow": null,
|
|
35871
|
+
"maxTokens": null
|
|
35872
|
+
},
|
|
35520
35873
|
"command-a-plus-05-2026": {
|
|
35521
35874
|
"id": "command-a-plus-05-2026",
|
|
35522
35875
|
"name": "command-a-plus-05-2026",
|
|
@@ -44268,8 +44621,8 @@
|
|
|
44268
44621
|
"cacheRead": 0,
|
|
44269
44622
|
"cacheWrite": 0
|
|
44270
44623
|
},
|
|
44271
|
-
"contextWindow":
|
|
44272
|
-
"maxTokens":
|
|
44624
|
+
"contextWindow": 262144,
|
|
44625
|
+
"maxTokens": 32768
|
|
44273
44626
|
},
|
|
44274
44627
|
"poolside/laguna-xs.2": {
|
|
44275
44628
|
"id": "poolside/laguna-xs.2",
|
|
@@ -44287,8 +44640,8 @@
|
|
|
44287
44640
|
"cacheRead": 0,
|
|
44288
44641
|
"cacheWrite": 0
|
|
44289
44642
|
},
|
|
44290
|
-
"contextWindow":
|
|
44291
|
-
"maxTokens":
|
|
44643
|
+
"contextWindow": 262144,
|
|
44644
|
+
"maxTokens": 32768
|
|
44292
44645
|
},
|
|
44293
44646
|
"qvq-max": {
|
|
44294
44647
|
"id": "qvq-max",
|
|
@@ -49765,7 +50118,10 @@
|
|
|
49765
50118
|
"medium",
|
|
49766
50119
|
"high",
|
|
49767
50120
|
"xhigh"
|
|
49768
|
-
]
|
|
50121
|
+
],
|
|
50122
|
+
"effortMap": {
|
|
50123
|
+
"xhigh": "max"
|
|
50124
|
+
}
|
|
49769
50125
|
}
|
|
49770
50126
|
},
|
|
49771
50127
|
"zai-org/glm-latest": {
|
|
@@ -53602,6 +53958,35 @@
|
|
|
53602
53958
|
]
|
|
53603
53959
|
}
|
|
53604
53960
|
},
|
|
53961
|
+
"glm-5.2": {
|
|
53962
|
+
"id": "glm-5.2",
|
|
53963
|
+
"name": "GLM-5.2",
|
|
53964
|
+
"api": "ollama-chat",
|
|
53965
|
+
"provider": "ollama-cloud",
|
|
53966
|
+
"baseUrl": "https://ollama.com",
|
|
53967
|
+
"reasoning": true,
|
|
53968
|
+
"input": [
|
|
53969
|
+
"text"
|
|
53970
|
+
],
|
|
53971
|
+
"cost": {
|
|
53972
|
+
"input": 0,
|
|
53973
|
+
"output": 0,
|
|
53974
|
+
"cacheRead": 0,
|
|
53975
|
+
"cacheWrite": 0
|
|
53976
|
+
},
|
|
53977
|
+
"contextWindow": 976000,
|
|
53978
|
+
"maxTokens": 131072,
|
|
53979
|
+
"thinking": {
|
|
53980
|
+
"mode": "effort",
|
|
53981
|
+
"efforts": [
|
|
53982
|
+
"high",
|
|
53983
|
+
"xhigh"
|
|
53984
|
+
],
|
|
53985
|
+
"effortMap": {
|
|
53986
|
+
"xhigh": "max"
|
|
53987
|
+
}
|
|
53988
|
+
}
|
|
53989
|
+
},
|
|
53605
53990
|
"gpt-oss:120b": {
|
|
53606
53991
|
"id": "gpt-oss:120b",
|
|
53607
53992
|
"name": "gpt-oss:120b",
|
|
@@ -56272,7 +56657,10 @@
|
|
|
56272
56657
|
"medium",
|
|
56273
56658
|
"high",
|
|
56274
56659
|
"xhigh"
|
|
56275
|
-
]
|
|
56660
|
+
],
|
|
56661
|
+
"effortMap": {
|
|
56662
|
+
"xhigh": "max"
|
|
56663
|
+
}
|
|
56276
56664
|
}
|
|
56277
56665
|
},
|
|
56278
56666
|
"kimi-k2.5": {
|
|
@@ -58778,13 +59166,13 @@
|
|
|
58778
59166
|
"image"
|
|
58779
59167
|
],
|
|
58780
59168
|
"cost": {
|
|
58781
|
-
"input": 0.
|
|
58782
|
-
"output": 3.
|
|
58783
|
-
"cacheRead": 0.
|
|
59169
|
+
"input": 0.67,
|
|
59170
|
+
"output": 3.5,
|
|
59171
|
+
"cacheRead": 0.19999999999999998,
|
|
58784
59172
|
"cacheWrite": 0
|
|
58785
59173
|
},
|
|
58786
59174
|
"contextWindow": 262144,
|
|
58787
|
-
"maxTokens":
|
|
59175
|
+
"maxTokens": 262144,
|
|
58788
59176
|
"thinking": {
|
|
58789
59177
|
"mode": "effort",
|
|
58790
59178
|
"efforts": [
|
|
@@ -61391,6 +61779,35 @@
|
|
|
61391
61779
|
"contextWindow": 256000,
|
|
61392
61780
|
"maxTokens": 80000
|
|
61393
61781
|
},
|
|
61782
|
+
"liquid/lfm-2.5-1.2b-thinking:free": {
|
|
61783
|
+
"id": "liquid/lfm-2.5-1.2b-thinking:free",
|
|
61784
|
+
"name": "LFM2.5-1.2B-Thinking (free)",
|
|
61785
|
+
"api": "openrouter",
|
|
61786
|
+
"provider": "openrouter",
|
|
61787
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
61788
|
+
"reasoning": true,
|
|
61789
|
+
"input": [
|
|
61790
|
+
"text"
|
|
61791
|
+
],
|
|
61792
|
+
"cost": {
|
|
61793
|
+
"input": 0,
|
|
61794
|
+
"output": 0,
|
|
61795
|
+
"cacheRead": 0,
|
|
61796
|
+
"cacheWrite": 0
|
|
61797
|
+
},
|
|
61798
|
+
"contextWindow": 32768,
|
|
61799
|
+
"maxTokens": null,
|
|
61800
|
+
"thinking": {
|
|
61801
|
+
"mode": "effort",
|
|
61802
|
+
"efforts": [
|
|
61803
|
+
"minimal",
|
|
61804
|
+
"low",
|
|
61805
|
+
"medium",
|
|
61806
|
+
"high"
|
|
61807
|
+
],
|
|
61808
|
+
"requiresEffort": true
|
|
61809
|
+
}
|
|
61810
|
+
},
|
|
61394
61811
|
"meituan/longcat-flash-chat": {
|
|
61395
61812
|
"id": "meituan/longcat-flash-chat",
|
|
61396
61813
|
"name": "LongCat Flash Chat",
|
|
@@ -62415,13 +62832,13 @@
|
|
|
62415
62832
|
"image"
|
|
62416
62833
|
],
|
|
62417
62834
|
"cost": {
|
|
62418
|
-
"input": 0.
|
|
62419
|
-
"output": 3.
|
|
62420
|
-
"cacheRead": 0.
|
|
62835
|
+
"input": 0.67,
|
|
62836
|
+
"output": 3.5,
|
|
62837
|
+
"cacheRead": 0.19999999999999998,
|
|
62421
62838
|
"cacheWrite": 0
|
|
62422
62839
|
},
|
|
62423
62840
|
"contextWindow": 262144,
|
|
62424
|
-
"maxTokens":
|
|
62841
|
+
"maxTokens": 262144,
|
|
62425
62842
|
"thinking": {
|
|
62426
62843
|
"mode": "effort",
|
|
62427
62844
|
"efforts": [
|
|
@@ -64180,7 +64597,7 @@
|
|
|
64180
64597
|
"cost": {
|
|
64181
64598
|
"input": 0.075,
|
|
64182
64599
|
"output": 0.3,
|
|
64183
|
-
"cacheRead": 0.
|
|
64600
|
+
"cacheRead": 0.0375,
|
|
64184
64601
|
"cacheWrite": 0
|
|
64185
64602
|
},
|
|
64186
64603
|
"contextWindow": 131072,
|
|
@@ -64645,6 +65062,34 @@
|
|
|
64645
65062
|
"supportsToolChoice": false
|
|
64646
65063
|
}
|
|
64647
65064
|
},
|
|
65065
|
+
"poolside/laguna-m.1": {
|
|
65066
|
+
"id": "poolside/laguna-m.1",
|
|
65067
|
+
"name": "Laguna M.1",
|
|
65068
|
+
"api": "openrouter",
|
|
65069
|
+
"provider": "openrouter",
|
|
65070
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
65071
|
+
"reasoning": true,
|
|
65072
|
+
"input": [
|
|
65073
|
+
"text"
|
|
65074
|
+
],
|
|
65075
|
+
"cost": {
|
|
65076
|
+
"input": 0.19999999999999998,
|
|
65077
|
+
"output": 0.39999999999999997,
|
|
65078
|
+
"cacheRead": 0.09999999999999999,
|
|
65079
|
+
"cacheWrite": 0
|
|
65080
|
+
},
|
|
65081
|
+
"contextWindow": 262144,
|
|
65082
|
+
"maxTokens": 32768,
|
|
65083
|
+
"thinking": {
|
|
65084
|
+
"mode": "effort",
|
|
65085
|
+
"efforts": [
|
|
65086
|
+
"minimal",
|
|
65087
|
+
"low",
|
|
65088
|
+
"medium",
|
|
65089
|
+
"high"
|
|
65090
|
+
]
|
|
65091
|
+
}
|
|
65092
|
+
},
|
|
64648
65093
|
"poolside/laguna-m.1:free": {
|
|
64649
65094
|
"id": "poolside/laguna-m.1:free",
|
|
64650
65095
|
"name": "Laguna M.1 (free)",
|
|
@@ -64673,6 +65118,34 @@
|
|
|
64673
65118
|
]
|
|
64674
65119
|
}
|
|
64675
65120
|
},
|
|
65121
|
+
"poolside/laguna-xs.2": {
|
|
65122
|
+
"id": "poolside/laguna-xs.2",
|
|
65123
|
+
"name": "Laguna XS.2",
|
|
65124
|
+
"api": "openrouter",
|
|
65125
|
+
"provider": "openrouter",
|
|
65126
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
65127
|
+
"reasoning": true,
|
|
65128
|
+
"input": [
|
|
65129
|
+
"text"
|
|
65130
|
+
],
|
|
65131
|
+
"cost": {
|
|
65132
|
+
"input": 0.09999999999999999,
|
|
65133
|
+
"output": 0.19999999999999998,
|
|
65134
|
+
"cacheRead": 0.049999999999999996,
|
|
65135
|
+
"cacheWrite": 0
|
|
65136
|
+
},
|
|
65137
|
+
"contextWindow": 262144,
|
|
65138
|
+
"maxTokens": 32768,
|
|
65139
|
+
"thinking": {
|
|
65140
|
+
"mode": "effort",
|
|
65141
|
+
"efforts": [
|
|
65142
|
+
"minimal",
|
|
65143
|
+
"low",
|
|
65144
|
+
"medium",
|
|
65145
|
+
"high"
|
|
65146
|
+
]
|
|
65147
|
+
}
|
|
65148
|
+
},
|
|
64676
65149
|
"poolside/laguna-xs.2:free": {
|
|
64677
65150
|
"id": "poolside/laguna-xs.2:free",
|
|
64678
65151
|
"name": "Laguna XS.2 (free)",
|
|
@@ -65686,7 +66159,7 @@
|
|
|
65686
66159
|
"cacheWrite": 0
|
|
65687
66160
|
},
|
|
65688
66161
|
"contextWindow": 262144,
|
|
65689
|
-
"maxTokens":
|
|
66162
|
+
"maxTokens": 262144,
|
|
65690
66163
|
"thinking": {
|
|
65691
66164
|
"mode": "effort",
|
|
65692
66165
|
"efforts": [
|
|
@@ -65883,7 +66356,7 @@
|
|
|
65883
66356
|
"image"
|
|
65884
66357
|
],
|
|
65885
66358
|
"cost": {
|
|
65886
|
-
"input": 0.
|
|
66359
|
+
"input": 0.14,
|
|
65887
66360
|
"output": 1,
|
|
65888
66361
|
"cacheRead": 0.049999999999999996,
|
|
65889
66362
|
"cacheWrite": 0
|
|
@@ -67357,20 +67830,21 @@
|
|
|
67357
67830
|
"text"
|
|
67358
67831
|
],
|
|
67359
67832
|
"cost": {
|
|
67360
|
-
"input": 1.
|
|
67361
|
-
"output": 4.
|
|
67362
|
-
"cacheRead": 0.
|
|
67833
|
+
"input": 1.2,
|
|
67834
|
+
"output": 4.1,
|
|
67835
|
+
"cacheRead": 0.19999999999999998,
|
|
67363
67836
|
"cacheWrite": 0
|
|
67364
67837
|
},
|
|
67365
67838
|
"contextWindow": 1048576,
|
|
67366
|
-
"maxTokens":
|
|
67839
|
+
"maxTokens": 131072,
|
|
67367
67840
|
"thinking": {
|
|
67368
67841
|
"mode": "effort",
|
|
67369
67842
|
"efforts": [
|
|
67370
67843
|
"minimal",
|
|
67371
67844
|
"low",
|
|
67372
67845
|
"medium",
|
|
67373
|
-
"high"
|
|
67846
|
+
"high",
|
|
67847
|
+
"xhigh"
|
|
67374
67848
|
]
|
|
67375
67849
|
}
|
|
67376
67850
|
},
|
|
@@ -67475,484 +67949,9 @@
|
|
|
67475
67949
|
}
|
|
67476
67950
|
},
|
|
67477
67951
|
"synthetic": {
|
|
67478
|
-
"hf:deepseek-ai/DeepSeek-R1": {
|
|
67479
|
-
"id": "hf:deepseek-ai/DeepSeek-R1",
|
|
67480
|
-
"name": "DeepSeek R1",
|
|
67481
|
-
"api": "openai-completions",
|
|
67482
|
-
"provider": "synthetic",
|
|
67483
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67484
|
-
"reasoning": true,
|
|
67485
|
-
"input": [
|
|
67486
|
-
"text"
|
|
67487
|
-
],
|
|
67488
|
-
"cost": {
|
|
67489
|
-
"input": 0.55,
|
|
67490
|
-
"output": 2.19,
|
|
67491
|
-
"cacheRead": 0,
|
|
67492
|
-
"cacheWrite": 0
|
|
67493
|
-
},
|
|
67494
|
-
"contextWindow": 128000,
|
|
67495
|
-
"maxTokens": 128000,
|
|
67496
|
-
"thinking": {
|
|
67497
|
-
"mode": "effort",
|
|
67498
|
-
"efforts": [
|
|
67499
|
-
"minimal",
|
|
67500
|
-
"low",
|
|
67501
|
-
"medium",
|
|
67502
|
-
"high",
|
|
67503
|
-
"xhigh"
|
|
67504
|
-
],
|
|
67505
|
-
"effortMap": {
|
|
67506
|
-
"minimal": "high",
|
|
67507
|
-
"low": "high",
|
|
67508
|
-
"medium": "high",
|
|
67509
|
-
"high": "high",
|
|
67510
|
-
"xhigh": "max"
|
|
67511
|
-
}
|
|
67512
|
-
}
|
|
67513
|
-
},
|
|
67514
|
-
"hf:deepseek-ai/DeepSeek-R1-0528": {
|
|
67515
|
-
"id": "hf:deepseek-ai/DeepSeek-R1-0528",
|
|
67516
|
-
"name": "DeepSeek R1 (0528)",
|
|
67517
|
-
"api": "openai-completions",
|
|
67518
|
-
"provider": "synthetic",
|
|
67519
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67520
|
-
"reasoning": true,
|
|
67521
|
-
"input": [
|
|
67522
|
-
"text"
|
|
67523
|
-
],
|
|
67524
|
-
"cost": {
|
|
67525
|
-
"input": 3,
|
|
67526
|
-
"output": 8,
|
|
67527
|
-
"cacheRead": 0,
|
|
67528
|
-
"cacheWrite": 0
|
|
67529
|
-
},
|
|
67530
|
-
"contextWindow": 128000,
|
|
67531
|
-
"maxTokens": 128000,
|
|
67532
|
-
"thinking": {
|
|
67533
|
-
"mode": "effort",
|
|
67534
|
-
"efforts": [
|
|
67535
|
-
"minimal",
|
|
67536
|
-
"low",
|
|
67537
|
-
"medium",
|
|
67538
|
-
"high",
|
|
67539
|
-
"xhigh"
|
|
67540
|
-
],
|
|
67541
|
-
"effortMap": {
|
|
67542
|
-
"minimal": "high",
|
|
67543
|
-
"low": "high",
|
|
67544
|
-
"medium": "high",
|
|
67545
|
-
"high": "high",
|
|
67546
|
-
"xhigh": "max"
|
|
67547
|
-
}
|
|
67548
|
-
}
|
|
67549
|
-
},
|
|
67550
|
-
"hf:deepseek-ai/DeepSeek-V3": {
|
|
67551
|
-
"id": "hf:deepseek-ai/DeepSeek-V3",
|
|
67552
|
-
"name": "DeepSeek V3",
|
|
67553
|
-
"api": "openai-completions",
|
|
67554
|
-
"provider": "synthetic",
|
|
67555
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67556
|
-
"reasoning": true,
|
|
67557
|
-
"input": [
|
|
67558
|
-
"text"
|
|
67559
|
-
],
|
|
67560
|
-
"cost": {
|
|
67561
|
-
"input": 1.25,
|
|
67562
|
-
"output": 1.25,
|
|
67563
|
-
"cacheRead": 0,
|
|
67564
|
-
"cacheWrite": 0
|
|
67565
|
-
},
|
|
67566
|
-
"contextWindow": 128000,
|
|
67567
|
-
"maxTokens": 128000,
|
|
67568
|
-
"thinking": {
|
|
67569
|
-
"mode": "effort",
|
|
67570
|
-
"efforts": [
|
|
67571
|
-
"minimal",
|
|
67572
|
-
"low",
|
|
67573
|
-
"medium",
|
|
67574
|
-
"high",
|
|
67575
|
-
"xhigh"
|
|
67576
|
-
],
|
|
67577
|
-
"effortMap": {
|
|
67578
|
-
"minimal": "high",
|
|
67579
|
-
"low": "high",
|
|
67580
|
-
"medium": "high",
|
|
67581
|
-
"high": "high",
|
|
67582
|
-
"xhigh": "max"
|
|
67583
|
-
}
|
|
67584
|
-
}
|
|
67585
|
-
},
|
|
67586
|
-
"hf:deepseek-ai/DeepSeek-V3-0324": {
|
|
67587
|
-
"id": "hf:deepseek-ai/DeepSeek-V3-0324",
|
|
67588
|
-
"name": "DeepSeek V3 (0324)",
|
|
67589
|
-
"api": "openai-completions",
|
|
67590
|
-
"provider": "synthetic",
|
|
67591
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67592
|
-
"reasoning": false,
|
|
67593
|
-
"input": [
|
|
67594
|
-
"text"
|
|
67595
|
-
],
|
|
67596
|
-
"cost": {
|
|
67597
|
-
"input": 1.2,
|
|
67598
|
-
"output": 1.2,
|
|
67599
|
-
"cacheRead": 0,
|
|
67600
|
-
"cacheWrite": 0
|
|
67601
|
-
},
|
|
67602
|
-
"contextWindow": 128000,
|
|
67603
|
-
"maxTokens": 128000
|
|
67604
|
-
},
|
|
67605
|
-
"hf:deepseek-ai/DeepSeek-V3.1": {
|
|
67606
|
-
"id": "hf:deepseek-ai/DeepSeek-V3.1",
|
|
67607
|
-
"name": "DeepSeek V3.1",
|
|
67608
|
-
"api": "openai-completions",
|
|
67609
|
-
"provider": "synthetic",
|
|
67610
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67611
|
-
"reasoning": true,
|
|
67612
|
-
"input": [
|
|
67613
|
-
"text"
|
|
67614
|
-
],
|
|
67615
|
-
"cost": {
|
|
67616
|
-
"input": 0.56,
|
|
67617
|
-
"output": 1.68,
|
|
67618
|
-
"cacheRead": 0,
|
|
67619
|
-
"cacheWrite": 0
|
|
67620
|
-
},
|
|
67621
|
-
"contextWindow": 128000,
|
|
67622
|
-
"maxTokens": 128000,
|
|
67623
|
-
"thinking": {
|
|
67624
|
-
"mode": "effort",
|
|
67625
|
-
"efforts": [
|
|
67626
|
-
"minimal",
|
|
67627
|
-
"low",
|
|
67628
|
-
"medium",
|
|
67629
|
-
"high",
|
|
67630
|
-
"xhigh"
|
|
67631
|
-
],
|
|
67632
|
-
"effortMap": {
|
|
67633
|
-
"minimal": "high",
|
|
67634
|
-
"low": "high",
|
|
67635
|
-
"medium": "high",
|
|
67636
|
-
"high": "high",
|
|
67637
|
-
"xhigh": "max"
|
|
67638
|
-
}
|
|
67639
|
-
}
|
|
67640
|
-
},
|
|
67641
|
-
"hf:deepseek-ai/DeepSeek-V3.1-Terminus": {
|
|
67642
|
-
"id": "hf:deepseek-ai/DeepSeek-V3.1-Terminus",
|
|
67643
|
-
"name": "DeepSeek V3.1 Terminus",
|
|
67644
|
-
"api": "openai-completions",
|
|
67645
|
-
"provider": "synthetic",
|
|
67646
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67647
|
-
"reasoning": true,
|
|
67648
|
-
"input": [
|
|
67649
|
-
"text"
|
|
67650
|
-
],
|
|
67651
|
-
"cost": {
|
|
67652
|
-
"input": 1.2,
|
|
67653
|
-
"output": 1.2,
|
|
67654
|
-
"cacheRead": 0,
|
|
67655
|
-
"cacheWrite": 0
|
|
67656
|
-
},
|
|
67657
|
-
"contextWindow": 128000,
|
|
67658
|
-
"maxTokens": 128000,
|
|
67659
|
-
"thinking": {
|
|
67660
|
-
"mode": "effort",
|
|
67661
|
-
"efforts": [
|
|
67662
|
-
"minimal",
|
|
67663
|
-
"low",
|
|
67664
|
-
"medium",
|
|
67665
|
-
"high",
|
|
67666
|
-
"xhigh"
|
|
67667
|
-
],
|
|
67668
|
-
"effortMap": {
|
|
67669
|
-
"minimal": "high",
|
|
67670
|
-
"low": "high",
|
|
67671
|
-
"medium": "high",
|
|
67672
|
-
"high": "high",
|
|
67673
|
-
"xhigh": "max"
|
|
67674
|
-
}
|
|
67675
|
-
}
|
|
67676
|
-
},
|
|
67677
|
-
"hf:deepseek-ai/DeepSeek-V3.2": {
|
|
67678
|
-
"id": "hf:deepseek-ai/DeepSeek-V3.2",
|
|
67679
|
-
"name": "DeepSeek V3.2",
|
|
67680
|
-
"api": "openai-completions",
|
|
67681
|
-
"provider": "synthetic",
|
|
67682
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67683
|
-
"reasoning": true,
|
|
67684
|
-
"input": [
|
|
67685
|
-
"text"
|
|
67686
|
-
],
|
|
67687
|
-
"cost": {
|
|
67688
|
-
"input": 0.27,
|
|
67689
|
-
"output": 0.4,
|
|
67690
|
-
"cacheRead": 0.27,
|
|
67691
|
-
"cacheWrite": 0
|
|
67692
|
-
},
|
|
67693
|
-
"contextWindow": 162816,
|
|
67694
|
-
"maxTokens": 8000,
|
|
67695
|
-
"thinking": {
|
|
67696
|
-
"mode": "effort",
|
|
67697
|
-
"efforts": [
|
|
67698
|
-
"minimal",
|
|
67699
|
-
"low",
|
|
67700
|
-
"medium",
|
|
67701
|
-
"high",
|
|
67702
|
-
"xhigh"
|
|
67703
|
-
],
|
|
67704
|
-
"effortMap": {
|
|
67705
|
-
"minimal": "high",
|
|
67706
|
-
"low": "high",
|
|
67707
|
-
"medium": "high",
|
|
67708
|
-
"high": "high",
|
|
67709
|
-
"xhigh": "max"
|
|
67710
|
-
}
|
|
67711
|
-
}
|
|
67712
|
-
},
|
|
67713
|
-
"hf:meta-llama/Llama-3.1-405B-Instruct": {
|
|
67714
|
-
"id": "hf:meta-llama/Llama-3.1-405B-Instruct",
|
|
67715
|
-
"name": "Llama-3.1-405B-Instruct",
|
|
67716
|
-
"api": "openai-completions",
|
|
67717
|
-
"provider": "synthetic",
|
|
67718
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67719
|
-
"reasoning": true,
|
|
67720
|
-
"input": [
|
|
67721
|
-
"text"
|
|
67722
|
-
],
|
|
67723
|
-
"cost": {
|
|
67724
|
-
"input": 3,
|
|
67725
|
-
"output": 3,
|
|
67726
|
-
"cacheRead": 0,
|
|
67727
|
-
"cacheWrite": 0
|
|
67728
|
-
},
|
|
67729
|
-
"contextWindow": 128000,
|
|
67730
|
-
"maxTokens": 32768,
|
|
67731
|
-
"thinking": {
|
|
67732
|
-
"mode": "effort",
|
|
67733
|
-
"efforts": [
|
|
67734
|
-
"minimal",
|
|
67735
|
-
"low",
|
|
67736
|
-
"medium",
|
|
67737
|
-
"high",
|
|
67738
|
-
"xhigh"
|
|
67739
|
-
]
|
|
67740
|
-
}
|
|
67741
|
-
},
|
|
67742
|
-
"hf:meta-llama/Llama-3.1-70B-Instruct": {
|
|
67743
|
-
"id": "hf:meta-llama/Llama-3.1-70B-Instruct",
|
|
67744
|
-
"name": "Llama-3.1-70B-Instruct",
|
|
67745
|
-
"api": "openai-completions",
|
|
67746
|
-
"provider": "synthetic",
|
|
67747
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67748
|
-
"reasoning": true,
|
|
67749
|
-
"input": [
|
|
67750
|
-
"text"
|
|
67751
|
-
],
|
|
67752
|
-
"cost": {
|
|
67753
|
-
"input": 0.9,
|
|
67754
|
-
"output": 0.9,
|
|
67755
|
-
"cacheRead": 0,
|
|
67756
|
-
"cacheWrite": 0
|
|
67757
|
-
},
|
|
67758
|
-
"contextWindow": 128000,
|
|
67759
|
-
"maxTokens": 32768,
|
|
67760
|
-
"thinking": {
|
|
67761
|
-
"mode": "effort",
|
|
67762
|
-
"efforts": [
|
|
67763
|
-
"minimal",
|
|
67764
|
-
"low",
|
|
67765
|
-
"medium",
|
|
67766
|
-
"high",
|
|
67767
|
-
"xhigh"
|
|
67768
|
-
]
|
|
67769
|
-
}
|
|
67770
|
-
},
|
|
67771
|
-
"hf:meta-llama/Llama-3.1-8B-Instruct": {
|
|
67772
|
-
"id": "hf:meta-llama/Llama-3.1-8B-Instruct",
|
|
67773
|
-
"name": "Llama-3.1-8B-Instruct",
|
|
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.2,
|
|
67783
|
-
"output": 0.2,
|
|
67784
|
-
"cacheRead": 0,
|
|
67785
|
-
"cacheWrite": 0
|
|
67786
|
-
},
|
|
67787
|
-
"contextWindow": 128000,
|
|
67788
|
-
"maxTokens": 32768,
|
|
67789
|
-
"thinking": {
|
|
67790
|
-
"mode": "effort",
|
|
67791
|
-
"efforts": [
|
|
67792
|
-
"minimal",
|
|
67793
|
-
"low",
|
|
67794
|
-
"medium",
|
|
67795
|
-
"high",
|
|
67796
|
-
"xhigh"
|
|
67797
|
-
]
|
|
67798
|
-
}
|
|
67799
|
-
},
|
|
67800
|
-
"hf:meta-llama/Llama-3.3-70B-Instruct": {
|
|
67801
|
-
"id": "hf:meta-llama/Llama-3.3-70B-Instruct",
|
|
67802
|
-
"name": "Llama-3.3-70B-Instruct",
|
|
67803
|
-
"api": "openai-completions",
|
|
67804
|
-
"provider": "synthetic",
|
|
67805
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67806
|
-
"reasoning": true,
|
|
67807
|
-
"input": [
|
|
67808
|
-
"text"
|
|
67809
|
-
],
|
|
67810
|
-
"cost": {
|
|
67811
|
-
"input": 0.9,
|
|
67812
|
-
"output": 0.9,
|
|
67813
|
-
"cacheRead": 0,
|
|
67814
|
-
"cacheWrite": 0
|
|
67815
|
-
},
|
|
67816
|
-
"contextWindow": 128000,
|
|
67817
|
-
"maxTokens": 32768,
|
|
67818
|
-
"thinking": {
|
|
67819
|
-
"mode": "effort",
|
|
67820
|
-
"efforts": [
|
|
67821
|
-
"minimal",
|
|
67822
|
-
"low",
|
|
67823
|
-
"medium",
|
|
67824
|
-
"high",
|
|
67825
|
-
"xhigh"
|
|
67826
|
-
]
|
|
67827
|
-
}
|
|
67828
|
-
},
|
|
67829
|
-
"hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8": {
|
|
67830
|
-
"id": "hf:meta-llama/Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
67831
|
-
"name": "Llama-4-Maverick-17B-128E-Instruct-FP8",
|
|
67832
|
-
"api": "openai-completions",
|
|
67833
|
-
"provider": "synthetic",
|
|
67834
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67835
|
-
"reasoning": false,
|
|
67836
|
-
"input": [
|
|
67837
|
-
"text",
|
|
67838
|
-
"image"
|
|
67839
|
-
],
|
|
67840
|
-
"cost": {
|
|
67841
|
-
"input": 0.22,
|
|
67842
|
-
"output": 0.88,
|
|
67843
|
-
"cacheRead": 0,
|
|
67844
|
-
"cacheWrite": 0
|
|
67845
|
-
},
|
|
67846
|
-
"contextWindow": 524000,
|
|
67847
|
-
"maxTokens": 4096
|
|
67848
|
-
},
|
|
67849
|
-
"hf:meta-llama/Llama-4-Scout-17B-16E-Instruct": {
|
|
67850
|
-
"id": "hf:meta-llama/Llama-4-Scout-17B-16E-Instruct",
|
|
67851
|
-
"name": "Llama-4-Scout-17B-16E-Instruct",
|
|
67852
|
-
"api": "openai-completions",
|
|
67853
|
-
"provider": "synthetic",
|
|
67854
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67855
|
-
"reasoning": false,
|
|
67856
|
-
"input": [
|
|
67857
|
-
"text",
|
|
67858
|
-
"image"
|
|
67859
|
-
],
|
|
67860
|
-
"cost": {
|
|
67861
|
-
"input": 0.15,
|
|
67862
|
-
"output": 0.6,
|
|
67863
|
-
"cacheRead": 0,
|
|
67864
|
-
"cacheWrite": 0
|
|
67865
|
-
},
|
|
67866
|
-
"contextWindow": 328000,
|
|
67867
|
-
"maxTokens": 4096
|
|
67868
|
-
},
|
|
67869
|
-
"hf:MiniMaxAI/MiniMax-M2": {
|
|
67870
|
-
"id": "hf:MiniMaxAI/MiniMax-M2",
|
|
67871
|
-
"name": "MiniMax-M2",
|
|
67872
|
-
"api": "openai-completions",
|
|
67873
|
-
"provider": "synthetic",
|
|
67874
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67875
|
-
"reasoning": true,
|
|
67876
|
-
"input": [
|
|
67877
|
-
"text"
|
|
67878
|
-
],
|
|
67879
|
-
"cost": {
|
|
67880
|
-
"input": 0.55,
|
|
67881
|
-
"output": 2.19,
|
|
67882
|
-
"cacheRead": 0,
|
|
67883
|
-
"cacheWrite": 0
|
|
67884
|
-
},
|
|
67885
|
-
"contextWindow": 196608,
|
|
67886
|
-
"maxTokens": 131000,
|
|
67887
|
-
"thinking": {
|
|
67888
|
-
"mode": "effort",
|
|
67889
|
-
"efforts": [
|
|
67890
|
-
"low",
|
|
67891
|
-
"medium",
|
|
67892
|
-
"high"
|
|
67893
|
-
],
|
|
67894
|
-
"requiresEffort": true
|
|
67895
|
-
}
|
|
67896
|
-
},
|
|
67897
|
-
"hf:MiniMaxAI/MiniMax-M2.1": {
|
|
67898
|
-
"id": "hf:MiniMaxAI/MiniMax-M2.1",
|
|
67899
|
-
"name": "MiniMax-M2.1",
|
|
67900
|
-
"api": "openai-completions",
|
|
67901
|
-
"provider": "synthetic",
|
|
67902
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67903
|
-
"reasoning": true,
|
|
67904
|
-
"input": [
|
|
67905
|
-
"text"
|
|
67906
|
-
],
|
|
67907
|
-
"cost": {
|
|
67908
|
-
"input": 0.55,
|
|
67909
|
-
"output": 2.19,
|
|
67910
|
-
"cacheRead": 0,
|
|
67911
|
-
"cacheWrite": 0
|
|
67912
|
-
},
|
|
67913
|
-
"contextWindow": 204800,
|
|
67914
|
-
"maxTokens": 131072,
|
|
67915
|
-
"thinking": {
|
|
67916
|
-
"mode": "effort",
|
|
67917
|
-
"efforts": [
|
|
67918
|
-
"low",
|
|
67919
|
-
"medium",
|
|
67920
|
-
"high"
|
|
67921
|
-
],
|
|
67922
|
-
"requiresEffort": true
|
|
67923
|
-
}
|
|
67924
|
-
},
|
|
67925
|
-
"hf:MiniMaxAI/MiniMax-M2.5": {
|
|
67926
|
-
"id": "hf:MiniMaxAI/MiniMax-M2.5",
|
|
67927
|
-
"name": "MiniMax-M2.5",
|
|
67928
|
-
"api": "openai-completions",
|
|
67929
|
-
"provider": "synthetic",
|
|
67930
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67931
|
-
"reasoning": true,
|
|
67932
|
-
"input": [
|
|
67933
|
-
"text"
|
|
67934
|
-
],
|
|
67935
|
-
"cost": {
|
|
67936
|
-
"input": 0.6,
|
|
67937
|
-
"output": 3,
|
|
67938
|
-
"cacheRead": 0.6,
|
|
67939
|
-
"cacheWrite": 0
|
|
67940
|
-
},
|
|
67941
|
-
"contextWindow": 191488,
|
|
67942
|
-
"maxTokens": 65536,
|
|
67943
|
-
"thinking": {
|
|
67944
|
-
"mode": "effort",
|
|
67945
|
-
"efforts": [
|
|
67946
|
-
"low",
|
|
67947
|
-
"medium",
|
|
67948
|
-
"high"
|
|
67949
|
-
],
|
|
67950
|
-
"requiresEffort": true
|
|
67951
|
-
}
|
|
67952
|
-
},
|
|
67953
67952
|
"hf:MiniMaxAI/MiniMax-M3": {
|
|
67954
67953
|
"id": "hf:MiniMaxAI/MiniMax-M3",
|
|
67955
|
-
"name": "MiniMax-M3",
|
|
67954
|
+
"name": "MiniMaxAI/MiniMax-M3",
|
|
67956
67955
|
"api": "openai-completions",
|
|
67957
67956
|
"provider": "synthetic",
|
|
67958
67957
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67980,88 +67979,9 @@
|
|
|
67980
67979
|
]
|
|
67981
67980
|
}
|
|
67982
67981
|
},
|
|
67983
|
-
"hf:moonshotai/Kimi-K2-Instruct-0905": {
|
|
67984
|
-
"id": "hf:moonshotai/Kimi-K2-Instruct-0905",
|
|
67985
|
-
"name": "Kimi K2 0905",
|
|
67986
|
-
"api": "openai-completions",
|
|
67987
|
-
"provider": "synthetic",
|
|
67988
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
67989
|
-
"reasoning": false,
|
|
67990
|
-
"input": [
|
|
67991
|
-
"text"
|
|
67992
|
-
],
|
|
67993
|
-
"cost": {
|
|
67994
|
-
"input": 1.2,
|
|
67995
|
-
"output": 1.2,
|
|
67996
|
-
"cacheRead": 0,
|
|
67997
|
-
"cacheWrite": 0
|
|
67998
|
-
},
|
|
67999
|
-
"contextWindow": 262144,
|
|
68000
|
-
"maxTokens": 32768
|
|
68001
|
-
},
|
|
68002
|
-
"hf:moonshotai/Kimi-K2-Thinking": {
|
|
68003
|
-
"id": "hf:moonshotai/Kimi-K2-Thinking",
|
|
68004
|
-
"name": "Kimi K2 Thinking",
|
|
68005
|
-
"api": "openai-completions",
|
|
68006
|
-
"provider": "synthetic",
|
|
68007
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68008
|
-
"reasoning": true,
|
|
68009
|
-
"input": [
|
|
68010
|
-
"text"
|
|
68011
|
-
],
|
|
68012
|
-
"cost": {
|
|
68013
|
-
"input": 0.55,
|
|
68014
|
-
"output": 2.19,
|
|
68015
|
-
"cacheRead": 0,
|
|
68016
|
-
"cacheWrite": 0
|
|
68017
|
-
},
|
|
68018
|
-
"contextWindow": 262144,
|
|
68019
|
-
"maxTokens": 262144,
|
|
68020
|
-
"thinking": {
|
|
68021
|
-
"mode": "effort",
|
|
68022
|
-
"efforts": [
|
|
68023
|
-
"minimal",
|
|
68024
|
-
"low",
|
|
68025
|
-
"medium",
|
|
68026
|
-
"high",
|
|
68027
|
-
"xhigh"
|
|
68028
|
-
],
|
|
68029
|
-
"requiresEffort": true
|
|
68030
|
-
}
|
|
68031
|
-
},
|
|
68032
|
-
"hf:moonshotai/Kimi-K2.5": {
|
|
68033
|
-
"id": "hf:moonshotai/Kimi-K2.5",
|
|
68034
|
-
"name": "Kimi K2.5",
|
|
68035
|
-
"api": "openai-completions",
|
|
68036
|
-
"provider": "synthetic",
|
|
68037
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68038
|
-
"reasoning": true,
|
|
68039
|
-
"input": [
|
|
68040
|
-
"text",
|
|
68041
|
-
"image"
|
|
68042
|
-
],
|
|
68043
|
-
"cost": {
|
|
68044
|
-
"input": 0.55,
|
|
68045
|
-
"output": 2.19,
|
|
68046
|
-
"cacheRead": 0,
|
|
68047
|
-
"cacheWrite": 0
|
|
68048
|
-
},
|
|
68049
|
-
"contextWindow": 262144,
|
|
68050
|
-
"maxTokens": 65536,
|
|
68051
|
-
"thinking": {
|
|
68052
|
-
"mode": "effort",
|
|
68053
|
-
"efforts": [
|
|
68054
|
-
"minimal",
|
|
68055
|
-
"low",
|
|
68056
|
-
"medium",
|
|
68057
|
-
"high",
|
|
68058
|
-
"xhigh"
|
|
68059
|
-
]
|
|
68060
|
-
}
|
|
68061
|
-
},
|
|
68062
67982
|
"hf:moonshotai/Kimi-K2.6": {
|
|
68063
67983
|
"id": "hf:moonshotai/Kimi-K2.6",
|
|
68064
|
-
"name": "Kimi
|
|
67984
|
+
"name": "moonshotai/Kimi-K2.6",
|
|
68065
67985
|
"api": "openai-completions",
|
|
68066
67986
|
"provider": "synthetic",
|
|
68067
67987
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68089,39 +68009,9 @@
|
|
|
68089
68009
|
]
|
|
68090
68010
|
}
|
|
68091
68011
|
},
|
|
68092
|
-
"hf:nvidia/Kimi-K2.5-NVFP4": {
|
|
68093
|
-
"id": "hf:nvidia/Kimi-K2.5-NVFP4",
|
|
68094
|
-
"name": "Kimi K2.5 (NVFP4)",
|
|
68095
|
-
"api": "openai-completions",
|
|
68096
|
-
"provider": "synthetic",
|
|
68097
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68098
|
-
"reasoning": true,
|
|
68099
|
-
"input": [
|
|
68100
|
-
"text",
|
|
68101
|
-
"image"
|
|
68102
|
-
],
|
|
68103
|
-
"cost": {
|
|
68104
|
-
"input": 0.55,
|
|
68105
|
-
"output": 2.19,
|
|
68106
|
-
"cacheRead": 0,
|
|
68107
|
-
"cacheWrite": 0
|
|
68108
|
-
},
|
|
68109
|
-
"contextWindow": 262144,
|
|
68110
|
-
"maxTokens": 65536,
|
|
68111
|
-
"thinking": {
|
|
68112
|
-
"mode": "effort",
|
|
68113
|
-
"efforts": [
|
|
68114
|
-
"minimal",
|
|
68115
|
-
"low",
|
|
68116
|
-
"medium",
|
|
68117
|
-
"high",
|
|
68118
|
-
"xhigh"
|
|
68119
|
-
]
|
|
68120
|
-
}
|
|
68121
|
-
},
|
|
68122
68012
|
"hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4": {
|
|
68123
68013
|
"id": "hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
68124
|
-
"name": "Nemotron
|
|
68014
|
+
"name": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
68125
68015
|
"api": "openai-completions",
|
|
68126
68016
|
"provider": "synthetic",
|
|
68127
68017
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68150,7 +68040,7 @@
|
|
|
68150
68040
|
},
|
|
68151
68041
|
"hf:openai/gpt-oss-120b": {
|
|
68152
68042
|
"id": "hf:openai/gpt-oss-120b",
|
|
68153
|
-
"name": "
|
|
68043
|
+
"name": "openai/gpt-oss-120b",
|
|
68154
68044
|
"api": "openai-completions",
|
|
68155
68045
|
"provider": "synthetic",
|
|
68156
68046
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68164,7 +68054,7 @@
|
|
|
68164
68054
|
"cacheRead": 0,
|
|
68165
68055
|
"cacheWrite": 0
|
|
68166
68056
|
},
|
|
68167
|
-
"contextWindow":
|
|
68057
|
+
"contextWindow": 131072,
|
|
68168
68058
|
"maxTokens": 32768,
|
|
68169
68059
|
"thinking": {
|
|
68170
68060
|
"mode": "effort",
|
|
@@ -68175,76 +68065,9 @@
|
|
|
68175
68065
|
]
|
|
68176
68066
|
}
|
|
68177
68067
|
},
|
|
68178
|
-
"hf:Qwen/Qwen3-235B-A22B-Instruct-2507": {
|
|
68179
|
-
"id": "hf:Qwen/Qwen3-235B-A22B-Instruct-2507",
|
|
68180
|
-
"name": "Qwen 3 235B Instruct",
|
|
68181
|
-
"api": "openai-completions",
|
|
68182
|
-
"provider": "synthetic",
|
|
68183
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68184
|
-
"reasoning": false,
|
|
68185
|
-
"input": [
|
|
68186
|
-
"text"
|
|
68187
|
-
],
|
|
68188
|
-
"cost": {
|
|
68189
|
-
"input": 0.2,
|
|
68190
|
-
"output": 0.6,
|
|
68191
|
-
"cacheRead": 0,
|
|
68192
|
-
"cacheWrite": 0
|
|
68193
|
-
},
|
|
68194
|
-
"contextWindow": 256000,
|
|
68195
|
-
"maxTokens": 32000
|
|
68196
|
-
},
|
|
68197
|
-
"hf:Qwen/Qwen3-235B-A22B-Thinking-2507": {
|
|
68198
|
-
"id": "hf:Qwen/Qwen3-235B-A22B-Thinking-2507",
|
|
68199
|
-
"name": "Qwen3 235B A22B Thinking 2507",
|
|
68200
|
-
"api": "openai-completions",
|
|
68201
|
-
"provider": "synthetic",
|
|
68202
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68203
|
-
"reasoning": true,
|
|
68204
|
-
"input": [
|
|
68205
|
-
"text"
|
|
68206
|
-
],
|
|
68207
|
-
"cost": {
|
|
68208
|
-
"input": 0.65,
|
|
68209
|
-
"output": 3,
|
|
68210
|
-
"cacheRead": 0,
|
|
68211
|
-
"cacheWrite": 0
|
|
68212
|
-
},
|
|
68213
|
-
"contextWindow": 256000,
|
|
68214
|
-
"maxTokens": 32000,
|
|
68215
|
-
"thinking": {
|
|
68216
|
-
"mode": "effort",
|
|
68217
|
-
"efforts": [
|
|
68218
|
-
"minimal",
|
|
68219
|
-
"low",
|
|
68220
|
-
"medium",
|
|
68221
|
-
"high"
|
|
68222
|
-
],
|
|
68223
|
-
"requiresEffort": true
|
|
68224
|
-
}
|
|
68225
|
-
},
|
|
68226
|
-
"hf:Qwen/Qwen3-Coder-480B-A35B-Instruct": {
|
|
68227
|
-
"id": "hf:Qwen/Qwen3-Coder-480B-A35B-Instruct",
|
|
68228
|
-
"name": "Qwen 3 Coder 480B",
|
|
68229
|
-
"api": "openai-completions",
|
|
68230
|
-
"provider": "synthetic",
|
|
68231
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68232
|
-
"reasoning": false,
|
|
68233
|
-
"input": [
|
|
68234
|
-
"text"
|
|
68235
|
-
],
|
|
68236
|
-
"cost": {
|
|
68237
|
-
"input": 2,
|
|
68238
|
-
"output": 2,
|
|
68239
|
-
"cacheRead": 0,
|
|
68240
|
-
"cacheWrite": 0
|
|
68241
|
-
},
|
|
68242
|
-
"contextWindow": 256000,
|
|
68243
|
-
"maxTokens": 32000
|
|
68244
|
-
},
|
|
68245
68068
|
"hf:Qwen/Qwen3.5-397B-A17B": {
|
|
68246
68069
|
"id": "hf:Qwen/Qwen3.5-397B-A17B",
|
|
68247
|
-
"name": "Qwen3.5-
|
|
68070
|
+
"name": "Qwen/Qwen3.5-397B-A17B",
|
|
68248
68071
|
"api": "openai-completions",
|
|
68249
68072
|
"provider": "synthetic",
|
|
68250
68073
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68290,38 +68113,9 @@
|
|
|
68290
68113
|
"contextWindow": 262144,
|
|
68291
68114
|
"maxTokens": 8192
|
|
68292
68115
|
},
|
|
68293
|
-
"hf:zai-org/GLM-4.6": {
|
|
68294
|
-
"id": "hf:zai-org/GLM-4.6",
|
|
68295
|
-
"name": "GLM 4.6",
|
|
68296
|
-
"api": "openai-completions",
|
|
68297
|
-
"provider": "synthetic",
|
|
68298
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68299
|
-
"reasoning": true,
|
|
68300
|
-
"input": [
|
|
68301
|
-
"text"
|
|
68302
|
-
],
|
|
68303
|
-
"cost": {
|
|
68304
|
-
"input": 0.55,
|
|
68305
|
-
"output": 2.19,
|
|
68306
|
-
"cacheRead": 0,
|
|
68307
|
-
"cacheWrite": 0
|
|
68308
|
-
},
|
|
68309
|
-
"contextWindow": 200000,
|
|
68310
|
-
"maxTokens": 64000,
|
|
68311
|
-
"thinking": {
|
|
68312
|
-
"mode": "effort",
|
|
68313
|
-
"efforts": [
|
|
68314
|
-
"minimal",
|
|
68315
|
-
"low",
|
|
68316
|
-
"medium",
|
|
68317
|
-
"high",
|
|
68318
|
-
"xhigh"
|
|
68319
|
-
]
|
|
68320
|
-
}
|
|
68321
|
-
},
|
|
68322
68116
|
"hf:zai-org/GLM-4.7": {
|
|
68323
68117
|
"id": "hf:zai-org/GLM-4.7",
|
|
68324
|
-
"name": "GLM
|
|
68118
|
+
"name": "zai-org/GLM-4.7",
|
|
68325
68119
|
"api": "openai-completions",
|
|
68326
68120
|
"provider": "synthetic",
|
|
68327
68121
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68335,7 +68129,7 @@
|
|
|
68335
68129
|
"cacheRead": 0,
|
|
68336
68130
|
"cacheWrite": 0
|
|
68337
68131
|
},
|
|
68338
|
-
"contextWindow":
|
|
68132
|
+
"contextWindow": 202752,
|
|
68339
68133
|
"maxTokens": 64000,
|
|
68340
68134
|
"thinking": {
|
|
68341
68135
|
"mode": "effort",
|
|
@@ -68350,7 +68144,7 @@
|
|
|
68350
68144
|
},
|
|
68351
68145
|
"hf:zai-org/GLM-4.7-Flash": {
|
|
68352
68146
|
"id": "hf:zai-org/GLM-4.7-Flash",
|
|
68353
|
-
"name": "GLM-4.7-Flash",
|
|
68147
|
+
"name": "zai-org/GLM-4.7-Flash",
|
|
68354
68148
|
"api": "openai-completions",
|
|
68355
68149
|
"provider": "synthetic",
|
|
68356
68150
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68377,38 +68171,9 @@
|
|
|
68377
68171
|
]
|
|
68378
68172
|
}
|
|
68379
68173
|
},
|
|
68380
|
-
"hf:zai-org/GLM-5": {
|
|
68381
|
-
"id": "hf:zai-org/GLM-5",
|
|
68382
|
-
"name": "GLM-5",
|
|
68383
|
-
"api": "openai-completions",
|
|
68384
|
-
"provider": "synthetic",
|
|
68385
|
-
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
68386
|
-
"reasoning": true,
|
|
68387
|
-
"input": [
|
|
68388
|
-
"text"
|
|
68389
|
-
],
|
|
68390
|
-
"cost": {
|
|
68391
|
-
"input": 1,
|
|
68392
|
-
"output": 3,
|
|
68393
|
-
"cacheRead": 1,
|
|
68394
|
-
"cacheWrite": 0
|
|
68395
|
-
},
|
|
68396
|
-
"contextWindow": 196608,
|
|
68397
|
-
"maxTokens": 65536,
|
|
68398
|
-
"thinking": {
|
|
68399
|
-
"mode": "effort",
|
|
68400
|
-
"efforts": [
|
|
68401
|
-
"minimal",
|
|
68402
|
-
"low",
|
|
68403
|
-
"medium",
|
|
68404
|
-
"high",
|
|
68405
|
-
"xhigh"
|
|
68406
|
-
]
|
|
68407
|
-
}
|
|
68408
|
-
},
|
|
68409
68174
|
"hf:zai-org/GLM-5.1": {
|
|
68410
68175
|
"id": "hf:zai-org/GLM-5.1",
|
|
68411
|
-
"name": "GLM
|
|
68176
|
+
"name": "zai-org/GLM-5.1",
|
|
68412
68177
|
"api": "openai-completions",
|
|
68413
68178
|
"provider": "synthetic",
|
|
68414
68179
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -69493,7 +69258,8 @@
|
|
|
69493
69258
|
"medium",
|
|
69494
69259
|
"high",
|
|
69495
69260
|
"xhigh"
|
|
69496
|
-
]
|
|
69261
|
+
],
|
|
69262
|
+
"requiresEffort": true
|
|
69497
69263
|
},
|
|
69498
69264
|
"compat": {
|
|
69499
69265
|
"escapeBuiltinToolNames": true
|
|
@@ -70286,7 +70052,7 @@
|
|
|
70286
70052
|
"cacheRead": 0,
|
|
70287
70053
|
"cacheWrite": 0
|
|
70288
70054
|
},
|
|
70289
|
-
"contextWindow":
|
|
70055
|
+
"contextWindow": 524288,
|
|
70290
70056
|
"maxTokens": null,
|
|
70291
70057
|
"compat": {
|
|
70292
70058
|
"supportsUsageInStreaming": false
|
|
@@ -78763,14 +78529,6 @@
|
|
|
78763
78529
|
},
|
|
78764
78530
|
"contextWindow": 2000000,
|
|
78765
78531
|
"maxTokens": 2000000,
|
|
78766
|
-
"compat": {
|
|
78767
|
-
"reasoningEffortMap": {
|
|
78768
|
-
"minimal": "low"
|
|
78769
|
-
},
|
|
78770
|
-
"includeEncryptedReasoning": false,
|
|
78771
|
-
"filterReasoningHistory": true,
|
|
78772
|
-
"omitReasoningEffort": false
|
|
78773
|
-
},
|
|
78774
78532
|
"thinking": {
|
|
78775
78533
|
"mode": "effort",
|
|
78776
78534
|
"efforts": [
|
|
@@ -78783,6 +78541,14 @@
|
|
|
78783
78541
|
"effortMap": {
|
|
78784
78542
|
"minimal": "low"
|
|
78785
78543
|
}
|
|
78544
|
+
},
|
|
78545
|
+
"compat": {
|
|
78546
|
+
"reasoningEffortMap": {
|
|
78547
|
+
"minimal": "low"
|
|
78548
|
+
},
|
|
78549
|
+
"includeEncryptedReasoning": false,
|
|
78550
|
+
"filterReasoningHistory": true,
|
|
78551
|
+
"omitReasoningEffort": false
|
|
78786
78552
|
}
|
|
78787
78553
|
},
|
|
78788
78554
|
"grok-4.3": {
|
|
@@ -78804,14 +78570,6 @@
|
|
|
78804
78570
|
},
|
|
78805
78571
|
"contextWindow": 1000000,
|
|
78806
78572
|
"maxTokens": 1000000,
|
|
78807
|
-
"compat": {
|
|
78808
|
-
"reasoningEffortMap": {
|
|
78809
|
-
"minimal": "low"
|
|
78810
|
-
},
|
|
78811
|
-
"includeEncryptedReasoning": false,
|
|
78812
|
-
"filterReasoningHistory": true,
|
|
78813
|
-
"omitReasoningEffort": false
|
|
78814
|
-
},
|
|
78815
78573
|
"thinking": {
|
|
78816
78574
|
"mode": "effort",
|
|
78817
78575
|
"efforts": [
|
|
@@ -78824,6 +78582,14 @@
|
|
|
78824
78582
|
"effortMap": {
|
|
78825
78583
|
"minimal": "low"
|
|
78826
78584
|
}
|
|
78585
|
+
},
|
|
78586
|
+
"compat": {
|
|
78587
|
+
"reasoningEffortMap": {
|
|
78588
|
+
"minimal": "low"
|
|
78589
|
+
},
|
|
78590
|
+
"includeEncryptedReasoning": false,
|
|
78591
|
+
"filterReasoningHistory": true,
|
|
78592
|
+
"omitReasoningEffort": false
|
|
78827
78593
|
}
|
|
78828
78594
|
},
|
|
78829
78595
|
"grok-build": {
|
|
@@ -78834,7 +78600,8 @@
|
|
|
78834
78600
|
"baseUrl": "https://api.x.ai/v1",
|
|
78835
78601
|
"reasoning": true,
|
|
78836
78602
|
"input": [
|
|
78837
|
-
"text"
|
|
78603
|
+
"text",
|
|
78604
|
+
"image"
|
|
78838
78605
|
],
|
|
78839
78606
|
"cost": {
|
|
78840
78607
|
"input": 0,
|
|
@@ -78854,6 +78621,35 @@
|
|
|
78854
78621
|
"supportsReasoningEffort": false
|
|
78855
78622
|
}
|
|
78856
78623
|
},
|
|
78624
|
+
"grok-build-0.1": {
|
|
78625
|
+
"id": "grok-build-0.1",
|
|
78626
|
+
"name": "Grok Build 0.1",
|
|
78627
|
+
"api": "openai-responses",
|
|
78628
|
+
"provider": "xai-oauth",
|
|
78629
|
+
"baseUrl": "https://api.x.ai/v1",
|
|
78630
|
+
"reasoning": true,
|
|
78631
|
+
"input": [
|
|
78632
|
+
"text",
|
|
78633
|
+
"image"
|
|
78634
|
+
],
|
|
78635
|
+
"cost": {
|
|
78636
|
+
"input": 0,
|
|
78637
|
+
"output": 0,
|
|
78638
|
+
"cacheRead": 0,
|
|
78639
|
+
"cacheWrite": 0
|
|
78640
|
+
},
|
|
78641
|
+
"contextWindow": 256000,
|
|
78642
|
+
"maxTokens": 256000,
|
|
78643
|
+
"compat": {
|
|
78644
|
+
"includeEncryptedReasoning": false,
|
|
78645
|
+
"filterReasoningHistory": true,
|
|
78646
|
+
"omitReasoningEffort": true,
|
|
78647
|
+
"reasoningEffortMap": {
|
|
78648
|
+
"minimal": "low"
|
|
78649
|
+
},
|
|
78650
|
+
"supportsReasoningEffort": false
|
|
78651
|
+
}
|
|
78652
|
+
},
|
|
78857
78653
|
"grok-composer-2.5-fast": {
|
|
78858
78654
|
"id": "grok-composer-2.5-fast",
|
|
78859
78655
|
"name": "Grok Composer 2.5 Fast",
|