@oh-my-pi/pi-catalog 16.0.3 → 16.0.5
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 +30 -0
- package/dist/types/compat/openai.d.ts +1 -0
- package/dist/types/discovery/antigravity.d.ts +9 -0
- package/dist/types/identity/dialect.d.ts +1 -1
- package/dist/types/identity/family.d.ts +4 -0
- package/dist/types/types.d.ts +20 -1
- package/dist/types/variant-collapse.d.ts +4 -5
- package/dist/types/wire/gemini-headers.d.ts +16 -1
- package/dist/types/wire/github-copilot.d.ts +2 -0
- package/package.json +3 -3
- package/src/compat/openai.ts +12 -1
- package/src/discovery/antigravity.ts +15 -6
- package/src/identity/dialect.ts +4 -1
- package/src/identity/family.ts +19 -1
- package/src/model-cache.ts +8 -6
- package/src/model-thinking.ts +19 -0
- package/src/models.json +518 -762
- package/src/provider-models/google.ts +2 -0
- package/src/provider-models/openai-compat.ts +7 -4
- package/src/types.ts +20 -0
- package/src/variant-collapse.ts +198 -72
- package/src/wire/gemini-headers.ts +28 -5
- package/src/wire/github-copilot.ts +18 -0
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",
|
|
@@ -17694,7 +17726,7 @@
|
|
|
17694
17726
|
"name": "Claude Opus 4.5",
|
|
17695
17727
|
"api": "google-gemini-cli",
|
|
17696
17728
|
"provider": "google-antigravity",
|
|
17697
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17729
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17698
17730
|
"reasoning": true,
|
|
17699
17731
|
"input": [
|
|
17700
17732
|
"text",
|
|
@@ -17717,6 +17749,7 @@
|
|
|
17717
17749
|
"high"
|
|
17718
17750
|
],
|
|
17719
17751
|
"effortRouting": {
|
|
17752
|
+
"off": "claude-opus-4-5",
|
|
17720
17753
|
"minimal": "claude-opus-4-5-thinking",
|
|
17721
17754
|
"low": "claude-opus-4-5-thinking",
|
|
17722
17755
|
"medium": "claude-opus-4-5-thinking",
|
|
@@ -17730,7 +17763,7 @@
|
|
|
17730
17763
|
"name": "Claude Opus 4.6",
|
|
17731
17764
|
"api": "google-gemini-cli",
|
|
17732
17765
|
"provider": "google-antigravity",
|
|
17733
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17766
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17734
17767
|
"reasoning": true,
|
|
17735
17768
|
"input": [
|
|
17736
17769
|
"text",
|
|
@@ -17753,6 +17786,7 @@
|
|
|
17753
17786
|
"high"
|
|
17754
17787
|
],
|
|
17755
17788
|
"effortRouting": {
|
|
17789
|
+
"off": "claude-opus-4-6",
|
|
17756
17790
|
"minimal": "claude-opus-4-6-thinking",
|
|
17757
17791
|
"low": "claude-opus-4-6-thinking",
|
|
17758
17792
|
"medium": "claude-opus-4-6-thinking",
|
|
@@ -17766,7 +17800,7 @@
|
|
|
17766
17800
|
"name": "Claude Sonnet 4.5",
|
|
17767
17801
|
"api": "google-gemini-cli",
|
|
17768
17802
|
"provider": "google-antigravity",
|
|
17769
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17803
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17770
17804
|
"reasoning": true,
|
|
17771
17805
|
"input": [
|
|
17772
17806
|
"text",
|
|
@@ -17803,7 +17837,7 @@
|
|
|
17803
17837
|
"name": "Claude Sonnet 4.6",
|
|
17804
17838
|
"api": "google-gemini-cli",
|
|
17805
17839
|
"provider": "google-antigravity",
|
|
17806
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17840
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17807
17841
|
"reasoning": true,
|
|
17808
17842
|
"input": [
|
|
17809
17843
|
"text",
|
|
@@ -17840,7 +17874,7 @@
|
|
|
17840
17874
|
"name": "Gemini 2.5 Flash",
|
|
17841
17875
|
"api": "google-gemini-cli",
|
|
17842
17876
|
"provider": "google-antigravity",
|
|
17843
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17877
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17844
17878
|
"reasoning": true,
|
|
17845
17879
|
"input": [
|
|
17846
17880
|
"text",
|
|
@@ -17876,7 +17910,7 @@
|
|
|
17876
17910
|
"name": "Gemini 2.5 Pro",
|
|
17877
17911
|
"api": "google-gemini-cli",
|
|
17878
17912
|
"provider": "google-antigravity",
|
|
17879
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17913
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17880
17914
|
"reasoning": true,
|
|
17881
17915
|
"input": [
|
|
17882
17916
|
"text",
|
|
@@ -17906,7 +17940,7 @@
|
|
|
17906
17940
|
"name": "Gemini 3 Flash",
|
|
17907
17941
|
"api": "google-gemini-cli",
|
|
17908
17942
|
"provider": "google-antigravity",
|
|
17909
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17943
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17910
17944
|
"reasoning": true,
|
|
17911
17945
|
"input": [
|
|
17912
17946
|
"text",
|
|
@@ -17921,22 +17955,36 @@
|
|
|
17921
17955
|
"contextWindow": 1048576,
|
|
17922
17956
|
"maxTokens": 65536,
|
|
17923
17957
|
"thinking": {
|
|
17924
|
-
"mode": "
|
|
17958
|
+
"mode": "budget",
|
|
17925
17959
|
"efforts": [
|
|
17926
17960
|
"minimal",
|
|
17927
17961
|
"low",
|
|
17928
17962
|
"medium",
|
|
17929
17963
|
"high"
|
|
17930
17964
|
],
|
|
17931
|
-
"
|
|
17932
|
-
|
|
17965
|
+
"effortBudgets": {
|
|
17966
|
+
"minimal": 1000,
|
|
17967
|
+
"low": 1000,
|
|
17968
|
+
"medium": 4000,
|
|
17969
|
+
"high": 10000
|
|
17970
|
+
},
|
|
17971
|
+
"effortRouting": {
|
|
17972
|
+
"off": "gemini-3.5-flash-extra-low",
|
|
17973
|
+
"minimal": "gemini-3.5-flash-extra-low",
|
|
17974
|
+
"low": "gemini-3.5-flash-extra-low",
|
|
17975
|
+
"medium": "gemini-3.5-flash-low",
|
|
17976
|
+
"high": "gemini-3-flash-agent"
|
|
17977
|
+
},
|
|
17978
|
+
"suppressWhenOff": true
|
|
17979
|
+
},
|
|
17980
|
+
"requestModelId": "gemini-3.5-flash-extra-low"
|
|
17933
17981
|
},
|
|
17934
17982
|
"gemini-3-pro": {
|
|
17935
17983
|
"id": "gemini-3-pro",
|
|
17936
17984
|
"name": "Gemini 3 Pro",
|
|
17937
17985
|
"api": "google-gemini-cli",
|
|
17938
17986
|
"provider": "google-antigravity",
|
|
17939
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
17987
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17940
17988
|
"reasoning": true,
|
|
17941
17989
|
"input": [
|
|
17942
17990
|
"text",
|
|
@@ -17970,7 +18018,7 @@
|
|
|
17970
18018
|
"name": "Gemini 3.1 Pro Preview",
|
|
17971
18019
|
"api": "google-gemini-cli",
|
|
17972
18020
|
"provider": "google-antigravity",
|
|
17973
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
18021
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
17974
18022
|
"reasoning": true,
|
|
17975
18023
|
"input": [
|
|
17976
18024
|
"text",
|
|
@@ -17985,11 +18033,15 @@
|
|
|
17985
18033
|
"contextWindow": 1048576,
|
|
17986
18034
|
"maxTokens": 65535,
|
|
17987
18035
|
"thinking": {
|
|
17988
|
-
"mode": "
|
|
18036
|
+
"mode": "budget",
|
|
17989
18037
|
"efforts": [
|
|
17990
18038
|
"low",
|
|
17991
18039
|
"high"
|
|
17992
18040
|
],
|
|
18041
|
+
"effortBudgets": {
|
|
18042
|
+
"low": 1001,
|
|
18043
|
+
"high": 10001
|
|
18044
|
+
},
|
|
17993
18045
|
"effortRouting": {
|
|
17994
18046
|
"off": "gemini-3.1-pro-low",
|
|
17995
18047
|
"low": "gemini-3.1-pro-low",
|
|
@@ -18004,7 +18056,7 @@
|
|
|
18004
18056
|
"name": "GPT OSS 120B",
|
|
18005
18057
|
"api": "google-gemini-cli",
|
|
18006
18058
|
"provider": "google-antigravity",
|
|
18007
|
-
"baseUrl": "https://daily-cloudcode-pa.
|
|
18059
|
+
"baseUrl": "https://daily-cloudcode-pa.googleapis.com",
|
|
18008
18060
|
"reasoning": true,
|
|
18009
18061
|
"input": [
|
|
18010
18062
|
"text"
|
|
@@ -18078,7 +18130,11 @@
|
|
|
18078
18130
|
"high"
|
|
18079
18131
|
],
|
|
18080
18132
|
"effortRouting": {
|
|
18081
|
-
"off": "gemini-2.5-flash"
|
|
18133
|
+
"off": "gemini-2.5-flash",
|
|
18134
|
+
"minimal": "gemini-2.5-flash-thinking",
|
|
18135
|
+
"low": "gemini-2.5-flash-thinking",
|
|
18136
|
+
"medium": "gemini-2.5-flash-thinking",
|
|
18137
|
+
"high": "gemini-2.5-flash-thinking"
|
|
18082
18138
|
}
|
|
18083
18139
|
}
|
|
18084
18140
|
},
|
|
@@ -27751,8 +27807,8 @@
|
|
|
27751
27807
|
"cacheRead": 0,
|
|
27752
27808
|
"cacheWrite": 0
|
|
27753
27809
|
},
|
|
27754
|
-
"contextWindow":
|
|
27755
|
-
"maxTokens":
|
|
27810
|
+
"contextWindow": 262144,
|
|
27811
|
+
"maxTokens": 32768,
|
|
27756
27812
|
"thinking": {
|
|
27757
27813
|
"mode": "effort",
|
|
27758
27814
|
"efforts": [
|
|
@@ -27780,8 +27836,8 @@
|
|
|
27780
27836
|
"cacheRead": 0,
|
|
27781
27837
|
"cacheWrite": 0
|
|
27782
27838
|
},
|
|
27783
|
-
"contextWindow":
|
|
27784
|
-
"maxTokens":
|
|
27839
|
+
"contextWindow": 262144,
|
|
27840
|
+
"maxTokens": 32768,
|
|
27785
27841
|
"thinking": {
|
|
27786
27842
|
"mode": "effort",
|
|
27787
27843
|
"efforts": [
|
|
@@ -30791,6 +30847,25 @@
|
|
|
30791
30847
|
]
|
|
30792
30848
|
}
|
|
30793
30849
|
},
|
|
30850
|
+
"z-ai/glm-5.2": {
|
|
30851
|
+
"id": "z-ai/glm-5.2",
|
|
30852
|
+
"name": "GLM 5.2",
|
|
30853
|
+
"api": "openai-completions",
|
|
30854
|
+
"provider": "kilo",
|
|
30855
|
+
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
30856
|
+
"reasoning": false,
|
|
30857
|
+
"input": [
|
|
30858
|
+
"text"
|
|
30859
|
+
],
|
|
30860
|
+
"cost": {
|
|
30861
|
+
"input": 0,
|
|
30862
|
+
"output": 0,
|
|
30863
|
+
"cacheRead": 0,
|
|
30864
|
+
"cacheWrite": 0
|
|
30865
|
+
},
|
|
30866
|
+
"contextWindow": 1048576,
|
|
30867
|
+
"maxTokens": 131072
|
|
30868
|
+
},
|
|
30794
30869
|
"z-ai/glm-5v-turbo": {
|
|
30795
30870
|
"id": "z-ai/glm-5v-turbo",
|
|
30796
30871
|
"name": "GLM 5V Turbo",
|
|
@@ -32875,6 +32950,35 @@
|
|
|
32875
32950
|
"high"
|
|
32876
32951
|
]
|
|
32877
32952
|
}
|
|
32953
|
+
},
|
|
32954
|
+
"kimi-k2.7-code-highspeed": {
|
|
32955
|
+
"id": "kimi-k2.7-code-highspeed",
|
|
32956
|
+
"name": "Kimi K2.7 Code HighSpeed",
|
|
32957
|
+
"api": "openai-completions",
|
|
32958
|
+
"provider": "moonshot",
|
|
32959
|
+
"baseUrl": "https://api.moonshot.ai/v1",
|
|
32960
|
+
"reasoning": true,
|
|
32961
|
+
"input": [
|
|
32962
|
+
"text",
|
|
32963
|
+
"image"
|
|
32964
|
+
],
|
|
32965
|
+
"cost": {
|
|
32966
|
+
"input": 1.9,
|
|
32967
|
+
"output": 8,
|
|
32968
|
+
"cacheRead": 0.38,
|
|
32969
|
+
"cacheWrite": 0
|
|
32970
|
+
},
|
|
32971
|
+
"contextWindow": 262144,
|
|
32972
|
+
"maxTokens": 262144,
|
|
32973
|
+
"thinking": {
|
|
32974
|
+
"mode": "effort",
|
|
32975
|
+
"efforts": [
|
|
32976
|
+
"minimal",
|
|
32977
|
+
"low",
|
|
32978
|
+
"medium",
|
|
32979
|
+
"high"
|
|
32980
|
+
]
|
|
32981
|
+
}
|
|
32878
32982
|
}
|
|
32879
32983
|
},
|
|
32880
32984
|
"nanogpt": {
|
|
@@ -41857,6 +41961,25 @@
|
|
|
41857
41961
|
]
|
|
41858
41962
|
}
|
|
41859
41963
|
},
|
|
41964
|
+
"moonshotai/kimi-k2.7-code-highspeed": {
|
|
41965
|
+
"id": "moonshotai/kimi-k2.7-code-highspeed",
|
|
41966
|
+
"name": "moonshotai/kimi-k2.7-code-highspeed",
|
|
41967
|
+
"api": "openai-completions",
|
|
41968
|
+
"provider": "nanogpt",
|
|
41969
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
41970
|
+
"reasoning": false,
|
|
41971
|
+
"input": [
|
|
41972
|
+
"text"
|
|
41973
|
+
],
|
|
41974
|
+
"cost": {
|
|
41975
|
+
"input": 0,
|
|
41976
|
+
"output": 0,
|
|
41977
|
+
"cacheRead": 0,
|
|
41978
|
+
"cacheWrite": 0
|
|
41979
|
+
},
|
|
41980
|
+
"contextWindow": 262144,
|
|
41981
|
+
"maxTokens": 262144
|
|
41982
|
+
},
|
|
41860
41983
|
"moonshotai/kimi-latest": {
|
|
41861
41984
|
"id": "moonshotai/kimi-latest",
|
|
41862
41985
|
"name": "Kimi Latest",
|
|
@@ -46960,6 +47083,25 @@
|
|
|
46960
47083
|
"toolStrictMode": "mixed"
|
|
46961
47084
|
}
|
|
46962
47085
|
},
|
|
47086
|
+
"TEE/glm-5.2": {
|
|
47087
|
+
"id": "TEE/glm-5.2",
|
|
47088
|
+
"name": "TEE/glm-5.2",
|
|
47089
|
+
"api": "openai-completions",
|
|
47090
|
+
"provider": "nanogpt",
|
|
47091
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
47092
|
+
"reasoning": false,
|
|
47093
|
+
"input": [
|
|
47094
|
+
"text"
|
|
47095
|
+
],
|
|
47096
|
+
"cost": {
|
|
47097
|
+
"input": 0,
|
|
47098
|
+
"output": 0,
|
|
47099
|
+
"cacheRead": 0,
|
|
47100
|
+
"cacheWrite": 0
|
|
47101
|
+
},
|
|
47102
|
+
"contextWindow": 1048576,
|
|
47103
|
+
"maxTokens": 131072
|
|
47104
|
+
},
|
|
46963
47105
|
"TEE/gpt-oss-120b": {
|
|
46964
47106
|
"id": "TEE/gpt-oss-120b",
|
|
46965
47107
|
"name": "TEE/gpt-oss-120b",
|
|
@@ -49461,6 +49603,35 @@
|
|
|
49461
49603
|
]
|
|
49462
49604
|
}
|
|
49463
49605
|
},
|
|
49606
|
+
"zai-org/glm-5.2": {
|
|
49607
|
+
"id": "zai-org/glm-5.2",
|
|
49608
|
+
"name": "zai-org/glm-5.2",
|
|
49609
|
+
"api": "openai-completions",
|
|
49610
|
+
"provider": "nanogpt",
|
|
49611
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
49612
|
+
"reasoning": true,
|
|
49613
|
+
"input": [
|
|
49614
|
+
"text"
|
|
49615
|
+
],
|
|
49616
|
+
"cost": {
|
|
49617
|
+
"input": 0,
|
|
49618
|
+
"output": 0,
|
|
49619
|
+
"cacheRead": 0,
|
|
49620
|
+
"cacheWrite": 0
|
|
49621
|
+
},
|
|
49622
|
+
"contextWindow": 1048576,
|
|
49623
|
+
"maxTokens": 131072,
|
|
49624
|
+
"thinking": {
|
|
49625
|
+
"mode": "effort",
|
|
49626
|
+
"efforts": [
|
|
49627
|
+
"minimal",
|
|
49628
|
+
"low",
|
|
49629
|
+
"medium",
|
|
49630
|
+
"high",
|
|
49631
|
+
"xhigh"
|
|
49632
|
+
]
|
|
49633
|
+
}
|
|
49634
|
+
},
|
|
49464
49635
|
"zai-org/glm-latest": {
|
|
49465
49636
|
"id": "zai-org/glm-latest",
|
|
49466
49637
|
"name": "GLM Latest",
|
|
@@ -60012,8 +60183,8 @@
|
|
|
60012
60183
|
"text"
|
|
60013
60184
|
],
|
|
60014
60185
|
"cost": {
|
|
60015
|
-
"input": 0.
|
|
60016
|
-
"output": 0.
|
|
60186
|
+
"input": 0.09,
|
|
60187
|
+
"output": 0.18,
|
|
60017
60188
|
"cacheRead": 0.02,
|
|
60018
60189
|
"cacheWrite": 0
|
|
60019
60190
|
},
|
|
@@ -62075,13 +62246,13 @@
|
|
|
62075
62246
|
"image"
|
|
62076
62247
|
],
|
|
62077
62248
|
"cost": {
|
|
62078
|
-
"input": 0.
|
|
62249
|
+
"input": 0.74,
|
|
62079
62250
|
"output": 3.5,
|
|
62080
|
-
"cacheRead": 0.
|
|
62251
|
+
"cacheRead": 0.15,
|
|
62081
62252
|
"cacheWrite": 0
|
|
62082
62253
|
},
|
|
62083
62254
|
"contextWindow": 262144,
|
|
62084
|
-
"maxTokens":
|
|
62255
|
+
"maxTokens": 16384,
|
|
62085
62256
|
"thinking": {
|
|
62086
62257
|
"mode": "effort",
|
|
62087
62258
|
"efforts": [
|
|
@@ -62397,8 +62568,8 @@
|
|
|
62397
62568
|
],
|
|
62398
62569
|
"cost": {
|
|
62399
62570
|
"input": 0.5,
|
|
62400
|
-
"output": 2.
|
|
62401
|
-
"cacheRead": 0.
|
|
62571
|
+
"output": 2.2,
|
|
62572
|
+
"cacheRead": 0.09999999999999999,
|
|
62402
62573
|
"cacheWrite": 0
|
|
62403
62574
|
},
|
|
62404
62575
|
"contextWindow": 1000000,
|
|
@@ -66658,13 +66829,13 @@
|
|
|
66658
66829
|
"text"
|
|
66659
66830
|
],
|
|
66660
66831
|
"cost": {
|
|
66661
|
-
"input": 0.
|
|
66832
|
+
"input": 0.13,
|
|
66662
66833
|
"output": 0.85,
|
|
66663
|
-
"cacheRead": 0.
|
|
66834
|
+
"cacheRead": 0.024999999999999998,
|
|
66664
66835
|
"cacheWrite": 0
|
|
66665
66836
|
},
|
|
66666
66837
|
"contextWindow": 131072,
|
|
66667
|
-
"maxTokens":
|
|
66838
|
+
"maxTokens": 98304,
|
|
66668
66839
|
"thinking": {
|
|
66669
66840
|
"mode": "effort",
|
|
66670
66841
|
"efforts": [
|
|
@@ -66948,6 +67119,34 @@
|
|
|
66948
67119
|
]
|
|
66949
67120
|
}
|
|
66950
67121
|
},
|
|
67122
|
+
"z-ai/glm-5.2": {
|
|
67123
|
+
"id": "z-ai/glm-5.2",
|
|
67124
|
+
"name": "GLM 5.2",
|
|
67125
|
+
"api": "openai-completions",
|
|
67126
|
+
"provider": "openrouter",
|
|
67127
|
+
"baseUrl": "https://openrouter.ai/api/v1",
|
|
67128
|
+
"reasoning": true,
|
|
67129
|
+
"input": [
|
|
67130
|
+
"text"
|
|
67131
|
+
],
|
|
67132
|
+
"cost": {
|
|
67133
|
+
"input": 1.4,
|
|
67134
|
+
"output": 4.4,
|
|
67135
|
+
"cacheRead": 0.26,
|
|
67136
|
+
"cacheWrite": 0
|
|
67137
|
+
},
|
|
67138
|
+
"contextWindow": 1048576,
|
|
67139
|
+
"maxTokens": 262144,
|
|
67140
|
+
"thinking": {
|
|
67141
|
+
"mode": "effort",
|
|
67142
|
+
"efforts": [
|
|
67143
|
+
"minimal",
|
|
67144
|
+
"low",
|
|
67145
|
+
"medium",
|
|
67146
|
+
"high"
|
|
67147
|
+
]
|
|
67148
|
+
}
|
|
67149
|
+
},
|
|
66951
67150
|
"z-ai/glm-5v-turbo": {
|
|
66952
67151
|
"id": "z-ai/glm-5v-turbo",
|
|
66953
67152
|
"name": "GLM 5V Turbo",
|
|
@@ -67049,484 +67248,9 @@
|
|
|
67049
67248
|
}
|
|
67050
67249
|
},
|
|
67051
67250
|
"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
67251
|
"hf:MiniMaxAI/MiniMax-M3": {
|
|
67528
67252
|
"id": "hf:MiniMaxAI/MiniMax-M3",
|
|
67529
|
-
"name": "MiniMax-M3",
|
|
67253
|
+
"name": "MiniMaxAI/MiniMax-M3",
|
|
67530
67254
|
"api": "openai-completions",
|
|
67531
67255
|
"provider": "synthetic",
|
|
67532
67256
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67554,88 +67278,9 @@
|
|
|
67554
67278
|
]
|
|
67555
67279
|
}
|
|
67556
67280
|
},
|
|
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
67281
|
"hf:moonshotai/Kimi-K2.6": {
|
|
67637
67282
|
"id": "hf:moonshotai/Kimi-K2.6",
|
|
67638
|
-
"name": "Kimi
|
|
67283
|
+
"name": "moonshotai/Kimi-K2.6",
|
|
67639
67284
|
"api": "openai-completions",
|
|
67640
67285
|
"provider": "synthetic",
|
|
67641
67286
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67663,39 +67308,9 @@
|
|
|
67663
67308
|
]
|
|
67664
67309
|
}
|
|
67665
67310
|
},
|
|
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
67311
|
"hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4": {
|
|
67697
67312
|
"id": "hf:nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
67698
|
-
"name": "Nemotron
|
|
67313
|
+
"name": "nvidia/NVIDIA-Nemotron-3-Super-120B-A12B-NVFP4",
|
|
67699
67314
|
"api": "openai-completions",
|
|
67700
67315
|
"provider": "synthetic",
|
|
67701
67316
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67724,7 +67339,7 @@
|
|
|
67724
67339
|
},
|
|
67725
67340
|
"hf:openai/gpt-oss-120b": {
|
|
67726
67341
|
"id": "hf:openai/gpt-oss-120b",
|
|
67727
|
-
"name": "
|
|
67342
|
+
"name": "openai/gpt-oss-120b",
|
|
67728
67343
|
"api": "openai-completions",
|
|
67729
67344
|
"provider": "synthetic",
|
|
67730
67345
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67738,7 +67353,7 @@
|
|
|
67738
67353
|
"cacheRead": 0,
|
|
67739
67354
|
"cacheWrite": 0
|
|
67740
67355
|
},
|
|
67741
|
-
"contextWindow":
|
|
67356
|
+
"contextWindow": 131072,
|
|
67742
67357
|
"maxTokens": 32768,
|
|
67743
67358
|
"thinking": {
|
|
67744
67359
|
"mode": "effort",
|
|
@@ -67749,76 +67364,9 @@
|
|
|
67749
67364
|
]
|
|
67750
67365
|
}
|
|
67751
67366
|
},
|
|
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
67367
|
"hf:Qwen/Qwen3.5-397B-A17B": {
|
|
67820
67368
|
"id": "hf:Qwen/Qwen3.5-397B-A17B",
|
|
67821
|
-
"name": "Qwen3.5-
|
|
67369
|
+
"name": "Qwen/Qwen3.5-397B-A17B",
|
|
67822
67370
|
"api": "openai-completions",
|
|
67823
67371
|
"provider": "synthetic",
|
|
67824
67372
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67864,38 +67412,9 @@
|
|
|
67864
67412
|
"contextWindow": 262144,
|
|
67865
67413
|
"maxTokens": 8192
|
|
67866
67414
|
},
|
|
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
67415
|
"hf:zai-org/GLM-4.7": {
|
|
67897
67416
|
"id": "hf:zai-org/GLM-4.7",
|
|
67898
|
-
"name": "GLM
|
|
67417
|
+
"name": "zai-org/GLM-4.7",
|
|
67899
67418
|
"api": "openai-completions",
|
|
67900
67419
|
"provider": "synthetic",
|
|
67901
67420
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67909,7 +67428,7 @@
|
|
|
67909
67428
|
"cacheRead": 0,
|
|
67910
67429
|
"cacheWrite": 0
|
|
67911
67430
|
},
|
|
67912
|
-
"contextWindow":
|
|
67431
|
+
"contextWindow": 202752,
|
|
67913
67432
|
"maxTokens": 64000,
|
|
67914
67433
|
"thinking": {
|
|
67915
67434
|
"mode": "effort",
|
|
@@ -67924,7 +67443,7 @@
|
|
|
67924
67443
|
},
|
|
67925
67444
|
"hf:zai-org/GLM-4.7-Flash": {
|
|
67926
67445
|
"id": "hf:zai-org/GLM-4.7-Flash",
|
|
67927
|
-
"name": "GLM-4.7-Flash",
|
|
67446
|
+
"name": "zai-org/GLM-4.7-Flash",
|
|
67928
67447
|
"api": "openai-completions",
|
|
67929
67448
|
"provider": "synthetic",
|
|
67930
67449
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -67951,38 +67470,9 @@
|
|
|
67951
67470
|
]
|
|
67952
67471
|
}
|
|
67953
67472
|
},
|
|
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
67473
|
"hf:zai-org/GLM-5.1": {
|
|
67984
67474
|
"id": "hf:zai-org/GLM-5.1",
|
|
67985
|
-
"name": "GLM
|
|
67475
|
+
"name": "zai-org/GLM-5.1",
|
|
67986
67476
|
"api": "openai-completions",
|
|
67987
67477
|
"provider": "synthetic",
|
|
67988
67478
|
"baseUrl": "https://api.synthetic.new/openai/v1",
|
|
@@ -68791,8 +68281,8 @@
|
|
|
68791
68281
|
"text"
|
|
68792
68282
|
],
|
|
68793
68283
|
"cost": {
|
|
68794
|
-
"input":
|
|
68795
|
-
"output":
|
|
68284
|
+
"input": 1.25,
|
|
68285
|
+
"output": 3.75,
|
|
68796
68286
|
"cacheRead": 0,
|
|
68797
68287
|
"cacheWrite": 0
|
|
68798
68288
|
},
|
|
@@ -68915,7 +68405,8 @@
|
|
|
68915
68405
|
"medium",
|
|
68916
68406
|
"high",
|
|
68917
68407
|
"xhigh"
|
|
68918
|
-
]
|
|
68408
|
+
],
|
|
68409
|
+
"requiresEffort": true
|
|
68919
68410
|
},
|
|
68920
68411
|
"compat": {
|
|
68921
68412
|
"escapeBuiltinToolNames": true
|
|
@@ -68972,7 +68463,7 @@
|
|
|
68972
68463
|
"cacheWrite": 0
|
|
68973
68464
|
},
|
|
68974
68465
|
"contextWindow": 202752,
|
|
68975
|
-
"maxTokens":
|
|
68466
|
+
"maxTokens": 131071,
|
|
68976
68467
|
"thinking": {
|
|
68977
68468
|
"mode": "budget",
|
|
68978
68469
|
"efforts": [
|
|
@@ -68987,6 +68478,39 @@
|
|
|
68987
68478
|
"escapeBuiltinToolNames": true
|
|
68988
68479
|
}
|
|
68989
68480
|
},
|
|
68481
|
+
"umans-glm-5.2": {
|
|
68482
|
+
"id": "umans-glm-5.2",
|
|
68483
|
+
"name": "Umans GLM 5.2",
|
|
68484
|
+
"api": "anthropic-messages",
|
|
68485
|
+
"provider": "umans",
|
|
68486
|
+
"baseUrl": "https://api.code.umans.ai",
|
|
68487
|
+
"reasoning": true,
|
|
68488
|
+
"thinking": {
|
|
68489
|
+
"mode": "budget",
|
|
68490
|
+
"efforts": [
|
|
68491
|
+
"minimal",
|
|
68492
|
+
"low",
|
|
68493
|
+
"medium",
|
|
68494
|
+
"high",
|
|
68495
|
+
"xhigh"
|
|
68496
|
+
]
|
|
68497
|
+
},
|
|
68498
|
+
"input": [
|
|
68499
|
+
"text",
|
|
68500
|
+
"image"
|
|
68501
|
+
],
|
|
68502
|
+
"cost": {
|
|
68503
|
+
"input": 0,
|
|
68504
|
+
"output": 0,
|
|
68505
|
+
"cacheRead": 0,
|
|
68506
|
+
"cacheWrite": 0
|
|
68507
|
+
},
|
|
68508
|
+
"contextWindow": 405504,
|
|
68509
|
+
"maxTokens": 131071,
|
|
68510
|
+
"compat": {
|
|
68511
|
+
"escapeBuiltinToolNames": true
|
|
68512
|
+
}
|
|
68513
|
+
},
|
|
68990
68514
|
"umans-kimi-k2.6": {
|
|
68991
68515
|
"id": "umans-kimi-k2.6",
|
|
68992
68516
|
"name": "Umans Kimi K2.6",
|
|
@@ -69791,6 +69315,28 @@
|
|
|
69791
69315
|
"supportsUsageInStreaming": false
|
|
69792
69316
|
}
|
|
69793
69317
|
},
|
|
69318
|
+
"e2ee-glm-5-2-p": {
|
|
69319
|
+
"id": "e2ee-glm-5-2-p",
|
|
69320
|
+
"name": "e2ee-glm-5-2-p",
|
|
69321
|
+
"api": "openai-completions",
|
|
69322
|
+
"provider": "venice",
|
|
69323
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
69324
|
+
"reasoning": false,
|
|
69325
|
+
"input": [
|
|
69326
|
+
"text"
|
|
69327
|
+
],
|
|
69328
|
+
"cost": {
|
|
69329
|
+
"input": 0,
|
|
69330
|
+
"output": 0,
|
|
69331
|
+
"cacheRead": 0,
|
|
69332
|
+
"cacheWrite": 0
|
|
69333
|
+
},
|
|
69334
|
+
"contextWindow": 1000000,
|
|
69335
|
+
"maxTokens": null,
|
|
69336
|
+
"compat": {
|
|
69337
|
+
"supportsUsageInStreaming": false
|
|
69338
|
+
}
|
|
69339
|
+
},
|
|
69794
69340
|
"e2ee-gpt-oss-120b-p": {
|
|
69795
69341
|
"id": "e2ee-gpt-oss-120b-p",
|
|
69796
69342
|
"name": "e2ee-gpt-oss-120b-p",
|
|
@@ -70559,24 +70105,32 @@
|
|
|
70559
70105
|
},
|
|
70560
70106
|
"kimi-k2-7-code": {
|
|
70561
70107
|
"id": "kimi-k2-7-code",
|
|
70562
|
-
"name": "
|
|
70108
|
+
"name": "Kimi K2.7 Code",
|
|
70563
70109
|
"api": "openai-completions",
|
|
70564
70110
|
"provider": "venice",
|
|
70565
70111
|
"baseUrl": "https://api.venice.ai/api/v1",
|
|
70566
|
-
"reasoning":
|
|
70112
|
+
"reasoning": true,
|
|
70567
70113
|
"input": [
|
|
70568
|
-
"text"
|
|
70114
|
+
"text",
|
|
70115
|
+
"image"
|
|
70569
70116
|
],
|
|
70570
70117
|
"cost": {
|
|
70571
|
-
"input": 0,
|
|
70572
|
-
"output":
|
|
70573
|
-
"cacheRead": 0,
|
|
70118
|
+
"input": 0.9,
|
|
70119
|
+
"output": 4.3,
|
|
70120
|
+
"cacheRead": 0.2,
|
|
70574
70121
|
"cacheWrite": 0
|
|
70575
70122
|
},
|
|
70576
70123
|
"contextWindow": 256000,
|
|
70577
70124
|
"maxTokens": 32768,
|
|
70578
|
-
"
|
|
70579
|
-
"
|
|
70125
|
+
"thinking": {
|
|
70126
|
+
"mode": "effort",
|
|
70127
|
+
"efforts": [
|
|
70128
|
+
"minimal",
|
|
70129
|
+
"low",
|
|
70130
|
+
"medium",
|
|
70131
|
+
"high",
|
|
70132
|
+
"xhigh"
|
|
70133
|
+
]
|
|
70580
70134
|
}
|
|
70581
70135
|
},
|
|
70582
70136
|
"kimi-k2-thinking": {
|
|
@@ -71996,6 +71550,35 @@
|
|
|
71996
71550
|
"xhigh"
|
|
71997
71551
|
]
|
|
71998
71552
|
}
|
|
71553
|
+
},
|
|
71554
|
+
"zai-org-glm-5-2": {
|
|
71555
|
+
"id": "zai-org-glm-5-2",
|
|
71556
|
+
"name": "GLM 5.2",
|
|
71557
|
+
"api": "openai-completions",
|
|
71558
|
+
"provider": "venice",
|
|
71559
|
+
"baseUrl": "https://api.venice.ai/api/v1",
|
|
71560
|
+
"reasoning": true,
|
|
71561
|
+
"input": [
|
|
71562
|
+
"text"
|
|
71563
|
+
],
|
|
71564
|
+
"cost": {
|
|
71565
|
+
"input": 1.75,
|
|
71566
|
+
"output": 5.5,
|
|
71567
|
+
"cacheRead": 0.325,
|
|
71568
|
+
"cacheWrite": 0
|
|
71569
|
+
},
|
|
71570
|
+
"contextWindow": 1000000,
|
|
71571
|
+
"maxTokens": 24000,
|
|
71572
|
+
"thinking": {
|
|
71573
|
+
"mode": "effort",
|
|
71574
|
+
"efforts": [
|
|
71575
|
+
"minimal",
|
|
71576
|
+
"low",
|
|
71577
|
+
"medium",
|
|
71578
|
+
"high",
|
|
71579
|
+
"xhigh"
|
|
71580
|
+
]
|
|
71581
|
+
}
|
|
71999
71582
|
}
|
|
72000
71583
|
},
|
|
72001
71584
|
"vercel-ai-gateway": {
|
|
@@ -74758,6 +74341,36 @@
|
|
|
74758
74341
|
]
|
|
74759
74342
|
}
|
|
74760
74343
|
},
|
|
74344
|
+
"moonshotai/kimi-k2.7-code-highspeed": {
|
|
74345
|
+
"id": "moonshotai/kimi-k2.7-code-highspeed",
|
|
74346
|
+
"name": "Kimi K2.7 Code High Speed",
|
|
74347
|
+
"api": "anthropic-messages",
|
|
74348
|
+
"provider": "vercel-ai-gateway",
|
|
74349
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
74350
|
+
"reasoning": true,
|
|
74351
|
+
"input": [
|
|
74352
|
+
"text",
|
|
74353
|
+
"image"
|
|
74354
|
+
],
|
|
74355
|
+
"cost": {
|
|
74356
|
+
"input": 1.9,
|
|
74357
|
+
"output": 8,
|
|
74358
|
+
"cacheRead": 0.38,
|
|
74359
|
+
"cacheWrite": 0
|
|
74360
|
+
},
|
|
74361
|
+
"contextWindow": 262144,
|
|
74362
|
+
"maxTokens": 262144,
|
|
74363
|
+
"thinking": {
|
|
74364
|
+
"mode": "budget",
|
|
74365
|
+
"efforts": [
|
|
74366
|
+
"minimal",
|
|
74367
|
+
"low",
|
|
74368
|
+
"medium",
|
|
74369
|
+
"high",
|
|
74370
|
+
"xhigh"
|
|
74371
|
+
]
|
|
74372
|
+
}
|
|
74373
|
+
},
|
|
74761
74374
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
74762
74375
|
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
74763
74376
|
"name": "Nemotron 3 Super",
|
|
@@ -77063,6 +76676,35 @@
|
|
|
77063
76676
|
]
|
|
77064
76677
|
}
|
|
77065
76678
|
},
|
|
76679
|
+
"zai/glm-5.2": {
|
|
76680
|
+
"id": "zai/glm-5.2",
|
|
76681
|
+
"name": "GLM 5.2",
|
|
76682
|
+
"api": "anthropic-messages",
|
|
76683
|
+
"provider": "vercel-ai-gateway",
|
|
76684
|
+
"baseUrl": "https://ai-gateway.vercel.sh",
|
|
76685
|
+
"reasoning": true,
|
|
76686
|
+
"input": [
|
|
76687
|
+
"text"
|
|
76688
|
+
],
|
|
76689
|
+
"cost": {
|
|
76690
|
+
"input": 1.4,
|
|
76691
|
+
"output": 4.4,
|
|
76692
|
+
"cacheRead": 0.26,
|
|
76693
|
+
"cacheWrite": 0
|
|
76694
|
+
},
|
|
76695
|
+
"contextWindow": 1000000,
|
|
76696
|
+
"maxTokens": 128000,
|
|
76697
|
+
"thinking": {
|
|
76698
|
+
"mode": "budget",
|
|
76699
|
+
"efforts": [
|
|
76700
|
+
"minimal",
|
|
76701
|
+
"low",
|
|
76702
|
+
"medium",
|
|
76703
|
+
"high",
|
|
76704
|
+
"xhigh"
|
|
76705
|
+
]
|
|
76706
|
+
}
|
|
76707
|
+
},
|
|
77066
76708
|
"zai/glm-5v-turbo": {
|
|
77067
76709
|
"id": "zai/glm-5v-turbo",
|
|
77068
76710
|
"name": "GLM 5V Turbo",
|
|
@@ -80593,6 +80235,25 @@
|
|
|
80593
80235
|
"requiresEffort": true
|
|
80594
80236
|
}
|
|
80595
80237
|
},
|
|
80238
|
+
"google/gemini-embedding-2": {
|
|
80239
|
+
"id": "google/gemini-embedding-2",
|
|
80240
|
+
"name": "Gemini Embedding 2",
|
|
80241
|
+
"api": "openai-completions",
|
|
80242
|
+
"provider": "zenmux",
|
|
80243
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
80244
|
+
"reasoning": false,
|
|
80245
|
+
"input": [
|
|
80246
|
+
"text"
|
|
80247
|
+
],
|
|
80248
|
+
"cost": {
|
|
80249
|
+
"input": 0.2,
|
|
80250
|
+
"output": 0,
|
|
80251
|
+
"cacheRead": 0,
|
|
80252
|
+
"cacheWrite": 0
|
|
80253
|
+
},
|
|
80254
|
+
"contextWindow": 8192,
|
|
80255
|
+
"maxTokens": null
|
|
80256
|
+
},
|
|
80596
80257
|
"google/gemma-3-12b-it": {
|
|
80597
80258
|
"id": "google/gemma-3-12b-it",
|
|
80598
80259
|
"name": "Gemma 3 12B",
|
|
@@ -81433,6 +81094,36 @@
|
|
|
81433
81094
|
]
|
|
81434
81095
|
}
|
|
81435
81096
|
},
|
|
81097
|
+
"moonshotai/kimi-k2.7-code-highspeed": {
|
|
81098
|
+
"id": "moonshotai/kimi-k2.7-code-highspeed",
|
|
81099
|
+
"name": "Kimi K2.7 Code HighSpeed",
|
|
81100
|
+
"api": "openai-completions",
|
|
81101
|
+
"provider": "zenmux",
|
|
81102
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
81103
|
+
"reasoning": true,
|
|
81104
|
+
"input": [
|
|
81105
|
+
"text",
|
|
81106
|
+
"image"
|
|
81107
|
+
],
|
|
81108
|
+
"cost": {
|
|
81109
|
+
"input": 1.9,
|
|
81110
|
+
"output": 8,
|
|
81111
|
+
"cacheRead": 0.38,
|
|
81112
|
+
"cacheWrite": 0
|
|
81113
|
+
},
|
|
81114
|
+
"contextWindow": 262144,
|
|
81115
|
+
"maxTokens": 262144,
|
|
81116
|
+
"thinking": {
|
|
81117
|
+
"mode": "effort",
|
|
81118
|
+
"efforts": [
|
|
81119
|
+
"minimal",
|
|
81120
|
+
"low",
|
|
81121
|
+
"medium",
|
|
81122
|
+
"high",
|
|
81123
|
+
"xhigh"
|
|
81124
|
+
]
|
|
81125
|
+
}
|
|
81126
|
+
},
|
|
81436
81127
|
"openai/chat-latest": {
|
|
81437
81128
|
"id": "openai/chat-latest",
|
|
81438
81129
|
"name": "Chat Latest (GPT-5.5 Instant)",
|
|
@@ -82479,6 +82170,25 @@
|
|
|
82479
82170
|
]
|
|
82480
82171
|
}
|
|
82481
82172
|
},
|
|
82173
|
+
"qwen/qwen3-vl-embedding": {
|
|
82174
|
+
"id": "qwen/qwen3-vl-embedding",
|
|
82175
|
+
"name": "Qwen3 VL Embedding",
|
|
82176
|
+
"api": "openai-completions",
|
|
82177
|
+
"provider": "zenmux",
|
|
82178
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
82179
|
+
"reasoning": false,
|
|
82180
|
+
"input": [
|
|
82181
|
+
"text"
|
|
82182
|
+
],
|
|
82183
|
+
"cost": {
|
|
82184
|
+
"input": 0.1,
|
|
82185
|
+
"output": 0,
|
|
82186
|
+
"cacheRead": 0,
|
|
82187
|
+
"cacheWrite": 0
|
|
82188
|
+
},
|
|
82189
|
+
"contextWindow": 8192,
|
|
82190
|
+
"maxTokens": null
|
|
82191
|
+
},
|
|
82482
82192
|
"qwen/qwen3-vl-plus": {
|
|
82483
82193
|
"id": "qwen/qwen3-vl-plus",
|
|
82484
82194
|
"name": "Qwen3-VL-Plus",
|
|
@@ -84000,6 +83710,44 @@
|
|
|
84000
83710
|
]
|
|
84001
83711
|
}
|
|
84002
83712
|
},
|
|
83713
|
+
"z-ai/glm-5.2": {
|
|
83714
|
+
"id": "z-ai/glm-5.2",
|
|
83715
|
+
"name": "GLM 5.2",
|
|
83716
|
+
"api": "openai-completions",
|
|
83717
|
+
"provider": "zenmux",
|
|
83718
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
83719
|
+
"reasoning": false,
|
|
83720
|
+
"input": [
|
|
83721
|
+
"text"
|
|
83722
|
+
],
|
|
83723
|
+
"cost": {
|
|
83724
|
+
"input": 1.4,
|
|
83725
|
+
"output": 4.4,
|
|
83726
|
+
"cacheRead": 0.26,
|
|
83727
|
+
"cacheWrite": 0
|
|
83728
|
+
},
|
|
83729
|
+
"contextWindow": 1000000,
|
|
83730
|
+
"maxTokens": 131072
|
|
83731
|
+
},
|
|
83732
|
+
"z-ai/glm-5.2-free": {
|
|
83733
|
+
"id": "z-ai/glm-5.2-free",
|
|
83734
|
+
"name": "GLM 5.2 (Free)",
|
|
83735
|
+
"api": "openai-completions",
|
|
83736
|
+
"provider": "zenmux",
|
|
83737
|
+
"baseUrl": "https://zenmux.ai/api/v1",
|
|
83738
|
+
"reasoning": false,
|
|
83739
|
+
"input": [
|
|
83740
|
+
"text"
|
|
83741
|
+
],
|
|
83742
|
+
"cost": {
|
|
83743
|
+
"input": 0,
|
|
83744
|
+
"output": 0,
|
|
83745
|
+
"cacheRead": 0,
|
|
83746
|
+
"cacheWrite": 0
|
|
83747
|
+
},
|
|
83748
|
+
"contextWindow": 1000000,
|
|
83749
|
+
"maxTokens": 131072
|
|
83750
|
+
},
|
|
84003
83751
|
"z-ai/glm-5v-turbo": {
|
|
84004
83752
|
"id": "z-ai/glm-5v-turbo",
|
|
84005
83753
|
"name": "GLM 5V Turbo",
|
|
@@ -84227,8 +83975,16 @@
|
|
|
84227
83975
|
"minimal",
|
|
84228
83976
|
"low",
|
|
84229
83977
|
"medium",
|
|
84230
|
-
"high"
|
|
84231
|
-
|
|
83978
|
+
"high",
|
|
83979
|
+
"xhigh"
|
|
83980
|
+
],
|
|
83981
|
+
"effortMap": {
|
|
83982
|
+
"minimal": "none",
|
|
83983
|
+
"low": "high",
|
|
83984
|
+
"medium": "high",
|
|
83985
|
+
"high": "high",
|
|
83986
|
+
"xhigh": "max"
|
|
83987
|
+
}
|
|
84232
83988
|
}
|
|
84233
83989
|
},
|
|
84234
83990
|
"glm-5v-turbo": {
|