@desplega.ai/agent-swarm 1.93.0 → 1.95.0

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.
Files changed (85) hide show
  1. package/README.md +2 -2
  2. package/openapi.json +180 -1
  3. package/package.json +4 -3
  4. package/src/be/db.ts +74 -9
  5. package/src/be/migrations/090_model_tiers.sql +2 -0
  6. package/src/be/migrations/091_seed_swarm_operations_metrics.sql +12 -0
  7. package/src/be/migrations/092_metrics_dashboard_combobox_filters.sql +68 -0
  8. package/src/be/migrations/093_slack_message_tracking.sql +6 -0
  9. package/src/be/migrations/094_mcp_extra_authorize_params.sql +4 -0
  10. package/src/be/migrations/runner.ts +52 -0
  11. package/src/be/modelsdev-cache.json +2060 -198
  12. package/src/be/scripts/boot-reembed.ts +74 -0
  13. package/src/be/scripts/db.ts +19 -3
  14. package/src/be/seed/index.ts +1 -1
  15. package/src/be/seed/registry.ts +2 -2
  16. package/src/be/seed/runner.ts +5 -5
  17. package/src/be/seed/types.ts +6 -1
  18. package/src/be/seed-pricing.ts +1 -0
  19. package/src/be/seed-scripts/index.ts +3 -2
  20. package/src/be/skill-sync.ts +4 -4
  21. package/src/be/swarm-config-guard.ts +8 -0
  22. package/src/commands/provider-credentials.ts +14 -8
  23. package/src/commands/runner.ts +84 -13
  24. package/src/http/index.ts +13 -2
  25. package/src/http/mcp-oauth.ts +14 -0
  26. package/src/http/metrics.ts +55 -6
  27. package/src/http/schedules.ts +16 -15
  28. package/src/http/script-runs.ts +7 -1
  29. package/src/http/scripts.ts +147 -1
  30. package/src/http/tasks.ts +7 -0
  31. package/src/model-tiers.ts +140 -0
  32. package/src/oauth/mcp-wrapper.ts +14 -0
  33. package/src/providers/claude-managed-models.ts +9 -0
  34. package/src/providers/codex-skill-resolver.ts +22 -8
  35. package/src/providers/opencode-adapter.ts +21 -2
  36. package/src/providers/pi-mono-adapter.ts +143 -26
  37. package/src/providers/types.ts +12 -0
  38. package/src/scheduler/scheduler.ts +22 -34
  39. package/src/server-user.ts +8 -2
  40. package/src/slack/responses.ts +39 -11
  41. package/src/slack/watcher.ts +121 -8
  42. package/src/tests/agents-list-model-display.test.ts +13 -0
  43. package/src/tests/aws-error-classifier.test.ts +148 -0
  44. package/src/tests/claude-managed-adapter.test.ts +12 -0
  45. package/src/tests/context-window.test.ts +7 -0
  46. package/src/tests/credential-check.test.ts +185 -46
  47. package/src/tests/harness-provider-resolution.test.ts +23 -0
  48. package/src/tests/http-api-integration.test.ts +19 -0
  49. package/src/tests/mcp-oauth-queries.test.ts +71 -1
  50. package/src/tests/mcp-oauth-wrapper.test.ts +109 -0
  51. package/src/tests/metrics-http.test.ts +137 -3
  52. package/src/tests/migration-046-budgets.test.ts +33 -0
  53. package/src/tests/migration-runner-regressions.test.ts +69 -0
  54. package/src/tests/model-control.test.ts +162 -46
  55. package/src/tests/opencode-adapter.test.ts +38 -1
  56. package/src/tests/pi-mono-adapter.test.ts +319 -0
  57. package/src/tests/provider-command-format.test.ts +12 -0
  58. package/src/tests/providers/pi-cost.test.ts +9 -0
  59. package/src/tests/runner-fallback-output.test.ts +50 -0
  60. package/src/tests/scripts-boot-reembed.test.ts +163 -0
  61. package/src/tests/scripts-embeddings.test.ts +90 -0
  62. package/src/tests/seed.test.ts +26 -1
  63. package/src/tests/session-costs-model-key-normalize.test.ts +2 -0
  64. package/src/tests/skill-fs-writer.test.ts +7 -1
  65. package/src/tests/skill-sync.test.ts +15 -3
  66. package/src/tests/slack-watcher.test.ts +66 -0
  67. package/src/tests/workflow-agent-task.test.ts +5 -2
  68. package/src/tests/workflow-validation-port-routing.test.ts +181 -0
  69. package/src/tools/mcp-servers/mcp-server-create.ts +7 -0
  70. package/src/tools/mcp-servers/mcp-server-update.ts +8 -0
  71. package/src/tools/memory-get.ts +11 -0
  72. package/src/tools/memory-search.ts +18 -0
  73. package/src/tools/schedules/create-schedule.ts +71 -70
  74. package/src/tools/schedules/update-schedule.ts +43 -31
  75. package/src/tools/send-task.ts +16 -5
  76. package/src/tools/task-action.ts +11 -3
  77. package/src/types.ts +30 -0
  78. package/src/utils/aws-error-classifier.ts +97 -0
  79. package/src/utils/context-window.ts +2 -0
  80. package/src/utils/credentials.test.ts +68 -0
  81. package/src/utils/credentials.ts +44 -3
  82. package/src/utils/pretty-print.ts +25 -10
  83. package/src/utils/skill-fs-writer.ts +11 -3
  84. package/src/workflows/engine.ts +3 -2
  85. package/src/workflows/executors/agent-task.ts +3 -1
@@ -52188,6 +52188,50 @@
52188
52188
  "cache_write": 12.5
52189
52189
  }
52190
52190
  },
52191
+ "claude-mythos-5": {
52192
+ "id": "claude-mythos-5",
52193
+ "name": "Claude Mythos 5",
52194
+ "family": "claude-mythos",
52195
+ "attachment": true,
52196
+ "reasoning": true,
52197
+ "reasoning_options": [
52198
+ {
52199
+ "type": "effort",
52200
+ "values": [
52201
+ "low",
52202
+ "medium",
52203
+ "high",
52204
+ "xhigh",
52205
+ "max"
52206
+ ]
52207
+ }
52208
+ ],
52209
+ "tool_call": true,
52210
+ "temperature": false,
52211
+ "release_date": "2026-06-09",
52212
+ "last_updated": "2026-06-09",
52213
+ "modalities": {
52214
+ "input": [
52215
+ "text",
52216
+ "image",
52217
+ "pdf"
52218
+ ],
52219
+ "output": [
52220
+ "text"
52221
+ ]
52222
+ },
52223
+ "open_weights": false,
52224
+ "limit": {
52225
+ "context": 1000000,
52226
+ "output": 128000
52227
+ },
52228
+ "cost": {
52229
+ "input": 10,
52230
+ "output": 50,
52231
+ "cache_read": 1,
52232
+ "cache_write": 12.5
52233
+ }
52234
+ },
52191
52235
  "claude-3-5-haiku-latest": {
52192
52236
  "id": "claude-3-5-haiku-latest",
52193
52237
  "name": "Claude Haiku 3.5 (latest)",
@@ -68103,7 +68147,7 @@
68103
68147
  },
68104
68148
  "open_weights": true,
68105
68149
  "limit": {
68106
- "context": 163840,
68150
+ "context": 32768,
68107
68151
  "output": 16384
68108
68152
  },
68109
68153
  "cost": {
@@ -71497,40 +71541,6 @@
71497
71541
  "cache_read": 0.34
71498
71542
  }
71499
71543
  },
71500
- "moonshotai/kimi-k2.6:free": {
71501
- "id": "moonshotai/kimi-k2.6:free",
71502
- "name": "Kimi K2.6 (free)",
71503
- "family": "kimi-k2.6",
71504
- "attachment": true,
71505
- "reasoning": true,
71506
- "tool_call": true,
71507
- "interleaved": {
71508
- "field": "reasoning_content"
71509
- },
71510
- "structured_output": false,
71511
- "temperature": false,
71512
- "knowledge": "2025-01",
71513
- "release_date": "2026-04-21",
71514
- "last_updated": "2026-04-21",
71515
- "modalities": {
71516
- "input": [
71517
- "text",
71518
- "image"
71519
- ],
71520
- "output": [
71521
- "text"
71522
- ]
71523
- },
71524
- "open_weights": true,
71525
- "limit": {
71526
- "context": 262144,
71527
- "output": 262144
71528
- },
71529
- "cost": {
71530
- "input": 0,
71531
- "output": 0
71532
- }
71533
- },
71534
71544
  "moonshotai/kimi-k2-0905": {
71535
71545
  "id": "moonshotai/kimi-k2-0905",
71536
71546
  "name": "Kimi K2 0905",
@@ -72833,7 +72843,7 @@
72833
72843
  "attachment": false,
72834
72844
  "reasoning": true,
72835
72845
  "tool_call": true,
72836
- "structured_output": false,
72846
+ "structured_output": true,
72837
72847
  "temperature": true,
72838
72848
  "release_date": "2026-03-11",
72839
72849
  "last_updated": "2026-03-11",
@@ -78298,6 +78308,187 @@
78298
78308
  }
78299
78309
  }
78300
78310
  },
78311
+ "llmtr": {
78312
+ "id": "llmtr",
78313
+ "env": [
78314
+ "LLMTR_API_KEY"
78315
+ ],
78316
+ "npm": "@ai-sdk/openai-compatible",
78317
+ "api": "https://llmtr.com/v1",
78318
+ "name": "LLMTR",
78319
+ "doc": "https://llmtr.com/docs",
78320
+ "models": {
78321
+ "magibu-11b-v8": {
78322
+ "id": "magibu-11b-v8",
78323
+ "name": "Magibu 11B v8",
78324
+ "attachment": false,
78325
+ "reasoning": false,
78326
+ "tool_call": false,
78327
+ "temperature": true,
78328
+ "release_date": "2026-06-05",
78329
+ "last_updated": "2026-06-05",
78330
+ "modalities": {
78331
+ "input": [
78332
+ "text"
78333
+ ],
78334
+ "output": [
78335
+ "text"
78336
+ ]
78337
+ },
78338
+ "open_weights": false,
78339
+ "limit": {
78340
+ "context": 8192,
78341
+ "output": 4096
78342
+ },
78343
+ "cost": {
78344
+ "input": 0,
78345
+ "output": 0
78346
+ }
78347
+ },
78348
+ "medgemma-4b": {
78349
+ "id": "medgemma-4b",
78350
+ "name": "MedGemma 4B",
78351
+ "attachment": true,
78352
+ "reasoning": false,
78353
+ "tool_call": false,
78354
+ "temperature": true,
78355
+ "release_date": "2026-04-26",
78356
+ "last_updated": "2026-04-26",
78357
+ "modalities": {
78358
+ "input": [
78359
+ "text",
78360
+ "image"
78361
+ ],
78362
+ "output": [
78363
+ "text"
78364
+ ]
78365
+ },
78366
+ "open_weights": true,
78367
+ "limit": {
78368
+ "context": 8192,
78369
+ "output": 4096
78370
+ },
78371
+ "cost": {
78372
+ "input": 3,
78373
+ "output": 5
78374
+ }
78375
+ },
78376
+ "trendyol-7b": {
78377
+ "id": "trendyol-7b",
78378
+ "name": "Trendyol 7B",
78379
+ "family": "qwen",
78380
+ "attachment": false,
78381
+ "reasoning": false,
78382
+ "tool_call": false,
78383
+ "temperature": true,
78384
+ "release_date": "2026-06-06",
78385
+ "last_updated": "2026-06-06",
78386
+ "modalities": {
78387
+ "input": [
78388
+ "text"
78389
+ ],
78390
+ "output": [
78391
+ "text"
78392
+ ]
78393
+ },
78394
+ "open_weights": true,
78395
+ "limit": {
78396
+ "context": 32768,
78397
+ "output": 8192
78398
+ },
78399
+ "cost": {
78400
+ "input": 0,
78401
+ "output": 0
78402
+ }
78403
+ },
78404
+ "gemma-4": {
78405
+ "id": "gemma-4",
78406
+ "name": "Gemma 4",
78407
+ "attachment": false,
78408
+ "reasoning": false,
78409
+ "tool_call": false,
78410
+ "temperature": true,
78411
+ "release_date": "2026-04-22",
78412
+ "last_updated": "2026-04-22",
78413
+ "modalities": {
78414
+ "input": [
78415
+ "text"
78416
+ ],
78417
+ "output": [
78418
+ "text"
78419
+ ]
78420
+ },
78421
+ "open_weights": true,
78422
+ "limit": {
78423
+ "context": 32768,
78424
+ "output": 8192
78425
+ },
78426
+ "cost": {
78427
+ "input": 5,
78428
+ "output": 10
78429
+ }
78430
+ },
78431
+ "qwen3-6-35b": {
78432
+ "id": "qwen3-6-35b",
78433
+ "name": "Qwen3.6 35B-A3B",
78434
+ "family": "qwen",
78435
+ "attachment": true,
78436
+ "reasoning": true,
78437
+ "tool_call": true,
78438
+ "structured_output": true,
78439
+ "temperature": true,
78440
+ "release_date": "2026-04-17",
78441
+ "last_updated": "2026-04-17",
78442
+ "modalities": {
78443
+ "input": [
78444
+ "text",
78445
+ "image",
78446
+ "video",
78447
+ "audio"
78448
+ ],
78449
+ "output": [
78450
+ "text"
78451
+ ]
78452
+ },
78453
+ "open_weights": true,
78454
+ "limit": {
78455
+ "context": 16384,
78456
+ "output": 65536
78457
+ },
78458
+ "cost": {
78459
+ "input": 5,
78460
+ "output": 10
78461
+ }
78462
+ },
78463
+ "sincap": {
78464
+ "id": "sincap",
78465
+ "name": "Sincap",
78466
+ "attachment": false,
78467
+ "reasoning": false,
78468
+ "tool_call": false,
78469
+ "temperature": true,
78470
+ "release_date": "2026-05-05",
78471
+ "last_updated": "2026-05-05",
78472
+ "modalities": {
78473
+ "input": [
78474
+ "text"
78475
+ ],
78476
+ "output": [
78477
+ "text"
78478
+ ]
78479
+ },
78480
+ "open_weights": false,
78481
+ "limit": {
78482
+ "context": 128000,
78483
+ "output": 8192
78484
+ },
78485
+ "cost": {
78486
+ "input": 0,
78487
+ "output": 0
78488
+ }
78489
+ }
78490
+ }
78491
+ },
78301
78492
  "llmgateway": {
78302
78493
  "id": "llmgateway",
78303
78494
  "env": [
@@ -89302,47 +89493,49 @@
89302
89493
  "output": 0.3
89303
89494
  }
89304
89495
  },
89305
- "stepfun/step-3": {
89306
- "id": "stepfun/step-3",
89307
- "name": "Step-3",
89496
+ "stepfun/step-3.7-flash-free": {
89497
+ "id": "stepfun/step-3.7-flash-free",
89498
+ "name": "Step 3.7 Flash (Free)",
89308
89499
  "attachment": true,
89309
89500
  "reasoning": true,
89310
89501
  "tool_call": true,
89311
89502
  "temperature": true,
89312
- "knowledge": "2025-01-01",
89313
- "release_date": "2025-07-31",
89314
- "last_updated": "2025-07-31",
89503
+ "knowledge": "2026-01-01",
89504
+ "release_date": "2026-05-29",
89505
+ "last_updated": "2026-05-29",
89315
89506
  "modalities": {
89316
89507
  "input": [
89317
- "image",
89318
- "text"
89508
+ "text",
89509
+ "image"
89319
89510
  ],
89320
89511
  "output": [
89321
89512
  "text"
89322
89513
  ]
89323
89514
  },
89324
- "open_weights": false,
89515
+ "open_weights": true,
89325
89516
  "limit": {
89326
- "context": 65536,
89327
- "output": 64000
89517
+ "context": 256000,
89518
+ "input": 256000,
89519
+ "output": 256000
89328
89520
  },
89329
89521
  "cost": {
89330
- "input": 0.21,
89331
- "output": 0.57
89522
+ "input": 0,
89523
+ "output": 0
89332
89524
  }
89333
89525
  },
89334
- "stepfun/step-3.5-flash-free": {
89335
- "id": "stepfun/step-3.5-flash-free",
89336
- "name": "Step 3.5 Flash (Free)",
89337
- "attachment": false,
89526
+ "stepfun/step-3": {
89527
+ "id": "stepfun/step-3",
89528
+ "name": "Step-3",
89529
+ "attachment": true,
89338
89530
  "reasoning": true,
89339
89531
  "tool_call": true,
89340
89532
  "temperature": true,
89341
89533
  "knowledge": "2025-01-01",
89342
- "release_date": "2026-02-02",
89343
- "last_updated": "2026-02-02",
89534
+ "release_date": "2025-07-31",
89535
+ "last_updated": "2025-07-31",
89344
89536
  "modalities": {
89345
89537
  "input": [
89538
+ "image",
89346
89539
  "text"
89347
89540
  ],
89348
89541
  "output": [
@@ -89351,12 +89544,12 @@
89351
89544
  },
89352
89545
  "open_weights": false,
89353
89546
  "limit": {
89354
- "context": 256000,
89547
+ "context": 65536,
89355
89548
  "output": 64000
89356
89549
  },
89357
89550
  "cost": {
89358
- "input": 0,
89359
- "output": 0
89551
+ "input": 0.21,
89552
+ "output": 0.57
89360
89553
  }
89361
89554
  },
89362
89555
  "inclusionai/ring-1t": {
@@ -106782,6 +106975,51 @@
106782
106975
  "cache_write": 5
106783
106976
  }
106784
106977
  },
106978
+ "claude-fable-5": {
106979
+ "id": "claude-fable-5",
106980
+ "name": "Claude Fable 5",
106981
+ "family": "claude-fable",
106982
+ "attachment": true,
106983
+ "reasoning": true,
106984
+ "reasoning_options": [
106985
+ {
106986
+ "type": "effort",
106987
+ "values": [
106988
+ "low",
106989
+ "medium",
106990
+ "high",
106991
+ "xhigh",
106992
+ "max"
106993
+ ]
106994
+ }
106995
+ ],
106996
+ "tool_call": true,
106997
+ "temperature": false,
106998
+ "knowledge": "2026-01-31",
106999
+ "release_date": "2026-06-09",
107000
+ "last_updated": "2026-06-09",
107001
+ "modalities": {
107002
+ "input": [
107003
+ "text",
107004
+ "image",
107005
+ "pdf"
107006
+ ],
107007
+ "output": [
107008
+ "text"
107009
+ ]
107010
+ },
107011
+ "open_weights": false,
107012
+ "limit": {
107013
+ "context": 1000000,
107014
+ "output": 128000
107015
+ },
107016
+ "cost": {
107017
+ "input": 10,
107018
+ "output": 50,
107019
+ "cache_read": 1,
107020
+ "cache_write": 12.5
107021
+ }
107022
+ },
106785
107023
  "gpt-5.3-codex": {
106786
107024
  "id": "gpt-5.3-codex",
106787
107025
  "name": "GPT-5.3 Codex",
@@ -108478,6 +108716,39 @@
108478
108716
  "output": 0
108479
108717
  }
108480
108718
  },
108719
+ "duo-chat-fable-5": {
108720
+ "id": "duo-chat-fable-5",
108721
+ "name": "Agentic Chat (Claude Fable 5)",
108722
+ "family": "claude-fable",
108723
+ "attachment": true,
108724
+ "reasoning": true,
108725
+ "tool_call": true,
108726
+ "temperature": false,
108727
+ "knowledge": "2026-01-31",
108728
+ "release_date": "2026-06-09",
108729
+ "last_updated": "2026-06-09",
108730
+ "modalities": {
108731
+ "input": [
108732
+ "text",
108733
+ "image",
108734
+ "pdf"
108735
+ ],
108736
+ "output": [
108737
+ "text"
108738
+ ]
108739
+ },
108740
+ "open_weights": false,
108741
+ "limit": {
108742
+ "context": 1000000,
108743
+ "output": 128000
108744
+ },
108745
+ "cost": {
108746
+ "input": 0,
108747
+ "output": 0,
108748
+ "cache_read": 0,
108749
+ "cache_write": 0
108750
+ }
108751
+ },
108481
108752
  "duo-chat-gpt-5-1": {
108482
108753
  "id": "duo-chat-gpt-5-1",
108483
108754
  "name": "Agentic Chat (GPT-5.1)",
@@ -108834,6 +109105,38 @@
108834
109105
  "output": 0
108835
109106
  }
108836
109107
  },
109108
+ "claude-opus4-8": {
109109
+ "id": "claude-opus4-8",
109110
+ "name": "Claude Opus 4.8",
109111
+ "family": "claude-opus",
109112
+ "attachment": true,
109113
+ "reasoning": true,
109114
+ "tool_call": true,
109115
+ "temperature": false,
109116
+ "release_date": "2026-05-28",
109117
+ "last_updated": "2026-05-28",
109118
+ "modalities": {
109119
+ "input": [
109120
+ "text",
109121
+ "image",
109122
+ "pdf"
109123
+ ],
109124
+ "output": [
109125
+ "text"
109126
+ ]
109127
+ },
109128
+ "open_weights": false,
109129
+ "limit": {
109130
+ "context": 1000000,
109131
+ "output": 128000
109132
+ },
109133
+ "cost": {
109134
+ "input": 5.64,
109135
+ "output": 28.198,
109136
+ "cache_read": 0.563,
109137
+ "cache_write": 7.049
109138
+ }
109139
+ },
108837
109140
  "qwen3-32b": {
108838
109141
  "id": "qwen3-32b",
108839
109142
  "name": "Qwen3 32B",
@@ -115012,11 +115315,22 @@
115012
115315
  "family": "nemotron",
115013
115316
  "attachment": false,
115014
115317
  "reasoning": true,
115318
+ "reasoning_options": [
115319
+ {
115320
+ "type": "effort",
115321
+ "values": [
115322
+ "none",
115323
+ "low",
115324
+ "medium",
115325
+ "high"
115326
+ ]
115327
+ }
115328
+ ],
115015
115329
  "tool_call": true,
115016
115330
  "structured_output": true,
115017
115331
  "temperature": true,
115018
115332
  "release_date": "2026-03-24",
115019
- "last_updated": "2026-04-09",
115333
+ "last_updated": "2026-06-11",
115020
115334
  "modalities": {
115021
115335
  "input": [
115022
115336
  "text"
@@ -115038,14 +115352,26 @@
115038
115352
  "zai-org-glm-4.7-flash": {
115039
115353
  "id": "zai-org-glm-4.7-flash",
115040
115354
  "name": "GLM 4.7 Flash",
115041
- "family": "glm-flash",
115355
+ "family": "glm",
115042
115356
  "attachment": false,
115043
115357
  "reasoning": true,
115358
+ "reasoning_options": [
115359
+ {
115360
+ "type": "effort",
115361
+ "values": [
115362
+ "none",
115363
+ "low",
115364
+ "medium",
115365
+ "high"
115366
+ ]
115367
+ }
115368
+ ],
115044
115369
  "tool_call": true,
115045
115370
  "structured_output": true,
115046
115371
  "temperature": true,
115372
+ "knowledge": "2025-04",
115047
115373
  "release_date": "2026-01-29",
115048
- "last_updated": "2026-03-12",
115374
+ "last_updated": "2026-06-11",
115049
115375
  "modalities": {
115050
115376
  "input": [
115051
115377
  "text"
@@ -115070,12 +115396,24 @@
115070
115396
  "family": "gpt",
115071
115397
  "attachment": false,
115072
115398
  "reasoning": true,
115399
+ "reasoning_options": [
115400
+ {
115401
+ "type": "effort",
115402
+ "values": [
115403
+ "none",
115404
+ "minimal",
115405
+ "low",
115406
+ "medium",
115407
+ "high"
115408
+ ]
115409
+ }
115410
+ ],
115073
115411
  "tool_call": true,
115074
115412
  "structured_output": true,
115075
- "temperature": true,
115413
+ "temperature": false,
115076
115414
  "knowledge": "2025-08-31",
115077
115415
  "release_date": "2025-12-13",
115078
- "last_updated": "2026-03-12",
115416
+ "last_updated": "2026-06-11",
115079
115417
  "modalities": {
115080
115418
  "input": [
115081
115419
  "text"
@@ -115087,6 +115425,7 @@
115087
115425
  "open_weights": false,
115088
115426
  "limit": {
115089
115427
  "context": 256000,
115428
+ "input": 272000,
115090
115429
  "output": 65536
115091
115430
  },
115092
115431
  "cost": {
@@ -115101,11 +115440,13 @@
115101
115440
  "family": "claude-opus",
115102
115441
  "attachment": true,
115103
115442
  "reasoning": true,
115443
+ "reasoning_options": [],
115104
115444
  "tool_call": true,
115105
115445
  "structured_output": true,
115106
115446
  "temperature": true,
115447
+ "knowledge": "2025-03-31",
115107
115448
  "release_date": "2025-12-06",
115108
- "last_updated": "2026-04-12",
115449
+ "last_updated": "2026-06-11",
115109
115450
  "modalities": {
115110
115451
  "input": [
115111
115452
  "text",
@@ -115133,12 +115474,13 @@
115133
115474
  "family": "claude-sonnet",
115134
115475
  "attachment": true,
115135
115476
  "reasoning": true,
115477
+ "reasoning_options": [],
115136
115478
  "tool_call": true,
115137
115479
  "structured_output": true,
115138
115480
  "temperature": true,
115139
115481
  "knowledge": "2025-08-31",
115140
115482
  "release_date": "2026-02-17",
115141
- "last_updated": "2026-03-16",
115483
+ "last_updated": "2026-06-11",
115142
115484
  "modalities": {
115143
115485
  "input": [
115144
115486
  "text",
@@ -115166,11 +115508,12 @@
115166
115508
  "family": "claude-opus",
115167
115509
  "attachment": true,
115168
115510
  "reasoning": true,
115511
+ "reasoning_options": [],
115169
115512
  "tool_call": true,
115170
115513
  "structured_output": true,
115171
- "temperature": true,
115514
+ "temperature": false,
115172
115515
  "release_date": "2026-05-28",
115173
- "last_updated": "2026-05-28",
115516
+ "last_updated": "2026-06-11",
115174
115517
  "modalities": {
115175
115518
  "input": [
115176
115519
  "text",
@@ -115198,11 +115541,24 @@
115198
115541
  "family": "gpt",
115199
115542
  "attachment": true,
115200
115543
  "reasoning": true,
115544
+ "reasoning_options": [
115545
+ {
115546
+ "type": "effort",
115547
+ "values": [
115548
+ "none",
115549
+ "minimal",
115550
+ "low",
115551
+ "medium",
115552
+ "high"
115553
+ ]
115554
+ }
115555
+ ],
115201
115556
  "tool_call": true,
115202
115557
  "structured_output": true,
115203
- "temperature": true,
115558
+ "temperature": false,
115559
+ "knowledge": "2025-08-31",
115204
115560
  "release_date": "2026-03-05",
115205
- "last_updated": "2026-03-09",
115561
+ "last_updated": "2026-06-11",
115206
115562
  "modalities": {
115207
115563
  "input": [
115208
115564
  "text",
@@ -115215,6 +115571,7 @@
115215
115571
  "open_weights": false,
115216
115572
  "limit": {
115217
115573
  "context": 1000000,
115574
+ "input": 922000,
115218
115575
  "output": 131072
115219
115576
  },
115220
115577
  "cost": {
@@ -115229,12 +115586,11 @@
115229
115586
  "family": "qwen",
115230
115587
  "attachment": false,
115231
115588
  "reasoning": false,
115589
+ "reasoning_options": [],
115232
115590
  "tool_call": true,
115233
115591
  "structured_output": true,
115234
- "temperature": true,
115235
- "knowledge": "2025-07",
115236
115592
  "release_date": "2025-04-29",
115237
- "last_updated": "2026-03-12",
115593
+ "last_updated": "2026-06-11",
115238
115594
  "modalities": {
115239
115595
  "input": [
115240
115596
  "text"
@@ -115256,14 +115612,16 @@
115256
115612
  "openai-gpt-4o-mini-2024-07-18": {
115257
115613
  "id": "openai-gpt-4o-mini-2024-07-18",
115258
115614
  "name": "GPT-4o Mini",
115259
- "family": "gpt-mini",
115615
+ "family": "gpt",
115260
115616
  "attachment": true,
115261
115617
  "reasoning": false,
115618
+ "reasoning_options": [],
115262
115619
  "tool_call": true,
115263
115620
  "structured_output": true,
115264
115621
  "temperature": true,
115622
+ "knowledge": "2023-09",
115265
115623
  "release_date": "2026-02-28",
115266
- "last_updated": "2026-03-06",
115624
+ "last_updated": "2026-06-11",
115267
115625
  "modalities": {
115268
115626
  "input": [
115269
115627
  "text",
@@ -115290,11 +115648,21 @@
115290
115648
  "family": "mistral-small",
115291
115649
  "attachment": true,
115292
115650
  "reasoning": true,
115651
+ "reasoning_options": [
115652
+ {
115653
+ "type": "effort",
115654
+ "values": [
115655
+ "none",
115656
+ "high"
115657
+ ]
115658
+ }
115659
+ ],
115293
115660
  "tool_call": true,
115294
115661
  "structured_output": true,
115295
115662
  "temperature": true,
115663
+ "knowledge": "2025-06",
115296
115664
  "release_date": "2026-03-16",
115297
- "last_updated": "2026-04-09",
115665
+ "last_updated": "2026-06-11",
115298
115666
  "modalities": {
115299
115667
  "input": [
115300
115668
  "text",
@@ -115320,11 +115688,11 @@
115320
115688
  "family": "gemma",
115321
115689
  "attachment": true,
115322
115690
  "reasoning": false,
115691
+ "reasoning_options": [],
115323
115692
  "tool_call": true,
115324
115693
  "structured_output": true,
115325
- "temperature": true,
115326
115694
  "release_date": "2026-04-13",
115327
- "last_updated": "2026-04-19",
115695
+ "last_updated": "2026-06-11",
115328
115696
  "modalities": {
115329
115697
  "input": [
115330
115698
  "text",
@@ -115350,11 +115718,20 @@
115350
115718
  "family": "gpt-oss",
115351
115719
  "attachment": false,
115352
115720
  "reasoning": true,
115721
+ "reasoning_options": [
115722
+ {
115723
+ "type": "effort",
115724
+ "values": [
115725
+ "none",
115726
+ "low",
115727
+ "medium",
115728
+ "high"
115729
+ ]
115730
+ }
115731
+ ],
115353
115732
  "tool_call": true,
115354
- "temperature": true,
115355
- "knowledge": "2025-07",
115356
115733
  "release_date": "2025-11-06",
115357
- "last_updated": "2026-05-06",
115734
+ "last_updated": "2026-06-11",
115358
115735
  "modalities": {
115359
115736
  "input": [
115360
115737
  "text"
@@ -115379,11 +115756,10 @@
115379
115756
  "family": "hermes",
115380
115757
  "attachment": false,
115381
115758
  "reasoning": false,
115759
+ "reasoning_options": [],
115382
115760
  "tool_call": false,
115383
- "temperature": true,
115384
- "knowledge": "2024-04",
115385
115761
  "release_date": "2025-09-25",
115386
- "last_updated": "2026-03-12",
115762
+ "last_updated": "2026-06-11",
115387
115763
  "modalities": {
115388
115764
  "input": [
115389
115765
  "text"
@@ -115408,11 +115784,13 @@
115408
115784
  "family": "claude-opus",
115409
115785
  "attachment": true,
115410
115786
  "reasoning": true,
115787
+ "reasoning_options": [],
115411
115788
  "tool_call": true,
115412
115789
  "structured_output": true,
115413
- "temperature": true,
115790
+ "temperature": false,
115791
+ "knowledge": "2026-01-31",
115414
115792
  "release_date": "2026-05-14",
115415
- "last_updated": "2026-05-14",
115793
+ "last_updated": "2026-06-11",
115416
115794
  "modalities": {
115417
115795
  "input": [
115418
115796
  "text",
@@ -115440,11 +115818,13 @@
115440
115818
  "family": "gpt",
115441
115819
  "attachment": true,
115442
115820
  "reasoning": false,
115821
+ "reasoning_options": [],
115443
115822
  "tool_call": true,
115444
115823
  "structured_output": true,
115445
115824
  "temperature": true,
115825
+ "knowledge": "2023-09",
115446
115826
  "release_date": "2026-02-28",
115447
- "last_updated": "2026-03-06",
115827
+ "last_updated": "2026-06-11",
115448
115828
  "modalities": {
115449
115829
  "input": [
115450
115830
  "text",
@@ -115470,11 +115850,22 @@
115470
115850
  "family": "gemma",
115471
115851
  "attachment": true,
115472
115852
  "reasoning": true,
115853
+ "reasoning_options": [
115854
+ {
115855
+ "type": "effort",
115856
+ "values": [
115857
+ "none",
115858
+ "low",
115859
+ "medium",
115860
+ "high"
115861
+ ]
115862
+ }
115863
+ ],
115473
115864
  "tool_call": true,
115474
115865
  "structured_output": true,
115475
115866
  "temperature": true,
115476
115867
  "release_date": "2026-04-02",
115477
- "last_updated": "2026-04-12",
115868
+ "last_updated": "2026-06-11",
115478
115869
  "modalities": {
115479
115870
  "input": [
115480
115871
  "text",
@@ -115501,12 +115892,13 @@
115501
115892
  "family": "claude-opus",
115502
115893
  "attachment": true,
115503
115894
  "reasoning": true,
115895
+ "reasoning_options": [],
115504
115896
  "tool_call": true,
115505
115897
  "structured_output": true,
115506
115898
  "temperature": true,
115507
115899
  "knowledge": "2025-05-31",
115508
115900
  "release_date": "2026-04-08",
115509
- "last_updated": "2026-04-08",
115901
+ "last_updated": "2026-06-11",
115510
115902
  "modalities": {
115511
115903
  "input": [
115512
115904
  "text",
@@ -115534,12 +115926,11 @@
115534
115926
  "family": "gemma",
115535
115927
  "attachment": true,
115536
115928
  "reasoning": false,
115929
+ "reasoning_options": [],
115537
115930
  "tool_call": true,
115538
115931
  "structured_output": true,
115539
- "temperature": true,
115540
- "knowledge": "2025-07",
115541
115932
  "release_date": "2025-11-04",
115542
- "last_updated": "2026-03-12",
115933
+ "last_updated": "2026-06-11",
115543
115934
  "modalities": {
115544
115935
  "input": [
115545
115936
  "text",
@@ -115565,10 +115956,11 @@
115565
115956
  "family": "minimax-m3",
115566
115957
  "attachment": true,
115567
115958
  "reasoning": true,
115959
+ "reasoning_options": [],
115568
115960
  "tool_call": true,
115569
115961
  "temperature": true,
115570
115962
  "release_date": "2026-06-01",
115571
- "last_updated": "2026-06-04",
115963
+ "last_updated": "2026-06-11",
115572
115964
  "modalities": {
115573
115965
  "input": [
115574
115966
  "text",
@@ -115596,11 +115988,11 @@
115596
115988
  "family": "venice",
115597
115989
  "attachment": true,
115598
115990
  "reasoning": false,
115991
+ "reasoning_options": [],
115599
115992
  "tool_call": true,
115600
115993
  "structured_output": true,
115601
- "temperature": true,
115602
115994
  "release_date": "2026-02-20",
115603
- "last_updated": "2026-03-16",
115995
+ "last_updated": "2026-06-11",
115604
115996
  "modalities": {
115605
115997
  "input": [
115606
115998
  "text",
@@ -115626,12 +116018,21 @@
115626
116018
  "family": "deepseek",
115627
116019
  "attachment": false,
115628
116020
  "reasoning": true,
116021
+ "reasoning_options": [
116022
+ {
116023
+ "type": "effort",
116024
+ "values": [
116025
+ "none",
116026
+ "low",
116027
+ "medium",
116028
+ "high"
116029
+ ]
116030
+ }
116031
+ ],
115629
116032
  "tool_call": true,
115630
116033
  "structured_output": true,
115631
- "temperature": true,
115632
- "knowledge": "2025-10",
115633
116034
  "release_date": "2025-12-04",
115634
- "last_updated": "2026-03-24",
116035
+ "last_updated": "2026-06-11",
115635
116036
  "modalities": {
115636
116037
  "input": [
115637
116038
  "text"
@@ -115654,9 +116055,19 @@
115654
116055
  "gemini-3-flash-preview": {
115655
116056
  "id": "gemini-3-flash-preview",
115656
116057
  "name": "Gemini 3 Flash Preview",
115657
- "family": "gemini-flash",
116058
+ "family": "gemini",
115658
116059
  "attachment": true,
115659
116060
  "reasoning": true,
116061
+ "reasoning_options": [
116062
+ {
116063
+ "type": "effort",
116064
+ "values": [
116065
+ "low",
116066
+ "medium",
116067
+ "high"
116068
+ ]
116069
+ }
116070
+ ],
115660
116071
  "tool_call": true,
115661
116072
  "interleaved": {
115662
116073
  "field": "reasoning_content"
@@ -115665,13 +116076,13 @@
115665
116076
  "temperature": true,
115666
116077
  "knowledge": "2025-01",
115667
116078
  "release_date": "2025-12-19",
115668
- "last_updated": "2026-03-12",
116079
+ "last_updated": "2026-06-11",
115669
116080
  "modalities": {
115670
116081
  "input": [
115671
116082
  "text",
115672
116083
  "image",
115673
- "audio",
115674
116084
  "video",
116085
+ "audio",
115675
116086
  "pdf"
115676
116087
  ],
115677
116088
  "output": [
@@ -115695,6 +116106,17 @@
115695
116106
  "family": "glm",
115696
116107
  "attachment": false,
115697
116108
  "reasoning": true,
116109
+ "reasoning_options": [
116110
+ {
116111
+ "type": "effort",
116112
+ "values": [
116113
+ "none",
116114
+ "low",
116115
+ "medium",
116116
+ "high"
116117
+ ]
116118
+ }
116119
+ ],
115698
116120
  "tool_call": true,
115699
116121
  "interleaved": {
115700
116122
  "field": "reasoning_content"
@@ -115702,7 +116124,7 @@
115702
116124
  "structured_output": true,
115703
116125
  "temperature": true,
115704
116126
  "release_date": "2026-04-07",
115705
- "last_updated": "2026-04-08",
116127
+ "last_updated": "2026-06-11",
115706
116128
  "modalities": {
115707
116129
  "input": [
115708
116130
  "text"
@@ -115728,11 +116150,12 @@
115728
116150
  "family": "grok-build",
115729
116151
  "attachment": true,
115730
116152
  "reasoning": true,
116153
+ "reasoning_options": [],
115731
116154
  "tool_call": true,
115732
116155
  "structured_output": true,
115733
116156
  "temperature": true,
115734
116157
  "release_date": "2026-05-21",
115735
- "last_updated": "2026-05-22",
116158
+ "last_updated": "2026-06-11",
115736
116159
  "modalities": {
115737
116160
  "input": [
115738
116161
  "text",
@@ -115775,11 +116198,22 @@
115775
116198
  "family": "qwen",
115776
116199
  "attachment": true,
115777
116200
  "reasoning": true,
116201
+ "reasoning_options": [
116202
+ {
116203
+ "type": "effort",
116204
+ "values": [
116205
+ "none",
116206
+ "low",
116207
+ "medium",
116208
+ "high"
116209
+ ]
116210
+ }
116211
+ ],
115778
116212
  "tool_call": true,
115779
116213
  "structured_output": true,
115780
116214
  "temperature": true,
115781
116215
  "release_date": "2026-04-24",
115782
- "last_updated": "2026-04-29",
116216
+ "last_updated": "2026-06-11",
115783
116217
  "modalities": {
115784
116218
  "input": [
115785
116219
  "text",
@@ -115806,14 +116240,25 @@
115806
116240
  "family": "glm",
115807
116241
  "attachment": false,
115808
116242
  "reasoning": true,
116243
+ "reasoning_options": [
116244
+ {
116245
+ "type": "effort",
116246
+ "values": [
116247
+ "low",
116248
+ "medium",
116249
+ "high"
116250
+ ]
116251
+ }
116252
+ ],
115809
116253
  "tool_call": true,
115810
116254
  "interleaved": {
115811
116255
  "field": "reasoning_content"
115812
116256
  },
115813
116257
  "structured_output": true,
115814
116258
  "temperature": true,
116259
+ "knowledge": "2025-04",
115815
116260
  "release_date": "2024-04-01",
115816
- "last_updated": "2026-04-04",
116261
+ "last_updated": "2026-06-11",
115817
116262
  "modalities": {
115818
116263
  "input": [
115819
116264
  "text"
@@ -115836,14 +116281,25 @@
115836
116281
  "gemini-3-1-pro-preview": {
115837
116282
  "id": "gemini-3-1-pro-preview",
115838
116283
  "name": "Gemini 3.1 Pro Preview",
115839
- "family": "gemini-pro",
116284
+ "family": "gemini",
115840
116285
  "attachment": true,
115841
116286
  "reasoning": true,
116287
+ "reasoning_options": [
116288
+ {
116289
+ "type": "effort",
116290
+ "values": [
116291
+ "low",
116292
+ "medium",
116293
+ "high"
116294
+ ]
116295
+ }
116296
+ ],
115842
116297
  "tool_call": true,
115843
116298
  "structured_output": true,
115844
116299
  "temperature": true,
116300
+ "knowledge": "2025-01",
115845
116301
  "release_date": "2026-02-19",
115846
- "last_updated": "2026-03-12",
116302
+ "last_updated": "2026-06-11",
115847
116303
  "modalities": {
115848
116304
  "input": [
115849
116305
  "text",
@@ -115870,6 +116326,7 @@
115870
116326
  "input": 5,
115871
116327
  "output": 22.5,
115872
116328
  "cache_read": 0.5,
116329
+ "cache_write": 0.5,
115873
116330
  "tier": {
115874
116331
  "type": "context",
115875
116332
  "size": 200000
@@ -115879,21 +116336,21 @@
115879
116336
  "context_over_200k": {
115880
116337
  "input": 5,
115881
116338
  "output": 22.5,
115882
- "cache_read": 0.5
116339
+ "cache_read": 0.5,
116340
+ "cache_write": 0.5
115883
116341
  }
115884
116342
  }
115885
116343
  },
115886
116344
  "qwen3-vl-235b-a22b": {
115887
116345
  "id": "qwen3-vl-235b-a22b",
115888
116346
  "name": "Qwen3 VL 235B",
115889
- "family": "qwen",
115890
116347
  "attachment": true,
115891
116348
  "reasoning": false,
116349
+ "reasoning_options": [],
115892
116350
  "tool_call": true,
115893
116351
  "structured_output": true,
115894
- "temperature": true,
115895
116352
  "release_date": "2026-01-16",
115896
- "last_updated": "2026-03-12",
116353
+ "last_updated": "2026-06-11",
115897
116354
  "modalities": {
115898
116355
  "input": [
115899
116356
  "text",
@@ -115916,14 +116373,27 @@
115916
116373
  "openai-gpt-55-pro": {
115917
116374
  "id": "openai-gpt-55-pro",
115918
116375
  "name": "GPT-5.5 Pro",
115919
- "family": "gpt-pro",
116376
+ "family": "gpt",
115920
116377
  "attachment": true,
115921
116378
  "reasoning": true,
116379
+ "reasoning_options": [
116380
+ {
116381
+ "type": "effort",
116382
+ "values": [
116383
+ "none",
116384
+ "minimal",
116385
+ "low",
116386
+ "medium",
116387
+ "high"
116388
+ ]
116389
+ }
116390
+ ],
115922
116391
  "tool_call": true,
115923
116392
  "structured_output": true,
115924
- "temperature": true,
116393
+ "temperature": false,
116394
+ "knowledge": "2025-12-01",
115925
116395
  "release_date": "2026-04-24",
115926
- "last_updated": "2026-04-25",
116396
+ "last_updated": "2026-06-11",
115927
116397
  "modalities": {
115928
116398
  "input": [
115929
116399
  "text",
@@ -115936,6 +116406,7 @@
115936
116406
  "open_weights": false,
115937
116407
  "limit": {
115938
116408
  "context": 1000000,
116409
+ "input": 922000,
115939
116410
  "output": 128000
115940
116411
  },
115941
116412
  "cost": {
@@ -115949,15 +116420,26 @@
115949
116420
  "family": "kimi",
115950
116421
  "attachment": true,
115951
116422
  "reasoning": true,
116423
+ "reasoning_options": [
116424
+ {
116425
+ "type": "effort",
116426
+ "values": [
116427
+ "none",
116428
+ "low",
116429
+ "medium",
116430
+ "high"
116431
+ ]
116432
+ }
116433
+ ],
115952
116434
  "tool_call": true,
115953
116435
  "interleaved": {
115954
116436
  "field": "reasoning_content"
115955
116437
  },
115956
116438
  "structured_output": true,
115957
- "temperature": true,
116439
+ "temperature": false,
115958
116440
  "knowledge": "2024-04",
115959
116441
  "release_date": "2026-01-27",
115960
- "last_updated": "2026-04-30",
116442
+ "last_updated": "2026-06-11",
115961
116443
  "modalities": {
115962
116444
  "input": [
115963
116445
  "text",
@@ -115984,15 +116466,23 @@
115984
116466
  "family": "qwen",
115985
116467
  "attachment": false,
115986
116468
  "reasoning": true,
116469
+ "reasoning_options": [
116470
+ {
116471
+ "type": "effort",
116472
+ "values": [
116473
+ "low",
116474
+ "medium",
116475
+ "high"
116476
+ ]
116477
+ }
116478
+ ],
115987
116479
  "tool_call": true,
115988
116480
  "interleaved": {
115989
116481
  "field": "reasoning_content"
115990
116482
  },
115991
116483
  "structured_output": true,
115992
- "temperature": true,
115993
- "knowledge": "2025-07",
115994
116484
  "release_date": "2025-04-29",
115995
- "last_updated": "2026-03-12",
116485
+ "last_updated": "2026-06-11",
115996
116486
  "modalities": {
115997
116487
  "input": [
115998
116488
  "text"
@@ -116017,11 +116507,11 @@
116017
116507
  "family": "venice",
116018
116508
  "attachment": true,
116019
116509
  "reasoning": false,
116510
+ "reasoning_options": [],
116020
116511
  "tool_call": true,
116021
116512
  "structured_output": true,
116022
- "temperature": true,
116023
116513
  "release_date": "2026-04-01",
116024
- "last_updated": "2026-04-19",
116514
+ "last_updated": "2026-06-11",
116025
116515
  "modalities": {
116026
116516
  "input": [
116027
116517
  "text",
@@ -116045,17 +116535,27 @@
116045
116535
  "id": "nvidia-nemotron-3-ultra-550b-a55b",
116046
116536
  "name": "NVIDIA Nemotron 3 Ultra",
116047
116537
  "family": "nemotron",
116048
- "attachment": true,
116538
+ "attachment": false,
116049
116539
  "reasoning": true,
116540
+ "reasoning_options": [
116541
+ {
116542
+ "type": "effort",
116543
+ "values": [
116544
+ "none",
116545
+ "low",
116546
+ "medium",
116547
+ "high"
116548
+ ]
116549
+ }
116550
+ ],
116050
116551
  "tool_call": true,
116051
116552
  "structured_output": true,
116052
116553
  "temperature": true,
116053
116554
  "release_date": "2026-06-04",
116054
- "last_updated": "2026-06-08",
116555
+ "last_updated": "2026-06-11",
116055
116556
  "modalities": {
116056
116557
  "input": [
116057
- "text",
116058
- "image"
116558
+ "text"
116059
116559
  ],
116060
116560
  "output": [
116061
116561
  "text"
@@ -116078,11 +116578,22 @@
116078
116578
  "family": "qwen",
116079
116579
  "attachment": true,
116080
116580
  "reasoning": true,
116581
+ "reasoning_options": [
116582
+ {
116583
+ "type": "effort",
116584
+ "values": [
116585
+ "none",
116586
+ "low",
116587
+ "medium",
116588
+ "high"
116589
+ ]
116590
+ }
116591
+ ],
116081
116592
  "tool_call": true,
116082
116593
  "structured_output": true,
116083
116594
  "temperature": true,
116084
116595
  "release_date": "2026-02-16",
116085
- "last_updated": "2026-04-16",
116596
+ "last_updated": "2026-06-11",
116086
116597
  "modalities": {
116087
116598
  "input": [
116088
116599
  "text",
@@ -116109,11 +116620,13 @@
116109
116620
  "family": "qwen",
116110
116621
  "attachment": true,
116111
116622
  "reasoning": true,
116623
+ "reasoning_options": [],
116112
116624
  "tool_call": true,
116113
116625
  "structured_output": true,
116114
116626
  "temperature": true,
116627
+ "knowledge": "2025-04",
116115
116628
  "release_date": "2026-04-06",
116116
- "last_updated": "2026-04-12",
116629
+ "last_updated": "2026-06-11",
116117
116630
  "modalities": {
116118
116631
  "input": [
116119
116632
  "text",
@@ -116142,7 +116655,7 @@
116142
116655
  "cache_write": 0.78,
116143
116656
  "tier": {
116144
116657
  "type": "context",
116145
- "size": 200000
116658
+ "size": 256000
116146
116659
  }
116147
116660
  }
116148
116661
  ],
@@ -116154,12 +116667,57 @@
116154
116667
  }
116155
116668
  }
116156
116669
  },
116670
+ "claude-fable-5": {
116671
+ "id": "claude-fable-5",
116672
+ "name": "Claude Fable 5",
116673
+ "family": "claude-fable",
116674
+ "attachment": true,
116675
+ "reasoning": true,
116676
+ "reasoning_options": [],
116677
+ "tool_call": true,
116678
+ "structured_output": true,
116679
+ "temperature": false,
116680
+ "knowledge": "2026-01-31",
116681
+ "release_date": "2026-06-10",
116682
+ "last_updated": "2026-06-11",
116683
+ "modalities": {
116684
+ "input": [
116685
+ "text",
116686
+ "image"
116687
+ ],
116688
+ "output": [
116689
+ "text"
116690
+ ]
116691
+ },
116692
+ "open_weights": false,
116693
+ "limit": {
116694
+ "context": 1000000,
116695
+ "output": 128000
116696
+ },
116697
+ "cost": {
116698
+ "input": 12,
116699
+ "output": 60,
116700
+ "cache_read": 1.2,
116701
+ "cache_write": 15
116702
+ }
116703
+ },
116157
116704
  "zai-org-glm-5": {
116158
116705
  "id": "zai-org-glm-5",
116159
116706
  "name": "GLM 5",
116160
116707
  "family": "glm",
116161
116708
  "attachment": false,
116162
116709
  "reasoning": true,
116710
+ "reasoning_options": [
116711
+ {
116712
+ "type": "effort",
116713
+ "values": [
116714
+ "none",
116715
+ "low",
116716
+ "medium",
116717
+ "high"
116718
+ ]
116719
+ }
116720
+ ],
116163
116721
  "tool_call": true,
116164
116722
  "interleaved": {
116165
116723
  "field": "reasoning_content"
@@ -116167,7 +116725,7 @@
116167
116725
  "structured_output": true,
116168
116726
  "temperature": true,
116169
116727
  "release_date": "2026-02-11",
116170
- "last_updated": "2026-03-12",
116728
+ "last_updated": "2026-06-11",
116171
116729
  "modalities": {
116172
116730
  "input": [
116173
116731
  "text"
@@ -116193,11 +116751,22 @@
116193
116751
  "family": "qwen",
116194
116752
  "attachment": true,
116195
116753
  "reasoning": true,
116754
+ "reasoning_options": [
116755
+ {
116756
+ "type": "effort",
116757
+ "values": [
116758
+ "none",
116759
+ "low",
116760
+ "medium",
116761
+ "high"
116762
+ ]
116763
+ }
116764
+ ],
116196
116765
  "tool_call": true,
116197
116766
  "structured_output": true,
116198
116767
  "temperature": true,
116199
116768
  "release_date": "2026-02-25",
116200
- "last_updated": "2026-05-25",
116769
+ "last_updated": "2026-06-11",
116201
116770
  "modalities": {
116202
116771
  "input": [
116203
116772
  "text",
@@ -116222,14 +116791,27 @@
116222
116791
  "openai-gpt-54-pro": {
116223
116792
  "id": "openai-gpt-54-pro",
116224
116793
  "name": "GPT-5.4 Pro",
116225
- "family": "gpt-pro",
116794
+ "family": "gpt",
116226
116795
  "attachment": true,
116227
116796
  "reasoning": true,
116797
+ "reasoning_options": [
116798
+ {
116799
+ "type": "effort",
116800
+ "values": [
116801
+ "none",
116802
+ "minimal",
116803
+ "low",
116804
+ "medium",
116805
+ "high"
116806
+ ]
116807
+ }
116808
+ ],
116228
116809
  "tool_call": true,
116229
116810
  "structured_output": true,
116230
- "temperature": true,
116811
+ "temperature": false,
116812
+ "knowledge": "2025-08-31",
116231
116813
  "release_date": "2026-03-05",
116232
- "last_updated": "2026-03-09",
116814
+ "last_updated": "2026-06-11",
116233
116815
  "modalities": {
116234
116816
  "input": [
116235
116817
  "text",
@@ -116242,6 +116824,7 @@
116242
116824
  "open_weights": false,
116243
116825
  "limit": {
116244
116826
  "context": 1000000,
116827
+ "input": 922000,
116245
116828
  "output": 128000
116246
116829
  },
116247
116830
  "cost": {
@@ -116269,13 +116852,23 @@
116269
116852
  "family": "minimax",
116270
116853
  "attachment": false,
116271
116854
  "reasoning": true,
116855
+ "reasoning_options": [
116856
+ {
116857
+ "type": "effort",
116858
+ "values": [
116859
+ "low",
116860
+ "medium",
116861
+ "high"
116862
+ ]
116863
+ }
116864
+ ],
116272
116865
  "tool_call": true,
116273
116866
  "interleaved": {
116274
116867
  "field": "reasoning_content"
116275
116868
  },
116276
116869
  "temperature": true,
116277
116870
  "release_date": "2026-02-12",
116278
- "last_updated": "2026-04-12",
116871
+ "last_updated": "2026-06-11",
116279
116872
  "modalities": {
116280
116873
  "input": [
116281
116874
  "text"
@@ -116284,7 +116877,7 @@
116284
116877
  "text"
116285
116878
  ]
116286
116879
  },
116287
- "open_weights": false,
116880
+ "open_weights": true,
116288
116881
  "limit": {
116289
116882
  "context": 198000,
116290
116883
  "output": 32768
@@ -116301,14 +116894,26 @@
116301
116894
  "family": "kimi",
116302
116895
  "attachment": true,
116303
116896
  "reasoning": true,
116897
+ "reasoning_options": [
116898
+ {
116899
+ "type": "effort",
116900
+ "values": [
116901
+ "none",
116902
+ "low",
116903
+ "medium",
116904
+ "high"
116905
+ ]
116906
+ }
116907
+ ],
116304
116908
  "tool_call": true,
116305
116909
  "interleaved": {
116306
116910
  "field": "reasoning_content"
116307
116911
  },
116308
116912
  "structured_output": true,
116309
116913
  "temperature": true,
116914
+ "knowledge": "2025-01",
116310
116915
  "release_date": "2026-04-20",
116311
- "last_updated": "2026-04-30",
116916
+ "last_updated": "2026-06-11",
116312
116917
  "modalities": {
116313
116918
  "input": [
116314
116919
  "text",
@@ -116332,14 +116937,27 @@
116332
116937
  "openai-gpt-53-codex": {
116333
116938
  "id": "openai-gpt-53-codex",
116334
116939
  "name": "GPT-5.3 Codex",
116335
- "family": "gpt-codex",
116940
+ "family": "gpt",
116336
116941
  "attachment": true,
116337
116942
  "reasoning": true,
116943
+ "reasoning_options": [
116944
+ {
116945
+ "type": "effort",
116946
+ "values": [
116947
+ "none",
116948
+ "minimal",
116949
+ "low",
116950
+ "medium",
116951
+ "high"
116952
+ ]
116953
+ }
116954
+ ],
116338
116955
  "tool_call": true,
116339
116956
  "structured_output": true,
116340
- "temperature": true,
116957
+ "temperature": false,
116958
+ "knowledge": "2025-08-31",
116341
116959
  "release_date": "2026-02-24",
116342
- "last_updated": "2026-03-12",
116960
+ "last_updated": "2026-06-11",
116343
116961
  "modalities": {
116344
116962
  "input": [
116345
116963
  "text",
@@ -116352,6 +116970,7 @@
116352
116970
  "open_weights": false,
116353
116971
  "limit": {
116354
116972
  "context": 400000,
116973
+ "input": 272000,
116355
116974
  "output": 128000
116356
116975
  },
116357
116976
  "cost": {
@@ -116366,11 +116985,11 @@
116366
116985
  "family": "mistral-small",
116367
116986
  "attachment": false,
116368
116987
  "reasoning": false,
116988
+ "reasoning_options": [],
116369
116989
  "tool_call": true,
116370
116990
  "structured_output": true,
116371
- "temperature": true,
116372
116991
  "release_date": "2026-01-15",
116373
- "last_updated": "2026-03-16",
116992
+ "last_updated": "2026-06-11",
116374
116993
  "modalities": {
116375
116994
  "input": [
116376
116995
  "text"
@@ -116395,10 +117014,11 @@
116395
117014
  "family": "qwen",
116396
117015
  "attachment": false,
116397
117016
  "reasoning": true,
117017
+ "reasoning_options": [],
116398
117018
  "tool_call": true,
116399
117019
  "temperature": true,
116400
117020
  "release_date": "2026-05-22",
116401
- "last_updated": "2026-05-25",
117021
+ "last_updated": "2026-06-11",
116402
117022
  "modalities": {
116403
117023
  "input": [
116404
117024
  "text"
@@ -116422,14 +117042,25 @@
116422
117042
  "z-ai-glm-5v-turbo": {
116423
117043
  "id": "z-ai-glm-5v-turbo",
116424
117044
  "name": "GLM 5V Turbo",
116425
- "family": "glmv",
117045
+ "family": "glm",
116426
117046
  "attachment": true,
116427
117047
  "reasoning": true,
117048
+ "reasoning_options": [
117049
+ {
117050
+ "type": "effort",
117051
+ "values": [
117052
+ "none",
117053
+ "low",
117054
+ "medium",
117055
+ "high"
117056
+ ]
117057
+ }
117058
+ ],
116428
117059
  "tool_call": true,
116429
117060
  "structured_output": true,
116430
117061
  "temperature": true,
116431
117062
  "release_date": "2026-04-01",
116432
- "last_updated": "2026-04-12",
117063
+ "last_updated": "2026-06-11",
116433
117064
  "modalities": {
116434
117065
  "input": [
116435
117066
  "text",
@@ -116450,17 +117081,70 @@
116450
117081
  "cache_read": 0.3
116451
117082
  }
116452
117083
  },
117084
+ "tencent-hy3-preview": {
117085
+ "id": "tencent-hy3-preview",
117086
+ "name": "Hy3 Preview",
117087
+ "family": "hy3",
117088
+ "attachment": false,
117089
+ "reasoning": true,
117090
+ "reasoning_options": [
117091
+ {
117092
+ "type": "effort",
117093
+ "values": [
117094
+ "none",
117095
+ "low",
117096
+ "high"
117097
+ ]
117098
+ }
117099
+ ],
117100
+ "tool_call": true,
117101
+ "structured_output": true,
117102
+ "temperature": true,
117103
+ "release_date": "2026-06-08",
117104
+ "last_updated": "2026-06-11",
117105
+ "modalities": {
117106
+ "input": [
117107
+ "text"
117108
+ ],
117109
+ "output": [
117110
+ "text"
117111
+ ]
117112
+ },
117113
+ "open_weights": true,
117114
+ "limit": {
117115
+ "context": 256000,
117116
+ "output": 32768
117117
+ },
117118
+ "cost": {
117119
+ "input": 0.063,
117120
+ "output": 0.21,
117121
+ "cache_read": 0.021
117122
+ }
117123
+ },
116453
117124
  "openai-gpt-54-mini": {
116454
117125
  "id": "openai-gpt-54-mini",
116455
117126
  "name": "GPT-5.4 Mini",
116456
- "family": "gpt-mini",
117127
+ "family": "gpt",
116457
117128
  "attachment": true,
116458
117129
  "reasoning": true,
117130
+ "reasoning_options": [
117131
+ {
117132
+ "type": "effort",
117133
+ "values": [
117134
+ "none",
117135
+ "minimal",
117136
+ "low",
117137
+ "medium",
117138
+ "high"
117139
+ ]
117140
+ }
117141
+ ],
116459
117142
  "tool_call": true,
116460
117143
  "structured_output": true,
116461
- "temperature": true,
117144
+ "temperature": false,
117145
+ "knowledge": "2025-08-31",
116462
117146
  "release_date": "2026-03-27",
116463
- "last_updated": "2026-03-31",
117147
+ "last_updated": "2026-06-11",
116464
117148
  "modalities": {
116465
117149
  "input": [
116466
117150
  "text",
@@ -116473,6 +117157,7 @@
116473
117157
  "open_weights": false,
116474
117158
  "limit": {
116475
117159
  "context": 400000,
117160
+ "input": 272000,
116476
117161
  "output": 128000
116477
117162
  },
116478
117163
  "cost": {
@@ -116487,11 +117172,12 @@
116487
117172
  "family": "nemotron",
116488
117173
  "attachment": false,
116489
117174
  "reasoning": false,
117175
+ "reasoning_options": [],
116490
117176
  "tool_call": true,
116491
117177
  "structured_output": true,
116492
117178
  "temperature": true,
116493
117179
  "release_date": "2026-01-27",
116494
- "last_updated": "2026-03-12",
117180
+ "last_updated": "2026-06-11",
116495
117181
  "modalities": {
116496
117182
  "input": [
116497
117183
  "text"
@@ -116516,11 +117202,10 @@
116516
117202
  "family": "llama",
116517
117203
  "attachment": false,
116518
117204
  "reasoning": false,
117205
+ "reasoning_options": [],
116519
117206
  "tool_call": true,
116520
- "temperature": true,
116521
- "knowledge": "2023-12",
116522
117207
  "release_date": "2025-04-06",
116523
- "last_updated": "2026-03-12",
117208
+ "last_updated": "2026-06-11",
116524
117209
  "modalities": {
116525
117210
  "input": [
116526
117211
  "text"
@@ -116545,11 +117230,10 @@
116545
117230
  "family": "llama",
116546
117231
  "attachment": false,
116547
117232
  "reasoning": false,
117233
+ "reasoning_options": [],
116548
117234
  "tool_call": true,
116549
- "temperature": true,
116550
- "knowledge": "2023-12",
116551
117235
  "release_date": "2024-10-03",
116552
- "last_updated": "2026-03-12",
117236
+ "last_updated": "2026-06-11",
116553
117237
  "modalities": {
116554
117238
  "input": [
116555
117239
  "text"
@@ -116574,11 +117258,11 @@
116574
117258
  "family": "qwen",
116575
117259
  "attachment": false,
116576
117260
  "reasoning": false,
117261
+ "reasoning_options": [],
116577
117262
  "tool_call": true,
116578
117263
  "structured_output": true,
116579
- "temperature": true,
116580
117264
  "release_date": "2026-01-27",
116581
- "last_updated": "2026-02-26",
117265
+ "last_updated": "2026-06-11",
116582
117266
  "modalities": {
116583
117267
  "input": [
116584
117268
  "text"
@@ -116601,17 +117285,19 @@
116601
117285
  "deepseek-v4-flash": {
116602
117286
  "id": "deepseek-v4-flash",
116603
117287
  "name": "DeepSeek V4 Flash",
116604
- "family": "deepseek-flash",
117288
+ "family": "deepseek",
116605
117289
  "attachment": false,
116606
117290
  "reasoning": true,
117291
+ "reasoning_options": [],
116607
117292
  "tool_call": true,
116608
117293
  "interleaved": {
116609
117294
  "field": "reasoning_content"
116610
117295
  },
116611
117296
  "structured_output": true,
116612
117297
  "temperature": true,
117298
+ "knowledge": "2025-05",
116613
117299
  "release_date": "2026-04-24",
116614
- "last_updated": "2026-04-29",
117300
+ "last_updated": "2026-06-11",
116615
117301
  "modalities": {
116616
117302
  "input": [
116617
117303
  "text"
@@ -116637,11 +117323,11 @@
116637
117323
  "family": "grok",
116638
117324
  "attachment": true,
116639
117325
  "reasoning": true,
117326
+ "reasoning_options": [],
116640
117327
  "tool_call": false,
116641
117328
  "structured_output": true,
116642
- "temperature": true,
116643
117329
  "release_date": "2026-03-12",
116644
- "last_updated": "2026-05-07",
117330
+ "last_updated": "2026-06-11",
116645
117331
  "modalities": {
116646
117332
  "input": [
116647
117333
  "text",
@@ -116681,15 +117367,27 @@
116681
117367
  "openai-gpt-52-codex": {
116682
117368
  "id": "openai-gpt-52-codex",
116683
117369
  "name": "GPT-5.2 Codex",
116684
- "family": "gpt-codex",
117370
+ "family": "gpt",
116685
117371
  "attachment": true,
116686
117372
  "reasoning": true,
117373
+ "reasoning_options": [
117374
+ {
117375
+ "type": "effort",
117376
+ "values": [
117377
+ "none",
117378
+ "minimal",
117379
+ "low",
117380
+ "medium",
117381
+ "high"
117382
+ ]
117383
+ }
117384
+ ],
116687
117385
  "tool_call": true,
116688
117386
  "structured_output": true,
116689
- "temperature": true,
117387
+ "temperature": false,
116690
117388
  "knowledge": "2025-08",
116691
117389
  "release_date": "2025-01-15",
116692
- "last_updated": "2026-03-12",
117390
+ "last_updated": "2026-06-11",
116693
117391
  "modalities": {
116694
117392
  "input": [
116695
117393
  "text",
@@ -116702,6 +117400,7 @@
116702
117400
  "open_weights": false,
116703
117401
  "limit": {
116704
117402
  "context": 256000,
117403
+ "input": 272000,
116705
117404
  "output": 65536
116706
117405
  },
116707
117406
  "cost": {
@@ -116716,10 +117415,20 @@
116716
117415
  "family": "minimax",
116717
117416
  "attachment": false,
116718
117417
  "reasoning": true,
117418
+ "reasoning_options": [
117419
+ {
117420
+ "type": "effort",
117421
+ "values": [
117422
+ "low",
117423
+ "medium",
117424
+ "high"
117425
+ ]
117426
+ }
117427
+ ],
116719
117428
  "tool_call": true,
116720
117429
  "temperature": true,
116721
117430
  "release_date": "2026-03-18",
116722
- "last_updated": "2026-04-12",
117431
+ "last_updated": "2026-06-11",
116723
117432
  "modalities": {
116724
117433
  "input": [
116725
117434
  "text"
@@ -116728,7 +117437,7 @@
116728
117437
  "text"
116729
117438
  ]
116730
117439
  },
116731
- "open_weights": false,
117440
+ "open_weights": true,
116732
117441
  "limit": {
116733
117442
  "context": 198000,
116734
117443
  "output": 32768
@@ -116736,7 +117445,7 @@
116736
117445
  "cost": {
116737
117446
  "input": 0.375,
116738
117447
  "output": 1.5,
116739
- "cache_read": 0.075
117448
+ "cache_read": 0.06875
116740
117449
  }
116741
117450
  },
116742
117451
  "claude-opus-4-8": {
@@ -116745,11 +117454,12 @@
116745
117454
  "family": "claude-opus",
116746
117455
  "attachment": true,
116747
117456
  "reasoning": true,
117457
+ "reasoning_options": [],
116748
117458
  "tool_call": true,
116749
117459
  "structured_output": true,
116750
- "temperature": true,
117460
+ "temperature": false,
116751
117461
  "release_date": "2026-05-28",
116752
- "last_updated": "2026-05-28",
117462
+ "last_updated": "2026-06-11",
116753
117463
  "modalities": {
116754
117464
  "input": [
116755
117465
  "text",
@@ -116777,14 +117487,23 @@
116777
117487
  "family": "trinity",
116778
117488
  "attachment": false,
116779
117489
  "reasoning": true,
117490
+ "reasoning_options": [
117491
+ {
117492
+ "type": "effort",
117493
+ "values": [
117494
+ "low",
117495
+ "medium",
117496
+ "high"
117497
+ ]
117498
+ }
117499
+ ],
116780
117500
  "tool_call": true,
116781
117501
  "interleaved": {
116782
117502
  "field": "reasoning_content"
116783
117503
  },
116784
117504
  "structured_output": true,
116785
- "temperature": true,
116786
117505
  "release_date": "2026-04-02",
116787
- "last_updated": "2026-04-04",
117506
+ "last_updated": "2026-06-11",
116788
117507
  "modalities": {
116789
117508
  "input": [
116790
117509
  "text"
@@ -116810,12 +117529,11 @@
116810
117529
  "family": "qwen",
116811
117530
  "attachment": false,
116812
117531
  "reasoning": false,
117532
+ "reasoning_options": [],
116813
117533
  "tool_call": true,
116814
117534
  "structured_output": true,
116815
- "temperature": true,
116816
- "knowledge": "2025-07",
116817
117535
  "release_date": "2025-04-29",
116818
- "last_updated": "2026-03-12",
117536
+ "last_updated": "2026-06-11",
116819
117537
  "modalities": {
116820
117538
  "input": [
116821
117539
  "text"
@@ -116840,11 +117558,12 @@
116840
117558
  "family": "grok",
116841
117559
  "attachment": true,
116842
117560
  "reasoning": true,
117561
+ "reasoning_options": [],
116843
117562
  "tool_call": true,
116844
117563
  "structured_output": true,
116845
117564
  "temperature": true,
116846
117565
  "release_date": "2026-04-18",
116847
- "last_updated": "2026-05-04",
117566
+ "last_updated": "2026-06-11",
116848
117567
  "modalities": {
116849
117568
  "input": [
116850
117569
  "text",
@@ -116887,11 +117606,21 @@
116887
117606
  "family": "qwen",
116888
117607
  "attachment": true,
116889
117608
  "reasoning": true,
117609
+ "reasoning_options": [
117610
+ {
117611
+ "type": "effort",
117612
+ "values": [
117613
+ "none",
117614
+ "low",
117615
+ "medium",
117616
+ "high"
117617
+ ]
117618
+ }
117619
+ ],
116890
117620
  "tool_call": true,
116891
117621
  "structured_output": true,
116892
- "temperature": true,
116893
117622
  "release_date": "2026-03-05",
116894
- "last_updated": "2026-04-19",
117623
+ "last_updated": "2026-06-11",
116895
117624
  "modalities": {
116896
117625
  "input": [
116897
117626
  "text",
@@ -116917,11 +117646,13 @@
116917
117646
  "family": "qwen",
116918
117647
  "attachment": true,
116919
117648
  "reasoning": true,
117649
+ "reasoning_options": [],
116920
117650
  "tool_call": true,
116921
117651
  "structured_output": true,
116922
117652
  "temperature": true,
117653
+ "knowledge": "2025-04",
116923
117654
  "release_date": "2026-06-02",
116924
- "last_updated": "2026-06-04",
117655
+ "last_updated": "2026-06-11",
116925
117656
  "modalities": {
116926
117657
  "input": [
116927
117658
  "text",
@@ -116968,11 +117699,13 @@
116968
117699
  "family": "claude-sonnet",
116969
117700
  "attachment": true,
116970
117701
  "reasoning": true,
117702
+ "reasoning_options": [],
116971
117703
  "tool_call": true,
116972
117704
  "structured_output": true,
116973
117705
  "temperature": true,
117706
+ "knowledge": "2025-07-31",
116974
117707
  "release_date": "2025-01-15",
116975
- "last_updated": "2026-04-12",
117708
+ "last_updated": "2026-06-11",
116976
117709
  "modalities": {
116977
117710
  "input": [
116978
117711
  "text",
@@ -116997,14 +117730,25 @@
116997
117730
  "gemini-3-5-flash": {
116998
117731
  "id": "gemini-3-5-flash",
116999
117732
  "name": "Gemini 3.5 Flash",
117000
- "family": "gemini-flash",
117733
+ "family": "gemini",
117001
117734
  "attachment": true,
117002
117735
  "reasoning": true,
117736
+ "reasoning_options": [
117737
+ {
117738
+ "type": "effort",
117739
+ "values": [
117740
+ "low",
117741
+ "medium",
117742
+ "high"
117743
+ ]
117744
+ }
117745
+ ],
117003
117746
  "tool_call": true,
117004
117747
  "structured_output": true,
117005
117748
  "temperature": true,
117749
+ "knowledge": "2025-01",
117006
117750
  "release_date": "2026-05-22",
117007
- "last_updated": "2026-05-25",
117751
+ "last_updated": "2026-06-11",
117008
117752
  "modalities": {
117009
117753
  "input": [
117010
117754
  "text",
@@ -117034,12 +117778,13 @@
117034
117778
  "family": "claude-opus",
117035
117779
  "attachment": true,
117036
117780
  "reasoning": true,
117781
+ "reasoning_options": [],
117037
117782
  "tool_call": true,
117038
117783
  "structured_output": true,
117039
117784
  "temperature": true,
117040
117785
  "knowledge": "2025-05-31",
117041
117786
  "release_date": "2026-02-05",
117042
- "last_updated": "2026-03-16",
117787
+ "last_updated": "2026-06-11",
117043
117788
  "modalities": {
117044
117789
  "input": [
117045
117790
  "text",
@@ -117064,14 +117809,24 @@
117064
117809
  "olafangensan-glm-4.7-flash-heretic": {
117065
117810
  "id": "olafangensan-glm-4.7-flash-heretic",
117066
117811
  "name": "GLM 4.7 Flash Heretic",
117067
- "family": "glm-flash",
117812
+ "family": "glm",
117068
117813
  "attachment": false,
117069
117814
  "reasoning": true,
117815
+ "reasoning_options": [
117816
+ {
117817
+ "type": "effort",
117818
+ "values": [
117819
+ "none",
117820
+ "low",
117821
+ "medium",
117822
+ "high"
117823
+ ]
117824
+ }
117825
+ ],
117070
117826
  "tool_call": true,
117071
117827
  "structured_output": true,
117072
- "temperature": true,
117073
117828
  "release_date": "2026-02-04",
117074
- "last_updated": "2026-03-12",
117829
+ "last_updated": "2026-06-11",
117075
117830
  "modalities": {
117076
117831
  "input": [
117077
117832
  "text"
@@ -117096,14 +117851,16 @@
117096
117851
  "family": "deepseek",
117097
117852
  "attachment": false,
117098
117853
  "reasoning": true,
117854
+ "reasoning_options": [],
117099
117855
  "tool_call": true,
117100
117856
  "interleaved": {
117101
117857
  "field": "reasoning_content"
117102
117858
  },
117103
117859
  "structured_output": true,
117104
117860
  "temperature": true,
117861
+ "knowledge": "2025-05",
117105
117862
  "release_date": "2026-04-24",
117106
- "last_updated": "2026-04-29",
117863
+ "last_updated": "2026-06-11",
117107
117864
  "modalities": {
117108
117865
  "input": [
117109
117866
  "text"
@@ -117126,13 +117883,21 @@
117126
117883
  "aion-labs-aion-2-0": {
117127
117884
  "id": "aion-labs-aion-2-0",
117128
117885
  "name": "Aion 2.0",
117129
- "family": "o",
117130
117886
  "attachment": false,
117131
117887
  "reasoning": true,
117888
+ "reasoning_options": [
117889
+ {
117890
+ "type": "effort",
117891
+ "values": [
117892
+ "low",
117893
+ "medium",
117894
+ "high"
117895
+ ]
117896
+ }
117897
+ ],
117132
117898
  "tool_call": false,
117133
- "temperature": true,
117134
117899
  "release_date": "2026-03-24",
117135
- "last_updated": "2026-04-12",
117900
+ "last_updated": "2026-06-11",
117136
117901
  "modalities": {
117137
117902
  "input": [
117138
117903
  "text"
@@ -117158,11 +117923,13 @@
117158
117923
  "family": "claude-opus",
117159
117924
  "attachment": true,
117160
117925
  "reasoning": true,
117926
+ "reasoning_options": [],
117161
117927
  "tool_call": true,
117162
117928
  "structured_output": true,
117163
117929
  "temperature": false,
117930
+ "knowledge": "2026-01-31",
117164
117931
  "release_date": "2026-04-16",
117165
- "last_updated": "2026-04-16",
117932
+ "last_updated": "2026-06-11",
117166
117933
  "modalities": {
117167
117934
  "input": [
117168
117935
  "text",
@@ -117190,11 +117957,22 @@
117190
117957
  "family": "gemma",
117191
117958
  "attachment": true,
117192
117959
  "reasoning": true,
117960
+ "reasoning_options": [
117961
+ {
117962
+ "type": "effort",
117963
+ "values": [
117964
+ "none",
117965
+ "low",
117966
+ "medium",
117967
+ "high"
117968
+ ]
117969
+ }
117970
+ ],
117193
117971
  "tool_call": true,
117194
117972
  "structured_output": true,
117195
117973
  "temperature": true,
117196
117974
  "release_date": "2026-04-03",
117197
- "last_updated": "2026-06-08",
117975
+ "last_updated": "2026-06-11",
117198
117976
  "modalities": {
117199
117977
  "input": [
117200
117978
  "text",
@@ -117222,11 +118000,22 @@
117222
118000
  "family": "glm",
117223
118001
  "attachment": false,
117224
118002
  "reasoning": true,
118003
+ "reasoning_options": [
118004
+ {
118005
+ "type": "effort",
118006
+ "values": [
118007
+ "none",
118008
+ "low",
118009
+ "medium",
118010
+ "high"
118011
+ ]
118012
+ }
118013
+ ],
117225
118014
  "tool_call": true,
117226
118015
  "structured_output": true,
117227
118016
  "temperature": true,
117228
118017
  "release_date": "2026-03-15",
117229
- "last_updated": "2026-04-12",
118018
+ "last_updated": "2026-06-11",
117230
118019
  "modalities": {
117231
118020
  "input": [
117232
118021
  "text"
@@ -117252,11 +118041,11 @@
117252
118041
  "family": "grok",
117253
118042
  "attachment": true,
117254
118043
  "reasoning": true,
118044
+ "reasoning_options": [],
117255
118045
  "tool_call": true,
117256
118046
  "structured_output": true,
117257
- "temperature": true,
117258
118047
  "release_date": "2026-03-12",
117259
- "last_updated": "2026-05-07",
118048
+ "last_updated": "2026-06-11",
117260
118049
  "modalities": {
117261
118050
  "input": [
117262
118051
  "text",
@@ -117299,11 +118088,21 @@
117299
118088
  "family": "mercury",
117300
118089
  "attachment": false,
117301
118090
  "reasoning": true,
118091
+ "reasoning_options": [
118092
+ {
118093
+ "type": "effort",
118094
+ "values": [
118095
+ "none",
118096
+ "low",
118097
+ "medium",
118098
+ "high"
118099
+ ]
118100
+ }
118101
+ ],
117302
118102
  "tool_call": true,
117303
118103
  "structured_output": true,
117304
- "temperature": true,
117305
118104
  "release_date": "2026-02-20",
117306
- "last_updated": "2026-04-09",
118105
+ "last_updated": "2026-06-11",
117307
118106
  "modalities": {
117308
118107
  "input": [
117309
118108
  "text"
@@ -117329,6 +118128,16 @@
117329
118128
  "family": "glm",
117330
118129
  "attachment": false,
117331
118130
  "reasoning": true,
118131
+ "reasoning_options": [
118132
+ {
118133
+ "type": "effort",
118134
+ "values": [
118135
+ "low",
118136
+ "medium",
118137
+ "high"
118138
+ ]
118139
+ }
118140
+ ],
117332
118141
  "tool_call": true,
117333
118142
  "interleaved": {
117334
118143
  "field": "reasoning_content"
@@ -117337,7 +118146,7 @@
117337
118146
  "temperature": true,
117338
118147
  "knowledge": "2025-04",
117339
118148
  "release_date": "2025-12-24",
117340
- "last_updated": "2026-03-12",
118149
+ "last_updated": "2026-06-11",
117341
118150
  "modalities": {
117342
118151
  "input": [
117343
118152
  "text"
@@ -117363,11 +118172,24 @@
117363
118172
  "family": "gpt",
117364
118173
  "attachment": true,
117365
118174
  "reasoning": true,
118175
+ "reasoning_options": [
118176
+ {
118177
+ "type": "effort",
118178
+ "values": [
118179
+ "none",
118180
+ "minimal",
118181
+ "low",
118182
+ "medium",
118183
+ "high"
118184
+ ]
118185
+ }
118186
+ ],
117366
118187
  "tool_call": true,
117367
118188
  "structured_output": true,
117368
- "temperature": true,
118189
+ "temperature": false,
118190
+ "knowledge": "2025-12-01",
117369
118191
  "release_date": "2026-04-23",
117370
- "last_updated": "2026-04-25",
118192
+ "last_updated": "2026-06-11",
117371
118193
  "modalities": {
117372
118194
  "input": [
117373
118195
  "text",
@@ -117380,6 +118202,7 @@
117380
118202
  "open_weights": false,
117381
118203
  "limit": {
117382
118204
  "context": 1000000,
118205
+ "input": 922000,
117383
118206
  "output": 131072
117384
118207
  },
117385
118208
  "cost": {
@@ -119369,6 +120192,55 @@
119369
120192
  "output": 10
119370
120193
  }
119371
120194
  },
120195
+ "claude-fable-5": {
120196
+ "id": "claude-fable-5",
120197
+ "name": "Claude Fable 5",
120198
+ "family": "claude-fable",
120199
+ "attachment": true,
120200
+ "reasoning": true,
120201
+ "reasoning_options": [
120202
+ {
120203
+ "type": "effort",
120204
+ "values": [
120205
+ "low",
120206
+ "medium",
120207
+ "high",
120208
+ "xhigh",
120209
+ "max"
120210
+ ]
120211
+ }
120212
+ ],
120213
+ "tool_call": true,
120214
+ "temperature": false,
120215
+ "knowledge": "2026-01-31",
120216
+ "release_date": "2026-06-09",
120217
+ "last_updated": "2026-06-09",
120218
+ "modalities": {
120219
+ "input": [
120220
+ "text",
120221
+ "image",
120222
+ "pdf"
120223
+ ],
120224
+ "output": [
120225
+ "text"
120226
+ ]
120227
+ },
120228
+ "open_weights": false,
120229
+ "limit": {
120230
+ "context": 1000000,
120231
+ "output": 128000
120232
+ },
120233
+ "provider": {
120234
+ "npm": "@ai-sdk/anthropic",
120235
+ "api": "https://${AZURE_RESOURCE_NAME}.services.ai.azure.com/anthropic/v1"
120236
+ },
120237
+ "cost": {
120238
+ "input": 10,
120239
+ "output": 50,
120240
+ "cache_read": 1,
120241
+ "cache_write": 12.5
120242
+ }
120243
+ },
119372
120244
  "gpt-4.1": {
119373
120245
  "id": "gpt-4.1",
119374
120246
  "name": "GPT-4.1",
@@ -140588,6 +141460,65 @@
140588
141460
  "output": 3.15
140589
141461
  }
140590
141462
  },
141463
+ "z-ai/glm-5.1": {
141464
+ "id": "z-ai/glm-5.1",
141465
+ "name": "GLM-5.1",
141466
+ "family": "glm",
141467
+ "attachment": false,
141468
+ "reasoning": true,
141469
+ "tool_call": true,
141470
+ "structured_output": true,
141471
+ "temperature": true,
141472
+ "release_date": "2026-03-27",
141473
+ "last_updated": "2026-03-27",
141474
+ "modalities": {
141475
+ "input": [
141476
+ "text"
141477
+ ],
141478
+ "output": [
141479
+ "text"
141480
+ ]
141481
+ },
141482
+ "open_weights": true,
141483
+ "limit": {
141484
+ "context": 200000,
141485
+ "output": 131072
141486
+ },
141487
+ "cost": {
141488
+ "input": 1.05,
141489
+ "output": 3.5
141490
+ }
141491
+ },
141492
+ "deepseek/deepseek-v4-pro": {
141493
+ "id": "deepseek/deepseek-v4-pro",
141494
+ "name": "DeepSeek V4 Pro",
141495
+ "family": "deepseek-thinking",
141496
+ "attachment": false,
141497
+ "reasoning": true,
141498
+ "tool_call": true,
141499
+ "structured_output": true,
141500
+ "temperature": true,
141501
+ "knowledge": "2025-05",
141502
+ "release_date": "2026-04-24",
141503
+ "last_updated": "2026-04-24",
141504
+ "modalities": {
141505
+ "input": [
141506
+ "text"
141507
+ ],
141508
+ "output": [
141509
+ "text"
141510
+ ]
141511
+ },
141512
+ "open_weights": true,
141513
+ "limit": {
141514
+ "context": 1000000,
141515
+ "output": 384000
141516
+ },
141517
+ "cost": {
141518
+ "input": 1.74,
141519
+ "output": 3.48
141520
+ }
141521
+ },
140591
141522
  "anthropic/claude-sonnet-4": {
140592
141523
  "id": "anthropic/claude-sonnet-4",
140593
141524
  "name": "Claude Sonnet 4",
@@ -140621,6 +141552,37 @@
140621
141552
  "cache_write": 3.75
140622
141553
  }
140623
141554
  },
141555
+ "anthropic/claude-sonnet-4.6": {
141556
+ "id": "anthropic/claude-sonnet-4.6",
141557
+ "name": "Claude Sonnet 4.6",
141558
+ "family": "claude-sonnet",
141559
+ "attachment": true,
141560
+ "reasoning": true,
141561
+ "tool_call": true,
141562
+ "temperature": true,
141563
+ "knowledge": "2025-08-31",
141564
+ "release_date": "2026-02-17",
141565
+ "last_updated": "2026-03-13",
141566
+ "modalities": {
141567
+ "input": [
141568
+ "text",
141569
+ "image",
141570
+ "pdf"
141571
+ ],
141572
+ "output": [
141573
+ "text"
141574
+ ]
141575
+ },
141576
+ "open_weights": false,
141577
+ "limit": {
141578
+ "context": 1000000,
141579
+ "output": 64000
141580
+ },
141581
+ "cost": {
141582
+ "input": 3,
141583
+ "output": 15
141584
+ }
141585
+ },
140624
141586
  "anthropic/claude-opus-4.1": {
140625
141587
  "id": "anthropic/claude-opus-4.1",
140626
141588
  "name": "Claude Opus 4.1",
@@ -140654,6 +141616,86 @@
140654
141616
  "cache_write": 18.75
140655
141617
  }
140656
141618
  },
141619
+ "anthropic/claude-opus-4.8": {
141620
+ "id": "anthropic/claude-opus-4.8",
141621
+ "name": "Claude Opus 4.8",
141622
+ "family": "claude-opus",
141623
+ "attachment": true,
141624
+ "reasoning": true,
141625
+ "tool_call": true,
141626
+ "temperature": false,
141627
+ "release_date": "2026-05-28",
141628
+ "last_updated": "2026-05-28",
141629
+ "modalities": {
141630
+ "input": [
141631
+ "text",
141632
+ "image",
141633
+ "pdf"
141634
+ ],
141635
+ "output": [
141636
+ "text"
141637
+ ]
141638
+ },
141639
+ "open_weights": false,
141640
+ "limit": {
141641
+ "context": 1000000,
141642
+ "output": 128000
141643
+ },
141644
+ "cost": {
141645
+ "input": 5,
141646
+ "output": 25
141647
+ }
141648
+ },
141649
+ "leonardo-ai/lucid-realism": {
141650
+ "id": "leonardo-ai/lucid-realism",
141651
+ "name": "Lucid Realism",
141652
+ "family": "lucid",
141653
+ "attachment": true,
141654
+ "reasoning": false,
141655
+ "tool_call": false,
141656
+ "temperature": false,
141657
+ "release_date": "2025-06-01",
141658
+ "last_updated": "2025-06-01",
141659
+ "modalities": {
141660
+ "input": [
141661
+ "text",
141662
+ "image"
141663
+ ],
141664
+ "output": [
141665
+ "image"
141666
+ ]
141667
+ },
141668
+ "open_weights": false,
141669
+ "limit": {
141670
+ "context": 4096,
141671
+ "output": 0
141672
+ }
141673
+ },
141674
+ "leonardo-ai/lucid-origin": {
141675
+ "id": "leonardo-ai/lucid-origin",
141676
+ "name": "Lucid Origin",
141677
+ "family": "lucid",
141678
+ "attachment": true,
141679
+ "reasoning": false,
141680
+ "tool_call": false,
141681
+ "temperature": false,
141682
+ "release_date": "2025-06-01",
141683
+ "last_updated": "2025-06-01",
141684
+ "modalities": {
141685
+ "input": [
141686
+ "text",
141687
+ "image"
141688
+ ],
141689
+ "output": [
141690
+ "image"
141691
+ ]
141692
+ },
141693
+ "open_weights": false,
141694
+ "limit": {
141695
+ "context": 4096,
141696
+ "output": 0
141697
+ }
141698
+ },
140657
141699
  "qwen/qwen3-coder": {
140658
141700
  "id": "qwen/qwen3-coder",
140659
141701
  "name": "Qwen3 Coder",
@@ -140683,6 +141725,38 @@
140683
141725
  "output": 1.2
140684
141726
  }
140685
141727
  },
141728
+ "moonshotai/kimi-k2.6": {
141729
+ "id": "moonshotai/kimi-k2.6",
141730
+ "name": "Kimi K2.6",
141731
+ "family": "kimi-k2.6",
141732
+ "attachment": true,
141733
+ "reasoning": true,
141734
+ "tool_call": true,
141735
+ "structured_output": true,
141736
+ "temperature": true,
141737
+ "knowledge": "2025-01",
141738
+ "release_date": "2026-04-21",
141739
+ "last_updated": "2026-04-21",
141740
+ "modalities": {
141741
+ "input": [
141742
+ "text",
141743
+ "image",
141744
+ "video"
141745
+ ],
141746
+ "output": [
141747
+ "text"
141748
+ ]
141749
+ },
141750
+ "open_weights": true,
141751
+ "limit": {
141752
+ "context": 262144,
141753
+ "output": 262144
141754
+ },
141755
+ "cost": {
141756
+ "input": 0.75,
141757
+ "output": 3.5
141758
+ }
141759
+ },
140686
141760
  "moonshotai/kimi-k2": {
140687
141761
  "id": "moonshotai/kimi-k2",
140688
141762
  "name": "Kimi K2",
@@ -140712,6 +141786,92 @@
140712
141786
  "output": 2.2
140713
141787
  }
140714
141788
  },
141789
+ "wanx/wan-v2-6": {
141790
+ "id": "wanx/wan-v2-6",
141791
+ "name": "Wan 2.6",
141792
+ "attachment": true,
141793
+ "reasoning": false,
141794
+ "tool_call": false,
141795
+ "temperature": false,
141796
+ "release_date": "2025-12-01",
141797
+ "last_updated": "2025-12-01",
141798
+ "modalities": {
141799
+ "input": [
141800
+ "text",
141801
+ "image"
141802
+ ],
141803
+ "output": [
141804
+ "video"
141805
+ ]
141806
+ },
141807
+ "open_weights": true,
141808
+ "limit": {
141809
+ "context": 400000,
141810
+ "output": 0
141811
+ }
141812
+ },
141813
+ "x-ai/grok-build-0.1": {
141814
+ "id": "x-ai/grok-build-0.1",
141815
+ "name": "Grok Build 0.1",
141816
+ "family": "grok-build",
141817
+ "attachment": true,
141818
+ "reasoning": true,
141819
+ "tool_call": true,
141820
+ "structured_output": true,
141821
+ "temperature": true,
141822
+ "release_date": "2026-04-16",
141823
+ "last_updated": "2026-04-16",
141824
+ "modalities": {
141825
+ "input": [
141826
+ "text",
141827
+ "image",
141828
+ "pdf"
141829
+ ],
141830
+ "output": [
141831
+ "text"
141832
+ ]
141833
+ },
141834
+ "open_weights": false,
141835
+ "limit": {
141836
+ "context": 256000,
141837
+ "output": 256000
141838
+ },
141839
+ "cost": {
141840
+ "input": 1,
141841
+ "output": 2
141842
+ }
141843
+ },
141844
+ "x-ai/grok-4.3": {
141845
+ "id": "x-ai/grok-4.3",
141846
+ "name": "Grok 4.3",
141847
+ "family": "grok",
141848
+ "attachment": true,
141849
+ "reasoning": true,
141850
+ "tool_call": true,
141851
+ "structured_output": true,
141852
+ "temperature": true,
141853
+ "release_date": "2026-04-17",
141854
+ "last_updated": "2026-04-17",
141855
+ "modalities": {
141856
+ "input": [
141857
+ "text",
141858
+ "image",
141859
+ "pdf"
141860
+ ],
141861
+ "output": [
141862
+ "text"
141863
+ ]
141864
+ },
141865
+ "open_weights": false,
141866
+ "limit": {
141867
+ "context": 1000000,
141868
+ "output": 30000
141869
+ },
141870
+ "cost": {
141871
+ "input": 1.25,
141872
+ "output": 2.5
141873
+ }
141874
+ },
140715
141875
  "x-ai/grok-4": {
140716
141876
  "id": "x-ai/grok-4",
140717
141877
  "name": "Grok 4",
@@ -140772,6 +141932,61 @@
140772
141932
  "output": 0.14
140773
141933
  }
140774
141934
  },
141935
+ "google/gemma-4-31b-it": {
141936
+ "id": "google/gemma-4-31b-it",
141937
+ "name": "Gemma 4 31B IT",
141938
+ "family": "gemma",
141939
+ "attachment": true,
141940
+ "reasoning": true,
141941
+ "tool_call": true,
141942
+ "structured_output": true,
141943
+ "temperature": true,
141944
+ "release_date": "2026-04-02",
141945
+ "last_updated": "2026-04-02",
141946
+ "modalities": {
141947
+ "input": [
141948
+ "text",
141949
+ "image"
141950
+ ],
141951
+ "output": [
141952
+ "text"
141953
+ ]
141954
+ },
141955
+ "open_weights": true,
141956
+ "limit": {
141957
+ "context": 262144,
141958
+ "output": 32768
141959
+ },
141960
+ "cost": {
141961
+ "input": 0.13,
141962
+ "output": 0.38
141963
+ }
141964
+ },
141965
+ "google/veo3.1-fast": {
141966
+ "id": "google/veo3.1-fast",
141967
+ "name": "Veo 3.1 Fast",
141968
+ "family": "veo",
141969
+ "attachment": true,
141970
+ "reasoning": false,
141971
+ "tool_call": false,
141972
+ "temperature": false,
141973
+ "release_date": "2026-05-01",
141974
+ "last_updated": "2026-05-01",
141975
+ "modalities": {
141976
+ "input": [
141977
+ "text",
141978
+ "image"
141979
+ ],
141980
+ "output": [
141981
+ "video"
141982
+ ]
141983
+ },
141984
+ "open_weights": false,
141985
+ "limit": {
141986
+ "context": 400000,
141987
+ "output": 0
141988
+ }
141989
+ },
140775
141990
  "google/gemini-2.5-pro": {
140776
141991
  "id": "google/gemini-2.5-pro",
140777
141992
  "name": "Gemini 2.5 Pro",
@@ -140804,6 +142019,65 @@
140804
142019
  "cache_read": 0.31
140805
142020
  }
140806
142021
  },
142022
+ "google/gemini-3.1-pro-preview": {
142023
+ "id": "google/gemini-3.1-pro-preview",
142024
+ "name": "Gemini 3.1 Pro Preview",
142025
+ "family": "gemini-pro",
142026
+ "attachment": true,
142027
+ "reasoning": true,
142028
+ "tool_call": true,
142029
+ "structured_output": true,
142030
+ "temperature": true,
142031
+ "knowledge": "2025-01",
142032
+ "release_date": "2026-02-19",
142033
+ "last_updated": "2026-02-19",
142034
+ "modalities": {
142035
+ "input": [
142036
+ "text",
142037
+ "image",
142038
+ "video",
142039
+ "audio",
142040
+ "pdf"
142041
+ ],
142042
+ "output": [
142043
+ "text"
142044
+ ]
142045
+ },
142046
+ "open_weights": false,
142047
+ "limit": {
142048
+ "context": 1048576,
142049
+ "output": 65536
142050
+ },
142051
+ "cost": {
142052
+ "input": 2,
142053
+ "output": 12
142054
+ }
142055
+ },
142056
+ "google/veo3.1": {
142057
+ "id": "google/veo3.1",
142058
+ "name": "Veo 3.1",
142059
+ "family": "veo",
142060
+ "attachment": true,
142061
+ "reasoning": false,
142062
+ "tool_call": false,
142063
+ "temperature": false,
142064
+ "release_date": "2026-05-01",
142065
+ "last_updated": "2026-05-01",
142066
+ "modalities": {
142067
+ "input": [
142068
+ "text",
142069
+ "image"
142070
+ ],
142071
+ "output": [
142072
+ "video"
142073
+ ]
142074
+ },
142075
+ "open_weights": false,
142076
+ "limit": {
142077
+ "context": 400000,
142078
+ "output": 0
142079
+ }
142080
+ },
140807
142081
  "google/gemini-2.5-flash": {
140808
142082
  "id": "google/gemini-2.5-flash",
140809
142083
  "name": "Gemini 2.5 Flash",
@@ -140836,6 +142110,176 @@
140836
142110
  "cache_read": 0.0375
140837
142111
  }
140838
142112
  },
142113
+ "google/veo3.1-lite": {
142114
+ "id": "google/veo3.1-lite",
142115
+ "name": "Veo 3.1 Lite",
142116
+ "family": "veo",
142117
+ "attachment": true,
142118
+ "reasoning": false,
142119
+ "tool_call": false,
142120
+ "temperature": false,
142121
+ "release_date": "2026-05-01",
142122
+ "last_updated": "2026-05-01",
142123
+ "modalities": {
142124
+ "input": [
142125
+ "text",
142126
+ "image"
142127
+ ],
142128
+ "output": [
142129
+ "video"
142130
+ ]
142131
+ },
142132
+ "open_weights": false,
142133
+ "limit": {
142134
+ "context": 400000,
142135
+ "output": 0
142136
+ }
142137
+ },
142138
+ "google/gemini-3.5-flash": {
142139
+ "id": "google/gemini-3.5-flash",
142140
+ "name": "Gemini 3.5 Flash",
142141
+ "family": "gemini-flash",
142142
+ "attachment": true,
142143
+ "reasoning": true,
142144
+ "tool_call": true,
142145
+ "structured_output": true,
142146
+ "temperature": true,
142147
+ "knowledge": "2025-01",
142148
+ "release_date": "2026-05-19",
142149
+ "last_updated": "2026-05-19",
142150
+ "modalities": {
142151
+ "input": [
142152
+ "text",
142153
+ "image",
142154
+ "video",
142155
+ "audio",
142156
+ "pdf"
142157
+ ],
142158
+ "output": [
142159
+ "text"
142160
+ ]
142161
+ },
142162
+ "open_weights": false,
142163
+ "limit": {
142164
+ "context": 1048576,
142165
+ "output": 65536
142166
+ },
142167
+ "cost": {
142168
+ "input": 1.5,
142169
+ "output": 9
142170
+ }
142171
+ },
142172
+ "google/imagen-4.0-fast": {
142173
+ "id": "google/imagen-4.0-fast",
142174
+ "name": "Imagen 4 Fast",
142175
+ "family": "imagen",
142176
+ "attachment": false,
142177
+ "reasoning": false,
142178
+ "tool_call": false,
142179
+ "temperature": false,
142180
+ "release_date": "2025-05-20",
142181
+ "last_updated": "2025-05-20",
142182
+ "modalities": {
142183
+ "input": [
142184
+ "text"
142185
+ ],
142186
+ "output": [
142187
+ "image"
142188
+ ]
142189
+ },
142190
+ "open_weights": false,
142191
+ "limit": {
142192
+ "context": 480,
142193
+ "output": 0
142194
+ }
142195
+ },
142196
+ "google/imagen-4.0-ultra": {
142197
+ "id": "google/imagen-4.0-ultra",
142198
+ "name": "Imagen 4 Ultra",
142199
+ "family": "imagen",
142200
+ "attachment": false,
142201
+ "reasoning": false,
142202
+ "tool_call": false,
142203
+ "temperature": false,
142204
+ "release_date": "2025-05-20",
142205
+ "last_updated": "2025-05-20",
142206
+ "modalities": {
142207
+ "input": [
142208
+ "text"
142209
+ ],
142210
+ "output": [
142211
+ "image"
142212
+ ]
142213
+ },
142214
+ "open_weights": false,
142215
+ "limit": {
142216
+ "context": 480,
142217
+ "output": 0
142218
+ }
142219
+ },
142220
+ "google/gemini-3-pro-image-preview": {
142221
+ "id": "google/gemini-3-pro-image-preview",
142222
+ "name": "Nano Banana Pro",
142223
+ "family": "gemini-pro",
142224
+ "attachment": true,
142225
+ "reasoning": true,
142226
+ "tool_call": false,
142227
+ "temperature": true,
142228
+ "knowledge": "2025-01",
142229
+ "release_date": "2025-11-20",
142230
+ "last_updated": "2025-11-20",
142231
+ "modalities": {
142232
+ "input": [
142233
+ "text",
142234
+ "image"
142235
+ ],
142236
+ "output": [
142237
+ "text",
142238
+ "image"
142239
+ ]
142240
+ },
142241
+ "open_weights": false,
142242
+ "limit": {
142243
+ "context": 65536,
142244
+ "output": 32768
142245
+ },
142246
+ "cost": {
142247
+ "input": 2,
142248
+ "output": 12
142249
+ }
142250
+ },
142251
+ "google/gemini-3.1-flash-image-preview": {
142252
+ "id": "google/gemini-3.1-flash-image-preview",
142253
+ "name": "Nano Banana 2",
142254
+ "family": "gemini-flash",
142255
+ "attachment": true,
142256
+ "reasoning": true,
142257
+ "tool_call": false,
142258
+ "temperature": true,
142259
+ "knowledge": "2025-01",
142260
+ "release_date": "2026-02-26",
142261
+ "last_updated": "2026-02-26",
142262
+ "modalities": {
142263
+ "input": [
142264
+ "text",
142265
+ "image",
142266
+ "pdf"
142267
+ ],
142268
+ "output": [
142269
+ "text",
142270
+ "image"
142271
+ ]
142272
+ },
142273
+ "open_weights": false,
142274
+ "limit": {
142275
+ "context": 65536,
142276
+ "output": 65536
142277
+ },
142278
+ "cost": {
142279
+ "input": 0.5,
142280
+ "output": 3
142281
+ }
142282
+ },
140839
142283
  "openai/gpt-5-mini": {
140840
142284
  "id": "openai/gpt-5-mini",
140841
142285
  "name": "GPT-5 Mini",
@@ -140898,6 +142342,39 @@
140898
142342
  "cache_read": 0.125
140899
142343
  }
140900
142344
  },
142345
+ "openai/gpt-5.5": {
142346
+ "id": "openai/gpt-5.5",
142347
+ "name": "GPT-5.5",
142348
+ "family": "gpt",
142349
+ "attachment": true,
142350
+ "reasoning": true,
142351
+ "tool_call": true,
142352
+ "structured_output": true,
142353
+ "temperature": false,
142354
+ "knowledge": "2025-12-01",
142355
+ "release_date": "2026-04-23",
142356
+ "last_updated": "2026-04-23",
142357
+ "modalities": {
142358
+ "input": [
142359
+ "text",
142360
+ "image",
142361
+ "pdf"
142362
+ ],
142363
+ "output": [
142364
+ "text"
142365
+ ]
142366
+ },
142367
+ "open_weights": false,
142368
+ "limit": {
142369
+ "context": 1050000,
142370
+ "input": 922000,
142371
+ "output": 128000
142372
+ },
142373
+ "cost": {
142374
+ "input": 5,
142375
+ "output": 30
142376
+ }
142377
+ },
140901
142378
  "openai/gpt-5-nano": {
140902
142379
  "id": "openai/gpt-5-nano",
140903
142380
  "name": "GPT-5 Nano",
@@ -141015,6 +142492,329 @@
141015
142492
  "output": 8,
141016
142493
  "cache_read": 0.5
141017
142494
  }
142495
+ },
142496
+ "openai/gpt-5.4-nano": {
142497
+ "id": "openai/gpt-5.4-nano",
142498
+ "name": "GPT-5.4 nano",
142499
+ "family": "gpt-nano",
142500
+ "attachment": true,
142501
+ "reasoning": true,
142502
+ "tool_call": true,
142503
+ "structured_output": true,
142504
+ "temperature": false,
142505
+ "knowledge": "2025-08-31",
142506
+ "release_date": "2026-03-17",
142507
+ "last_updated": "2026-03-17",
142508
+ "modalities": {
142509
+ "input": [
142510
+ "text",
142511
+ "image"
142512
+ ],
142513
+ "output": [
142514
+ "text"
142515
+ ]
142516
+ },
142517
+ "open_weights": false,
142518
+ "limit": {
142519
+ "context": 400000,
142520
+ "input": 272000,
142521
+ "output": 128000
142522
+ },
142523
+ "cost": {
142524
+ "input": 0.2,
142525
+ "output": 1.25
142526
+ }
142527
+ },
142528
+ "openai/gpt-5.3-codex": {
142529
+ "id": "openai/gpt-5.3-codex",
142530
+ "name": "GPT-5.3 Codex",
142531
+ "family": "gpt-codex",
142532
+ "attachment": true,
142533
+ "reasoning": true,
142534
+ "tool_call": true,
142535
+ "structured_output": true,
142536
+ "temperature": false,
142537
+ "knowledge": "2025-08-31",
142538
+ "release_date": "2026-02-05",
142539
+ "last_updated": "2026-02-05",
142540
+ "modalities": {
142541
+ "input": [
142542
+ "text",
142543
+ "image",
142544
+ "pdf"
142545
+ ],
142546
+ "output": [
142547
+ "text"
142548
+ ]
142549
+ },
142550
+ "open_weights": false,
142551
+ "limit": {
142552
+ "context": 400000,
142553
+ "input": 272000,
142554
+ "output": 128000
142555
+ },
142556
+ "cost": {
142557
+ "input": 1.75,
142558
+ "output": 14
142559
+ }
142560
+ },
142561
+ "openai/gpt-5.5-pro": {
142562
+ "id": "openai/gpt-5.5-pro",
142563
+ "name": "GPT-5.5 Pro",
142564
+ "family": "gpt-pro",
142565
+ "attachment": true,
142566
+ "reasoning": true,
142567
+ "tool_call": true,
142568
+ "structured_output": true,
142569
+ "temperature": false,
142570
+ "knowledge": "2025-12-01",
142571
+ "release_date": "2026-04-23",
142572
+ "last_updated": "2026-04-23",
142573
+ "modalities": {
142574
+ "input": [
142575
+ "text",
142576
+ "image",
142577
+ "pdf"
142578
+ ],
142579
+ "output": [
142580
+ "text"
142581
+ ]
142582
+ },
142583
+ "open_weights": false,
142584
+ "limit": {
142585
+ "context": 1050000,
142586
+ "input": 922000,
142587
+ "output": 128000
142588
+ },
142589
+ "cost": {
142590
+ "input": 30,
142591
+ "output": 180
142592
+ }
142593
+ },
142594
+ "openai/gpt-image-2": {
142595
+ "id": "openai/gpt-image-2",
142596
+ "name": "GPT Image 2",
142597
+ "family": "gpt-image",
142598
+ "attachment": true,
142599
+ "reasoning": false,
142600
+ "tool_call": false,
142601
+ "temperature": true,
142602
+ "release_date": "2026-04-21",
142603
+ "last_updated": "2026-04-21",
142604
+ "modalities": {
142605
+ "input": [
142606
+ "text",
142607
+ "image"
142608
+ ],
142609
+ "output": [
142610
+ "image"
142611
+ ]
142612
+ },
142613
+ "open_weights": false,
142614
+ "limit": {
142615
+ "context": 128000,
142616
+ "output": 0
142617
+ }
142618
+ },
142619
+ "openai/gpt-realtime-1.5": {
142620
+ "id": "openai/gpt-realtime-1.5",
142621
+ "name": "GPT Realtime 1.5",
142622
+ "family": "gpt",
142623
+ "attachment": true,
142624
+ "reasoning": false,
142625
+ "tool_call": true,
142626
+ "temperature": true,
142627
+ "release_date": "2025-06-01",
142628
+ "last_updated": "2025-06-01",
142629
+ "modalities": {
142630
+ "input": [
142631
+ "text",
142632
+ "audio",
142633
+ "image"
142634
+ ],
142635
+ "output": [
142636
+ "text",
142637
+ "audio"
142638
+ ]
142639
+ },
142640
+ "open_weights": false,
142641
+ "limit": {
142642
+ "context": 32000,
142643
+ "output": 4096
142644
+ },
142645
+ "cost": {
142646
+ "input": 4,
142647
+ "output": 16
142648
+ }
142649
+ },
142650
+ "openai/gpt-5.4-mini": {
142651
+ "id": "openai/gpt-5.4-mini",
142652
+ "name": "GPT-5.4 mini",
142653
+ "family": "gpt-mini",
142654
+ "attachment": true,
142655
+ "reasoning": true,
142656
+ "tool_call": true,
142657
+ "structured_output": true,
142658
+ "temperature": false,
142659
+ "knowledge": "2025-08-31",
142660
+ "release_date": "2026-03-17",
142661
+ "last_updated": "2026-03-17",
142662
+ "modalities": {
142663
+ "input": [
142664
+ "text",
142665
+ "image"
142666
+ ],
142667
+ "output": [
142668
+ "text"
142669
+ ]
142670
+ },
142671
+ "open_weights": false,
142672
+ "limit": {
142673
+ "context": 400000,
142674
+ "input": 272000,
142675
+ "output": 128000
142676
+ },
142677
+ "cost": {
142678
+ "input": 0.75,
142679
+ "output": 4.5
142680
+ }
142681
+ },
142682
+ "sarvam/sarvam-105b": {
142683
+ "id": "sarvam/sarvam-105b",
142684
+ "name": "Sarvam 105B",
142685
+ "family": "sarvam",
142686
+ "attachment": false,
142687
+ "reasoning": true,
142688
+ "tool_call": true,
142689
+ "temperature": true,
142690
+ "release_date": "2025-09-01",
142691
+ "last_updated": "2025-09-01",
142692
+ "modalities": {
142693
+ "input": [
142694
+ "text"
142695
+ ],
142696
+ "output": [
142697
+ "text"
142698
+ ]
142699
+ },
142700
+ "open_weights": true,
142701
+ "limit": {
142702
+ "context": 131072,
142703
+ "output": 131072
142704
+ },
142705
+ "cost": {
142706
+ "input": 0.04,
142707
+ "output": 0.16
142708
+ }
142709
+ },
142710
+ "sarvam/sarvam-30b": {
142711
+ "id": "sarvam/sarvam-30b",
142712
+ "name": "Sarvam 30B",
142713
+ "family": "sarvam",
142714
+ "attachment": false,
142715
+ "reasoning": true,
142716
+ "tool_call": true,
142717
+ "temperature": true,
142718
+ "release_date": "2026-02-18",
142719
+ "last_updated": "2026-02-18",
142720
+ "modalities": {
142721
+ "input": [
142722
+ "text"
142723
+ ],
142724
+ "output": [
142725
+ "text"
142726
+ ]
142727
+ },
142728
+ "open_weights": true,
142729
+ "limit": {
142730
+ "context": 128000,
142731
+ "output": 128000
142732
+ },
142733
+ "cost": {
142734
+ "input": 0.02,
142735
+ "output": 0.1
142736
+ }
142737
+ },
142738
+ "bytedance/seedance-2": {
142739
+ "id": "bytedance/seedance-2",
142740
+ "name": "Seedance 2",
142741
+ "family": "seed",
142742
+ "attachment": true,
142743
+ "reasoning": false,
142744
+ "tool_call": false,
142745
+ "temperature": false,
142746
+ "release_date": "2026-04-01",
142747
+ "last_updated": "2026-04-01",
142748
+ "modalities": {
142749
+ "input": [
142750
+ "text",
142751
+ "image"
142752
+ ],
142753
+ "output": [
142754
+ "video"
142755
+ ]
142756
+ },
142757
+ "open_weights": false,
142758
+ "limit": {
142759
+ "context": 4096,
142760
+ "output": 0
142761
+ }
142762
+ },
142763
+ "minimax/minimax-m2.7-highspeed": {
142764
+ "id": "minimax/minimax-m2.7-highspeed",
142765
+ "name": "MiniMax-M2.7-highspeed",
142766
+ "family": "minimax",
142767
+ "attachment": false,
142768
+ "reasoning": true,
142769
+ "tool_call": true,
142770
+ "temperature": true,
142771
+ "release_date": "2026-03-18",
142772
+ "last_updated": "2026-03-18",
142773
+ "modalities": {
142774
+ "input": [
142775
+ "text"
142776
+ ],
142777
+ "output": [
142778
+ "text"
142779
+ ]
142780
+ },
142781
+ "open_weights": true,
142782
+ "limit": {
142783
+ "context": 204800,
142784
+ "output": 131072
142785
+ },
142786
+ "cost": {
142787
+ "input": 0.6,
142788
+ "output": 2.4
142789
+ }
142790
+ },
142791
+ "minimax/minimax-m2.7": {
142792
+ "id": "minimax/minimax-m2.7",
142793
+ "name": "MiniMax-M2.7",
142794
+ "family": "minimax",
142795
+ "attachment": false,
142796
+ "reasoning": true,
142797
+ "tool_call": true,
142798
+ "temperature": true,
142799
+ "release_date": "2026-03-18",
142800
+ "last_updated": "2026-03-18",
142801
+ "modalities": {
142802
+ "input": [
142803
+ "text"
142804
+ ],
142805
+ "output": [
142806
+ "text"
142807
+ ]
142808
+ },
142809
+ "open_weights": true,
142810
+ "limit": {
142811
+ "context": 204800,
142812
+ "output": 131072
142813
+ },
142814
+ "cost": {
142815
+ "input": 0.3,
142816
+ "output": 1.2
142817
+ }
141018
142818
  }
141019
142819
  }
141020
142820
  },
@@ -146837,6 +148637,34 @@
146837
148637
  "cache_read": 0.15
146838
148638
  }
146839
148639
  },
148640
+ "moonshotai/kimi-k2": {
148641
+ "id": "moonshotai/kimi-k2",
148642
+ "name": "Kimi K2 Instruct",
148643
+ "family": "kimi",
148644
+ "attachment": false,
148645
+ "reasoning": false,
148646
+ "tool_call": true,
148647
+ "temperature": true,
148648
+ "release_date": "2025-09-05",
148649
+ "last_updated": "2025-09-05",
148650
+ "modalities": {
148651
+ "input": [
148652
+ "text"
148653
+ ],
148654
+ "output": [
148655
+ "text"
148656
+ ]
148657
+ },
148658
+ "open_weights": false,
148659
+ "limit": {
148660
+ "context": 131072,
148661
+ "output": 131072
148662
+ },
148663
+ "cost": {
148664
+ "input": 0.57,
148665
+ "output": 2.3
148666
+ }
148667
+ },
146840
148668
  "moonshotai/kimi-k2.5": {
146841
148669
  "id": "moonshotai/kimi-k2.5",
146842
148670
  "name": "Kimi K2.5",
@@ -157457,7 +159285,7 @@
157457
159285
  "cost": {
157458
159286
  "input": 0.14,
157459
159287
  "output": 0.28,
157460
- "cache_read": 0.03
159288
+ "cache_read": 0.028
157461
159289
  }
157462
159290
  },
157463
159291
  "kimi-k2.5-free": {
@@ -158026,6 +159854,40 @@
158026
159854
  "cache_read": 0.4
158027
159855
  }
158028
159856
  },
159857
+ "deepseek-v4-pro": {
159858
+ "id": "deepseek-v4-pro",
159859
+ "name": "DeepSeek V4 Pro",
159860
+ "family": "deepseek-thinking",
159861
+ "attachment": false,
159862
+ "reasoning": true,
159863
+ "tool_call": true,
159864
+ "interleaved": {
159865
+ "field": "reasoning_content"
159866
+ },
159867
+ "structured_output": true,
159868
+ "temperature": true,
159869
+ "knowledge": "2025-05",
159870
+ "release_date": "2026-04-24",
159871
+ "last_updated": "2026-04-24",
159872
+ "modalities": {
159873
+ "input": [
159874
+ "text"
159875
+ ],
159876
+ "output": [
159877
+ "text"
159878
+ ]
159879
+ },
159880
+ "open_weights": true,
159881
+ "limit": {
159882
+ "context": 1000000,
159883
+ "output": 384000
159884
+ },
159885
+ "cost": {
159886
+ "input": 1.74,
159887
+ "output": 3.84,
159888
+ "cache_read": 0.145
159889
+ }
159890
+ },
158029
159891
  "kimi-k2.5": {
158030
159892
  "id": "kimi-k2.5",
158031
159893
  "name": "Kimi K2.5",