@crossworks/client-types 0.232.48 → 0.232.52
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/package.json +1 -1
- package/src/model-pools-data.ts +104 -21
package/package.json
CHANGED
package/src/model-pools-data.ts
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
* CURATED MODEL POOLS — the repo-shipped template.
|
|
3
3
|
*
|
|
4
4
|
* GENERATED from a live curation pass (the Curator specialist on the primary
|
|
5
|
-
* brain, 2026-08-22, OpenRouter rankings/benchmarks evidence, prices captured
|
|
5
|
+
* brain, 2026-08-22 incl. the voice-pool re-curation, OpenRouter rankings/benchmarks evidence, prices captured
|
|
6
6
|
* at curation time). Do NOT hand-edit entries here: curate at /models/pools
|
|
7
7
|
* (by hand or via the Curator) and re-export with GET /api/model-pools/export.
|
|
8
8
|
*
|
|
@@ -1425,6 +1425,21 @@ export const CURATED_MODEL_POOLS: readonly CuratedTemplateEntry[] = [
|
|
|
1425
1425
|
{
|
|
1426
1426
|
pool: 'stt',
|
|
1427
1427
|
position: 2,
|
|
1428
|
+
name: 'Deepgram Nova 3',
|
|
1429
|
+
vendor: 'Deepgram',
|
|
1430
|
+
routes: [
|
|
1431
|
+
{
|
|
1432
|
+
provider: 'deepgram',
|
|
1433
|
+
model: 'nova-3',
|
|
1434
|
+
},
|
|
1435
|
+
],
|
|
1436
|
+
pricing: null,
|
|
1437
|
+
rating: 5,
|
|
1438
|
+
note: 'flagship real-time STT, high accuracy',
|
|
1439
|
+
},
|
|
1440
|
+
{
|
|
1441
|
+
pool: 'stt',
|
|
1442
|
+
position: 3,
|
|
1428
1443
|
name: 'Whisper-1',
|
|
1429
1444
|
vendor: 'OpenAI',
|
|
1430
1445
|
routes: [
|
|
@@ -1439,10 +1454,44 @@ export const CURATED_MODEL_POOLS: readonly CuratedTemplateEntry[] = [
|
|
|
1439
1454
|
},
|
|
1440
1455
|
{
|
|
1441
1456
|
pool: 'stt',
|
|
1442
|
-
position:
|
|
1457
|
+
position: 4,
|
|
1458
|
+
name: 'Grok STT',
|
|
1459
|
+
vendor: 'xAI',
|
|
1460
|
+
routes: [
|
|
1461
|
+
{
|
|
1462
|
+
provider: 'xai',
|
|
1463
|
+
model: 'grok-stt',
|
|
1464
|
+
},
|
|
1465
|
+
],
|
|
1466
|
+
pricing: null,
|
|
1467
|
+
rating: 3,
|
|
1468
|
+
note: 'new xAI transcription option',
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
pool: 'stt',
|
|
1472
|
+
position: 5,
|
|
1473
|
+
name: 'Gemini 2.5 Pro STT',
|
|
1474
|
+
vendor: 'Google',
|
|
1475
|
+
routes: [
|
|
1476
|
+
{
|
|
1477
|
+
provider: 'google',
|
|
1478
|
+
model: 'gemini-2.5-pro',
|
|
1479
|
+
},
|
|
1480
|
+
],
|
|
1481
|
+
pricing: null,
|
|
1482
|
+
rating: 4,
|
|
1483
|
+
note: 'multimodal transcription via Gemini Pro',
|
|
1484
|
+
},
|
|
1485
|
+
{
|
|
1486
|
+
pool: 'stt',
|
|
1487
|
+
position: 6,
|
|
1443
1488
|
name: 'GPT-4o Mini Transcribe',
|
|
1444
1489
|
vendor: 'OpenAI',
|
|
1445
1490
|
routes: [
|
|
1491
|
+
{
|
|
1492
|
+
provider: 'openrouter',
|
|
1493
|
+
model: 'openai/gpt-4o-mini-transcribe',
|
|
1494
|
+
},
|
|
1446
1495
|
{
|
|
1447
1496
|
provider: 'openai',
|
|
1448
1497
|
model: 'gpt-4o-mini-transcribe',
|
|
@@ -1450,7 +1499,7 @@ export const CURATED_MODEL_POOLS: readonly CuratedTemplateEntry[] = [
|
|
|
1450
1499
|
],
|
|
1451
1500
|
pricing: null,
|
|
1452
1501
|
rating: 3,
|
|
1453
|
-
note:
|
|
1502
|
+
note: 'cheap, fast, gets the job done',
|
|
1454
1503
|
},
|
|
1455
1504
|
{
|
|
1456
1505
|
pool: 'suggester',
|
|
@@ -1960,17 +2009,21 @@ export const CURATED_MODEL_POOLS: readonly CuratedTemplateEntry[] = [
|
|
|
1960
2009
|
{
|
|
1961
2010
|
pool: 'tts',
|
|
1962
2011
|
position: 1,
|
|
1963
|
-
name: '
|
|
1964
|
-
vendor: '
|
|
2012
|
+
name: 'Grok Voice',
|
|
2013
|
+
vendor: 'xAI',
|
|
1965
2014
|
routes: [
|
|
1966
2015
|
{
|
|
1967
|
-
provider: '
|
|
1968
|
-
model: '
|
|
2016
|
+
provider: 'openrouter',
|
|
2017
|
+
model: 'x-ai/grok-voice-tts-1.0',
|
|
2018
|
+
},
|
|
2019
|
+
{
|
|
2020
|
+
provider: 'xai',
|
|
2021
|
+
model: 'grok-voice-latest',
|
|
1969
2022
|
},
|
|
1970
2023
|
],
|
|
1971
2024
|
pricing: null,
|
|
1972
|
-
rating:
|
|
1973
|
-
note:
|
|
2025
|
+
rating: 4,
|
|
2026
|
+
note: 'flagship, new xAI voice line',
|
|
1974
2027
|
},
|
|
1975
2028
|
{
|
|
1976
2029
|
pool: 'tts',
|
|
@@ -2000,32 +2053,62 @@ export const CURATED_MODEL_POOLS: readonly CuratedTemplateEntry[] = [
|
|
|
2000
2053
|
{
|
|
2001
2054
|
pool: 'tts',
|
|
2002
2055
|
position: 3,
|
|
2003
|
-
name: '
|
|
2004
|
-
vendor: '
|
|
2056
|
+
name: 'ElevenLabs Eleven v3',
|
|
2057
|
+
vendor: 'ElevenLabs',
|
|
2005
2058
|
routes: [
|
|
2006
2059
|
{
|
|
2007
|
-
provider: '
|
|
2008
|
-
model: '
|
|
2060
|
+
provider: 'elevenlabs',
|
|
2061
|
+
model: 'eleven_v3',
|
|
2009
2062
|
},
|
|
2010
2063
|
],
|
|
2011
2064
|
pricing: null,
|
|
2012
|
-
rating:
|
|
2013
|
-
note:
|
|
2065
|
+
rating: 5,
|
|
2066
|
+
note: 'most expressive, priced per character not token',
|
|
2014
2067
|
},
|
|
2015
2068
|
{
|
|
2016
2069
|
pool: 'tts',
|
|
2017
2070
|
position: 4,
|
|
2018
|
-
name: '
|
|
2019
|
-
vendor: '
|
|
2071
|
+
name: 'ElevenLabs Multilingual v2',
|
|
2072
|
+
vendor: 'ElevenLabs',
|
|
2020
2073
|
routes: [
|
|
2021
2074
|
{
|
|
2022
|
-
provider: '
|
|
2023
|
-
model: '
|
|
2075
|
+
provider: 'elevenlabs',
|
|
2076
|
+
model: 'eleven_multilingual_v2',
|
|
2024
2077
|
},
|
|
2025
2078
|
],
|
|
2026
2079
|
pricing: null,
|
|
2027
|
-
rating:
|
|
2028
|
-
note:
|
|
2080
|
+
rating: 4,
|
|
2081
|
+
note: 'solid multilingual workhorse',
|
|
2082
|
+
},
|
|
2083
|
+
{
|
|
2084
|
+
pool: 'tts',
|
|
2085
|
+
position: 5,
|
|
2086
|
+
name: 'Gemini 2.5 Pro Preview TTS',
|
|
2087
|
+
vendor: 'Google',
|
|
2088
|
+
routes: [
|
|
2089
|
+
{
|
|
2090
|
+
provider: 'google',
|
|
2091
|
+
model: 'gemini-2.5-pro-preview-tts',
|
|
2092
|
+
},
|
|
2093
|
+
],
|
|
2094
|
+
pricing: null,
|
|
2095
|
+
rating: 4,
|
|
2096
|
+
note: "Google's current-gen TTS preview",
|
|
2097
|
+
},
|
|
2098
|
+
{
|
|
2099
|
+
pool: 'tts',
|
|
2100
|
+
position: 6,
|
|
2101
|
+
name: 'ElevenLabs Flash v2.5',
|
|
2102
|
+
vendor: 'ElevenLabs',
|
|
2103
|
+
routes: [
|
|
2104
|
+
{
|
|
2105
|
+
provider: 'elevenlabs',
|
|
2106
|
+
model: 'eleven_flash_v2_5',
|
|
2107
|
+
},
|
|
2108
|
+
],
|
|
2109
|
+
pricing: null,
|
|
2110
|
+
rating: 3,
|
|
2111
|
+
note: 'low-latency, gets the job done cheaply',
|
|
2029
2112
|
},
|
|
2030
2113
|
{
|
|
2031
2114
|
pool: 'vision',
|