@opengsd/gsd-pi 1.1.1-dev.616a1a1 → 1.1.1-dev.74e8dd1

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 (232) hide show
  1. package/dist/resources/.managed-resources-content-hash +1 -1
  2. package/dist/resources/extensions/claude-code-cli/stream-adapter.js +167 -16
  3. package/dist/resources/extensions/gsd/auto/phases.js +4 -3
  4. package/dist/resources/extensions/gsd/auto-dashboard.js +15 -4
  5. package/dist/resources/extensions/gsd/auto-dispatch.js +39 -0
  6. package/dist/resources/extensions/gsd/auto-post-unit.js +113 -7
  7. package/dist/resources/extensions/gsd/auto-prompts.js +9 -0
  8. package/dist/resources/extensions/gsd/auto-recovery.js +4 -4
  9. package/dist/resources/extensions/gsd/auto-start.js +94 -15
  10. package/dist/resources/extensions/gsd/auto-unit-tool-scope.js +2 -1
  11. package/dist/resources/extensions/gsd/auto.js +22 -4
  12. package/dist/resources/extensions/gsd/bootstrap/db-tools.js +79 -0
  13. package/dist/resources/extensions/gsd/bootstrap/exec-tools.js +43 -0
  14. package/dist/resources/extensions/gsd/bootstrap/register-hooks.js +30 -9
  15. package/dist/resources/extensions/gsd/bootstrap/write-gate.js +16 -10
  16. package/dist/resources/extensions/gsd/commands/catalog.js +6 -1
  17. package/dist/resources/extensions/gsd/commands/handlers/core.js +6 -2
  18. package/dist/resources/extensions/gsd/commands/handlers/ops.js +7 -3
  19. package/dist/resources/extensions/gsd/commands-maintenance.js +172 -2
  20. package/dist/resources/extensions/gsd/commands-mcp-status.js +107 -59
  21. package/dist/resources/extensions/gsd/commands-prefs-wizard.js +3 -1
  22. package/dist/resources/extensions/gsd/commands-verdict.js +1 -1
  23. package/dist/resources/extensions/gsd/config-overlay.js +2 -1
  24. package/dist/resources/extensions/gsd/error-classifier.js +2 -1
  25. package/dist/resources/extensions/gsd/exec-sandbox.js +2 -0
  26. package/dist/resources/extensions/gsd/gsd-db.js +37 -4
  27. package/dist/resources/extensions/gsd/guided-flow.js +1 -1
  28. package/dist/resources/extensions/gsd/mcp-filter.js +3 -0
  29. package/dist/resources/extensions/gsd/mcp-project-config.js +67 -8
  30. package/dist/resources/extensions/gsd/migration-auto-check.js +2 -2
  31. package/dist/resources/extensions/gsd/prompts/run-uat.md +10 -4
  32. package/dist/resources/extensions/gsd/prompts/system.md +3 -1
  33. package/dist/resources/extensions/gsd/safety/destructive-guard.js +3 -0
  34. package/dist/resources/extensions/gsd/skill-activation.js +20 -3
  35. package/dist/resources/extensions/gsd/state-reconciliation/drift/artifact-db.js +4 -2
  36. package/dist/resources/extensions/gsd/state-reconciliation/drift/project-md.js +1 -1
  37. package/dist/resources/extensions/gsd/state-reconciliation/drift/roadmap.js +18 -1
  38. package/dist/resources/extensions/gsd/state-reconciliation/index.js +6 -0
  39. package/dist/resources/extensions/gsd/state.js +15 -12
  40. package/dist/resources/extensions/gsd/tool-presentation-plan.js +120 -0
  41. package/dist/resources/extensions/gsd/tools/exec-tool.js +109 -0
  42. package/dist/resources/extensions/gsd/tools/plan-slice.js +14 -9
  43. package/dist/resources/extensions/gsd/tools/reopen-milestone.js +2 -2
  44. package/dist/resources/extensions/gsd/tools/workflow-tool-executors.js +366 -3
  45. package/dist/resources/extensions/gsd/unit-context-manifest.js +8 -3
  46. package/dist/resources/extensions/gsd/validation-block-guard.js +2 -0
  47. package/dist/resources/extensions/gsd/workflow-mcp-auto-prep.js +3 -1
  48. package/dist/resources/extensions/gsd/workflow-mcp.js +5 -1
  49. package/dist/resources/extensions/gsd/worktree-lifecycle.js +24 -0
  50. package/dist/resources/extensions/mcp-client/manager.js +31 -1
  51. package/dist/web/standalone/.next/BUILD_ID +1 -1
  52. package/dist/web/standalone/.next/app-path-routes-manifest.json +4 -4
  53. package/dist/web/standalone/.next/build-manifest.json +2 -2
  54. package/dist/web/standalone/.next/prerender-manifest.json +3 -3
  55. package/dist/web/standalone/.next/server/app/_global-error.html +1 -1
  56. package/dist/web/standalone/.next/server/app/_global-error.rsc +1 -1
  57. package/dist/web/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  58. package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  59. package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  60. package/dist/web/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  61. package/dist/web/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  62. package/dist/web/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  63. package/dist/web/standalone/.next/server/app/_not-found.html +1 -1
  64. package/dist/web/standalone/.next/server/app/_not-found.rsc +1 -1
  65. package/dist/web/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  66. package/dist/web/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  67. package/dist/web/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  68. package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  69. package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  70. package/dist/web/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  71. package/dist/web/standalone/.next/server/app/index.html +1 -1
  72. package/dist/web/standalone/.next/server/app/index.rsc +1 -1
  73. package/dist/web/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  74. package/dist/web/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
  75. package/dist/web/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  76. package/dist/web/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
  77. package/dist/web/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  78. package/dist/web/standalone/.next/server/app-paths-manifest.json +4 -4
  79. package/dist/web/standalone/.next/server/chunks/8357.js +1 -1
  80. package/dist/web/standalone/.next/server/middleware-build-manifest.js +1 -1
  81. package/dist/web/standalone/.next/server/pages/404.html +1 -1
  82. package/dist/web/standalone/.next/server/pages/500.html +1 -1
  83. package/dist/web/standalone/.next/server/server-reference-manifest.json +1 -1
  84. package/package.json +2 -2
  85. package/packages/cloud-mcp-gateway/package.json +2 -2
  86. package/packages/contracts/dist/workflow.d.ts +14 -0
  87. package/packages/contracts/dist/workflow.d.ts.map +1 -1
  88. package/packages/contracts/dist/workflow.js +16 -0
  89. package/packages/contracts/dist/workflow.js.map +1 -1
  90. package/packages/contracts/package.json +1 -1
  91. package/packages/daemon/package.json +4 -4
  92. package/packages/gsd-agent-core/package.json +5 -5
  93. package/packages/gsd-agent-modes/dist/modes/interactive/components/settings-selector.d.ts +2 -0
  94. package/packages/gsd-agent-modes/dist/modes/interactive/components/settings-selector.d.ts.map +1 -1
  95. package/packages/gsd-agent-modes/dist/modes/interactive/components/settings-selector.js +10 -0
  96. package/packages/gsd-agent-modes/dist/modes/interactive/components/settings-selector.js.map +1 -1
  97. package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.d.ts +1 -0
  98. package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.d.ts.map +1 -1
  99. package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.js +72 -31
  100. package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.js.map +1 -1
  101. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-extension-dialogs.d.ts.map +1 -1
  102. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-extension-dialogs.js +2 -0
  103. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-extension-dialogs.js.map +1 -1
  104. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-mode-class-constants.d.ts +1 -1
  105. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-mode-class-constants.d.ts.map +1 -1
  106. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-mode-class-constants.js +1 -1
  107. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-mode-class-constants.js.map +1 -1
  108. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  109. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-mode.js +1 -0
  110. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-mode.js.map +1 -1
  111. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-settings.d.ts.map +1 -1
  112. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-settings.js +5 -0
  113. package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-settings.js.map +1 -1
  114. package/packages/gsd-agent-modes/package.json +7 -7
  115. package/packages/mcp-server/dist/workflow-tools.d.ts.map +1 -1
  116. package/packages/mcp-server/dist/workflow-tools.js +82 -0
  117. package/packages/mcp-server/dist/workflow-tools.js.map +1 -1
  118. package/packages/mcp-server/package.json +3 -3
  119. package/packages/native/package.json +1 -1
  120. package/packages/pi-agent-core/package.json +1 -1
  121. package/packages/pi-ai/dist/image-models.generated.d.ts +15 -0
  122. package/packages/pi-ai/dist/image-models.generated.d.ts.map +1 -1
  123. package/packages/pi-ai/dist/image-models.generated.js +15 -0
  124. package/packages/pi-ai/dist/image-models.generated.js.map +1 -1
  125. package/packages/pi-ai/dist/models.generated.d.ts +338 -17
  126. package/packages/pi-ai/dist/models.generated.d.ts.map +1 -1
  127. package/packages/pi-ai/dist/models.generated.js +412 -112
  128. package/packages/pi-ai/dist/models.generated.js.map +1 -1
  129. package/packages/pi-ai/package.json +1 -1
  130. package/packages/pi-coding-agent/dist/core/settings-manager.d.ts +3 -0
  131. package/packages/pi-coding-agent/dist/core/settings-manager.d.ts.map +1 -1
  132. package/packages/pi-coding-agent/dist/core/settings-manager.js +11 -0
  133. package/packages/pi-coding-agent/dist/core/settings-manager.js.map +1 -1
  134. package/packages/pi-coding-agent/package.json +7 -7
  135. package/packages/pi-tui/dist/terminal.d.ts +1 -0
  136. package/packages/pi-tui/dist/terminal.d.ts.map +1 -1
  137. package/packages/pi-tui/dist/terminal.js +8 -4
  138. package/packages/pi-tui/dist/terminal.js.map +1 -1
  139. package/packages/pi-tui/package.json +1 -1
  140. package/packages/rpc-client/package.json +2 -2
  141. package/pkg/package.json +1 -1
  142. package/src/resources/extensions/claude-code-cli/stream-adapter.ts +196 -16
  143. package/src/resources/extensions/claude-code-cli/tests/stream-adapter.test.ts +239 -63
  144. package/src/resources/extensions/gsd/auto/phases.ts +5 -3
  145. package/src/resources/extensions/gsd/auto-dashboard.ts +16 -4
  146. package/src/resources/extensions/gsd/auto-dispatch.ts +48 -0
  147. package/src/resources/extensions/gsd/auto-post-unit.ts +138 -7
  148. package/src/resources/extensions/gsd/auto-prompts.ts +9 -0
  149. package/src/resources/extensions/gsd/auto-recovery.ts +4 -4
  150. package/src/resources/extensions/gsd/auto-start.ts +112 -17
  151. package/src/resources/extensions/gsd/auto-unit-tool-scope.ts +2 -1
  152. package/src/resources/extensions/gsd/auto.ts +35 -3
  153. package/src/resources/extensions/gsd/bootstrap/db-tools.ts +86 -0
  154. package/src/resources/extensions/gsd/bootstrap/exec-tools.ts +51 -0
  155. package/src/resources/extensions/gsd/bootstrap/register-hooks.ts +51 -14
  156. package/src/resources/extensions/gsd/bootstrap/write-gate.ts +21 -10
  157. package/src/resources/extensions/gsd/commands/catalog.ts +6 -1
  158. package/src/resources/extensions/gsd/commands/handlers/core.ts +6 -2
  159. package/src/resources/extensions/gsd/commands/handlers/ops.ts +7 -3
  160. package/src/resources/extensions/gsd/commands-maintenance.ts +197 -2
  161. package/src/resources/extensions/gsd/commands-mcp-status.ts +134 -57
  162. package/src/resources/extensions/gsd/commands-prefs-wizard.ts +4 -1
  163. package/src/resources/extensions/gsd/commands-verdict.ts +1 -1
  164. package/src/resources/extensions/gsd/config-overlay.ts +3 -1
  165. package/src/resources/extensions/gsd/error-classifier.ts +2 -1
  166. package/src/resources/extensions/gsd/exec-sandbox.ts +4 -0
  167. package/src/resources/extensions/gsd/gsd-db.ts +41 -6
  168. package/src/resources/extensions/gsd/guided-flow.ts +1 -1
  169. package/src/resources/extensions/gsd/mcp-filter.ts +3 -0
  170. package/src/resources/extensions/gsd/mcp-project-config.ts +92 -10
  171. package/src/resources/extensions/gsd/migration-auto-check.ts +2 -2
  172. package/src/resources/extensions/gsd/preferences-types.ts +1 -1
  173. package/src/resources/extensions/gsd/prompts/run-uat.md +10 -4
  174. package/src/resources/extensions/gsd/prompts/system.md +3 -1
  175. package/src/resources/extensions/gsd/safety/destructive-guard.ts +3 -0
  176. package/src/resources/extensions/gsd/skill-activation.ts +20 -2
  177. package/src/resources/extensions/gsd/state-reconciliation/drift/artifact-db.ts +4 -2
  178. package/src/resources/extensions/gsd/state-reconciliation/drift/project-md.ts +1 -1
  179. package/src/resources/extensions/gsd/state-reconciliation/drift/roadmap.ts +20 -0
  180. package/src/resources/extensions/gsd/state-reconciliation/index.ts +6 -0
  181. package/src/resources/extensions/gsd/state-reconciliation/types.ts +1 -0
  182. package/src/resources/extensions/gsd/state.ts +16 -12
  183. package/src/resources/extensions/gsd/tests/auto-dashboard.test.ts +51 -0
  184. package/src/resources/extensions/gsd/tests/auto-orchestrator.test.ts +86 -0
  185. package/src/resources/extensions/gsd/tests/auto-start-orphan-bootstrap.test.ts +143 -2
  186. package/src/resources/extensions/gsd/tests/auto-start-project-milestone-reconcile.test.ts +24 -2
  187. package/src/resources/extensions/gsd/tests/commands-dispatcher-validation-block.test.ts +38 -3
  188. package/src/resources/extensions/gsd/tests/commands-verdict.test.ts +6 -2
  189. package/src/resources/extensions/gsd/tests/derive-state-db.test.ts +8 -0
  190. package/src/resources/extensions/gsd/tests/derive-state-helpers.test.ts +50 -13
  191. package/src/resources/extensions/gsd/tests/dispatch-missing-task-plans.test.ts +60 -0
  192. package/src/resources/extensions/gsd/tests/exec-sandbox.test.ts +18 -0
  193. package/src/resources/extensions/gsd/tests/exec-tool.test.ts +69 -0
  194. package/src/resources/extensions/gsd/tests/gsd-rebuild.test.ts +199 -0
  195. package/src/resources/extensions/gsd/tests/gsd-recover.test.ts +75 -0
  196. package/src/resources/extensions/gsd/tests/integration/state-machine-live-validation.test.ts +13 -6
  197. package/src/resources/extensions/gsd/tests/mcp-filter.test.ts +15 -0
  198. package/src/resources/extensions/gsd/tests/mcp-project-config.test.ts +68 -0
  199. package/src/resources/extensions/gsd/tests/mcp-status.test.ts +177 -0
  200. package/src/resources/extensions/gsd/tests/migration-auto-check.test.ts +3 -3
  201. package/src/resources/extensions/gsd/tests/parallel-skill-prompt-integration.test.ts +54 -7
  202. package/src/resources/extensions/gsd/tests/plan-slice.test.ts +39 -1
  203. package/src/resources/extensions/gsd/tests/prompt-contracts.test.ts +10 -0
  204. package/src/resources/extensions/gsd/tests/provider-errors.test.ts +18 -1
  205. package/src/resources/extensions/gsd/tests/reactive-executor.test.ts +36 -0
  206. package/src/resources/extensions/gsd/tests/register-hooks-depth-verification.test.ts +35 -0
  207. package/src/resources/extensions/gsd/tests/restore-tools-after-discuss.test.ts +1 -1
  208. package/src/resources/extensions/gsd/tests/skill-activation.test.ts +55 -0
  209. package/src/resources/extensions/gsd/tests/start-auto-detached.test.ts +6 -2
  210. package/src/resources/extensions/gsd/tests/state-reconciliation-drift.test.ts +52 -0
  211. package/src/resources/extensions/gsd/tests/token-tool-gating.test.ts +84 -10
  212. package/src/resources/extensions/gsd/tests/tool-naming.test.ts +12 -2
  213. package/src/resources/extensions/gsd/tests/tui-header-lifecycle.test.ts +29 -6
  214. package/src/resources/extensions/gsd/tests/unit-context-manifest.test.ts +29 -6
  215. package/src/resources/extensions/gsd/tests/validation-block-guard.test.ts +21 -0
  216. package/src/resources/extensions/gsd/tests/workflow-mcp-auto-prep.test.ts +17 -2
  217. package/src/resources/extensions/gsd/tests/workflow-tool-executors.test.ts +83 -0
  218. package/src/resources/extensions/gsd/tests/write-gate-planning-unit.test.ts +25 -0
  219. package/src/resources/extensions/gsd/tool-presentation-plan.ts +167 -0
  220. package/src/resources/extensions/gsd/tools/exec-tool.ts +130 -0
  221. package/src/resources/extensions/gsd/tools/plan-slice.ts +14 -9
  222. package/src/resources/extensions/gsd/tools/reopen-milestone.ts +2 -2
  223. package/src/resources/extensions/gsd/tools/workflow-tool-executors.ts +440 -2
  224. package/src/resources/extensions/gsd/unit-context-manifest.ts +14 -5
  225. package/src/resources/extensions/gsd/validation-block-guard.ts +2 -0
  226. package/src/resources/extensions/gsd/workflow-mcp-auto-prep.ts +2 -1
  227. package/src/resources/extensions/gsd/workflow-mcp.ts +5 -1
  228. package/src/resources/extensions/gsd/worktree-lifecycle.ts +26 -0
  229. package/src/resources/extensions/mcp-client/manager.ts +33 -1
  230. package/src/resources/extensions/mcp-client/tests/manager.test.ts +35 -0
  231. /package/dist/web/standalone/.next/static/{L9N5SPFi7f-Ne4u2uXzCe → eRWf-RI9bzbrwEurm_3uI}/_buildManifest.js +0 -0
  232. /package/dist/web/standalone/.next/static/{L9N5SPFi7f-Ne4u2uXzCe → eRWf-RI9bzbrwEurm_3uI}/_ssgManifest.js +0 -0
@@ -1966,6 +1966,236 @@ export const MODELS = {
1966
1966
  maxTokens: 64000,
1967
1967
  },
1968
1968
  },
1969
+ "anthropic-vertex": {
1970
+ "claude-3-5-haiku@20241022": {
1971
+ id: "claude-3-5-haiku@20241022",
1972
+ name: "Claude Haiku 3.5 (Vertex)",
1973
+ api: "anthropic-vertex",
1974
+ provider: "anthropic-vertex",
1975
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
1976
+ reasoning: false,
1977
+ input: ["text", "image"],
1978
+ cost: {
1979
+ input: 0.8,
1980
+ output: 4,
1981
+ cacheRead: 0.08,
1982
+ cacheWrite: 1,
1983
+ },
1984
+ contextWindow: 200000,
1985
+ maxTokens: 8192,
1986
+ },
1987
+ "claude-3-5-sonnet@20241022": {
1988
+ id: "claude-3-5-sonnet@20241022",
1989
+ name: "Claude Sonnet 3.5 v2 (Vertex)",
1990
+ api: "anthropic-vertex",
1991
+ provider: "anthropic-vertex",
1992
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
1993
+ reasoning: false,
1994
+ input: ["text", "image"],
1995
+ cost: {
1996
+ input: 3,
1997
+ output: 15,
1998
+ cacheRead: 0.3,
1999
+ cacheWrite: 3.75,
2000
+ },
2001
+ contextWindow: 200000,
2002
+ maxTokens: 8192,
2003
+ },
2004
+ "claude-3-7-sonnet@20250219": {
2005
+ id: "claude-3-7-sonnet@20250219",
2006
+ name: "Claude Sonnet 3.7 (Vertex)",
2007
+ api: "anthropic-vertex",
2008
+ provider: "anthropic-vertex",
2009
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2010
+ reasoning: true,
2011
+ input: ["text", "image"],
2012
+ cost: {
2013
+ input: 3,
2014
+ output: 15,
2015
+ cacheRead: 0.3,
2016
+ cacheWrite: 3.75,
2017
+ },
2018
+ contextWindow: 200000,
2019
+ maxTokens: 64000,
2020
+ },
2021
+ "claude-haiku-4-5@20251001": {
2022
+ id: "claude-haiku-4-5@20251001",
2023
+ name: "Claude Haiku 4.5 (Vertex)",
2024
+ api: "anthropic-vertex",
2025
+ provider: "anthropic-vertex",
2026
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2027
+ reasoning: true,
2028
+ input: ["text", "image"],
2029
+ cost: {
2030
+ input: 1,
2031
+ output: 5,
2032
+ cacheRead: 0.1,
2033
+ cacheWrite: 1.25,
2034
+ },
2035
+ contextWindow: 200000,
2036
+ maxTokens: 64000,
2037
+ },
2038
+ "claude-opus-4-1@20250805": {
2039
+ id: "claude-opus-4-1@20250805",
2040
+ name: "Claude Opus 4.1 (Vertex)",
2041
+ api: "anthropic-vertex",
2042
+ provider: "anthropic-vertex",
2043
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2044
+ reasoning: true,
2045
+ input: ["text", "image"],
2046
+ cost: {
2047
+ input: 15,
2048
+ output: 75,
2049
+ cacheRead: 1.5,
2050
+ cacheWrite: 18.75,
2051
+ },
2052
+ contextWindow: 200000,
2053
+ maxTokens: 32000,
2054
+ },
2055
+ "claude-opus-4-5@20251101": {
2056
+ id: "claude-opus-4-5@20251101",
2057
+ name: "Claude Opus 4.5 (Vertex)",
2058
+ api: "anthropic-vertex",
2059
+ provider: "anthropic-vertex",
2060
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2061
+ reasoning: true,
2062
+ input: ["text", "image"],
2063
+ cost: {
2064
+ input: 5,
2065
+ output: 25,
2066
+ cacheRead: 0.5,
2067
+ cacheWrite: 6.25,
2068
+ },
2069
+ contextWindow: 200000,
2070
+ maxTokens: 64000,
2071
+ },
2072
+ "claude-opus-4-6": {
2073
+ id: "claude-opus-4-6",
2074
+ name: "Claude Opus 4.6 (Vertex)",
2075
+ api: "anthropic-vertex",
2076
+ provider: "anthropic-vertex",
2077
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2078
+ compat: { "forceAdaptiveThinking": true },
2079
+ reasoning: true,
2080
+ thinkingLevelMap: { "xhigh": "max" },
2081
+ input: ["text", "image"],
2082
+ cost: {
2083
+ input: 5,
2084
+ output: 25,
2085
+ cacheRead: 0.5,
2086
+ cacheWrite: 6.25,
2087
+ },
2088
+ contextWindow: 1000000,
2089
+ maxTokens: 128000,
2090
+ },
2091
+ "claude-opus-4-7": {
2092
+ id: "claude-opus-4-7",
2093
+ name: "Claude Opus 4.7 (Vertex)",
2094
+ api: "anthropic-vertex",
2095
+ provider: "anthropic-vertex",
2096
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2097
+ compat: { "forceAdaptiveThinking": true },
2098
+ reasoning: true,
2099
+ thinkingLevelMap: { "xhigh": "xhigh" },
2100
+ input: ["text", "image"],
2101
+ cost: {
2102
+ input: 5,
2103
+ output: 25,
2104
+ cacheRead: 0.5,
2105
+ cacheWrite: 6.25,
2106
+ },
2107
+ contextWindow: 1000000,
2108
+ maxTokens: 128000,
2109
+ },
2110
+ "claude-opus-4-8": {
2111
+ id: "claude-opus-4-8",
2112
+ name: "Claude Opus 4.8 (Vertex)",
2113
+ api: "anthropic-vertex",
2114
+ provider: "anthropic-vertex",
2115
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2116
+ compat: { "forceAdaptiveThinking": true },
2117
+ reasoning: true,
2118
+ thinkingLevelMap: { "xhigh": "xhigh" },
2119
+ input: ["text", "image"],
2120
+ cost: {
2121
+ input: 5,
2122
+ output: 25,
2123
+ cacheRead: 0.5,
2124
+ cacheWrite: 6.25,
2125
+ },
2126
+ contextWindow: 1000000,
2127
+ maxTokens: 128000,
2128
+ },
2129
+ "claude-opus-4@20250514": {
2130
+ id: "claude-opus-4@20250514",
2131
+ name: "Claude Opus 4 (Vertex)",
2132
+ api: "anthropic-vertex",
2133
+ provider: "anthropic-vertex",
2134
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2135
+ reasoning: true,
2136
+ input: ["text", "image"],
2137
+ cost: {
2138
+ input: 15,
2139
+ output: 75,
2140
+ cacheRead: 1.5,
2141
+ cacheWrite: 18.75,
2142
+ },
2143
+ contextWindow: 200000,
2144
+ maxTokens: 32000,
2145
+ },
2146
+ "claude-sonnet-4-5@20250929": {
2147
+ id: "claude-sonnet-4-5@20250929",
2148
+ name: "Claude Sonnet 4.5 (Vertex)",
2149
+ api: "anthropic-vertex",
2150
+ provider: "anthropic-vertex",
2151
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2152
+ reasoning: true,
2153
+ input: ["text", "image"],
2154
+ cost: {
2155
+ input: 3,
2156
+ output: 15,
2157
+ cacheRead: 0.3,
2158
+ cacheWrite: 3.75,
2159
+ },
2160
+ contextWindow: 200000,
2161
+ maxTokens: 64000,
2162
+ },
2163
+ "claude-sonnet-4-6": {
2164
+ id: "claude-sonnet-4-6",
2165
+ name: "Claude Sonnet 4.6 (Vertex)",
2166
+ api: "anthropic-vertex",
2167
+ provider: "anthropic-vertex",
2168
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2169
+ compat: { "forceAdaptiveThinking": true },
2170
+ reasoning: true,
2171
+ input: ["text", "image"],
2172
+ cost: {
2173
+ input: 3,
2174
+ output: 15,
2175
+ cacheRead: 0.3,
2176
+ cacheWrite: 3.75,
2177
+ },
2178
+ contextWindow: 1000000,
2179
+ maxTokens: 128000,
2180
+ },
2181
+ "claude-sonnet-4@20250514": {
2182
+ id: "claude-sonnet-4@20250514",
2183
+ name: "Claude Sonnet 4 (Vertex)",
2184
+ api: "anthropic-vertex",
2185
+ provider: "anthropic-vertex",
2186
+ baseUrl: "https://{location}-aiplatform.googleapis.com",
2187
+ reasoning: true,
2188
+ input: ["text", "image"],
2189
+ cost: {
2190
+ input: 3,
2191
+ output: 15,
2192
+ cacheRead: 0.3,
2193
+ cacheWrite: 3.75,
2194
+ },
2195
+ contextWindow: 200000,
2196
+ maxTokens: 64000,
2197
+ },
2198
+ },
1969
2199
  "azure-openai-responses": {
1970
2200
  "gpt-4": {
1971
2201
  id: "gpt-4",
@@ -3852,7 +4082,7 @@ export const MODELS = {
3852
4082
  "github-copilot": {
3853
4083
  "claude-haiku-4.5": {
3854
4084
  id: "claude-haiku-4.5",
3855
- name: "Claude Haiku 4.5",
4085
+ name: "Claude Haiku 4.5 (latest)",
3856
4086
  api: "anthropic-messages",
3857
4087
  provider: "github-copilot",
3858
4088
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -3861,17 +4091,17 @@ export const MODELS = {
3861
4091
  reasoning: true,
3862
4092
  input: ["text", "image"],
3863
4093
  cost: {
3864
- input: 0,
3865
- output: 0,
3866
- cacheRead: 0,
3867
- cacheWrite: 0,
4094
+ input: 1,
4095
+ output: 5,
4096
+ cacheRead: 0.1,
4097
+ cacheWrite: 1.25,
3868
4098
  },
3869
4099
  contextWindow: 200000,
3870
4100
  maxTokens: 64000,
3871
4101
  },
3872
4102
  "claude-opus-4.5": {
3873
4103
  id: "claude-opus-4.5",
3874
- name: "Claude Opus 4.5",
4104
+ name: "Claude Opus 4.5 (latest)",
3875
4105
  api: "anthropic-messages",
3876
4106
  provider: "github-copilot",
3877
4107
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -3879,10 +4109,10 @@ export const MODELS = {
3879
4109
  reasoning: true,
3880
4110
  input: ["text", "image"],
3881
4111
  cost: {
3882
- input: 0,
3883
- output: 0,
3884
- cacheRead: 0,
3885
- cacheWrite: 0,
4112
+ input: 5,
4113
+ output: 25,
4114
+ cacheRead: 0.5,
4115
+ cacheWrite: 6.25,
3886
4116
  },
3887
4117
  contextWindow: 200000,
3888
4118
  maxTokens: 32000,
@@ -3899,10 +4129,10 @@ export const MODELS = {
3899
4129
  thinkingLevelMap: { "xhigh": "max" },
3900
4130
  input: ["text", "image"],
3901
4131
  cost: {
3902
- input: 0,
3903
- output: 0,
3904
- cacheRead: 0,
3905
- cacheWrite: 0,
4132
+ input: 5,
4133
+ output: 25,
4134
+ cacheRead: 0.5,
4135
+ cacheWrite: 6.25,
3906
4136
  },
3907
4137
  contextWindow: 1000000,
3908
4138
  maxTokens: 32000,
@@ -3919,10 +4149,10 @@ export const MODELS = {
3919
4149
  thinkingLevelMap: { "xhigh": "xhigh" },
3920
4150
  input: ["text", "image"],
3921
4151
  cost: {
3922
- input: 0,
3923
- output: 0,
3924
- cacheRead: 0,
3925
- cacheWrite: 0,
4152
+ input: 5,
4153
+ output: 25,
4154
+ cacheRead: 0.5,
4155
+ cacheWrite: 6.25,
3926
4156
  },
3927
4157
  contextWindow: 200000,
3928
4158
  maxTokens: 32000,
@@ -3939,17 +4169,36 @@ export const MODELS = {
3939
4169
  thinkingLevelMap: { "xhigh": "xhigh" },
3940
4170
  input: ["text", "image"],
3941
4171
  cost: {
3942
- input: 0,
3943
- output: 0,
3944
- cacheRead: 0,
3945
- cacheWrite: 0,
4172
+ input: 5,
4173
+ output: 25,
4174
+ cacheRead: 0.5,
4175
+ cacheWrite: 6.25,
3946
4176
  },
3947
4177
  contextWindow: 200000,
3948
4178
  maxTokens: 64000,
3949
4179
  },
4180
+ "claude-sonnet-4": {
4181
+ id: "claude-sonnet-4",
4182
+ name: "Claude Sonnet 4 (latest)",
4183
+ api: "anthropic-messages",
4184
+ provider: "github-copilot",
4185
+ baseUrl: "https://api.individual.githubcopilot.com",
4186
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
4187
+ compat: { "supportsEagerToolInputStreaming": false },
4188
+ reasoning: true,
4189
+ input: ["text", "image"],
4190
+ cost: {
4191
+ input: 3,
4192
+ output: 15,
4193
+ cacheRead: 0.3,
4194
+ cacheWrite: 3.75,
4195
+ },
4196
+ contextWindow: 216000,
4197
+ maxTokens: 16000,
4198
+ },
3950
4199
  "claude-sonnet-4.5": {
3951
4200
  id: "claude-sonnet-4.5",
3952
- name: "Claude Sonnet 4.5",
4201
+ name: "Claude Sonnet 4.5 (latest)",
3953
4202
  api: "anthropic-messages",
3954
4203
  provider: "github-copilot",
3955
4204
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -3958,10 +4207,10 @@ export const MODELS = {
3958
4207
  reasoning: true,
3959
4208
  input: ["text", "image"],
3960
4209
  cost: {
3961
- input: 0,
3962
- output: 0,
3963
- cacheRead: 0,
3964
- cacheWrite: 0,
4210
+ input: 3,
4211
+ output: 15,
4212
+ cacheRead: 0.3,
4213
+ cacheWrite: 3.75,
3965
4214
  },
3966
4215
  contextWindow: 200000,
3967
4216
  maxTokens: 32000,
@@ -3977,10 +4226,10 @@ export const MODELS = {
3977
4226
  reasoning: true,
3978
4227
  input: ["text", "image"],
3979
4228
  cost: {
3980
- input: 0,
3981
- output: 0,
3982
- cacheRead: 0,
3983
- cacheWrite: 0,
4229
+ input: 3,
4230
+ output: 15,
4231
+ cacheRead: 0.3,
4232
+ cacheWrite: 3.75,
3984
4233
  },
3985
4234
  contextWindow: 1000000,
3986
4235
  maxTokens: 32000,
@@ -3993,12 +4242,12 @@ export const MODELS = {
3993
4242
  baseUrl: "https://api.individual.githubcopilot.com",
3994
4243
  headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
3995
4244
  compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
3996
- reasoning: false,
4245
+ reasoning: true,
3997
4246
  input: ["text", "image"],
3998
4247
  cost: {
3999
- input: 0,
4000
- output: 0,
4001
- cacheRead: 0,
4248
+ input: 1.25,
4249
+ output: 10,
4250
+ cacheRead: 0.125,
4002
4251
  cacheWrite: 0,
4003
4252
  },
4004
4253
  contextWindow: 128000,
@@ -4006,7 +4255,7 @@ export const MODELS = {
4006
4255
  },
4007
4256
  "gemini-3-flash-preview": {
4008
4257
  id: "gemini-3-flash-preview",
4009
- name: "Gemini 3 Flash",
4258
+ name: "Gemini 3 Flash Preview",
4010
4259
  api: "openai-completions",
4011
4260
  provider: "github-copilot",
4012
4261
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -4015,9 +4264,9 @@ export const MODELS = {
4015
4264
  reasoning: true,
4016
4265
  input: ["text", "image"],
4017
4266
  cost: {
4018
- input: 0,
4019
- output: 0,
4020
- cacheRead: 0,
4267
+ input: 0.5,
4268
+ output: 3,
4269
+ cacheRead: 0.05,
4021
4270
  cacheWrite: 0,
4022
4271
  },
4023
4272
  contextWindow: 128000,
@@ -4034,9 +4283,9 @@ export const MODELS = {
4034
4283
  reasoning: true,
4035
4284
  input: ["text", "image"],
4036
4285
  cost: {
4037
- input: 0,
4038
- output: 0,
4039
- cacheRead: 0,
4286
+ input: 2,
4287
+ output: 12,
4288
+ cacheRead: 0.2,
4040
4289
  cacheWrite: 0,
4041
4290
  },
4042
4291
  contextWindow: 200000,
@@ -4053,9 +4302,9 @@ export const MODELS = {
4053
4302
  reasoning: true,
4054
4303
  input: ["text", "image"],
4055
4304
  cost: {
4056
- input: 0,
4057
- output: 0,
4058
- cacheRead: 0,
4305
+ input: 1.5,
4306
+ output: 9,
4307
+ cacheRead: 0.15,
4059
4308
  cacheWrite: 0,
4060
4309
  },
4061
4310
  contextWindow: 200000,
@@ -4072,36 +4321,17 @@ export const MODELS = {
4072
4321
  reasoning: false,
4073
4322
  input: ["text", "image"],
4074
4323
  cost: {
4075
- input: 0,
4076
- output: 0,
4077
- cacheRead: 0,
4324
+ input: 2,
4325
+ output: 8,
4326
+ cacheRead: 0.5,
4078
4327
  cacheWrite: 0,
4079
4328
  },
4080
4329
  contextWindow: 128000,
4081
4330
  maxTokens: 16384,
4082
4331
  },
4083
- "gpt-4o": {
4084
- id: "gpt-4o",
4085
- name: "GPT-4o",
4086
- api: "openai-completions",
4087
- provider: "github-copilot",
4088
- baseUrl: "https://api.individual.githubcopilot.com",
4089
- headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
4090
- compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
4091
- reasoning: false,
4092
- input: ["text", "image"],
4093
- cost: {
4094
- input: 0,
4095
- output: 0,
4096
- cacheRead: 0,
4097
- cacheWrite: 0,
4098
- },
4099
- contextWindow: 128000,
4100
- maxTokens: 4096,
4101
- },
4102
4332
  "gpt-5-mini": {
4103
4333
  id: "gpt-5-mini",
4104
- name: "GPT-5-mini",
4334
+ name: "GPT-5 Mini",
4105
4335
  api: "openai-responses",
4106
4336
  provider: "github-copilot",
4107
4337
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -4110,9 +4340,9 @@ export const MODELS = {
4110
4340
  thinkingLevelMap: { "off": null, "minimal": "low" },
4111
4341
  input: ["text", "image"],
4112
4342
  cost: {
4113
- input: 0,
4114
- output: 0,
4115
- cacheRead: 0,
4343
+ input: 0.25,
4344
+ output: 2,
4345
+ cacheRead: 0.025,
4116
4346
  cacheWrite: 0,
4117
4347
  },
4118
4348
  contextWindow: 264000,
@@ -4129,9 +4359,9 @@ export const MODELS = {
4129
4359
  thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
4130
4360
  input: ["text", "image"],
4131
4361
  cost: {
4132
- input: 0,
4133
- output: 0,
4134
- cacheRead: 0,
4362
+ input: 1.75,
4363
+ output: 14,
4364
+ cacheRead: 0.175,
4135
4365
  cacheWrite: 0,
4136
4366
  },
4137
4367
  contextWindow: 400000,
@@ -4139,7 +4369,7 @@ export const MODELS = {
4139
4369
  },
4140
4370
  "gpt-5.2-codex": {
4141
4371
  id: "gpt-5.2-codex",
4142
- name: "GPT-5.2-Codex",
4372
+ name: "GPT-5.2 Codex",
4143
4373
  api: "openai-responses",
4144
4374
  provider: "github-copilot",
4145
4375
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -4148,9 +4378,9 @@ export const MODELS = {
4148
4378
  thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
4149
4379
  input: ["text", "image"],
4150
4380
  cost: {
4151
- input: 0,
4152
- output: 0,
4153
- cacheRead: 0,
4381
+ input: 1.75,
4382
+ output: 14,
4383
+ cacheRead: 0.175,
4154
4384
  cacheWrite: 0,
4155
4385
  },
4156
4386
  contextWindow: 400000,
@@ -4158,7 +4388,7 @@ export const MODELS = {
4158
4388
  },
4159
4389
  "gpt-5.3-codex": {
4160
4390
  id: "gpt-5.3-codex",
4161
- name: "GPT-5.3-Codex",
4391
+ name: "GPT-5.3 Codex",
4162
4392
  api: "openai-responses",
4163
4393
  provider: "github-copilot",
4164
4394
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -4167,9 +4397,9 @@ export const MODELS = {
4167
4397
  thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
4168
4398
  input: ["text", "image"],
4169
4399
  cost: {
4170
- input: 0,
4171
- output: 0,
4172
- cacheRead: 0,
4400
+ input: 1.75,
4401
+ output: 14,
4402
+ cacheRead: 0.175,
4173
4403
  cacheWrite: 0,
4174
4404
  },
4175
4405
  contextWindow: 400000,
@@ -4186,9 +4416,9 @@ export const MODELS = {
4186
4416
  thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
4187
4417
  input: ["text", "image"],
4188
4418
  cost: {
4189
- input: 0,
4190
- output: 0,
4191
- cacheRead: 0,
4419
+ input: 2.5,
4420
+ output: 15,
4421
+ cacheRead: 0.25,
4192
4422
  cacheWrite: 0,
4193
4423
  },
4194
4424
  contextWindow: 400000,
@@ -4196,7 +4426,7 @@ export const MODELS = {
4196
4426
  },
4197
4427
  "gpt-5.4-mini": {
4198
4428
  id: "gpt-5.4-mini",
4199
- name: "GPT-5.4 Mini",
4429
+ name: "GPT-5.4 mini",
4200
4430
  api: "openai-responses",
4201
4431
  provider: "github-copilot",
4202
4432
  baseUrl: "https://api.individual.githubcopilot.com",
@@ -4205,9 +4435,28 @@ export const MODELS = {
4205
4435
  thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
4206
4436
  input: ["text", "image"],
4207
4437
  cost: {
4208
- input: 0,
4209
- output: 0,
4210
- cacheRead: 0,
4438
+ input: 0.75,
4439
+ output: 4.5,
4440
+ cacheRead: 0.075,
4441
+ cacheWrite: 0,
4442
+ },
4443
+ contextWindow: 400000,
4444
+ maxTokens: 128000,
4445
+ },
4446
+ "gpt-5.4-nano": {
4447
+ id: "gpt-5.4-nano",
4448
+ name: "GPT-5.4 nano",
4449
+ api: "openai-responses",
4450
+ provider: "github-copilot",
4451
+ baseUrl: "https://api.individual.githubcopilot.com",
4452
+ headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
4453
+ reasoning: true,
4454
+ thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
4455
+ input: ["text", "image"],
4456
+ cost: {
4457
+ input: 0.2,
4458
+ output: 1.25,
4459
+ cacheRead: 0.02,
4211
4460
  cacheWrite: 0,
4212
4461
  },
4213
4462
  contextWindow: 400000,
@@ -4224,32 +4473,32 @@ export const MODELS = {
4224
4473
  thinkingLevelMap: { "off": null, "minimal": "low", "xhigh": "xhigh" },
4225
4474
  input: ["text", "image"],
4226
4475
  cost: {
4227
- input: 0,
4228
- output: 0,
4229
- cacheRead: 0,
4476
+ input: 5,
4477
+ output: 30,
4478
+ cacheRead: 0.5,
4230
4479
  cacheWrite: 0,
4231
4480
  },
4232
4481
  contextWindow: 400000,
4233
4482
  maxTokens: 128000,
4234
4483
  },
4235
- "grok-code-fast-1": {
4236
- id: "grok-code-fast-1",
4237
- name: "Grok Code Fast 1",
4484
+ "raptor-mini": {
4485
+ id: "raptor-mini",
4486
+ name: "Raptor mini",
4238
4487
  api: "openai-completions",
4239
4488
  provider: "github-copilot",
4240
4489
  baseUrl: "https://api.individual.githubcopilot.com",
4241
4490
  headers: { "User-Agent": "GitHubCopilotChat/0.35.0", "Editor-Version": "vscode/1.107.0", "Editor-Plugin-Version": "copilot-chat/0.35.0", "Copilot-Integration-Id": "vscode-chat" },
4242
4491
  compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
4243
4492
  reasoning: true,
4244
- input: ["text"],
4493
+ input: ["text", "image"],
4245
4494
  cost: {
4246
- input: 0,
4247
- output: 0,
4248
- cacheRead: 0,
4495
+ input: 0.25,
4496
+ output: 2,
4497
+ cacheRead: 0.025,
4249
4498
  cacheWrite: 0,
4250
4499
  },
4251
- contextWindow: 128000,
4252
- maxTokens: 64000,
4500
+ contextWindow: 400000,
4501
+ maxTokens: 128000,
4253
4502
  },
4254
4503
  },
4255
4504
  "google": {
@@ -5542,6 +5791,23 @@ export const MODELS = {
5542
5791
  contextWindow: 204800,
5543
5792
  maxTokens: 131072,
5544
5793
  },
5794
+ "MiniMax-M3": {
5795
+ id: "MiniMax-M3",
5796
+ name: "MiniMax-M3",
5797
+ api: "anthropic-messages",
5798
+ provider: "minimax",
5799
+ baseUrl: "https://api.minimax.io/anthropic",
5800
+ reasoning: true,
5801
+ input: ["text", "image"],
5802
+ cost: {
5803
+ input: 0.6,
5804
+ output: 2.4,
5805
+ cacheRead: 0.12,
5806
+ cacheWrite: 0,
5807
+ },
5808
+ contextWindow: 1000000,
5809
+ maxTokens: 131072,
5810
+ },
5545
5811
  },
5546
5812
  "minimax-cn": {
5547
5813
  "MiniMax-M2.7": {
@@ -5578,6 +5844,23 @@ export const MODELS = {
5578
5844
  contextWindow: 204800,
5579
5845
  maxTokens: 131072,
5580
5846
  },
5847
+ "MiniMax-M3": {
5848
+ id: "MiniMax-M3",
5849
+ name: "MiniMax-M3",
5850
+ api: "anthropic-messages",
5851
+ provider: "minimax-cn",
5852
+ baseUrl: "https://api.minimaxi.com/anthropic",
5853
+ reasoning: true,
5854
+ input: ["text", "image"],
5855
+ cost: {
5856
+ input: 0.6,
5857
+ output: 2.4,
5858
+ cacheRead: 0.12,
5859
+ cacheWrite: 0,
5860
+ },
5861
+ contextWindow: 1000000,
5862
+ maxTokens: 131072,
5863
+ },
5581
5864
  },
5582
5865
  "mistral": {
5583
5866
  "codestral-latest": {
@@ -9280,9 +9563,9 @@ export const MODELS = {
9280
9563
  reasoning: true,
9281
9564
  input: ["text"],
9282
9565
  cost: {
9283
- input: 0.3,
9284
- output: 2.5,
9285
- cacheRead: 0.06,
9566
+ input: 0.075,
9567
+ output: 0.625,
9568
+ cacheRead: 0.015,
9286
9569
  cacheWrite: 0,
9287
9570
  },
9288
9571
  contextWindow: 262144,
@@ -12012,13 +12295,13 @@ export const MODELS = {
12012
12295
  reasoning: true,
12013
12296
  input: ["text"],
12014
12297
  cost: {
12015
- input: 0.066,
12016
- output: 0.26,
12017
- cacheRead: 0.029,
12298
+ input: 0.063,
12299
+ output: 0.21,
12300
+ cacheRead: 0.021,
12018
12301
  cacheWrite: 0,
12019
12302
  },
12020
12303
  contextWindow: 262144,
12021
- maxTokens: 262144,
12304
+ maxTokens: 4096,
12022
12305
  },
12023
12306
  "thedrummer/rocinante-12b": {
12024
12307
  id: "thedrummer/rocinante-12b",
@@ -13230,6 +13513,23 @@ export const MODELS = {
13230
13513
  contextWindow: 991000,
13231
13514
  maxTokens: 64000,
13232
13515
  },
13516
+ "alibaba/qwen3.7-plus": {
13517
+ id: "alibaba/qwen3.7-plus",
13518
+ name: "Qwen 3.7 Plus",
13519
+ api: "anthropic-messages",
13520
+ provider: "vercel-ai-gateway",
13521
+ baseUrl: "https://ai-gateway.vercel.sh",
13522
+ reasoning: true,
13523
+ input: ["text", "image"],
13524
+ cost: {
13525
+ input: 0.4,
13526
+ output: 1.6,
13527
+ cacheRead: 0.08,
13528
+ cacheWrite: 0.5,
13529
+ },
13530
+ contextWindow: 1000000,
13531
+ maxTokens: 64000,
13532
+ },
13233
13533
  "anthropic/claude-3-haiku": {
13234
13534
  id: "anthropic/claude-3-haiku",
13235
13535
  name: "Claude 3 Haiku",
@@ -13838,12 +14138,12 @@ export const MODELS = {
13838
14138
  api: "anthropic-messages",
13839
14139
  provider: "vercel-ai-gateway",
13840
14140
  baseUrl: "https://ai-gateway.vercel.sh",
13841
- reasoning: false,
14141
+ reasoning: true,
13842
14142
  input: ["text", "image"],
13843
14143
  cost: {
13844
- input: 0.13,
13845
- output: 0.4,
13846
- cacheRead: 0,
14144
+ input: 0.15,
14145
+ output: 0.6,
14146
+ cacheRead: 0.015,
13847
14147
  cacheWrite: 0,
13848
14148
  },
13849
14149
  contextWindow: 262144,