@oh-my-pi/pi-catalog 16.2.11 → 16.2.13
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 +16 -0
- package/dist/types/identity/bundled.d.ts +0 -3
- package/dist/types/identity/family.d.ts +9 -0
- package/dist/types/identity/index.d.ts +0 -2
- package/package.json +3 -3
- package/src/discovery/codex.ts +6 -0
- package/src/identity/bundled.ts +5 -15
- package/src/identity/family.ts +18 -5
- package/src/identity/index.ts +0 -2
- package/src/model-cache.ts +15 -9
- package/src/models.json +483 -20
- package/dist/types/identity/equivalence.d.ts +0 -46
- package/dist/types/identity/selection.d.ts +0 -20
- package/src/identity/equivalence.ts +0 -870
- package/src/identity/selection.ts +0 -65
package/src/models.json
CHANGED
|
@@ -7830,6 +7830,41 @@
|
|
|
7830
7830
|
"supportsDisplay": true
|
|
7831
7831
|
}
|
|
7832
7832
|
},
|
|
7833
|
+
"anthropic.claude-sonnet-5": {
|
|
7834
|
+
"id": "anthropic.claude-sonnet-5",
|
|
7835
|
+
"name": "Claude Sonnet 5",
|
|
7836
|
+
"api": "bedrock-converse-stream",
|
|
7837
|
+
"provider": "amazon-bedrock",
|
|
7838
|
+
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
7839
|
+
"reasoning": true,
|
|
7840
|
+
"input": [
|
|
7841
|
+
"text",
|
|
7842
|
+
"image"
|
|
7843
|
+
],
|
|
7844
|
+
"cost": {
|
|
7845
|
+
"input": 2,
|
|
7846
|
+
"output": 10,
|
|
7847
|
+
"cacheRead": 0.2,
|
|
7848
|
+
"cacheWrite": 2.5
|
|
7849
|
+
},
|
|
7850
|
+
"contextWindow": 1000000,
|
|
7851
|
+
"maxTokens": 128000,
|
|
7852
|
+
"thinking": {
|
|
7853
|
+
"mode": "anthropic-adaptive",
|
|
7854
|
+
"efforts": [
|
|
7855
|
+
"minimal",
|
|
7856
|
+
"low",
|
|
7857
|
+
"medium",
|
|
7858
|
+
"high",
|
|
7859
|
+
"xhigh"
|
|
7860
|
+
],
|
|
7861
|
+
"effortMap": {
|
|
7862
|
+
"minimal": "low",
|
|
7863
|
+
"xhigh": "max"
|
|
7864
|
+
},
|
|
7865
|
+
"supportsDisplay": true
|
|
7866
|
+
}
|
|
7867
|
+
},
|
|
7833
7868
|
"au.anthropic.claude-haiku-4-5-20251001-v1:0": {
|
|
7834
7869
|
"id": "au.anthropic.claude-haiku-4-5-20251001-v1:0",
|
|
7835
7870
|
"name": "Claude Haiku 4.5 (AU)",
|
|
@@ -7986,6 +8021,41 @@
|
|
|
7986
8021
|
]
|
|
7987
8022
|
}
|
|
7988
8023
|
},
|
|
8024
|
+
"au.anthropic.claude-sonnet-5": {
|
|
8025
|
+
"id": "au.anthropic.claude-sonnet-5",
|
|
8026
|
+
"name": "Claude Sonnet 5 (AU)",
|
|
8027
|
+
"api": "bedrock-converse-stream",
|
|
8028
|
+
"provider": "amazon-bedrock",
|
|
8029
|
+
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
8030
|
+
"reasoning": true,
|
|
8031
|
+
"input": [
|
|
8032
|
+
"text",
|
|
8033
|
+
"image"
|
|
8034
|
+
],
|
|
8035
|
+
"cost": {
|
|
8036
|
+
"input": 2,
|
|
8037
|
+
"output": 10,
|
|
8038
|
+
"cacheRead": 0.2,
|
|
8039
|
+
"cacheWrite": 2.5
|
|
8040
|
+
},
|
|
8041
|
+
"contextWindow": 1000000,
|
|
8042
|
+
"maxTokens": 128000,
|
|
8043
|
+
"thinking": {
|
|
8044
|
+
"mode": "anthropic-adaptive",
|
|
8045
|
+
"efforts": [
|
|
8046
|
+
"minimal",
|
|
8047
|
+
"low",
|
|
8048
|
+
"medium",
|
|
8049
|
+
"high",
|
|
8050
|
+
"xhigh"
|
|
8051
|
+
],
|
|
8052
|
+
"effortMap": {
|
|
8053
|
+
"minimal": "low",
|
|
8054
|
+
"xhigh": "max"
|
|
8055
|
+
},
|
|
8056
|
+
"supportsDisplay": true
|
|
8057
|
+
}
|
|
8058
|
+
},
|
|
7989
8059
|
"cohere.command-r-plus-v1:0": {
|
|
7990
8060
|
"id": "cohere.command-r-plus-v1:0",
|
|
7991
8061
|
"name": "Command R+",
|
|
@@ -8590,6 +8660,41 @@
|
|
|
8590
8660
|
]
|
|
8591
8661
|
}
|
|
8592
8662
|
},
|
|
8663
|
+
"eu.anthropic.claude-sonnet-5": {
|
|
8664
|
+
"id": "eu.anthropic.claude-sonnet-5",
|
|
8665
|
+
"name": "Claude Sonnet 5 (EU)",
|
|
8666
|
+
"api": "bedrock-converse-stream",
|
|
8667
|
+
"provider": "amazon-bedrock",
|
|
8668
|
+
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
8669
|
+
"reasoning": true,
|
|
8670
|
+
"input": [
|
|
8671
|
+
"text",
|
|
8672
|
+
"image"
|
|
8673
|
+
],
|
|
8674
|
+
"cost": {
|
|
8675
|
+
"input": 2,
|
|
8676
|
+
"output": 10,
|
|
8677
|
+
"cacheRead": 0.2,
|
|
8678
|
+
"cacheWrite": 2.5
|
|
8679
|
+
},
|
|
8680
|
+
"contextWindow": 1000000,
|
|
8681
|
+
"maxTokens": 128000,
|
|
8682
|
+
"thinking": {
|
|
8683
|
+
"mode": "anthropic-adaptive",
|
|
8684
|
+
"efforts": [
|
|
8685
|
+
"minimal",
|
|
8686
|
+
"low",
|
|
8687
|
+
"medium",
|
|
8688
|
+
"high",
|
|
8689
|
+
"xhigh"
|
|
8690
|
+
],
|
|
8691
|
+
"effortMap": {
|
|
8692
|
+
"minimal": "low",
|
|
8693
|
+
"xhigh": "max"
|
|
8694
|
+
},
|
|
8695
|
+
"supportsDisplay": true
|
|
8696
|
+
}
|
|
8697
|
+
},
|
|
8593
8698
|
"global.amazon.nova-2-lite-v1:0": {
|
|
8594
8699
|
"id": "global.amazon.nova-2-lite-v1:0",
|
|
8595
8700
|
"name": "Nova 2 Lite",
|
|
@@ -8903,6 +9008,41 @@
|
|
|
8903
9008
|
]
|
|
8904
9009
|
}
|
|
8905
9010
|
},
|
|
9011
|
+
"global.anthropic.claude-sonnet-5": {
|
|
9012
|
+
"id": "global.anthropic.claude-sonnet-5",
|
|
9013
|
+
"name": "Claude Sonnet 5 (Global)",
|
|
9014
|
+
"api": "bedrock-converse-stream",
|
|
9015
|
+
"provider": "amazon-bedrock",
|
|
9016
|
+
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
9017
|
+
"reasoning": true,
|
|
9018
|
+
"input": [
|
|
9019
|
+
"text",
|
|
9020
|
+
"image"
|
|
9021
|
+
],
|
|
9022
|
+
"cost": {
|
|
9023
|
+
"input": 2,
|
|
9024
|
+
"output": 10,
|
|
9025
|
+
"cacheRead": 0.2,
|
|
9026
|
+
"cacheWrite": 2.5
|
|
9027
|
+
},
|
|
9028
|
+
"contextWindow": 1000000,
|
|
9029
|
+
"maxTokens": 128000,
|
|
9030
|
+
"thinking": {
|
|
9031
|
+
"mode": "anthropic-adaptive",
|
|
9032
|
+
"efforts": [
|
|
9033
|
+
"minimal",
|
|
9034
|
+
"low",
|
|
9035
|
+
"medium",
|
|
9036
|
+
"high",
|
|
9037
|
+
"xhigh"
|
|
9038
|
+
],
|
|
9039
|
+
"effortMap": {
|
|
9040
|
+
"minimal": "low",
|
|
9041
|
+
"xhigh": "max"
|
|
9042
|
+
},
|
|
9043
|
+
"supportsDisplay": true
|
|
9044
|
+
}
|
|
9045
|
+
},
|
|
8906
9046
|
"google.gemma-3-27b-it": {
|
|
8907
9047
|
"id": "google.gemma-3-27b-it",
|
|
8908
9048
|
"name": "Google Gemma 3 27B Instruct",
|
|
@@ -9071,6 +9211,41 @@
|
|
|
9071
9211
|
]
|
|
9072
9212
|
}
|
|
9073
9213
|
},
|
|
9214
|
+
"jp.anthropic.claude-sonnet-5": {
|
|
9215
|
+
"id": "jp.anthropic.claude-sonnet-5",
|
|
9216
|
+
"name": "Claude Sonnet 5 (JP)",
|
|
9217
|
+
"api": "bedrock-converse-stream",
|
|
9218
|
+
"provider": "amazon-bedrock",
|
|
9219
|
+
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
9220
|
+
"reasoning": true,
|
|
9221
|
+
"input": [
|
|
9222
|
+
"text",
|
|
9223
|
+
"image"
|
|
9224
|
+
],
|
|
9225
|
+
"cost": {
|
|
9226
|
+
"input": 2,
|
|
9227
|
+
"output": 10,
|
|
9228
|
+
"cacheRead": 0.2,
|
|
9229
|
+
"cacheWrite": 2.5
|
|
9230
|
+
},
|
|
9231
|
+
"contextWindow": 1000000,
|
|
9232
|
+
"maxTokens": 128000,
|
|
9233
|
+
"thinking": {
|
|
9234
|
+
"mode": "anthropic-adaptive",
|
|
9235
|
+
"efforts": [
|
|
9236
|
+
"minimal",
|
|
9237
|
+
"low",
|
|
9238
|
+
"medium",
|
|
9239
|
+
"high",
|
|
9240
|
+
"xhigh"
|
|
9241
|
+
],
|
|
9242
|
+
"effortMap": {
|
|
9243
|
+
"minimal": "low",
|
|
9244
|
+
"xhigh": "max"
|
|
9245
|
+
},
|
|
9246
|
+
"supportsDisplay": true
|
|
9247
|
+
}
|
|
9248
|
+
},
|
|
9074
9249
|
"meta.llama3-1-405b-instruct-v1:0": {
|
|
9075
9250
|
"id": "meta.llama3-1-405b-instruct-v1:0",
|
|
9076
9251
|
"name": "Llama 3.1 405B Instruct",
|
|
@@ -10382,6 +10557,41 @@
|
|
|
10382
10557
|
]
|
|
10383
10558
|
}
|
|
10384
10559
|
},
|
|
10560
|
+
"us.anthropic.claude-sonnet-5": {
|
|
10561
|
+
"id": "us.anthropic.claude-sonnet-5",
|
|
10562
|
+
"name": "Claude Sonnet 5 (US)",
|
|
10563
|
+
"api": "bedrock-converse-stream",
|
|
10564
|
+
"provider": "amazon-bedrock",
|
|
10565
|
+
"baseUrl": "https://bedrock-runtime.us-east-1.amazonaws.com",
|
|
10566
|
+
"reasoning": true,
|
|
10567
|
+
"input": [
|
|
10568
|
+
"text",
|
|
10569
|
+
"image"
|
|
10570
|
+
],
|
|
10571
|
+
"cost": {
|
|
10572
|
+
"input": 2,
|
|
10573
|
+
"output": 10,
|
|
10574
|
+
"cacheRead": 0.2,
|
|
10575
|
+
"cacheWrite": 2.5
|
|
10576
|
+
},
|
|
10577
|
+
"contextWindow": 1000000,
|
|
10578
|
+
"maxTokens": 128000,
|
|
10579
|
+
"thinking": {
|
|
10580
|
+
"mode": "anthropic-adaptive",
|
|
10581
|
+
"efforts": [
|
|
10582
|
+
"minimal",
|
|
10583
|
+
"low",
|
|
10584
|
+
"medium",
|
|
10585
|
+
"high",
|
|
10586
|
+
"xhigh"
|
|
10587
|
+
],
|
|
10588
|
+
"effortMap": {
|
|
10589
|
+
"minimal": "low",
|
|
10590
|
+
"xhigh": "max"
|
|
10591
|
+
},
|
|
10592
|
+
"supportsDisplay": true
|
|
10593
|
+
}
|
|
10594
|
+
},
|
|
10385
10595
|
"us.deepseek.r1-v1:0": {
|
|
10386
10596
|
"id": "us.deepseek.r1-v1:0",
|
|
10387
10597
|
"name": "DeepSeek-R1",
|
|
@@ -11470,17 +11680,17 @@
|
|
|
11470
11680
|
"name": "Claude Sonnet 5",
|
|
11471
11681
|
"api": "anthropic-messages",
|
|
11472
11682
|
"provider": "anthropic",
|
|
11473
|
-
"baseUrl": "https://api.anthropic.com
|
|
11683
|
+
"baseUrl": "https://api.anthropic.com",
|
|
11474
11684
|
"reasoning": true,
|
|
11475
11685
|
"input": [
|
|
11476
11686
|
"text",
|
|
11477
11687
|
"image"
|
|
11478
11688
|
],
|
|
11479
11689
|
"cost": {
|
|
11480
|
-
"input":
|
|
11481
|
-
"output":
|
|
11482
|
-
"cacheRead": 0.
|
|
11483
|
-
"cacheWrite":
|
|
11690
|
+
"input": 2,
|
|
11691
|
+
"output": 10,
|
|
11692
|
+
"cacheRead": 0.2,
|
|
11693
|
+
"cacheWrite": 2.5
|
|
11484
11694
|
},
|
|
11485
11695
|
"contextWindow": 1000000,
|
|
11486
11696
|
"maxTokens": 128000,
|
|
@@ -13080,6 +13290,44 @@
|
|
|
13080
13290
|
}
|
|
13081
13291
|
}
|
|
13082
13292
|
},
|
|
13293
|
+
"anthropic/claude-sonnet-5": {
|
|
13294
|
+
"id": "anthropic/claude-sonnet-5",
|
|
13295
|
+
"name": "Claude Sonnet 5",
|
|
13296
|
+
"api": "anthropic-messages",
|
|
13297
|
+
"provider": "cloudflare-ai-gateway",
|
|
13298
|
+
"baseUrl": "https://gateway.ai.cloudflare.com/v1/<account>/<gateway>/anthropic",
|
|
13299
|
+
"reasoning": true,
|
|
13300
|
+
"input": [
|
|
13301
|
+
"text",
|
|
13302
|
+
"image"
|
|
13303
|
+
],
|
|
13304
|
+
"cost": {
|
|
13305
|
+
"input": 2,
|
|
13306
|
+
"output": 10,
|
|
13307
|
+
"cacheRead": 0.2,
|
|
13308
|
+
"cacheWrite": 2.5
|
|
13309
|
+
},
|
|
13310
|
+
"contextWindow": 1000000,
|
|
13311
|
+
"maxTokens": 128000,
|
|
13312
|
+
"thinking": {
|
|
13313
|
+
"mode": "anthropic-adaptive",
|
|
13314
|
+
"efforts": [
|
|
13315
|
+
"minimal",
|
|
13316
|
+
"low",
|
|
13317
|
+
"medium",
|
|
13318
|
+
"high",
|
|
13319
|
+
"xhigh"
|
|
13320
|
+
],
|
|
13321
|
+
"effortMap": {
|
|
13322
|
+
"minimal": "low",
|
|
13323
|
+
"low": "medium",
|
|
13324
|
+
"medium": "high",
|
|
13325
|
+
"high": "xhigh",
|
|
13326
|
+
"xhigh": "max"
|
|
13327
|
+
},
|
|
13328
|
+
"supportsDisplay": true
|
|
13329
|
+
}
|
|
13330
|
+
},
|
|
13083
13331
|
"claude-sonnet-4-5": {
|
|
13084
13332
|
"id": "claude-sonnet-4-5",
|
|
13085
13333
|
"name": "Claude Sonnet 4.5",
|
|
@@ -17254,7 +17502,7 @@
|
|
|
17254
17502
|
},
|
|
17255
17503
|
"minimax-m2.5": {
|
|
17256
17504
|
"id": "minimax-m2.5",
|
|
17257
|
-
"name": "MiniMax
|
|
17505
|
+
"name": "MiniMax-M2.5",
|
|
17258
17506
|
"api": "openai-completions",
|
|
17259
17507
|
"provider": "fireworks",
|
|
17260
17508
|
"baseUrl": "https://api.fireworks.ai/inference/v1",
|
|
@@ -17282,7 +17530,7 @@
|
|
|
17282
17530
|
},
|
|
17283
17531
|
"minimax-m2.7": {
|
|
17284
17532
|
"id": "minimax-m2.7",
|
|
17285
|
-
"name": "MiniMax
|
|
17533
|
+
"name": "MiniMax-M2.7",
|
|
17286
17534
|
"api": "openai-completions",
|
|
17287
17535
|
"provider": "fireworks",
|
|
17288
17536
|
"baseUrl": "https://api.fireworks.ai/inference/v1",
|
|
@@ -17310,7 +17558,7 @@
|
|
|
17310
17558
|
},
|
|
17311
17559
|
"minimax-m3": {
|
|
17312
17560
|
"id": "minimax-m3",
|
|
17313
|
-
"name": "MiniMax
|
|
17561
|
+
"name": "MiniMax-M3 (3x usage)",
|
|
17314
17562
|
"api": "openai-completions",
|
|
17315
17563
|
"provider": "fireworks",
|
|
17316
17564
|
"baseUrl": "https://api.fireworks.ai/inference/v1",
|
|
@@ -20958,6 +21206,44 @@
|
|
|
20958
21206
|
}
|
|
20959
21207
|
}
|
|
20960
21208
|
},
|
|
21209
|
+
"claude-sonnet-5@default": {
|
|
21210
|
+
"id": "claude-sonnet-5@default",
|
|
21211
|
+
"name": "Claude Sonnet 5",
|
|
21212
|
+
"api": "anthropic-messages",
|
|
21213
|
+
"provider": "google-vertex",
|
|
21214
|
+
"baseUrl": "https://{location}-aiplatform.googleapis.com/v1/projects/{project}/locations/{location}/publishers/anthropic/models/claude-sonnet-5@default:streamRawPredict",
|
|
21215
|
+
"reasoning": true,
|
|
21216
|
+
"input": [
|
|
21217
|
+
"text",
|
|
21218
|
+
"image"
|
|
21219
|
+
],
|
|
21220
|
+
"cost": {
|
|
21221
|
+
"input": 2,
|
|
21222
|
+
"output": 10,
|
|
21223
|
+
"cacheRead": 0.2,
|
|
21224
|
+
"cacheWrite": 2.5
|
|
21225
|
+
},
|
|
21226
|
+
"contextWindow": 1000000,
|
|
21227
|
+
"maxTokens": 128000,
|
|
21228
|
+
"thinking": {
|
|
21229
|
+
"mode": "anthropic-adaptive",
|
|
21230
|
+
"efforts": [
|
|
21231
|
+
"minimal",
|
|
21232
|
+
"low",
|
|
21233
|
+
"medium",
|
|
21234
|
+
"high",
|
|
21235
|
+
"xhigh"
|
|
21236
|
+
],
|
|
21237
|
+
"effortMap": {
|
|
21238
|
+
"minimal": "low",
|
|
21239
|
+
"low": "medium",
|
|
21240
|
+
"medium": "high",
|
|
21241
|
+
"high": "xhigh",
|
|
21242
|
+
"xhigh": "max"
|
|
21243
|
+
},
|
|
21244
|
+
"supportsDisplay": true
|
|
21245
|
+
}
|
|
21246
|
+
},
|
|
20961
21247
|
"deepseek-ai/deepseek-v3.1-maas": {
|
|
20962
21248
|
"id": "deepseek-ai/deepseek-v3.1-maas",
|
|
20963
21249
|
"name": "DeepSeek V3.1",
|
|
@@ -24544,9 +24830,10 @@
|
|
|
24544
24830
|
"api": "openai-completions",
|
|
24545
24831
|
"provider": "kilo",
|
|
24546
24832
|
"baseUrl": "https://api.kilo.ai/api/gateway",
|
|
24547
|
-
"reasoning":
|
|
24833
|
+
"reasoning": true,
|
|
24548
24834
|
"input": [
|
|
24549
|
-
"text"
|
|
24835
|
+
"text",
|
|
24836
|
+
"image"
|
|
24550
24837
|
],
|
|
24551
24838
|
"cost": {
|
|
24552
24839
|
"input": 0,
|
|
@@ -24555,7 +24842,17 @@
|
|
|
24555
24842
|
"cacheWrite": 0
|
|
24556
24843
|
},
|
|
24557
24844
|
"contextWindow": 1000000,
|
|
24558
|
-
"maxTokens": 128000
|
|
24845
|
+
"maxTokens": 128000,
|
|
24846
|
+
"thinking": {
|
|
24847
|
+
"mode": "effort",
|
|
24848
|
+
"efforts": [
|
|
24849
|
+
"minimal",
|
|
24850
|
+
"low",
|
|
24851
|
+
"medium",
|
|
24852
|
+
"high",
|
|
24853
|
+
"xhigh"
|
|
24854
|
+
]
|
|
24855
|
+
}
|
|
24559
24856
|
},
|
|
24560
24857
|
"arcee-ai/coder-large": {
|
|
24561
24858
|
"id": "arcee-ai/coder-large",
|
|
@@ -37171,6 +37468,36 @@
|
|
|
37171
37468
|
]
|
|
37172
37469
|
}
|
|
37173
37470
|
},
|
|
37471
|
+
"anthropic/claude-sonnet-5": {
|
|
37472
|
+
"id": "anthropic/claude-sonnet-5",
|
|
37473
|
+
"name": "Claude Sonnet 5",
|
|
37474
|
+
"api": "openai-completions",
|
|
37475
|
+
"provider": "nanogpt",
|
|
37476
|
+
"baseUrl": "https://nano-gpt.com/api/v1",
|
|
37477
|
+
"reasoning": true,
|
|
37478
|
+
"input": [
|
|
37479
|
+
"text",
|
|
37480
|
+
"image"
|
|
37481
|
+
],
|
|
37482
|
+
"cost": {
|
|
37483
|
+
"input": 0,
|
|
37484
|
+
"output": 0,
|
|
37485
|
+
"cacheRead": 0,
|
|
37486
|
+
"cacheWrite": 0
|
|
37487
|
+
},
|
|
37488
|
+
"contextWindow": 1000000,
|
|
37489
|
+
"maxTokens": 128000,
|
|
37490
|
+
"thinking": {
|
|
37491
|
+
"mode": "effort",
|
|
37492
|
+
"efforts": [
|
|
37493
|
+
"minimal",
|
|
37494
|
+
"low",
|
|
37495
|
+
"medium",
|
|
37496
|
+
"high",
|
|
37497
|
+
"xhigh"
|
|
37498
|
+
]
|
|
37499
|
+
}
|
|
37500
|
+
},
|
|
37174
37501
|
"anthropic/claude-sonnet-latest": {
|
|
37175
37502
|
"id": "anthropic/claude-sonnet-latest",
|
|
37176
37503
|
"name": "Claude Sonnet Latest",
|
|
@@ -59679,7 +60006,7 @@
|
|
|
59679
60006
|
},
|
|
59680
60007
|
"minimax-m2.5": {
|
|
59681
60008
|
"id": "minimax-m2.5",
|
|
59682
|
-
"name": "MiniMax
|
|
60009
|
+
"name": "MiniMax-M2.5",
|
|
59683
60010
|
"api": "anthropic-messages",
|
|
59684
60011
|
"provider": "opencode-go",
|
|
59685
60012
|
"baseUrl": "https://opencode.ai/zen/go",
|
|
@@ -59712,7 +60039,7 @@
|
|
|
59712
60039
|
},
|
|
59713
60040
|
"minimax-m2.7": {
|
|
59714
60041
|
"id": "minimax-m2.7",
|
|
59715
|
-
"name": "MiniMax
|
|
60042
|
+
"name": "MiniMax-M2.7",
|
|
59716
60043
|
"api": "openai-completions",
|
|
59717
60044
|
"provider": "opencode-go",
|
|
59718
60045
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
@@ -59740,7 +60067,7 @@
|
|
|
59740
60067
|
},
|
|
59741
60068
|
"minimax-m3": {
|
|
59742
60069
|
"id": "minimax-m3",
|
|
59743
|
-
"name": "MiniMax
|
|
60070
|
+
"name": "MiniMax-M3 (3x usage)",
|
|
59744
60071
|
"api": "openai-completions",
|
|
59745
60072
|
"provider": "opencode-go",
|
|
59746
60073
|
"baseUrl": "https://opencode.ai/zen/go/v1",
|
|
@@ -60273,6 +60600,44 @@
|
|
|
60273
60600
|
}
|
|
60274
60601
|
}
|
|
60275
60602
|
},
|
|
60603
|
+
"claude-sonnet-5": {
|
|
60604
|
+
"id": "claude-sonnet-5",
|
|
60605
|
+
"name": "Claude Sonnet 5",
|
|
60606
|
+
"api": "anthropic-messages",
|
|
60607
|
+
"provider": "opencode-zen",
|
|
60608
|
+
"baseUrl": "https://opencode.ai/zen",
|
|
60609
|
+
"reasoning": true,
|
|
60610
|
+
"input": [
|
|
60611
|
+
"text",
|
|
60612
|
+
"image"
|
|
60613
|
+
],
|
|
60614
|
+
"cost": {
|
|
60615
|
+
"input": 2,
|
|
60616
|
+
"output": 10,
|
|
60617
|
+
"cacheRead": 0.2,
|
|
60618
|
+
"cacheWrite": 2.5
|
|
60619
|
+
},
|
|
60620
|
+
"contextWindow": 1000000,
|
|
60621
|
+
"maxTokens": 128000,
|
|
60622
|
+
"thinking": {
|
|
60623
|
+
"mode": "anthropic-adaptive",
|
|
60624
|
+
"efforts": [
|
|
60625
|
+
"minimal",
|
|
60626
|
+
"low",
|
|
60627
|
+
"medium",
|
|
60628
|
+
"high",
|
|
60629
|
+
"xhigh"
|
|
60630
|
+
],
|
|
60631
|
+
"effortMap": {
|
|
60632
|
+
"minimal": "low",
|
|
60633
|
+
"low": "medium",
|
|
60634
|
+
"medium": "high",
|
|
60635
|
+
"high": "xhigh",
|
|
60636
|
+
"xhigh": "max"
|
|
60637
|
+
},
|
|
60638
|
+
"supportsDisplay": true
|
|
60639
|
+
}
|
|
60640
|
+
},
|
|
60276
60641
|
"deepseek-v4-flash": {
|
|
60277
60642
|
"id": "deepseek-v4-flash",
|
|
60278
60643
|
"name": "DeepSeek V4 Flash",
|
|
@@ -61294,6 +61659,36 @@
|
|
|
61294
61659
|
]
|
|
61295
61660
|
}
|
|
61296
61661
|
},
|
|
61662
|
+
"kimi-k2.7-code": {
|
|
61663
|
+
"id": "kimi-k2.7-code",
|
|
61664
|
+
"name": "Kimi K2.7 Code",
|
|
61665
|
+
"api": "openai-completions",
|
|
61666
|
+
"provider": "opencode-zen",
|
|
61667
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
61668
|
+
"reasoning": true,
|
|
61669
|
+
"input": [
|
|
61670
|
+
"text",
|
|
61671
|
+
"image"
|
|
61672
|
+
],
|
|
61673
|
+
"cost": {
|
|
61674
|
+
"input": 0.95,
|
|
61675
|
+
"output": 4,
|
|
61676
|
+
"cacheRead": 0.19,
|
|
61677
|
+
"cacheWrite": 0
|
|
61678
|
+
},
|
|
61679
|
+
"contextWindow": 262144,
|
|
61680
|
+
"maxTokens": 262144,
|
|
61681
|
+
"thinking": {
|
|
61682
|
+
"mode": "effort",
|
|
61683
|
+
"efforts": [
|
|
61684
|
+
"minimal",
|
|
61685
|
+
"low",
|
|
61686
|
+
"medium",
|
|
61687
|
+
"high",
|
|
61688
|
+
"xhigh"
|
|
61689
|
+
]
|
|
61690
|
+
}
|
|
61691
|
+
},
|
|
61297
61692
|
"ling-2.6-flash-free": {
|
|
61298
61693
|
"id": "ling-2.6-flash-free",
|
|
61299
61694
|
"name": "Ling 2.6 Flash Free",
|
|
@@ -61453,7 +61848,7 @@
|
|
|
61453
61848
|
},
|
|
61454
61849
|
"minimax-m2.5": {
|
|
61455
61850
|
"id": "minimax-m2.5",
|
|
61456
|
-
"name": "MiniMax
|
|
61851
|
+
"name": "MiniMax-M2.5",
|
|
61457
61852
|
"api": "openai-completions",
|
|
61458
61853
|
"provider": "opencode-zen",
|
|
61459
61854
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
@@ -61514,7 +61909,7 @@
|
|
|
61514
61909
|
},
|
|
61515
61910
|
"minimax-m2.7": {
|
|
61516
61911
|
"id": "minimax-m2.7",
|
|
61517
|
-
"name": "MiniMax
|
|
61912
|
+
"name": "MiniMax-M2.7",
|
|
61518
61913
|
"api": "openai-completions",
|
|
61519
61914
|
"provider": "opencode-zen",
|
|
61520
61915
|
"baseUrl": "https://opencode.ai/zen/v1",
|
|
@@ -61540,6 +61935,36 @@
|
|
|
61540
61935
|
"requiresEffort": true
|
|
61541
61936
|
}
|
|
61542
61937
|
},
|
|
61938
|
+
"minimax-m3": {
|
|
61939
|
+
"id": "minimax-m3",
|
|
61940
|
+
"name": "MiniMax-M3",
|
|
61941
|
+
"api": "openai-completions",
|
|
61942
|
+
"provider": "opencode-zen",
|
|
61943
|
+
"baseUrl": "https://opencode.ai/zen/v1",
|
|
61944
|
+
"reasoning": true,
|
|
61945
|
+
"input": [
|
|
61946
|
+
"text",
|
|
61947
|
+
"image"
|
|
61948
|
+
],
|
|
61949
|
+
"cost": {
|
|
61950
|
+
"input": 0.3,
|
|
61951
|
+
"output": 1.2,
|
|
61952
|
+
"cacheRead": 0.06,
|
|
61953
|
+
"cacheWrite": 0
|
|
61954
|
+
},
|
|
61955
|
+
"contextWindow": 512000,
|
|
61956
|
+
"maxTokens": 128000,
|
|
61957
|
+
"thinking": {
|
|
61958
|
+
"mode": "effort",
|
|
61959
|
+
"efforts": [
|
|
61960
|
+
"minimal",
|
|
61961
|
+
"low",
|
|
61962
|
+
"medium",
|
|
61963
|
+
"high",
|
|
61964
|
+
"xhigh"
|
|
61965
|
+
]
|
|
61966
|
+
}
|
|
61967
|
+
},
|
|
61543
61968
|
"minimax-m3-free": {
|
|
61544
61969
|
"id": "minimax-m3-free",
|
|
61545
61970
|
"name": "MiniMax M3 Free",
|
|
@@ -68287,8 +68712,8 @@
|
|
|
68287
68712
|
"text"
|
|
68288
68713
|
],
|
|
68289
68714
|
"cost": {
|
|
68290
|
-
"input": 0.
|
|
68291
|
-
"output":
|
|
68715
|
+
"input": 0.14950000000000002,
|
|
68716
|
+
"output": 1.495,
|
|
68292
68717
|
"cacheRead": 0.09999999999999999,
|
|
68293
68718
|
"cacheWrite": 0
|
|
68294
68719
|
},
|
|
@@ -70682,7 +71107,7 @@
|
|
|
70682
71107
|
"text"
|
|
70683
71108
|
],
|
|
70684
71109
|
"cost": {
|
|
70685
|
-
"input": 0.
|
|
71110
|
+
"input": 0.9299999999999999,
|
|
70686
71111
|
"output": 3,
|
|
70687
71112
|
"cacheRead": 0.18,
|
|
70688
71113
|
"cacheWrite": 0
|
|
@@ -73970,7 +74395,7 @@
|
|
|
73970
74395
|
},
|
|
73971
74396
|
"minimax-m3": {
|
|
73972
74397
|
"id": "minimax-m3",
|
|
73973
|
-
"name": "MiniMax
|
|
74398
|
+
"name": "MiniMax-M3 (3x usage)",
|
|
73974
74399
|
"api": "openai-completions",
|
|
73975
74400
|
"provider": "venice",
|
|
73976
74401
|
"baseUrl": "https://api.venice.ai/api/v1",
|
|
@@ -83451,6 +83876,44 @@
|
|
|
83451
83876
|
"supportsDisplay": true
|
|
83452
83877
|
}
|
|
83453
83878
|
},
|
|
83879
|
+
"anthropic/claude-sonnet-5-free": {
|
|
83880
|
+
"id": "anthropic/claude-sonnet-5-free",
|
|
83881
|
+
"name": "Claude Sonnet 5 (Free)",
|
|
83882
|
+
"api": "anthropic-messages",
|
|
83883
|
+
"provider": "zenmux",
|
|
83884
|
+
"baseUrl": "https://zenmux.ai/api/anthropic",
|
|
83885
|
+
"reasoning": true,
|
|
83886
|
+
"input": [
|
|
83887
|
+
"text",
|
|
83888
|
+
"image"
|
|
83889
|
+
],
|
|
83890
|
+
"cost": {
|
|
83891
|
+
"input": 0,
|
|
83892
|
+
"output": 0,
|
|
83893
|
+
"cacheRead": 0,
|
|
83894
|
+
"cacheWrite": 0
|
|
83895
|
+
},
|
|
83896
|
+
"contextWindow": 1000000,
|
|
83897
|
+
"maxTokens": 128000,
|
|
83898
|
+
"thinking": {
|
|
83899
|
+
"mode": "anthropic-adaptive",
|
|
83900
|
+
"efforts": [
|
|
83901
|
+
"minimal",
|
|
83902
|
+
"low",
|
|
83903
|
+
"medium",
|
|
83904
|
+
"high",
|
|
83905
|
+
"xhigh"
|
|
83906
|
+
],
|
|
83907
|
+
"effortMap": {
|
|
83908
|
+
"minimal": "low",
|
|
83909
|
+
"low": "medium",
|
|
83910
|
+
"medium": "high",
|
|
83911
|
+
"high": "xhigh",
|
|
83912
|
+
"xhigh": "max"
|
|
83913
|
+
},
|
|
83914
|
+
"supportsDisplay": true
|
|
83915
|
+
}
|
|
83916
|
+
},
|
|
83454
83917
|
"baidu/ernie-5.0-thinking-preview": {
|
|
83455
83918
|
"id": "baidu/ernie-5.0-thinking-preview",
|
|
83456
83919
|
"name": "ERNIE 5.0",
|