@desplega.ai/agent-swarm 1.92.0 → 1.92.1
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/README.md +1 -1
- package/openapi.json +276 -3
- package/package.json +6 -6
- package/plugin/skills/pages/SKILL.md +5 -2
- package/src/be/db.ts +327 -20
- package/src/be/memory/constants.ts +2 -1
- package/src/be/memory/providers/openai-embedding.ts +2 -5
- package/src/be/memory/providers/sqlite-store.ts +293 -76
- package/src/be/memory/types.ts +35 -0
- package/src/be/migrations/084_script_run_journal_duration.sql +5 -0
- package/src/be/migrations/085_script_runs_kind.sql +9 -0
- package/src/be/migrations/086_pages_default_authed.sql +64 -0
- package/src/be/migrations/087_skill_files.sql +19 -0
- package/src/be/modelsdev-cache.json +264 -328
- package/src/be/seed-scripts/catalog/boot-triage.ts +221 -0
- package/src/be/seed-scripts/catalog/catalog-report.ts +457 -0
- package/src/be/seed-scripts/catalog/compound-insights.ts +94 -0
- package/src/be/seed-scripts/catalog/gh-pr-snapshot.ts +1 -1
- package/src/be/seed-scripts/catalog/memory-eval.ts +1059 -0
- package/src/be/seed-scripts/catalog/ops-catalog-audit.ts +34 -439
- package/src/be/seed-scripts/catalog/schedule-health.ts +78 -2
- package/src/be/seed-scripts/catalog/task-failure-audit.ts +48 -1
- package/src/be/seed-scripts/index.ts +32 -4
- package/src/be/seed-skills/index.ts +0 -7
- package/src/be/skill-sync.ts +91 -7
- package/src/commands/runner.ts +6 -2
- package/src/heartbeat/templates.ts +20 -16
- package/src/http/index.ts +41 -7
- package/src/http/mcp-user.ts +23 -0
- package/src/http/mcp.ts +58 -0
- package/src/http/memory.ts +58 -0
- package/src/http/pages.ts +1 -1
- package/src/http/script-runs.ts +2 -0
- package/src/http/scripts.ts +39 -2
- package/src/http/skills.ts +225 -0
- package/src/providers/claude-adapter.ts +56 -24
- package/src/script-workflows/workflow-ctx.ts +7 -3
- package/src/scripts-runtime/sdk-allowlist.ts +1 -0
- package/src/scripts-runtime/swarm-sdk.ts +13 -0
- package/src/scripts-runtime/types/stdlib.d.ts +1 -0
- package/src/scripts-runtime/types/swarm-sdk.d.ts +1 -0
- package/src/server.ts +2 -0
- package/src/tests/claude-adapter-binary.test.ts +135 -81
- package/src/tests/create-page-tool.test.ts +19 -2
- package/src/tests/heartbeat-checklist.test.ts +36 -0
- package/src/tests/mcp-transport-gc.test.ts +58 -0
- package/src/tests/memory-health-endpoint.test.ts +78 -0
- package/src/tests/memory-store.test.ts +221 -1
- package/src/tests/pages-http.test.ts +20 -2
- package/src/tests/pages-storage.test.ts +26 -0
- package/src/tests/scripts-mcp-e2e.test.ts +53 -0
- package/src/tests/seed-scripts.test.ts +123 -3
- package/src/tests/skill-files-http.test.ts +171 -0
- package/src/tests/skill-files.test.ts +162 -0
- package/src/tests/skill-get-file-tool.test.ts +110 -0
- package/src/tests/skill-sync.test.ts +125 -6
- package/src/tools/create-page.ts +2 -2
- package/src/tools/skills/index.ts +1 -0
- package/src/tools/skills/skill-get-file.ts +80 -0
- package/src/tools/tool-config.ts +2 -1
- package/src/types.ts +20 -0
- package/src/utils/internal-ai/complete-structured.ts +2 -2
- package/templates/schedules/daily-blocker-digest/content.md +68 -54
- package/templates/schedules/daily-compounding-reflection/content.md +4 -4
- package/templates/schedules/daily-hn-briefing/content.md +5 -5
- package/templates/schedules/daily-workflow-health-audit/content.md +6 -6
- package/templates/schedules/gtm-weekly-review/content.md +9 -9
- package/templates/schedules/weekly-dependabot-triage/content.md +24 -20
- package/templates/skills/agentmail-sending/content.md +6 -7
- package/templates/skills/desloppify/content.md +8 -9
- package/templates/skills/jira-interaction/content.md +25 -33
- package/templates/skills/kapso-whatsapp/content.md +29 -30
- package/templates/skills/linear-interaction/content.md +8 -9
- package/templates/skills/profile-corruption-escalation/content.md +44 -85
- package/templates/skills/sprite-cli/content.md +4 -5
- package/templates/skills/turso-interaction/content.md +14 -17
- package/templates/skills/workflow-iterate/content.md +38 -391
- package/templates/skills/x-api-interactions/content.md +4 -6
- package/templates/skills/scheduled-task-resilience/config.json +0 -14
- package/templates/skills/scheduled-task-resilience/content.md +0 -95
|
@@ -599,6 +599,7 @@
|
|
|
599
599
|
"attachment": false,
|
|
600
600
|
"reasoning": true,
|
|
601
601
|
"tool_call": true,
|
|
602
|
+
"temperature": true,
|
|
602
603
|
"release_date": "2026-03-11",
|
|
603
604
|
"last_updated": "2026-03-12",
|
|
604
605
|
"modalities": {
|
|
@@ -861,6 +862,7 @@
|
|
|
861
862
|
"attachment": false,
|
|
862
863
|
"reasoning": true,
|
|
863
864
|
"tool_call": true,
|
|
865
|
+
"temperature": true,
|
|
864
866
|
"release_date": "2025-12-15",
|
|
865
867
|
"last_updated": "2026-01-19",
|
|
866
868
|
"modalities": {
|
|
@@ -2003,6 +2005,39 @@
|
|
|
2003
2005
|
"cache_read": 0.145
|
|
2004
2006
|
}
|
|
2005
2007
|
},
|
|
2008
|
+
"accounts/fireworks/routers/kimi-k2p6-fast": {
|
|
2009
|
+
"id": "accounts/fireworks/routers/kimi-k2p6-fast",
|
|
2010
|
+
"name": "Kimi K2.6 Fast",
|
|
2011
|
+
"family": "kimi-thinking",
|
|
2012
|
+
"attachment": false,
|
|
2013
|
+
"reasoning": true,
|
|
2014
|
+
"tool_call": true,
|
|
2015
|
+
"interleaved": {
|
|
2016
|
+
"field": "reasoning_content"
|
|
2017
|
+
},
|
|
2018
|
+
"temperature": true,
|
|
2019
|
+
"release_date": "2026-04-17",
|
|
2020
|
+
"last_updated": "2026-06-05",
|
|
2021
|
+
"modalities": {
|
|
2022
|
+
"input": [
|
|
2023
|
+
"text",
|
|
2024
|
+
"image"
|
|
2025
|
+
],
|
|
2026
|
+
"output": [
|
|
2027
|
+
"text"
|
|
2028
|
+
]
|
|
2029
|
+
},
|
|
2030
|
+
"open_weights": true,
|
|
2031
|
+
"limit": {
|
|
2032
|
+
"context": 262000,
|
|
2033
|
+
"output": 262000
|
|
2034
|
+
},
|
|
2035
|
+
"cost": {
|
|
2036
|
+
"input": 2,
|
|
2037
|
+
"output": 8,
|
|
2038
|
+
"cache_read": 0.3
|
|
2039
|
+
}
|
|
2040
|
+
},
|
|
2006
2041
|
"accounts/fireworks/routers/kimi-k2p6-turbo": {
|
|
2007
2042
|
"id": "accounts/fireworks/routers/kimi-k2p6-turbo",
|
|
2008
2043
|
"name": "Kimi K2.6 Turbo",
|
|
@@ -19416,6 +19451,7 @@
|
|
|
19416
19451
|
"reasoning": false,
|
|
19417
19452
|
"tool_call": false,
|
|
19418
19453
|
"structured_output": false,
|
|
19454
|
+
"temperature": true,
|
|
19419
19455
|
"release_date": "2025-08-08",
|
|
19420
19456
|
"last_updated": "2025-08-08",
|
|
19421
19457
|
"modalities": {
|
|
@@ -19440,10 +19476,12 @@
|
|
|
19440
19476
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning": {
|
|
19441
19477
|
"id": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning",
|
|
19442
19478
|
"name": "Nvidia Nemotron 3 Nano Omni",
|
|
19479
|
+
"family": "nemotron",
|
|
19443
19480
|
"attachment": true,
|
|
19444
19481
|
"reasoning": true,
|
|
19445
19482
|
"tool_call": true,
|
|
19446
19483
|
"structured_output": false,
|
|
19484
|
+
"temperature": true,
|
|
19447
19485
|
"release_date": "2026-04-28",
|
|
19448
19486
|
"last_updated": "2026-04-28",
|
|
19449
19487
|
"modalities": {
|
|
@@ -19474,6 +19512,7 @@
|
|
|
19474
19512
|
"reasoning": false,
|
|
19475
19513
|
"tool_call": false,
|
|
19476
19514
|
"structured_output": false,
|
|
19515
|
+
"temperature": true,
|
|
19477
19516
|
"release_date": "2025-12-15",
|
|
19478
19517
|
"last_updated": "2025-12-15",
|
|
19479
19518
|
"modalities": {
|
|
@@ -19503,6 +19542,7 @@
|
|
|
19503
19542
|
"reasoning": false,
|
|
19504
19543
|
"tool_call": false,
|
|
19505
19544
|
"structured_output": false,
|
|
19545
|
+
"temperature": true,
|
|
19506
19546
|
"release_date": "2025-08-08",
|
|
19507
19547
|
"last_updated": "2025-08-08",
|
|
19508
19548
|
"modalities": {
|
|
@@ -19532,6 +19572,7 @@
|
|
|
19532
19572
|
"reasoning": false,
|
|
19533
19573
|
"tool_call": false,
|
|
19534
19574
|
"structured_output": false,
|
|
19575
|
+
"temperature": true,
|
|
19535
19576
|
"release_date": "2025-08-18",
|
|
19536
19577
|
"last_updated": "2025-08-18",
|
|
19537
19578
|
"modalities": {
|
|
@@ -19561,6 +19602,7 @@
|
|
|
19561
19602
|
"reasoning": false,
|
|
19562
19603
|
"tool_call": false,
|
|
19563
19604
|
"structured_output": false,
|
|
19605
|
+
"temperature": true,
|
|
19564
19606
|
"release_date": "2025-04-15",
|
|
19565
19607
|
"last_updated": "2025-04-15",
|
|
19566
19608
|
"modalities": {
|
|
@@ -19585,10 +19627,12 @@
|
|
|
19585
19627
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
19586
19628
|
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
19587
19629
|
"name": "Nvidia Nemotron 3 Super 120B",
|
|
19630
|
+
"family": "nemotron",
|
|
19588
19631
|
"attachment": false,
|
|
19589
19632
|
"reasoning": true,
|
|
19590
19633
|
"tool_call": true,
|
|
19591
19634
|
"structured_output": false,
|
|
19635
|
+
"temperature": true,
|
|
19592
19636
|
"release_date": "2026-03-01",
|
|
19593
19637
|
"last_updated": "2026-03-01",
|
|
19594
19638
|
"modalities": {
|
|
@@ -19613,10 +19657,12 @@
|
|
|
19613
19657
|
"nvidia/nemotron-3-super-120b-a12b:thinking": {
|
|
19614
19658
|
"id": "nvidia/nemotron-3-super-120b-a12b:thinking",
|
|
19615
19659
|
"name": "Nvidia Nemotron 3 Super 120B Thinking",
|
|
19660
|
+
"family": "nemotron",
|
|
19616
19661
|
"attachment": false,
|
|
19617
19662
|
"reasoning": true,
|
|
19618
19663
|
"tool_call": true,
|
|
19619
19664
|
"structured_output": false,
|
|
19665
|
+
"temperature": true,
|
|
19620
19666
|
"release_date": "2026-03-01",
|
|
19621
19667
|
"last_updated": "2026-03-01",
|
|
19622
19668
|
"modalities": {
|
|
@@ -38624,6 +38670,7 @@
|
|
|
38624
38670
|
"nvidia/nemotron-3-nano-30b-a3b": {
|
|
38625
38671
|
"id": "nvidia/nemotron-3-nano-30b-a3b",
|
|
38626
38672
|
"name": "NVIDIA: Nemotron 3 Nano 30B A3B",
|
|
38673
|
+
"family": "nemotron",
|
|
38627
38674
|
"attachment": false,
|
|
38628
38675
|
"reasoning": true,
|
|
38629
38676
|
"tool_call": true,
|
|
@@ -38651,6 +38698,7 @@
|
|
|
38651
38698
|
"nvidia/nemotron-nano-9b-v2": {
|
|
38652
38699
|
"id": "nvidia/nemotron-nano-9b-v2",
|
|
38653
38700
|
"name": "NVIDIA: Nemotron Nano 9B V2",
|
|
38701
|
+
"family": "nemotron",
|
|
38654
38702
|
"attachment": false,
|
|
38655
38703
|
"reasoning": true,
|
|
38656
38704
|
"tool_call": true,
|
|
@@ -38678,6 +38726,7 @@
|
|
|
38678
38726
|
"nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free": {
|
|
38679
38727
|
"id": "nvidia/nemotron-3-nano-omni-30b-a3b-reasoning:free",
|
|
38680
38728
|
"name": "NVIDIA: Nemotron 3 Nano Omni (free)",
|
|
38729
|
+
"family": "nemotron",
|
|
38681
38730
|
"attachment": true,
|
|
38682
38731
|
"reasoning": true,
|
|
38683
38732
|
"tool_call": true,
|
|
@@ -38708,6 +38757,7 @@
|
|
|
38708
38757
|
"nvidia/nemotron-3-super-120b-a12b:free": {
|
|
38709
38758
|
"id": "nvidia/nemotron-3-super-120b-a12b:free",
|
|
38710
38759
|
"name": "NVIDIA: Nemotron 3 Super (free)",
|
|
38760
|
+
"family": "nemotron",
|
|
38711
38761
|
"attachment": false,
|
|
38712
38762
|
"reasoning": true,
|
|
38713
38763
|
"tool_call": true,
|
|
@@ -38735,6 +38785,7 @@
|
|
|
38735
38785
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
38736
38786
|
"id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
38737
38787
|
"name": "NVIDIA: Llama 3.3 Nemotron Super 49B V1.5",
|
|
38788
|
+
"family": "nemotron",
|
|
38738
38789
|
"attachment": false,
|
|
38739
38790
|
"reasoning": true,
|
|
38740
38791
|
"tool_call": true,
|
|
@@ -38762,6 +38813,7 @@
|
|
|
38762
38813
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
38763
38814
|
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
38764
38815
|
"name": "NVIDIA: Nemotron 3 Super",
|
|
38816
|
+
"family": "nemotron",
|
|
38765
38817
|
"attachment": false,
|
|
38766
38818
|
"reasoning": true,
|
|
38767
38819
|
"tool_call": true,
|
|
@@ -44800,7 +44852,7 @@
|
|
|
44800
44852
|
"cost": {
|
|
44801
44853
|
"input": 0.14,
|
|
44802
44854
|
"output": 0.28,
|
|
44803
|
-
"cache_read": 0.
|
|
44855
|
+
"cache_read": 0.0028
|
|
44804
44856
|
}
|
|
44805
44857
|
},
|
|
44806
44858
|
"deepseek-chat": {
|
|
@@ -44830,7 +44882,7 @@
|
|
|
44830
44882
|
"cost": {
|
|
44831
44883
|
"input": 0.14,
|
|
44832
44884
|
"output": 0.28,
|
|
44833
|
-
"cache_read": 0.
|
|
44885
|
+
"cache_read": 0.0028
|
|
44834
44886
|
}
|
|
44835
44887
|
},
|
|
44836
44888
|
"deepseek-v4-flash": {
|
|
@@ -60519,22 +60571,6 @@
|
|
|
60519
60571
|
"input": 272000,
|
|
60520
60572
|
"output": 128000
|
|
60521
60573
|
},
|
|
60522
|
-
"experimental": {
|
|
60523
|
-
"modes": {
|
|
60524
|
-
"fast": {
|
|
60525
|
-
"cost": {
|
|
60526
|
-
"input": 5,
|
|
60527
|
-
"output": 30,
|
|
60528
|
-
"cache_read": 0.5
|
|
60529
|
-
},
|
|
60530
|
-
"provider": {
|
|
60531
|
-
"body": {
|
|
60532
|
-
"service_tier": "priority"
|
|
60533
|
-
}
|
|
60534
|
-
}
|
|
60535
|
-
}
|
|
60536
|
-
}
|
|
60537
|
-
},
|
|
60538
60574
|
"cost": {
|
|
60539
60575
|
"input": 2.5,
|
|
60540
60576
|
"output": 15,
|
|
@@ -60622,22 +60658,6 @@
|
|
|
60622
60658
|
"input": 272000,
|
|
60623
60659
|
"output": 128000
|
|
60624
60660
|
},
|
|
60625
|
-
"experimental": {
|
|
60626
|
-
"modes": {
|
|
60627
|
-
"fast": {
|
|
60628
|
-
"cost": {
|
|
60629
|
-
"input": 12.5,
|
|
60630
|
-
"output": 75,
|
|
60631
|
-
"cache_read": 1.25
|
|
60632
|
-
},
|
|
60633
|
-
"provider": {
|
|
60634
|
-
"body": {
|
|
60635
|
-
"service_tier": "priority"
|
|
60636
|
-
}
|
|
60637
|
-
}
|
|
60638
|
-
}
|
|
60639
|
-
}
|
|
60640
|
-
},
|
|
60641
60661
|
"cost": {
|
|
60642
60662
|
"input": 5,
|
|
60643
60663
|
"output": 30,
|
|
@@ -61226,22 +61246,6 @@
|
|
|
61226
61246
|
"input": 272000,
|
|
61227
61247
|
"output": 128000
|
|
61228
61248
|
},
|
|
61229
|
-
"experimental": {
|
|
61230
|
-
"modes": {
|
|
61231
|
-
"fast": {
|
|
61232
|
-
"cost": {
|
|
61233
|
-
"input": 1.5,
|
|
61234
|
-
"output": 9,
|
|
61235
|
-
"cache_read": 0.15
|
|
61236
|
-
},
|
|
61237
|
-
"provider": {
|
|
61238
|
-
"body": {
|
|
61239
|
-
"service_tier": "priority"
|
|
61240
|
-
}
|
|
61241
|
-
}
|
|
61242
|
-
}
|
|
61243
|
-
}
|
|
61244
|
-
},
|
|
61245
61249
|
"cost": {
|
|
61246
61250
|
"input": 0.75,
|
|
61247
61251
|
"output": 4.5,
|
|
@@ -66343,36 +66347,6 @@
|
|
|
66343
66347
|
"output": 0.3
|
|
66344
66348
|
}
|
|
66345
66349
|
},
|
|
66346
|
-
"nousresearch/hermes-2-pro-llama-3-8b": {
|
|
66347
|
-
"id": "nousresearch/hermes-2-pro-llama-3-8b",
|
|
66348
|
-
"name": "Hermes 2 Pro - Llama-3 8B",
|
|
66349
|
-
"family": "nousresearch",
|
|
66350
|
-
"attachment": false,
|
|
66351
|
-
"reasoning": false,
|
|
66352
|
-
"tool_call": false,
|
|
66353
|
-
"structured_output": true,
|
|
66354
|
-
"temperature": true,
|
|
66355
|
-
"knowledge": "2023-12-31",
|
|
66356
|
-
"release_date": "2024-05-27",
|
|
66357
|
-
"last_updated": "2024-05-27",
|
|
66358
|
-
"modalities": {
|
|
66359
|
-
"input": [
|
|
66360
|
-
"text"
|
|
66361
|
-
],
|
|
66362
|
-
"output": [
|
|
66363
|
-
"text"
|
|
66364
|
-
]
|
|
66365
|
-
},
|
|
66366
|
-
"open_weights": true,
|
|
66367
|
-
"limit": {
|
|
66368
|
-
"context": 8192,
|
|
66369
|
-
"output": 8192
|
|
66370
|
-
},
|
|
66371
|
-
"cost": {
|
|
66372
|
-
"input": 0.14,
|
|
66373
|
-
"output": 0.14
|
|
66374
|
-
}
|
|
66375
|
-
},
|
|
66376
66350
|
"nousresearch/hermes-4-405b": {
|
|
66377
66351
|
"id": "nousresearch/hermes-4-405b",
|
|
66378
66352
|
"name": "Hermes 4 405B",
|
|
@@ -67095,36 +67069,6 @@
|
|
|
67095
67069
|
"output": 0.75
|
|
67096
67070
|
}
|
|
67097
67071
|
},
|
|
67098
|
-
"sao10k/l3-euryale-70b": {
|
|
67099
|
-
"id": "sao10k/l3-euryale-70b",
|
|
67100
|
-
"name": "Llama 3 Euryale 70B v2.1",
|
|
67101
|
-
"family": "llama",
|
|
67102
|
-
"attachment": false,
|
|
67103
|
-
"reasoning": false,
|
|
67104
|
-
"tool_call": true,
|
|
67105
|
-
"structured_output": false,
|
|
67106
|
-
"temperature": true,
|
|
67107
|
-
"knowledge": "2023-12-31",
|
|
67108
|
-
"release_date": "2024-06-18",
|
|
67109
|
-
"last_updated": "2024-06-18",
|
|
67110
|
-
"modalities": {
|
|
67111
|
-
"input": [
|
|
67112
|
-
"text"
|
|
67113
|
-
],
|
|
67114
|
-
"output": [
|
|
67115
|
-
"text"
|
|
67116
|
-
]
|
|
67117
|
-
},
|
|
67118
|
-
"open_weights": true,
|
|
67119
|
-
"limit": {
|
|
67120
|
-
"context": 8192,
|
|
67121
|
-
"output": 8192
|
|
67122
|
-
},
|
|
67123
|
-
"cost": {
|
|
67124
|
-
"input": 1.48,
|
|
67125
|
-
"output": 1.48
|
|
67126
|
-
}
|
|
67127
|
-
},
|
|
67128
67072
|
"sao10k/l3.1-70b-hanami-x1": {
|
|
67129
67073
|
"id": "sao10k/l3.1-70b-hanami-x1",
|
|
67130
67074
|
"name": "Llama 3.1 70B Hanami x1",
|
|
@@ -67218,16 +67162,16 @@
|
|
|
67218
67162
|
},
|
|
67219
67163
|
"deepseek/deepseek-r1": {
|
|
67220
67164
|
"id": "deepseek/deepseek-r1",
|
|
67221
|
-
"name": "R1",
|
|
67165
|
+
"name": "DeepSeek-R1",
|
|
67222
67166
|
"family": "deepseek-thinking",
|
|
67223
67167
|
"attachment": false,
|
|
67224
67168
|
"reasoning": true,
|
|
67225
67169
|
"tool_call": true,
|
|
67226
67170
|
"structured_output": true,
|
|
67227
67171
|
"temperature": true,
|
|
67228
|
-
"knowledge": "2024-07
|
|
67172
|
+
"knowledge": "2024-07",
|
|
67229
67173
|
"release_date": "2025-01-20",
|
|
67230
|
-
"last_updated": "2025-
|
|
67174
|
+
"last_updated": "2025-05-29",
|
|
67231
67175
|
"modalities": {
|
|
67232
67176
|
"input": [
|
|
67233
67177
|
"text"
|
|
@@ -68678,9 +68622,9 @@
|
|
|
68678
68622
|
"tool_call": true,
|
|
68679
68623
|
"structured_output": true,
|
|
68680
68624
|
"temperature": true,
|
|
68681
|
-
"knowledge": "2025-
|
|
68682
|
-
"release_date": "2025-09
|
|
68683
|
-
"last_updated": "2025-09
|
|
68625
|
+
"knowledge": "2025-04",
|
|
68626
|
+
"release_date": "2025-09",
|
|
68627
|
+
"last_updated": "2025-09",
|
|
68684
68628
|
"modalities": {
|
|
68685
68629
|
"input": [
|
|
68686
68630
|
"text"
|
|
@@ -68701,15 +68645,15 @@
|
|
|
68701
68645
|
},
|
|
68702
68646
|
"qwen/qwen3.5-122b-a10b": {
|
|
68703
68647
|
"id": "qwen/qwen3.5-122b-a10b",
|
|
68704
|
-
"name": "Qwen3.5
|
|
68705
|
-
"family": "
|
|
68648
|
+
"name": "Qwen3.5 122B-A10B",
|
|
68649
|
+
"family": "qwen",
|
|
68706
68650
|
"attachment": true,
|
|
68707
68651
|
"reasoning": true,
|
|
68708
68652
|
"tool_call": true,
|
|
68709
68653
|
"structured_output": true,
|
|
68710
68654
|
"temperature": true,
|
|
68711
|
-
"release_date": "2026-02-
|
|
68712
|
-
"last_updated": "2026-02-
|
|
68655
|
+
"release_date": "2026-02-23",
|
|
68656
|
+
"last_updated": "2026-02-23",
|
|
68713
68657
|
"modalities": {
|
|
68714
68658
|
"input": [
|
|
68715
68659
|
"text",
|
|
@@ -68732,16 +68676,16 @@
|
|
|
68732
68676
|
},
|
|
68733
68677
|
"qwen/qwen3-next-80b-a3b-instruct": {
|
|
68734
68678
|
"id": "qwen/qwen3-next-80b-a3b-instruct",
|
|
68735
|
-
"name": "Qwen3
|
|
68679
|
+
"name": "Qwen3-Next 80B-A3B Instruct",
|
|
68736
68680
|
"family": "qwen",
|
|
68737
68681
|
"attachment": false,
|
|
68738
68682
|
"reasoning": false,
|
|
68739
68683
|
"tool_call": true,
|
|
68740
68684
|
"structured_output": true,
|
|
68741
68685
|
"temperature": true,
|
|
68742
|
-
"knowledge": "2025-
|
|
68743
|
-
"release_date": "2025-09
|
|
68744
|
-
"last_updated": "2025-09
|
|
68686
|
+
"knowledge": "2025-04",
|
|
68687
|
+
"release_date": "2025-09",
|
|
68688
|
+
"last_updated": "2025-09",
|
|
68745
68689
|
"modalities": {
|
|
68746
68690
|
"input": [
|
|
68747
68691
|
"text"
|
|
@@ -68861,9 +68805,9 @@
|
|
|
68861
68805
|
"tool_call": true,
|
|
68862
68806
|
"structured_output": true,
|
|
68863
68807
|
"temperature": true,
|
|
68864
|
-
"knowledge": "2025-
|
|
68865
|
-
"release_date": "2025-04
|
|
68866
|
-
"last_updated": "2025-04
|
|
68808
|
+
"knowledge": "2025-04",
|
|
68809
|
+
"release_date": "2025-04",
|
|
68810
|
+
"last_updated": "2025-04",
|
|
68867
68811
|
"modalities": {
|
|
68868
68812
|
"input": [
|
|
68869
68813
|
"text"
|
|
@@ -68884,16 +68828,16 @@
|
|
|
68884
68828
|
},
|
|
68885
68829
|
"qwen/qwen3-coder-30b-a3b-instruct": {
|
|
68886
68830
|
"id": "qwen/qwen3-coder-30b-a3b-instruct",
|
|
68887
|
-
"name": "Qwen3
|
|
68831
|
+
"name": "Qwen3-Coder 30B-A3B Instruct",
|
|
68888
68832
|
"family": "qwen",
|
|
68889
68833
|
"attachment": false,
|
|
68890
68834
|
"reasoning": false,
|
|
68891
68835
|
"tool_call": true,
|
|
68892
68836
|
"structured_output": true,
|
|
68893
68837
|
"temperature": true,
|
|
68894
|
-
"knowledge": "2025-
|
|
68895
|
-
"release_date": "2025-
|
|
68896
|
-
"last_updated": "2025-
|
|
68838
|
+
"knowledge": "2025-04",
|
|
68839
|
+
"release_date": "2025-04",
|
|
68840
|
+
"last_updated": "2025-04",
|
|
68897
68841
|
"modalities": {
|
|
68898
68842
|
"input": [
|
|
68899
68843
|
"text"
|
|
@@ -69008,14 +68952,14 @@
|
|
|
69008
68952
|
"qwen/qwen3.6-27b": {
|
|
69009
68953
|
"id": "qwen/qwen3.6-27b",
|
|
69010
68954
|
"name": "Qwen3.6 27B",
|
|
69011
|
-
"family": "
|
|
68955
|
+
"family": "qwen",
|
|
69012
68956
|
"attachment": true,
|
|
69013
68957
|
"reasoning": true,
|
|
69014
68958
|
"tool_call": true,
|
|
69015
68959
|
"structured_output": true,
|
|
69016
68960
|
"temperature": true,
|
|
69017
|
-
"release_date": "2026-04-
|
|
69018
|
-
"last_updated": "2026-04-
|
|
68961
|
+
"release_date": "2026-04-22",
|
|
68962
|
+
"last_updated": "2026-04-22",
|
|
69019
68963
|
"modalities": {
|
|
69020
68964
|
"input": [
|
|
69021
68965
|
"text",
|
|
@@ -69028,26 +68972,26 @@
|
|
|
69028
68972
|
},
|
|
69029
68973
|
"open_weights": true,
|
|
69030
68974
|
"limit": {
|
|
69031
|
-
"context":
|
|
69032
|
-
"output":
|
|
68975
|
+
"context": 131072,
|
|
68976
|
+
"output": 131072
|
|
69033
68977
|
},
|
|
69034
68978
|
"cost": {
|
|
69035
|
-
"input": 0.
|
|
69036
|
-
"output":
|
|
68979
|
+
"input": 0.289,
|
|
68980
|
+
"output": 2.4
|
|
69037
68981
|
}
|
|
69038
68982
|
},
|
|
69039
68983
|
"qwen/qwen3-235b-a22b": {
|
|
69040
68984
|
"id": "qwen/qwen3-235b-a22b",
|
|
69041
|
-
"name": "Qwen3 235B
|
|
68985
|
+
"name": "Qwen3 235B-A22B",
|
|
69042
68986
|
"family": "qwen",
|
|
69043
68987
|
"attachment": false,
|
|
69044
68988
|
"reasoning": true,
|
|
69045
68989
|
"tool_call": true,
|
|
69046
68990
|
"structured_output": false,
|
|
69047
68991
|
"temperature": true,
|
|
69048
|
-
"knowledge": "2025-
|
|
69049
|
-
"release_date": "2025-04
|
|
69050
|
-
"last_updated": "2025-04
|
|
68992
|
+
"knowledge": "2025-04",
|
|
68993
|
+
"release_date": "2025-04",
|
|
68994
|
+
"last_updated": "2025-04",
|
|
69051
68995
|
"modalities": {
|
|
69052
68996
|
"input": [
|
|
69053
68997
|
"text"
|
|
@@ -69107,7 +69051,7 @@
|
|
|
69107
69051
|
"tool_call": true,
|
|
69108
69052
|
"structured_output": false,
|
|
69109
69053
|
"temperature": true,
|
|
69110
|
-
"knowledge": "2025-
|
|
69054
|
+
"knowledge": "2025-04",
|
|
69111
69055
|
"release_date": "2025-09-23",
|
|
69112
69056
|
"last_updated": "2025-09-23",
|
|
69113
69057
|
"modalities": {
|
|
@@ -69139,9 +69083,9 @@
|
|
|
69139
69083
|
"tool_call": true,
|
|
69140
69084
|
"structured_output": true,
|
|
69141
69085
|
"temperature": true,
|
|
69142
|
-
"knowledge": "2025-
|
|
69143
|
-
"release_date": "2025-
|
|
69144
|
-
"last_updated": "2025-
|
|
69086
|
+
"knowledge": "2025-04",
|
|
69087
|
+
"release_date": "2025-07-23",
|
|
69088
|
+
"last_updated": "2025-07-23",
|
|
69145
69089
|
"modalities": {
|
|
69146
69090
|
"input": [
|
|
69147
69091
|
"text"
|
|
@@ -69368,7 +69312,7 @@
|
|
|
69368
69312
|
"open_weights": true,
|
|
69369
69313
|
"limit": {
|
|
69370
69314
|
"context": 40960,
|
|
69371
|
-
"output":
|
|
69315
|
+
"output": 16384
|
|
69372
69316
|
},
|
|
69373
69317
|
"cost": {
|
|
69374
69318
|
"input": 0.09,
|
|
@@ -69502,16 +69446,16 @@
|
|
|
69502
69446
|
},
|
|
69503
69447
|
"qwen/qwen3-next-80b-a3b-thinking": {
|
|
69504
69448
|
"id": "qwen/qwen3-next-80b-a3b-thinking",
|
|
69505
|
-
"name": "Qwen3
|
|
69449
|
+
"name": "Qwen3-Next 80B-A3B (Thinking)",
|
|
69506
69450
|
"family": "qwen",
|
|
69507
69451
|
"attachment": false,
|
|
69508
69452
|
"reasoning": true,
|
|
69509
69453
|
"tool_call": true,
|
|
69510
69454
|
"structured_output": true,
|
|
69511
69455
|
"temperature": true,
|
|
69512
|
-
"knowledge": "2025-
|
|
69513
|
-
"release_date": "2025-09
|
|
69514
|
-
"last_updated": "2025-09
|
|
69456
|
+
"knowledge": "2025-04",
|
|
69457
|
+
"release_date": "2025-09",
|
|
69458
|
+
"last_updated": "2025-09",
|
|
69515
69459
|
"modalities": {
|
|
69516
69460
|
"input": [
|
|
69517
69461
|
"text"
|
|
@@ -69539,9 +69483,9 @@
|
|
|
69539
69483
|
"tool_call": true,
|
|
69540
69484
|
"structured_output": false,
|
|
69541
69485
|
"temperature": true,
|
|
69542
|
-
"knowledge": "2025-
|
|
69543
|
-
"release_date": "2025-
|
|
69544
|
-
"last_updated": "2025-
|
|
69486
|
+
"knowledge": "2025-04",
|
|
69487
|
+
"release_date": "2025-07-28",
|
|
69488
|
+
"last_updated": "2025-07-28",
|
|
69545
69489
|
"modalities": {
|
|
69546
69490
|
"input": [
|
|
69547
69491
|
"text"
|
|
@@ -69564,15 +69508,15 @@
|
|
|
69564
69508
|
},
|
|
69565
69509
|
"qwen/qwen3.5-35b-a3b": {
|
|
69566
69510
|
"id": "qwen/qwen3.5-35b-a3b",
|
|
69567
|
-
"name": "Qwen3.5
|
|
69568
|
-
"family": "
|
|
69511
|
+
"name": "Qwen3.5 35B-A3B",
|
|
69512
|
+
"family": "qwen",
|
|
69569
69513
|
"attachment": true,
|
|
69570
69514
|
"reasoning": true,
|
|
69571
69515
|
"tool_call": true,
|
|
69572
69516
|
"structured_output": true,
|
|
69573
69517
|
"temperature": true,
|
|
69574
|
-
"release_date": "2026-02-
|
|
69575
|
-
"last_updated": "2026-02-
|
|
69518
|
+
"release_date": "2026-02-23",
|
|
69519
|
+
"last_updated": "2026-02-23",
|
|
69576
69520
|
"modalities": {
|
|
69577
69521
|
"input": [
|
|
69578
69522
|
"text",
|
|
@@ -69628,15 +69572,15 @@
|
|
|
69628
69572
|
},
|
|
69629
69573
|
"qwen/qwen3.6-35b-a3b": {
|
|
69630
69574
|
"id": "qwen/qwen3.6-35b-a3b",
|
|
69631
|
-
"name": "Qwen3.6 35B
|
|
69632
|
-
"family": "
|
|
69575
|
+
"name": "Qwen3.6 35B-A3B",
|
|
69576
|
+
"family": "qwen",
|
|
69633
69577
|
"attachment": true,
|
|
69634
69578
|
"reasoning": true,
|
|
69635
69579
|
"tool_call": true,
|
|
69636
69580
|
"structured_output": true,
|
|
69637
69581
|
"temperature": true,
|
|
69638
|
-
"release_date": "2026-04-
|
|
69639
|
-
"last_updated": "2026-04-
|
|
69582
|
+
"release_date": "2026-04-17",
|
|
69583
|
+
"last_updated": "2026-04-17",
|
|
69640
69584
|
"modalities": {
|
|
69641
69585
|
"input": [
|
|
69642
69586
|
"text",
|
|
@@ -69752,14 +69696,15 @@
|
|
|
69752
69696
|
"qwen/qwen3.6-max-preview": {
|
|
69753
69697
|
"id": "qwen/qwen3.6-max-preview",
|
|
69754
69698
|
"name": "Qwen3.6 Max Preview",
|
|
69755
|
-
"family": "
|
|
69699
|
+
"family": "qwen",
|
|
69756
69700
|
"attachment": false,
|
|
69757
69701
|
"reasoning": true,
|
|
69758
69702
|
"tool_call": true,
|
|
69759
69703
|
"structured_output": true,
|
|
69760
69704
|
"temperature": true,
|
|
69761
|
-
"
|
|
69762
|
-
"
|
|
69705
|
+
"knowledge": "2025-04",
|
|
69706
|
+
"release_date": "2026-04-20",
|
|
69707
|
+
"last_updated": "2026-04-20",
|
|
69763
69708
|
"modalities": {
|
|
69764
69709
|
"input": [
|
|
69765
69710
|
"text"
|
|
@@ -69781,16 +69726,15 @@
|
|
|
69781
69726
|
},
|
|
69782
69727
|
"qwen/qwen3.5-397b-a17b": {
|
|
69783
69728
|
"id": "qwen/qwen3.5-397b-a17b",
|
|
69784
|
-
"name": "Qwen3.5 397B
|
|
69729
|
+
"name": "Qwen3.5 397B-A17B",
|
|
69785
69730
|
"family": "qwen",
|
|
69786
69731
|
"attachment": true,
|
|
69787
69732
|
"reasoning": true,
|
|
69788
69733
|
"tool_call": true,
|
|
69789
69734
|
"structured_output": true,
|
|
69790
69735
|
"temperature": true,
|
|
69791
|
-
"
|
|
69792
|
-
"
|
|
69793
|
-
"last_updated": "2026-02-16",
|
|
69736
|
+
"release_date": "2026-02-15",
|
|
69737
|
+
"last_updated": "2026-02-15",
|
|
69794
69738
|
"modalities": {
|
|
69795
69739
|
"input": [
|
|
69796
69740
|
"text",
|
|
@@ -69820,8 +69764,9 @@
|
|
|
69820
69764
|
"tool_call": true,
|
|
69821
69765
|
"structured_output": true,
|
|
69822
69766
|
"temperature": true,
|
|
69823
|
-
"
|
|
69824
|
-
"
|
|
69767
|
+
"knowledge": "2025-04",
|
|
69768
|
+
"release_date": "2026-06-02",
|
|
69769
|
+
"last_updated": "2026-06-02",
|
|
69825
69770
|
"modalities": {
|
|
69826
69771
|
"input": [
|
|
69827
69772
|
"text",
|
|
@@ -69904,15 +69849,15 @@
|
|
|
69904
69849
|
},
|
|
69905
69850
|
"qwen/qwen3.5-27b": {
|
|
69906
69851
|
"id": "qwen/qwen3.5-27b",
|
|
69907
|
-
"name": "Qwen3.5
|
|
69908
|
-
"family": "
|
|
69852
|
+
"name": "Qwen3.5 27B",
|
|
69853
|
+
"family": "qwen",
|
|
69909
69854
|
"attachment": true,
|
|
69910
69855
|
"reasoning": true,
|
|
69911
69856
|
"tool_call": true,
|
|
69912
69857
|
"structured_output": true,
|
|
69913
69858
|
"temperature": true,
|
|
69914
|
-
"release_date": "2026-02-
|
|
69915
|
-
"last_updated": "2026-02-
|
|
69859
|
+
"release_date": "2026-02-23",
|
|
69860
|
+
"last_updated": "2026-02-23",
|
|
69916
69861
|
"modalities": {
|
|
69917
69862
|
"input": [
|
|
69918
69863
|
"text",
|
|
@@ -70056,16 +70001,16 @@
|
|
|
70056
70001
|
},
|
|
70057
70002
|
"qwen/qwen-plus": {
|
|
70058
70003
|
"id": "qwen/qwen-plus",
|
|
70059
|
-
"name": "Qwen
|
|
70004
|
+
"name": "Qwen Plus",
|
|
70060
70005
|
"family": "qwen",
|
|
70061
70006
|
"attachment": false,
|
|
70062
70007
|
"reasoning": false,
|
|
70063
70008
|
"tool_call": true,
|
|
70064
70009
|
"structured_output": false,
|
|
70065
70010
|
"temperature": true,
|
|
70066
|
-
"knowledge": "
|
|
70067
|
-
"release_date": "
|
|
70068
|
-
"last_updated": "2025-
|
|
70011
|
+
"knowledge": "2024-04",
|
|
70012
|
+
"release_date": "2024-01-25",
|
|
70013
|
+
"last_updated": "2025-09-11",
|
|
70069
70014
|
"modalities": {
|
|
70070
70015
|
"input": [
|
|
70071
70016
|
"text"
|
|
@@ -71117,8 +71062,8 @@
|
|
|
71117
71062
|
"output": 8192
|
|
71118
71063
|
},
|
|
71119
71064
|
"cost": {
|
|
71120
|
-
"input": 0.
|
|
71121
|
-
"output": 0.
|
|
71065
|
+
"input": 0.14,
|
|
71066
|
+
"output": 0.14
|
|
71122
71067
|
}
|
|
71123
71068
|
},
|
|
71124
71069
|
"meta-llama/llama-3.1-8b-instruct": {
|
|
@@ -71143,12 +71088,12 @@
|
|
|
71143
71088
|
},
|
|
71144
71089
|
"open_weights": true,
|
|
71145
71090
|
"limit": {
|
|
71146
|
-
"context":
|
|
71091
|
+
"context": 131072,
|
|
71147
71092
|
"output": 16384
|
|
71148
71093
|
},
|
|
71149
71094
|
"cost": {
|
|
71150
71095
|
"input": 0.02,
|
|
71151
|
-
"output": 0.
|
|
71096
|
+
"output": 0.03
|
|
71152
71097
|
}
|
|
71153
71098
|
},
|
|
71154
71099
|
"meta-llama/llama-3.3-70b-instruct": {
|
|
@@ -71451,37 +71396,6 @@
|
|
|
71451
71396
|
"output": 1.25
|
|
71452
71397
|
}
|
|
71453
71398
|
},
|
|
71454
|
-
"baidu/ernie-4.5-vl-28b-a3b": {
|
|
71455
|
-
"id": "baidu/ernie-4.5-vl-28b-a3b",
|
|
71456
|
-
"name": "ERNIE 4.5 VL 28B A3B",
|
|
71457
|
-
"family": "ernie",
|
|
71458
|
-
"attachment": true,
|
|
71459
|
-
"reasoning": true,
|
|
71460
|
-
"tool_call": true,
|
|
71461
|
-
"structured_output": false,
|
|
71462
|
-
"temperature": true,
|
|
71463
|
-
"knowledge": "2025-03-31",
|
|
71464
|
-
"release_date": "2025-08-12",
|
|
71465
|
-
"last_updated": "2025-08-12",
|
|
71466
|
-
"modalities": {
|
|
71467
|
-
"input": [
|
|
71468
|
-
"text",
|
|
71469
|
-
"image"
|
|
71470
|
-
],
|
|
71471
|
-
"output": [
|
|
71472
|
-
"text"
|
|
71473
|
-
]
|
|
71474
|
-
},
|
|
71475
|
-
"open_weights": true,
|
|
71476
|
-
"limit": {
|
|
71477
|
-
"context": 30000,
|
|
71478
|
-
"output": 8000
|
|
71479
|
-
},
|
|
71480
|
-
"cost": {
|
|
71481
|
-
"input": 0.14,
|
|
71482
|
-
"output": 0.56
|
|
71483
|
-
}
|
|
71484
|
-
},
|
|
71485
71399
|
"x-ai/grok-4.20-multi-agent": {
|
|
71486
71400
|
"id": "x-ai/grok-4.20-multi-agent",
|
|
71487
71401
|
"name": "Grok 4.20 Multi-Agent",
|
|
@@ -71701,8 +71615,8 @@
|
|
|
71701
71615
|
"tool_call": true,
|
|
71702
71616
|
"structured_output": false,
|
|
71703
71617
|
"temperature": true,
|
|
71704
|
-
"release_date": "2025-12-
|
|
71705
|
-
"last_updated": "2025-12-
|
|
71618
|
+
"release_date": "2025-12-15",
|
|
71619
|
+
"last_updated": "2025-12-15",
|
|
71706
71620
|
"modalities": {
|
|
71707
71621
|
"input": [
|
|
71708
71622
|
"text"
|
|
@@ -71752,16 +71666,15 @@
|
|
|
71752
71666
|
},
|
|
71753
71667
|
"nvidia/nemotron-nano-9b-v2": {
|
|
71754
71668
|
"id": "nvidia/nemotron-nano-9b-v2",
|
|
71755
|
-
"name": "Nemotron Nano 9B
|
|
71669
|
+
"name": "Nemotron Nano 9B v2",
|
|
71756
71670
|
"family": "nemotron",
|
|
71757
71671
|
"attachment": false,
|
|
71758
71672
|
"reasoning": true,
|
|
71759
71673
|
"tool_call": true,
|
|
71760
71674
|
"structured_output": false,
|
|
71761
71675
|
"temperature": true,
|
|
71762
|
-
"
|
|
71763
|
-
"
|
|
71764
|
-
"last_updated": "2025-09-05",
|
|
71676
|
+
"release_date": "2025-08-18",
|
|
71677
|
+
"last_updated": "2025-08-18",
|
|
71765
71678
|
"modalities": {
|
|
71766
71679
|
"input": [
|
|
71767
71680
|
"text"
|
|
@@ -71789,9 +71702,8 @@
|
|
|
71789
71702
|
"tool_call": true,
|
|
71790
71703
|
"structured_output": false,
|
|
71791
71704
|
"temperature": true,
|
|
71792
|
-
"
|
|
71793
|
-
"
|
|
71794
|
-
"last_updated": "2025-12-14",
|
|
71705
|
+
"release_date": "2025-12-15",
|
|
71706
|
+
"last_updated": "2025-12-15",
|
|
71795
71707
|
"modalities": {
|
|
71796
71708
|
"input": [
|
|
71797
71709
|
"text"
|
|
@@ -71854,15 +71766,15 @@
|
|
|
71854
71766
|
"modalities": {
|
|
71855
71767
|
"input": [
|
|
71856
71768
|
"text",
|
|
71857
|
-
"audio",
|
|
71858
71769
|
"image",
|
|
71859
|
-
"video"
|
|
71770
|
+
"video",
|
|
71771
|
+
"audio"
|
|
71860
71772
|
],
|
|
71861
71773
|
"output": [
|
|
71862
71774
|
"text"
|
|
71863
71775
|
]
|
|
71864
71776
|
},
|
|
71865
|
-
"open_weights":
|
|
71777
|
+
"open_weights": true,
|
|
71866
71778
|
"limit": {
|
|
71867
71779
|
"context": 256000,
|
|
71868
71780
|
"output": 65536
|
|
@@ -71874,7 +71786,7 @@
|
|
|
71874
71786
|
},
|
|
71875
71787
|
"nvidia/nemotron-3-ultra-550b-a55b": {
|
|
71876
71788
|
"id": "nvidia/nemotron-3-ultra-550b-a55b",
|
|
71877
|
-
"name": "Nemotron 3 Ultra",
|
|
71789
|
+
"name": "Nemotron 3 Ultra 550B A55B",
|
|
71878
71790
|
"family": "nemotron",
|
|
71879
71791
|
"attachment": false,
|
|
71880
71792
|
"reasoning": true,
|
|
@@ -71911,7 +71823,6 @@
|
|
|
71911
71823
|
"tool_call": true,
|
|
71912
71824
|
"structured_output": true,
|
|
71913
71825
|
"temperature": true,
|
|
71914
|
-
"knowledge": "2024-04",
|
|
71915
71826
|
"release_date": "2026-03-11",
|
|
71916
71827
|
"last_updated": "2026-03-11",
|
|
71917
71828
|
"modalities": {
|
|
@@ -71941,13 +71852,12 @@
|
|
|
71941
71852
|
"tool_call": true,
|
|
71942
71853
|
"structured_output": false,
|
|
71943
71854
|
"temperature": true,
|
|
71944
|
-
"knowledge": "2025-11",
|
|
71945
71855
|
"release_date": "2025-10-28",
|
|
71946
71856
|
"last_updated": "2025-10-28",
|
|
71947
71857
|
"modalities": {
|
|
71948
71858
|
"input": [
|
|
71949
|
-
"image",
|
|
71950
71859
|
"text",
|
|
71860
|
+
"image",
|
|
71951
71861
|
"video"
|
|
71952
71862
|
],
|
|
71953
71863
|
"output": [
|
|
@@ -71973,9 +71883,8 @@
|
|
|
71973
71883
|
"tool_call": true,
|
|
71974
71884
|
"structured_output": true,
|
|
71975
71885
|
"temperature": true,
|
|
71976
|
-
"
|
|
71977
|
-
"
|
|
71978
|
-
"last_updated": "2025-09-05",
|
|
71886
|
+
"release_date": "2025-08-18",
|
|
71887
|
+
"last_updated": "2025-08-18",
|
|
71979
71888
|
"modalities": {
|
|
71980
71889
|
"input": [
|
|
71981
71890
|
"text"
|
|
@@ -71996,16 +71905,15 @@
|
|
|
71996
71905
|
},
|
|
71997
71906
|
"nvidia/llama-3.3-nemotron-super-49b-v1.5": {
|
|
71998
71907
|
"id": "nvidia/llama-3.3-nemotron-super-49b-v1.5",
|
|
71999
|
-
"name": "Llama 3.3 Nemotron Super 49B
|
|
71908
|
+
"name": "Llama 3.3 Nemotron Super 49B v1.5",
|
|
72000
71909
|
"family": "nemotron",
|
|
72001
71910
|
"attachment": false,
|
|
72002
71911
|
"reasoning": true,
|
|
72003
71912
|
"tool_call": true,
|
|
72004
71913
|
"structured_output": false,
|
|
72005
71914
|
"temperature": true,
|
|
72006
|
-
"
|
|
72007
|
-
"
|
|
72008
|
-
"last_updated": "2025-10-10",
|
|
71915
|
+
"release_date": "2025-07-25",
|
|
71916
|
+
"last_updated": "2025-07-25",
|
|
72009
71917
|
"modalities": {
|
|
72010
71918
|
"input": [
|
|
72011
71919
|
"text"
|
|
@@ -72026,14 +71934,13 @@
|
|
|
72026
71934
|
},
|
|
72027
71935
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
72028
71936
|
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
72029
|
-
"name": "Nemotron 3 Super",
|
|
71937
|
+
"name": "Nemotron 3 Super 120B A12B",
|
|
72030
71938
|
"family": "nemotron",
|
|
72031
71939
|
"attachment": false,
|
|
72032
71940
|
"reasoning": true,
|
|
72033
71941
|
"tool_call": true,
|
|
72034
71942
|
"structured_output": false,
|
|
72035
71943
|
"temperature": true,
|
|
72036
|
-
"knowledge": "2024-04",
|
|
72037
71944
|
"release_date": "2026-03-11",
|
|
72038
71945
|
"last_updated": "2026-03-11",
|
|
72039
71946
|
"modalities": {
|
|
@@ -72141,36 +72048,6 @@
|
|
|
72141
72048
|
"cache_read": 0.06
|
|
72142
72049
|
}
|
|
72143
72050
|
},
|
|
72144
|
-
"arcee-ai/spotlight": {
|
|
72145
|
-
"id": "arcee-ai/spotlight",
|
|
72146
|
-
"name": "Spotlight",
|
|
72147
|
-
"attachment": true,
|
|
72148
|
-
"reasoning": false,
|
|
72149
|
-
"tool_call": false,
|
|
72150
|
-
"structured_output": false,
|
|
72151
|
-
"temperature": true,
|
|
72152
|
-
"knowledge": "2025-03-31",
|
|
72153
|
-
"release_date": "2025-05-05",
|
|
72154
|
-
"last_updated": "2025-05-05",
|
|
72155
|
-
"modalities": {
|
|
72156
|
-
"input": [
|
|
72157
|
-
"image",
|
|
72158
|
-
"text"
|
|
72159
|
-
],
|
|
72160
|
-
"output": [
|
|
72161
|
-
"text"
|
|
72162
|
-
]
|
|
72163
|
-
},
|
|
72164
|
-
"open_weights": false,
|
|
72165
|
-
"limit": {
|
|
72166
|
-
"context": 131072,
|
|
72167
|
-
"output": 65537
|
|
72168
|
-
},
|
|
72169
|
-
"cost": {
|
|
72170
|
-
"input": 0.18,
|
|
72171
|
-
"output": 0.18
|
|
72172
|
-
}
|
|
72173
|
-
},
|
|
72174
72051
|
"arcee-ai/maestro-reasoning": {
|
|
72175
72052
|
"id": "arcee-ai/maestro-reasoning",
|
|
72176
72053
|
"name": "Maestro Reasoning",
|
|
@@ -72597,8 +72474,8 @@
|
|
|
72597
72474
|
"tool_call": true,
|
|
72598
72475
|
"structured_output": false,
|
|
72599
72476
|
"temperature": true,
|
|
72600
|
-
"release_date": "2026-04-
|
|
72601
|
-
"last_updated": "2026-04-
|
|
72477
|
+
"release_date": "2026-04-20",
|
|
72478
|
+
"last_updated": "2026-04-20",
|
|
72602
72479
|
"modalities": {
|
|
72603
72480
|
"input": [
|
|
72604
72481
|
"text"
|
|
@@ -72742,7 +72619,6 @@
|
|
|
72742
72619
|
"stepfun/step-3.5-flash": {
|
|
72743
72620
|
"id": "stepfun/step-3.5-flash",
|
|
72744
72621
|
"name": "Step 3.5 Flash",
|
|
72745
|
-
"family": "step",
|
|
72746
72622
|
"attachment": false,
|
|
72747
72623
|
"reasoning": true,
|
|
72748
72624
|
"tool_call": true,
|
|
@@ -72750,7 +72626,7 @@
|
|
|
72750
72626
|
"temperature": true,
|
|
72751
72627
|
"knowledge": "2025-01",
|
|
72752
72628
|
"release_date": "2026-01-29",
|
|
72753
|
-
"last_updated": "2026-
|
|
72629
|
+
"last_updated": "2026-02-13",
|
|
72754
72630
|
"modalities": {
|
|
72755
72631
|
"input": [
|
|
72756
72632
|
"text"
|
|
@@ -73409,12 +73285,13 @@
|
|
|
73409
73285
|
},
|
|
73410
73286
|
"open_weights": true,
|
|
73411
73287
|
"limit": {
|
|
73412
|
-
"context":
|
|
73413
|
-
"output":
|
|
73288
|
+
"context": 256000,
|
|
73289
|
+
"output": 8192
|
|
73414
73290
|
},
|
|
73415
73291
|
"cost": {
|
|
73416
73292
|
"input": 0.12,
|
|
73417
|
-
"output": 0.
|
|
73293
|
+
"output": 0.36,
|
|
73294
|
+
"cache_read": 0.09
|
|
73418
73295
|
}
|
|
73419
73296
|
},
|
|
73420
73297
|
"google/gemini-3-flash-preview": {
|
|
@@ -74076,23 +73953,24 @@
|
|
|
74076
73953
|
},
|
|
74077
73954
|
"google/gemini-3-pro-image-preview": {
|
|
74078
73955
|
"id": "google/gemini-3-pro-image-preview",
|
|
74079
|
-
"name": "Nano Banana Pro
|
|
74080
|
-
"family": "gemini",
|
|
73956
|
+
"name": "Nano Banana Pro",
|
|
73957
|
+
"family": "gemini-pro",
|
|
74081
73958
|
"attachment": true,
|
|
74082
73959
|
"reasoning": true,
|
|
74083
73960
|
"tool_call": false,
|
|
74084
73961
|
"structured_output": true,
|
|
74085
73962
|
"temperature": true,
|
|
73963
|
+
"knowledge": "2025-01",
|
|
74086
73964
|
"release_date": "2025-11-20",
|
|
74087
73965
|
"last_updated": "2025-11-20",
|
|
74088
73966
|
"modalities": {
|
|
74089
73967
|
"input": [
|
|
74090
|
-
"
|
|
74091
|
-
"
|
|
73968
|
+
"text",
|
|
73969
|
+
"image"
|
|
74092
73970
|
],
|
|
74093
73971
|
"output": [
|
|
74094
|
-
"
|
|
74095
|
-
"
|
|
73972
|
+
"text",
|
|
73973
|
+
"image"
|
|
74096
73974
|
]
|
|
74097
73975
|
},
|
|
74098
73976
|
"open_weights": false,
|
|
@@ -75252,36 +75130,6 @@
|
|
|
75252
75130
|
"cache_read": 0.5
|
|
75253
75131
|
}
|
|
75254
75132
|
},
|
|
75255
|
-
"openai/gpt-4-1106-preview": {
|
|
75256
|
-
"id": "openai/gpt-4-1106-preview",
|
|
75257
|
-
"name": "GPT-4 Turbo (older v1106)",
|
|
75258
|
-
"family": "gpt",
|
|
75259
|
-
"attachment": false,
|
|
75260
|
-
"reasoning": false,
|
|
75261
|
-
"tool_call": true,
|
|
75262
|
-
"structured_output": true,
|
|
75263
|
-
"temperature": true,
|
|
75264
|
-
"knowledge": "2023-04-30",
|
|
75265
|
-
"release_date": "2023-11-06",
|
|
75266
|
-
"last_updated": "2023-11-06",
|
|
75267
|
-
"modalities": {
|
|
75268
|
-
"input": [
|
|
75269
|
-
"text"
|
|
75270
|
-
],
|
|
75271
|
-
"output": [
|
|
75272
|
-
"text"
|
|
75273
|
-
]
|
|
75274
|
-
},
|
|
75275
|
-
"open_weights": false,
|
|
75276
|
-
"limit": {
|
|
75277
|
-
"context": 128000,
|
|
75278
|
-
"output": 4096
|
|
75279
|
-
},
|
|
75280
|
-
"cost": {
|
|
75281
|
-
"input": 10,
|
|
75282
|
-
"output": 30
|
|
75283
|
-
}
|
|
75284
|
-
},
|
|
75285
75133
|
"openai/gpt-oss-20b": {
|
|
75286
75134
|
"id": "openai/gpt-oss-20b",
|
|
75287
75135
|
"name": "gpt-oss-20b",
|
|
@@ -76514,7 +76362,7 @@
|
|
|
76514
76362
|
"open_weights": true,
|
|
76515
76363
|
"limit": {
|
|
76516
76364
|
"context": 196608,
|
|
76517
|
-
"output":
|
|
76365
|
+
"output": 196608
|
|
76518
76366
|
},
|
|
76519
76367
|
"cost": {
|
|
76520
76368
|
"input": 0.279,
|
|
@@ -97703,7 +97551,7 @@
|
|
|
97703
97551
|
"open_weights": true,
|
|
97704
97552
|
"limit": {
|
|
97705
97553
|
"context": 40960,
|
|
97706
|
-
"output":
|
|
97554
|
+
"output": 4096
|
|
97707
97555
|
},
|
|
97708
97556
|
"cost": {
|
|
97709
97557
|
"input": 0.12,
|
|
@@ -98013,6 +97861,7 @@
|
|
|
98013
97861
|
"mistralai/mistral-nemotron": {
|
|
98014
97862
|
"id": "mistralai/mistral-nemotron",
|
|
98015
97863
|
"name": "mistral-nemotron",
|
|
97864
|
+
"family": "nemotron",
|
|
98016
97865
|
"attachment": false,
|
|
98017
97866
|
"reasoning": false,
|
|
98018
97867
|
"tool_call": true,
|
|
@@ -99042,6 +98891,7 @@
|
|
|
99042
98891
|
"nvidia/llama-nemotron-rerank-vl-1b-v2": {
|
|
99043
98892
|
"id": "nvidia/llama-nemotron-rerank-vl-1b-v2",
|
|
99044
98893
|
"name": "llama-nemotron-rerank-vl-1b-v2",
|
|
98894
|
+
"family": "nemotron",
|
|
99045
98895
|
"attachment": true,
|
|
99046
98896
|
"reasoning": false,
|
|
99047
98897
|
"tool_call": false,
|
|
@@ -99126,6 +98976,7 @@
|
|
|
99126
98976
|
"nvidia/nemotron-3-content-safety": {
|
|
99127
98977
|
"id": "nvidia/nemotron-3-content-safety",
|
|
99128
98978
|
"name": "nemotron-3-content-safety",
|
|
98979
|
+
"family": "nemotron",
|
|
99129
98980
|
"attachment": false,
|
|
99130
98981
|
"reasoning": false,
|
|
99131
98982
|
"tool_call": false,
|
|
@@ -99207,6 +99058,7 @@
|
|
|
99207
99058
|
"nvidia/llama-nemotron-embed-vl-1b-v2": {
|
|
99208
99059
|
"id": "nvidia/llama-nemotron-embed-vl-1b-v2",
|
|
99209
99060
|
"name": "llama-nemotron-embed-vl-1b-v2",
|
|
99061
|
+
"family": "nemotron",
|
|
99210
99062
|
"attachment": true,
|
|
99211
99063
|
"reasoning": false,
|
|
99212
99064
|
"tool_call": false,
|
|
@@ -99262,6 +99114,7 @@
|
|
|
99262
99114
|
"nvidia/llama-3_1-nemotron-safety-guard-8b-v3": {
|
|
99263
99115
|
"id": "nvidia/llama-3_1-nemotron-safety-guard-8b-v3",
|
|
99264
99116
|
"name": "llama-3.1-nemotron-safety-guard-8b-v3",
|
|
99117
|
+
"family": "nemotron",
|
|
99265
99118
|
"attachment": false,
|
|
99266
99119
|
"reasoning": false,
|
|
99267
99120
|
"tool_call": false,
|
|
@@ -99457,6 +99310,7 @@
|
|
|
99457
99310
|
"nvidia/nemotron-mini-4b-instruct": {
|
|
99458
99311
|
"id": "nvidia/nemotron-mini-4b-instruct",
|
|
99459
99312
|
"name": "nemotron-mini-4b-instruct",
|
|
99313
|
+
"family": "nemotron",
|
|
99460
99314
|
"attachment": false,
|
|
99461
99315
|
"reasoning": false,
|
|
99462
99316
|
"tool_call": true,
|
|
@@ -99484,6 +99338,7 @@
|
|
|
99484
99338
|
"nvidia/nemotron-voicechat": {
|
|
99485
99339
|
"id": "nvidia/nemotron-voicechat",
|
|
99486
99340
|
"name": "nemotron-voicechat",
|
|
99341
|
+
"family": "nemotron",
|
|
99487
99342
|
"attachment": true,
|
|
99488
99343
|
"reasoning": false,
|
|
99489
99344
|
"tool_call": true,
|
|
@@ -99568,6 +99423,7 @@
|
|
|
99568
99423
|
"nvidia/nemotron-content-safety-reasoning-4b": {
|
|
99569
99424
|
"id": "nvidia/nemotron-content-safety-reasoning-4b",
|
|
99570
99425
|
"name": "nemotron-content-safety-reasoning-4b",
|
|
99426
|
+
"family": "nemotron",
|
|
99571
99427
|
"attachment": false,
|
|
99572
99428
|
"reasoning": true,
|
|
99573
99429
|
"tool_call": false,
|
|
@@ -106838,7 +106694,7 @@
|
|
|
106838
106694
|
},
|
|
106839
106695
|
"open_weights": false,
|
|
106840
106696
|
"limit": {
|
|
106841
|
-
"context":
|
|
106697
|
+
"context": 1000000,
|
|
106842
106698
|
"output": 65536
|
|
106843
106699
|
},
|
|
106844
106700
|
"provider": {
|
|
@@ -106848,7 +106704,25 @@
|
|
|
106848
106704
|
"input": 0.5,
|
|
106849
106705
|
"output": 3,
|
|
106850
106706
|
"cache_read": 0.05,
|
|
106851
|
-
"cache_write": 0.625
|
|
106707
|
+
"cache_write": 0.625,
|
|
106708
|
+
"tiers": [
|
|
106709
|
+
{
|
|
106710
|
+
"input": 2,
|
|
106711
|
+
"output": 6,
|
|
106712
|
+
"cache_read": 0.2,
|
|
106713
|
+
"cache_write": 2.5,
|
|
106714
|
+
"tier": {
|
|
106715
|
+
"type": "context",
|
|
106716
|
+
"size": 256000
|
|
106717
|
+
}
|
|
106718
|
+
}
|
|
106719
|
+
],
|
|
106720
|
+
"context_over_200k": {
|
|
106721
|
+
"input": 2,
|
|
106722
|
+
"output": 6,
|
|
106723
|
+
"cache_read": 0.2,
|
|
106724
|
+
"cache_write": 2.5
|
|
106725
|
+
}
|
|
106852
106726
|
}
|
|
106853
106727
|
},
|
|
106854
106728
|
"minimax-m2.7": {
|
|
@@ -107056,7 +106930,7 @@
|
|
|
107056
106930
|
},
|
|
107057
106931
|
"open_weights": false,
|
|
107058
106932
|
"limit": {
|
|
107059
|
-
"context":
|
|
106933
|
+
"context": 1000000,
|
|
107060
106934
|
"output": 65536
|
|
107061
106935
|
},
|
|
107062
106936
|
"provider": {
|
|
@@ -107066,7 +106940,25 @@
|
|
|
107066
106940
|
"input": 0.4,
|
|
107067
106941
|
"output": 1.6,
|
|
107068
106942
|
"cache_read": 0.04,
|
|
107069
|
-
"cache_write": 0.5
|
|
106943
|
+
"cache_write": 0.5,
|
|
106944
|
+
"tiers": [
|
|
106945
|
+
{
|
|
106946
|
+
"input": 1.2,
|
|
106947
|
+
"output": 4.8,
|
|
106948
|
+
"cache_read": 0.12,
|
|
106949
|
+
"cache_write": 1.5,
|
|
106950
|
+
"tier": {
|
|
106951
|
+
"type": "context",
|
|
106952
|
+
"size": 256000
|
|
106953
|
+
}
|
|
106954
|
+
}
|
|
106955
|
+
],
|
|
106956
|
+
"context_over_200k": {
|
|
106957
|
+
"input": 1.2,
|
|
106958
|
+
"output": 4.8,
|
|
106959
|
+
"cache_read": 0.12,
|
|
106960
|
+
"cache_write": 1.5
|
|
106961
|
+
}
|
|
107070
106962
|
}
|
|
107071
106963
|
},
|
|
107072
106964
|
"mimo-v2.5": {
|
|
@@ -109117,6 +109009,7 @@
|
|
|
109117
109009
|
"nemotron-3-super-120b-a12b": {
|
|
109118
109010
|
"id": "nemotron-3-super-120b-a12b",
|
|
109119
109011
|
"name": "Nemotron 3 Super 120B A12B",
|
|
109012
|
+
"family": "nemotron",
|
|
109120
109013
|
"attachment": false,
|
|
109121
109014
|
"reasoning": true,
|
|
109122
109015
|
"tool_call": true,
|
|
@@ -133128,6 +133021,42 @@
|
|
|
133128
133021
|
"name": "Xpersona",
|
|
133129
133022
|
"doc": "https://www.xpersona.co/docs",
|
|
133130
133023
|
"models": {
|
|
133024
|
+
"xpersona-gpt-5.5": {
|
|
133025
|
+
"id": "xpersona-gpt-5.5",
|
|
133026
|
+
"name": "GPT-5.5",
|
|
133027
|
+
"family": "gpt",
|
|
133028
|
+
"attachment": false,
|
|
133029
|
+
"reasoning": true,
|
|
133030
|
+
"tool_call": true,
|
|
133031
|
+
"interleaved": {
|
|
133032
|
+
"field": "reasoning_content"
|
|
133033
|
+
},
|
|
133034
|
+
"structured_output": true,
|
|
133035
|
+
"temperature": false,
|
|
133036
|
+
"knowledge": "2025-12-30",
|
|
133037
|
+
"release_date": "2026-05-29",
|
|
133038
|
+
"last_updated": "2026-05-29",
|
|
133039
|
+
"modalities": {
|
|
133040
|
+
"input": [
|
|
133041
|
+
"text",
|
|
133042
|
+
"image"
|
|
133043
|
+
],
|
|
133044
|
+
"output": [
|
|
133045
|
+
"text"
|
|
133046
|
+
]
|
|
133047
|
+
},
|
|
133048
|
+
"open_weights": false,
|
|
133049
|
+
"limit": {
|
|
133050
|
+
"context": 1000000,
|
|
133051
|
+
"output": 128000
|
|
133052
|
+
},
|
|
133053
|
+
"cost": {
|
|
133054
|
+
"input": 3,
|
|
133055
|
+
"output": 18,
|
|
133056
|
+
"reasoning": 18,
|
|
133057
|
+
"cache_read": 0.3
|
|
133058
|
+
}
|
|
133059
|
+
},
|
|
133131
133060
|
"xpersona-frieren-coder": {
|
|
133132
133061
|
"id": "xpersona-frieren-coder",
|
|
133133
133062
|
"name": "Xpersona Frieren 1",
|
|
@@ -159528,7 +159457,7 @@
|
|
|
159528
159457
|
"@cf/moonshotai/kimi-k2.6": {
|
|
159529
159458
|
"id": "@cf/moonshotai/kimi-k2.6",
|
|
159530
159459
|
"name": "Kimi K2.6",
|
|
159531
|
-
"family": "kimi",
|
|
159460
|
+
"family": "kimi-k2.6",
|
|
159532
159461
|
"attachment": true,
|
|
159533
159462
|
"reasoning": true,
|
|
159534
159463
|
"tool_call": true,
|
|
@@ -159538,8 +159467,8 @@
|
|
|
159538
159467
|
"structured_output": true,
|
|
159539
159468
|
"temperature": true,
|
|
159540
159469
|
"knowledge": "2025-01",
|
|
159541
|
-
"release_date": "2026-04-
|
|
159542
|
-
"last_updated": "2026-04-
|
|
159470
|
+
"release_date": "2026-04-21",
|
|
159471
|
+
"last_updated": "2026-04-21",
|
|
159543
159472
|
"modalities": {
|
|
159544
159473
|
"input": [
|
|
159545
159474
|
"text",
|
|
@@ -159563,14 +159492,15 @@
|
|
|
159563
159492
|
"@cf/deepseek-ai/deepseek-r1-distill-qwen-32b": {
|
|
159564
159493
|
"id": "@cf/deepseek-ai/deepseek-r1-distill-qwen-32b",
|
|
159565
159494
|
"name": "Deepseek R1 Distill Qwen 32B",
|
|
159566
|
-
"family": "deepseek",
|
|
159495
|
+
"family": "deepseek-thinking",
|
|
159567
159496
|
"attachment": false,
|
|
159568
159497
|
"reasoning": true,
|
|
159569
159498
|
"tool_call": false,
|
|
159570
159499
|
"structured_output": false,
|
|
159571
159500
|
"temperature": true,
|
|
159572
|
-
"
|
|
159573
|
-
"
|
|
159501
|
+
"knowledge": "2024-07",
|
|
159502
|
+
"release_date": "2025-01-20",
|
|
159503
|
+
"last_updated": "2025-05-29",
|
|
159574
159504
|
"modalities": {
|
|
159575
159505
|
"input": [
|
|
159576
159506
|
"text"
|
|
@@ -159659,6 +159589,7 @@
|
|
|
159659
159589
|
"tool_call": true,
|
|
159660
159590
|
"structured_output": false,
|
|
159661
159591
|
"temperature": true,
|
|
159592
|
+
"knowledge": "2023-12",
|
|
159662
159593
|
"release_date": "2024-12-06",
|
|
159663
159594
|
"last_updated": "2024-12-06",
|
|
159664
159595
|
"modalities": {
|
|
@@ -159688,8 +159619,9 @@
|
|
|
159688
159619
|
"tool_call": true,
|
|
159689
159620
|
"structured_output": false,
|
|
159690
159621
|
"temperature": true,
|
|
159691
|
-
"
|
|
159692
|
-
"
|
|
159622
|
+
"knowledge": "2024-08",
|
|
159623
|
+
"release_date": "2025-04-05",
|
|
159624
|
+
"last_updated": "2025-04-05",
|
|
159693
159625
|
"modalities": {
|
|
159694
159626
|
"input": [
|
|
159695
159627
|
"text",
|
|
@@ -159893,8 +159825,8 @@
|
|
|
159893
159825
|
"tool_call": true,
|
|
159894
159826
|
"structured_output": true,
|
|
159895
159827
|
"temperature": true,
|
|
159896
|
-
"release_date": "
|
|
159897
|
-
"last_updated": "
|
|
159828
|
+
"release_date": "2026-04-02",
|
|
159829
|
+
"last_updated": "2026-04-02",
|
|
159898
159830
|
"modalities": {
|
|
159899
159831
|
"input": [
|
|
159900
159832
|
"text",
|
|
@@ -160399,6 +160331,7 @@
|
|
|
160399
160331
|
"nvidia/Llama-3_1-Nemotron-Ultra-253B-v1": {
|
|
160400
160332
|
"id": "nvidia/Llama-3_1-Nemotron-Ultra-253B-v1",
|
|
160401
160333
|
"name": "Llama-3.1-Nemotron-Ultra-253B-v1",
|
|
160334
|
+
"family": "nemotron",
|
|
160402
160335
|
"attachment": false,
|
|
160403
160336
|
"reasoning": false,
|
|
160404
160337
|
"tool_call": true,
|
|
@@ -160431,6 +160364,7 @@
|
|
|
160431
160364
|
"nvidia/Nemotron-3-Nano-Omni": {
|
|
160432
160365
|
"id": "nvidia/Nemotron-3-Nano-Omni",
|
|
160433
160366
|
"name": "Nemotron-3-Nano-Omni",
|
|
160367
|
+
"family": "nemotron",
|
|
160434
160368
|
"attachment": false,
|
|
160435
160369
|
"reasoning": true,
|
|
160436
160370
|
"tool_call": true,
|
|
@@ -160463,6 +160397,7 @@
|
|
|
160463
160397
|
"nvidia/nemotron-3-super-120b-a12b": {
|
|
160464
160398
|
"id": "nvidia/nemotron-3-super-120b-a12b",
|
|
160465
160399
|
"name": "Nemotron-3-Super-120B-A12B",
|
|
160400
|
+
"family": "nemotron",
|
|
160466
160401
|
"attachment": false,
|
|
160467
160402
|
"reasoning": true,
|
|
160468
160403
|
"tool_call": true,
|
|
@@ -160493,6 +160428,7 @@
|
|
|
160493
160428
|
"nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B": {
|
|
160494
160429
|
"id": "nvidia/NVIDIA-Nemotron-3-Nano-30B-A3B",
|
|
160495
160430
|
"name": "Nemotron-3-Nano-30B-A3B",
|
|
160431
|
+
"family": "nemotron",
|
|
160496
160432
|
"attachment": false,
|
|
160497
160433
|
"reasoning": false,
|
|
160498
160434
|
"tool_call": true,
|