gsd-pi 2.74.0-dev.6e23363 → 2.74.0-dev.703eabc

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 (271) hide show
  1. package/dist/resources/extensions/gsd/auto-post-unit.js +7 -3
  2. package/dist/resources/extensions/gsd/bootstrap/register-extension.js +10 -1
  3. package/dist/resources/extensions/gsd/bootstrap/register-hooks.js +45 -4
  4. package/dist/resources/extensions/gsd/commands/handlers/ops.js +5 -0
  5. package/dist/resources/extensions/gsd/commands-extract-learnings.js +225 -0
  6. package/dist/resources/extensions/gsd/ecosystem/gsd-extension-api.js +144 -0
  7. package/dist/resources/extensions/gsd/ecosystem/loader.js +145 -0
  8. package/dist/tsconfig.extensions.tsbuildinfo +1 -1
  9. package/dist/web/standalone/.next/BUILD_ID +1 -1
  10. package/dist/web/standalone/.next/app-path-routes-manifest.json +16 -16
  11. package/dist/web/standalone/.next/build-manifest.json +2 -2
  12. package/dist/web/standalone/.next/prerender-manifest.json +3 -3
  13. package/dist/web/standalone/.next/server/app/_global-error.html +1 -1
  14. package/dist/web/standalone/.next/server/app/_global-error.rsc +1 -1
  15. package/dist/web/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
  16. package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
  17. package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
  18. package/dist/web/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
  19. package/dist/web/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
  20. package/dist/web/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
  21. package/dist/web/standalone/.next/server/app/_not-found.html +1 -1
  22. package/dist/web/standalone/.next/server/app/_not-found.rsc +1 -1
  23. package/dist/web/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
  24. package/dist/web/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
  25. package/dist/web/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
  26. package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
  27. package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
  28. package/dist/web/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
  29. package/dist/web/standalone/.next/server/app/api/onboarding/route.js +1 -1
  30. package/dist/web/standalone/.next/server/app/api/terminal/input/route.js +1 -1
  31. package/dist/web/standalone/.next/server/app/api/terminal/resize/route.js +1 -1
  32. package/dist/web/standalone/.next/server/app/api/terminal/sessions/route.js +1 -1
  33. package/dist/web/standalone/.next/server/app/api/terminal/stream/route.js +1 -1
  34. package/dist/web/standalone/.next/server/app/index.html +1 -1
  35. package/dist/web/standalone/.next/server/app/index.rsc +1 -1
  36. package/dist/web/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
  37. package/dist/web/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
  38. package/dist/web/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
  39. package/dist/web/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
  40. package/dist/web/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
  41. package/dist/web/standalone/.next/server/app-paths-manifest.json +16 -16
  42. package/dist/web/standalone/.next/server/chunks/6897.js +3 -3
  43. package/dist/web/standalone/.next/server/middleware-build-manifest.js +1 -1
  44. package/dist/web/standalone/.next/server/middleware-manifest.json +5 -5
  45. package/dist/web/standalone/.next/server/pages/404.html +1 -1
  46. package/dist/web/standalone/.next/server/pages/500.html +1 -1
  47. package/dist/web/standalone/.next/server/server-reference-manifest.json +1 -1
  48. package/package.json +1 -1
  49. package/packages/mcp-server/dist/readers/graph.d.ts +1 -1
  50. package/packages/mcp-server/dist/readers/graph.d.ts.map +1 -1
  51. package/packages/mcp-server/dist/readers/graph.js +107 -0
  52. package/packages/mcp-server/dist/readers/graph.js.map +1 -1
  53. package/packages/mcp-server/src/readers/graph.test.ts +178 -0
  54. package/packages/mcp-server/src/readers/graph.ts +148 -1
  55. package/packages/mcp-server/tsconfig.tsbuildinfo +1 -1
  56. package/packages/pi-agent-core/tsconfig.tsbuildinfo +1 -1
  57. package/packages/pi-ai/dist/index.d.ts +1 -9
  58. package/packages/pi-ai/dist/index.d.ts.map +1 -1
  59. package/packages/pi-ai/dist/index.js +1 -9
  60. package/packages/pi-ai/dist/index.js.map +1 -1
  61. package/packages/pi-ai/dist/models/capability-patches.d.ts +19 -0
  62. package/packages/pi-ai/dist/models/capability-patches.d.ts.map +1 -0
  63. package/packages/pi-ai/dist/models/capability-patches.js +36 -0
  64. package/packages/pi-ai/dist/models/capability-patches.js.map +1 -0
  65. package/packages/pi-ai/dist/{models.custom.d.ts → models/custom.d.ts} +1 -1
  66. package/packages/pi-ai/dist/models/custom.d.ts.map +1 -0
  67. package/packages/pi-ai/dist/{models.custom.js → models/custom.js} +4 -4
  68. package/packages/pi-ai/dist/models/custom.js.map +1 -0
  69. package/packages/pi-ai/dist/models/generated/amazon-bedrock.d.ts +1482 -0
  70. package/packages/pi-ai/dist/models/generated/amazon-bedrock.d.ts.map +1 -0
  71. package/packages/pi-ai/dist/models/generated/amazon-bedrock.js +1484 -0
  72. package/packages/pi-ai/dist/models/generated/amazon-bedrock.js.map +1 -0
  73. package/packages/pi-ai/dist/models/generated/anthropic.d.ts +377 -0
  74. package/packages/pi-ai/dist/models/generated/anthropic.d.ts.map +1 -0
  75. package/packages/pi-ai/dist/models/generated/anthropic.js +379 -0
  76. package/packages/pi-ai/dist/models/generated/anthropic.js.map +1 -0
  77. package/packages/pi-ai/dist/models/generated/azure-openai-responses.d.ts +700 -0
  78. package/packages/pi-ai/dist/models/generated/azure-openai-responses.d.ts.map +1 -0
  79. package/packages/pi-ai/dist/models/generated/azure-openai-responses.js +702 -0
  80. package/packages/pi-ai/dist/models/generated/azure-openai-responses.js.map +1 -0
  81. package/packages/pi-ai/dist/models/generated/cerebras.d.ts +71 -0
  82. package/packages/pi-ai/dist/models/generated/cerebras.d.ts.map +1 -0
  83. package/packages/pi-ai/dist/models/generated/cerebras.js +73 -0
  84. package/packages/pi-ai/dist/models/generated/cerebras.js.map +1 -0
  85. package/packages/pi-ai/dist/models/generated/github-copilot.d.ts +590 -0
  86. package/packages/pi-ai/dist/models/generated/github-copilot.d.ts.map +1 -0
  87. package/packages/pi-ai/dist/models/generated/github-copilot.js +444 -0
  88. package/packages/pi-ai/dist/models/generated/github-copilot.js.map +1 -0
  89. package/packages/pi-ai/dist/models/generated/google-antigravity.d.ts +156 -0
  90. package/packages/pi-ai/dist/models/generated/google-antigravity.d.ts.map +1 -0
  91. package/packages/pi-ai/dist/models/generated/google-antigravity.js +158 -0
  92. package/packages/pi-ai/dist/models/generated/google-antigravity.js.map +1 -0
  93. package/packages/pi-ai/dist/models/generated/google-gemini-cli.d.ts +105 -0
  94. package/packages/pi-ai/dist/models/generated/google-gemini-cli.d.ts.map +1 -0
  95. package/packages/pi-ai/dist/models/generated/google-gemini-cli.js +107 -0
  96. package/packages/pi-ai/dist/models/generated/google-gemini-cli.js.map +1 -0
  97. package/packages/pi-ai/dist/models/generated/google-vertex.d.ts +207 -0
  98. package/packages/pi-ai/dist/models/generated/google-vertex.d.ts.map +1 -0
  99. package/packages/pi-ai/dist/models/generated/google-vertex.js +209 -0
  100. package/packages/pi-ai/dist/models/generated/google-vertex.js.map +1 -0
  101. package/packages/pi-ai/dist/models/generated/google.d.ts +462 -0
  102. package/packages/pi-ai/dist/models/generated/google.d.ts.map +1 -0
  103. package/packages/pi-ai/dist/models/generated/google.js +464 -0
  104. package/packages/pi-ai/dist/models/generated/google.js.map +1 -0
  105. package/packages/pi-ai/dist/models/generated/groq.d.ts +309 -0
  106. package/packages/pi-ai/dist/models/generated/groq.d.ts.map +1 -0
  107. package/packages/pi-ai/dist/models/generated/groq.js +311 -0
  108. package/packages/pi-ai/dist/models/generated/groq.js.map +1 -0
  109. package/packages/pi-ai/dist/models/generated/huggingface.d.ts +383 -0
  110. package/packages/pi-ai/dist/models/generated/huggingface.d.ts.map +1 -0
  111. package/packages/pi-ai/dist/models/generated/huggingface.js +347 -0
  112. package/packages/pi-ai/dist/models/generated/huggingface.js.map +1 -0
  113. package/packages/pi-ai/dist/{models.generated.d.ts → models/generated/index.d.ts} +1 -1
  114. package/packages/pi-ai/dist/{models.generated.d.ts.map → models/generated/index.d.ts.map} +1 -1
  115. package/packages/pi-ai/dist/models/generated/index.js +51 -0
  116. package/packages/pi-ai/dist/models/generated/index.js.map +1 -0
  117. package/packages/pi-ai/dist/models/generated/kimi-coding.d.ts +37 -0
  118. package/packages/pi-ai/dist/models/generated/kimi-coding.d.ts.map +1 -0
  119. package/packages/pi-ai/dist/models/generated/kimi-coding.js +39 -0
  120. package/packages/pi-ai/dist/models/generated/kimi-coding.js.map +1 -0
  121. package/packages/pi-ai/dist/models/generated/minimax-cn.d.ts +105 -0
  122. package/packages/pi-ai/dist/models/generated/minimax-cn.d.ts.map +1 -0
  123. package/packages/pi-ai/dist/models/generated/minimax-cn.js +107 -0
  124. package/packages/pi-ai/dist/models/generated/minimax-cn.js.map +1 -0
  125. package/packages/pi-ai/dist/models/generated/minimax.d.ts +105 -0
  126. package/packages/pi-ai/dist/models/generated/minimax.d.ts.map +1 -0
  127. package/packages/pi-ai/dist/models/generated/minimax.js +107 -0
  128. package/packages/pi-ai/dist/models/generated/minimax.js.map +1 -0
  129. package/packages/pi-ai/dist/models/generated/mistral.d.ts +445 -0
  130. package/packages/pi-ai/dist/models/generated/mistral.d.ts.map +1 -0
  131. package/packages/pi-ai/dist/models/generated/mistral.js +447 -0
  132. package/packages/pi-ai/dist/models/generated/mistral.js.map +1 -0
  133. package/packages/pi-ai/dist/models/generated/openai-codex.d.ts +139 -0
  134. package/packages/pi-ai/dist/models/generated/openai-codex.d.ts.map +1 -0
  135. package/packages/pi-ai/dist/models/generated/openai-codex.js +141 -0
  136. package/packages/pi-ai/dist/models/generated/openai-codex.js.map +1 -0
  137. package/packages/pi-ai/dist/models/generated/openai.d.ts +700 -0
  138. package/packages/pi-ai/dist/models/generated/openai.d.ts.map +1 -0
  139. package/packages/pi-ai/dist/models/generated/openai.js +702 -0
  140. package/packages/pi-ai/dist/models/generated/openai.js.map +1 -0
  141. package/packages/pi-ai/dist/models/generated/opencode-go.d.ts +122 -0
  142. package/packages/pi-ai/dist/models/generated/opencode-go.d.ts.map +1 -0
  143. package/packages/pi-ai/dist/models/generated/opencode-go.js +124 -0
  144. package/packages/pi-ai/dist/models/generated/opencode-go.js.map +1 -0
  145. package/packages/pi-ai/dist/models/generated/opencode.d.ts +530 -0
  146. package/packages/pi-ai/dist/models/generated/opencode.d.ts.map +1 -0
  147. package/packages/pi-ai/dist/models/generated/opencode.js +532 -0
  148. package/packages/pi-ai/dist/models/generated/opencode.js.map +1 -0
  149. package/packages/pi-ai/dist/models/generated/openrouter.d.ts +4270 -0
  150. package/packages/pi-ai/dist/models/generated/openrouter.d.ts.map +1 -0
  151. package/packages/pi-ai/dist/models/generated/openrouter.js +4272 -0
  152. package/packages/pi-ai/dist/models/generated/openrouter.js.map +1 -0
  153. package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.d.ts +2604 -0
  154. package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.d.ts.map +1 -0
  155. package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.js +2606 -0
  156. package/packages/pi-ai/dist/models/generated/vercel-ai-gateway.js.map +1 -0
  157. package/packages/pi-ai/dist/models/generated/xai.d.ts +411 -0
  158. package/packages/pi-ai/dist/models/generated/xai.d.ts.map +1 -0
  159. package/packages/pi-ai/dist/models/generated/xai.js +413 -0
  160. package/packages/pi-ai/dist/models/generated/xai.js.map +1 -0
  161. package/packages/pi-ai/dist/models/generated/zai.d.ts +276 -0
  162. package/packages/pi-ai/dist/models/generated/zai.d.ts.map +1 -0
  163. package/packages/pi-ai/dist/models/generated/zai.js +239 -0
  164. package/packages/pi-ai/dist/models/generated/zai.js.map +1 -0
  165. package/packages/pi-ai/dist/models/index.d.ts +27 -0
  166. package/packages/pi-ai/dist/models/index.d.ts.map +1 -0
  167. package/packages/pi-ai/dist/models/index.js +80 -0
  168. package/packages/pi-ai/dist/models/index.js.map +1 -0
  169. package/packages/pi-ai/dist/models.d.ts +1 -36
  170. package/packages/pi-ai/dist/models.d.ts.map +1 -1
  171. package/packages/pi-ai/dist/models.generated.test.js +1 -2
  172. package/packages/pi-ai/dist/models.generated.test.js.map +1 -1
  173. package/packages/pi-ai/dist/models.js +3 -112
  174. package/packages/pi-ai/dist/models.js.map +1 -1
  175. package/packages/pi-ai/dist/models.test.js +6 -5
  176. package/packages/pi-ai/dist/models.test.js.map +1 -1
  177. package/packages/pi-ai/scripts/generate-models.ts +74 -40
  178. package/packages/pi-ai/src/index.ts +1 -9
  179. package/packages/pi-ai/src/models/capability-patches.ts +40 -0
  180. package/packages/pi-ai/src/{models.custom.ts → models/custom.ts} +4 -4
  181. package/packages/pi-ai/src/models/generated/amazon-bedrock.ts +1486 -0
  182. package/packages/pi-ai/src/models/generated/anthropic.ts +381 -0
  183. package/packages/pi-ai/src/models/generated/azure-openai-responses.ts +704 -0
  184. package/packages/pi-ai/src/models/generated/cerebras.ts +75 -0
  185. package/packages/pi-ai/src/models/generated/github-copilot.ts +446 -0
  186. package/packages/pi-ai/src/models/generated/google-antigravity.ts +160 -0
  187. package/packages/pi-ai/src/models/generated/google-gemini-cli.ts +109 -0
  188. package/packages/pi-ai/src/models/generated/google-vertex.ts +211 -0
  189. package/packages/pi-ai/src/models/generated/google.ts +466 -0
  190. package/packages/pi-ai/src/models/generated/groq.ts +313 -0
  191. package/packages/pi-ai/src/models/generated/huggingface.ts +349 -0
  192. package/packages/pi-ai/src/models/generated/index.ts +52 -0
  193. package/packages/pi-ai/src/models/generated/kimi-coding.ts +41 -0
  194. package/packages/pi-ai/src/models/generated/minimax-cn.ts +109 -0
  195. package/packages/pi-ai/src/models/generated/minimax.ts +109 -0
  196. package/packages/pi-ai/src/models/generated/mistral.ts +449 -0
  197. package/packages/pi-ai/src/models/generated/openai-codex.ts +143 -0
  198. package/packages/pi-ai/src/models/generated/openai.ts +704 -0
  199. package/packages/pi-ai/src/models/generated/opencode-go.ts +126 -0
  200. package/packages/pi-ai/src/models/generated/opencode.ts +534 -0
  201. package/packages/pi-ai/src/models/generated/openrouter.ts +4274 -0
  202. package/packages/pi-ai/src/models/generated/vercel-ai-gateway.ts +2608 -0
  203. package/packages/pi-ai/src/models/generated/xai.ts +415 -0
  204. package/packages/pi-ai/src/models/generated/zai.ts +241 -0
  205. package/packages/pi-ai/src/models/index.ts +106 -0
  206. package/packages/pi-ai/src/models.generated.test.ts +1 -2
  207. package/packages/pi-ai/src/models.test.ts +6 -5
  208. package/packages/pi-ai/src/models.ts +3 -153
  209. package/packages/pi-ai/tsconfig.tsbuildinfo +1 -1
  210. package/packages/pi-coding-agent/dist/core/agent-session.d.ts.map +1 -1
  211. package/packages/pi-coding-agent/dist/core/agent-session.js +8 -2
  212. package/packages/pi-coding-agent/dist/core/agent-session.js.map +1 -1
  213. package/packages/pi-coding-agent/dist/core/chat-controller-ordering.test.js +359 -7
  214. package/packages/pi-coding-agent/dist/core/chat-controller-ordering.test.js.map +1 -1
  215. package/packages/pi-coding-agent/dist/modes/interactive/components/__tests__/tool-execution.test.js +11 -0
  216. package/packages/pi-coding-agent/dist/modes/interactive/components/__tests__/tool-execution.test.js.map +1 -1
  217. package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts +1 -0
  218. package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.d.ts.map +1 -1
  219. package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.js +23 -9
  220. package/packages/pi-coding-agent/dist/modes/interactive/components/assistant-message.js.map +1 -1
  221. package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.d.ts +11 -0
  222. package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.d.ts.map +1 -0
  223. package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.js +47 -0
  224. package/packages/pi-coding-agent/dist/modes/interactive/components/chat-frame.js.map +1 -0
  225. package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
  226. package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.js +51 -8
  227. package/packages/pi-coding-agent/dist/modes/interactive/components/tool-execution.js.map +1 -1
  228. package/packages/pi-coding-agent/dist/modes/interactive/components/user-message.d.ts.map +1 -1
  229. package/packages/pi-coding-agent/dist/modes/interactive/components/user-message.js +22 -22
  230. package/packages/pi-coding-agent/dist/modes/interactive/components/user-message.js.map +1 -1
  231. package/packages/pi-coding-agent/dist/modes/interactive/controllers/chat-controller.d.ts.map +1 -1
  232. package/packages/pi-coding-agent/dist/modes/interactive/controllers/chat-controller.js +192 -22
  233. package/packages/pi-coding-agent/dist/modes/interactive/controllers/chat-controller.js.map +1 -1
  234. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.d.ts +2 -0
  235. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.d.ts.map +1 -0
  236. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.js +38 -0
  237. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode-ordering.test.js.map +1 -0
  238. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts +13 -0
  239. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.d.ts.map +1 -1
  240. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.js +53 -6
  241. package/packages/pi-coding-agent/dist/modes/interactive/interactive-mode.js.map +1 -1
  242. package/packages/pi-coding-agent/src/core/agent-session.ts +12 -6
  243. package/packages/pi-coding-agent/src/core/chat-controller-ordering.test.ts +453 -7
  244. package/packages/pi-coding-agent/src/modes/interactive/components/__tests__/tool-execution.test.ts +19 -0
  245. package/packages/pi-coding-agent/src/modes/interactive/components/assistant-message.ts +25 -10
  246. package/packages/pi-coding-agent/src/modes/interactive/components/chat-frame.ts +67 -0
  247. package/packages/pi-coding-agent/src/modes/interactive/components/tool-execution.ts +66 -7
  248. package/packages/pi-coding-agent/src/modes/interactive/components/user-message.ts +23 -26
  249. package/packages/pi-coding-agent/src/modes/interactive/controllers/chat-controller.ts +253 -45
  250. package/packages/pi-coding-agent/src/modes/interactive/interactive-mode-ordering.test.ts +44 -0
  251. package/packages/pi-coding-agent/src/modes/interactive/interactive-mode.ts +73 -6
  252. package/packages/pi-coding-agent/tsconfig.tsbuildinfo +1 -1
  253. package/src/resources/extensions/gsd/auto-post-unit.ts +7 -3
  254. package/src/resources/extensions/gsd/bootstrap/register-extension.ts +15 -1
  255. package/src/resources/extensions/gsd/bootstrap/register-hooks.ts +56 -3
  256. package/src/resources/extensions/gsd/commands/handlers/ops.ts +5 -0
  257. package/src/resources/extensions/gsd/commands-extract-learnings.ts +304 -0
  258. package/src/resources/extensions/gsd/ecosystem/gsd-extension-api.ts +228 -0
  259. package/src/resources/extensions/gsd/ecosystem/loader.ts +201 -0
  260. package/src/resources/extensions/gsd/tests/commands-extract-learnings.test.ts +340 -0
  261. package/src/resources/extensions/gsd/tests/health-widget.test.ts +1 -1
  262. package/src/resources/extensions/gsd/tests/register-hooks-depth-verification.test.ts +1 -1
  263. package/src/resources/extensions/gsd/types.ts +13 -0
  264. package/src/resources/extensions/gsd/workflow-logger.ts +2 -1
  265. package/packages/pi-ai/dist/models.custom.d.ts.map +0 -1
  266. package/packages/pi-ai/dist/models.custom.js.map +0 -1
  267. package/packages/pi-ai/dist/models.generated.js +0 -14343
  268. package/packages/pi-ai/dist/models.generated.js.map +0 -1
  269. package/packages/pi-ai/src/models.generated.ts +0 -14345
  270. /package/dist/web/standalone/.next/static/{bc2gRVFTgD7j--BsJE7vP → 3U-oZ5FT59BM7sm2GInic}/_buildManifest.js +0 -0
  271. /package/dist/web/standalone/.next/static/{bc2gRVFTgD7j--BsJE7vP → 3U-oZ5FT59BM7sm2GInic}/_ssgManifest.js +0 -0
@@ -0,0 +1,75 @@
1
+ // This file is auto-generated by scripts/generate-models.ts
2
+ // Do not edit manually - run 'npm run generate-models' to update
3
+
4
+ import type { Model } from "../../types.js";
5
+
6
+ export const CEREBRAS_MODELS = {
7
+ "gpt-oss-120b": {
8
+ id: "gpt-oss-120b",
9
+ name: "GPT OSS 120B",
10
+ api: "openai-completions",
11
+ provider: "cerebras",
12
+ baseUrl: "https://api.cerebras.ai/v1",
13
+ reasoning: true,
14
+ input: ["text"],
15
+ cost: {
16
+ input: 0.25,
17
+ output: 0.69,
18
+ cacheRead: 0,
19
+ cacheWrite: 0,
20
+ },
21
+ contextWindow: 131072,
22
+ maxTokens: 32768,
23
+ } satisfies Model<"openai-completions">,
24
+ "llama3.1-8b": {
25
+ id: "llama3.1-8b",
26
+ name: "Llama 3.1 8B",
27
+ api: "openai-completions",
28
+ provider: "cerebras",
29
+ baseUrl: "https://api.cerebras.ai/v1",
30
+ reasoning: false,
31
+ input: ["text"],
32
+ cost: {
33
+ input: 0.1,
34
+ output: 0.1,
35
+ cacheRead: 0,
36
+ cacheWrite: 0,
37
+ },
38
+ contextWindow: 32000,
39
+ maxTokens: 8000,
40
+ } satisfies Model<"openai-completions">,
41
+ "qwen-3-235b-a22b-instruct-2507": {
42
+ id: "qwen-3-235b-a22b-instruct-2507",
43
+ name: "Qwen 3 235B Instruct",
44
+ api: "openai-completions",
45
+ provider: "cerebras",
46
+ baseUrl: "https://api.cerebras.ai/v1",
47
+ reasoning: false,
48
+ input: ["text"],
49
+ cost: {
50
+ input: 0.6,
51
+ output: 1.2,
52
+ cacheRead: 0,
53
+ cacheWrite: 0,
54
+ },
55
+ contextWindow: 131000,
56
+ maxTokens: 32000,
57
+ } satisfies Model<"openai-completions">,
58
+ "zai-glm-4.7": {
59
+ id: "zai-glm-4.7",
60
+ name: "Z.AI GLM-4.7",
61
+ api: "openai-completions",
62
+ provider: "cerebras",
63
+ baseUrl: "https://api.cerebras.ai/v1",
64
+ reasoning: false,
65
+ input: ["text"],
66
+ cost: {
67
+ input: 2.25,
68
+ output: 2.75,
69
+ cacheRead: 0,
70
+ cacheWrite: 0,
71
+ },
72
+ contextWindow: 131072,
73
+ maxTokens: 40000,
74
+ } satisfies Model<"openai-completions">,
75
+ } as const satisfies Record<string, Model<any>>;
@@ -0,0 +1,446 @@
1
+ // This file is auto-generated by scripts/generate-models.ts
2
+ // Do not edit manually - run 'npm run generate-models' to update
3
+
4
+ import type { Model } from "../../types.js";
5
+
6
+ export const GITHUB_COPILOT_MODELS = {
7
+ "claude-haiku-4.5": {
8
+ id: "claude-haiku-4.5",
9
+ name: "Claude Haiku 4.5",
10
+ api: "anthropic-messages",
11
+ provider: "github-copilot",
12
+ baseUrl: "https://api.individual.githubcopilot.com",
13
+ 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"},
14
+ reasoning: true,
15
+ input: ["text", "image"],
16
+ cost: {
17
+ input: 0,
18
+ output: 0,
19
+ cacheRead: 0,
20
+ cacheWrite: 0,
21
+ },
22
+ contextWindow: 144000,
23
+ maxTokens: 32000,
24
+ } satisfies Model<"anthropic-messages">,
25
+ "claude-opus-4.5": {
26
+ id: "claude-opus-4.5",
27
+ name: "Claude Opus 4.5",
28
+ api: "anthropic-messages",
29
+ provider: "github-copilot",
30
+ baseUrl: "https://api.individual.githubcopilot.com",
31
+ 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"},
32
+ reasoning: true,
33
+ input: ["text", "image"],
34
+ cost: {
35
+ input: 0,
36
+ output: 0,
37
+ cacheRead: 0,
38
+ cacheWrite: 0,
39
+ },
40
+ contextWindow: 160000,
41
+ maxTokens: 32000,
42
+ } satisfies Model<"anthropic-messages">,
43
+ "claude-opus-4.6": {
44
+ id: "claude-opus-4.6",
45
+ name: "Claude Opus 4.6",
46
+ api: "anthropic-messages",
47
+ provider: "github-copilot",
48
+ baseUrl: "https://api.individual.githubcopilot.com",
49
+ 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"},
50
+ reasoning: true,
51
+ input: ["text", "image"],
52
+ cost: {
53
+ input: 0,
54
+ output: 0,
55
+ cacheRead: 0,
56
+ cacheWrite: 0,
57
+ },
58
+ contextWindow: 144000,
59
+ maxTokens: 64000,
60
+ } satisfies Model<"anthropic-messages">,
61
+ "claude-sonnet-4": {
62
+ id: "claude-sonnet-4",
63
+ name: "Claude Sonnet 4",
64
+ api: "anthropic-messages",
65
+ provider: "github-copilot",
66
+ baseUrl: "https://api.individual.githubcopilot.com",
67
+ 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"},
68
+ reasoning: true,
69
+ input: ["text", "image"],
70
+ cost: {
71
+ input: 0,
72
+ output: 0,
73
+ cacheRead: 0,
74
+ cacheWrite: 0,
75
+ },
76
+ contextWindow: 216000,
77
+ maxTokens: 16000,
78
+ } satisfies Model<"anthropic-messages">,
79
+ "claude-sonnet-4.5": {
80
+ id: "claude-sonnet-4.5",
81
+ name: "Claude Sonnet 4.5",
82
+ api: "anthropic-messages",
83
+ provider: "github-copilot",
84
+ baseUrl: "https://api.individual.githubcopilot.com",
85
+ 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"},
86
+ reasoning: true,
87
+ input: ["text", "image"],
88
+ cost: {
89
+ input: 0,
90
+ output: 0,
91
+ cacheRead: 0,
92
+ cacheWrite: 0,
93
+ },
94
+ contextWindow: 144000,
95
+ maxTokens: 32000,
96
+ } satisfies Model<"anthropic-messages">,
97
+ "claude-sonnet-4.6": {
98
+ id: "claude-sonnet-4.6",
99
+ name: "Claude Sonnet 4.6",
100
+ api: "anthropic-messages",
101
+ provider: "github-copilot",
102
+ baseUrl: "https://api.individual.githubcopilot.com",
103
+ 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"},
104
+ reasoning: true,
105
+ input: ["text", "image"],
106
+ cost: {
107
+ input: 0,
108
+ output: 0,
109
+ cacheRead: 0,
110
+ cacheWrite: 0,
111
+ },
112
+ contextWindow: 200000,
113
+ maxTokens: 32000,
114
+ } satisfies Model<"anthropic-messages">,
115
+ "gemini-2.5-pro": {
116
+ id: "gemini-2.5-pro",
117
+ name: "Gemini 2.5 Pro",
118
+ api: "openai-completions",
119
+ provider: "github-copilot",
120
+ baseUrl: "https://api.individual.githubcopilot.com",
121
+ 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"},
122
+ compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
123
+ reasoning: false,
124
+ input: ["text", "image"],
125
+ cost: {
126
+ input: 0,
127
+ output: 0,
128
+ cacheRead: 0,
129
+ cacheWrite: 0,
130
+ },
131
+ contextWindow: 128000,
132
+ maxTokens: 64000,
133
+ } satisfies Model<"openai-completions">,
134
+ "gemini-3-flash-preview": {
135
+ id: "gemini-3-flash-preview",
136
+ name: "Gemini 3 Flash",
137
+ api: "openai-completions",
138
+ provider: "github-copilot",
139
+ baseUrl: "https://api.individual.githubcopilot.com",
140
+ 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"},
141
+ compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
142
+ reasoning: true,
143
+ input: ["text", "image"],
144
+ cost: {
145
+ input: 0,
146
+ output: 0,
147
+ cacheRead: 0,
148
+ cacheWrite: 0,
149
+ },
150
+ contextWindow: 128000,
151
+ maxTokens: 64000,
152
+ } satisfies Model<"openai-completions">,
153
+ "gemini-3-pro-preview": {
154
+ id: "gemini-3-pro-preview",
155
+ name: "Gemini 3 Pro Preview",
156
+ api: "openai-completions",
157
+ provider: "github-copilot",
158
+ baseUrl: "https://api.individual.githubcopilot.com",
159
+ 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"},
160
+ compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
161
+ reasoning: true,
162
+ input: ["text", "image"],
163
+ cost: {
164
+ input: 0,
165
+ output: 0,
166
+ cacheRead: 0,
167
+ cacheWrite: 0,
168
+ },
169
+ contextWindow: 128000,
170
+ maxTokens: 64000,
171
+ } satisfies Model<"openai-completions">,
172
+ "gemini-3.1-pro-preview": {
173
+ id: "gemini-3.1-pro-preview",
174
+ name: "Gemini 3.1 Pro Preview",
175
+ api: "openai-completions",
176
+ provider: "github-copilot",
177
+ baseUrl: "https://api.individual.githubcopilot.com",
178
+ 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"},
179
+ compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
180
+ reasoning: true,
181
+ input: ["text", "image"],
182
+ cost: {
183
+ input: 0,
184
+ output: 0,
185
+ cacheRead: 0,
186
+ cacheWrite: 0,
187
+ },
188
+ contextWindow: 128000,
189
+ maxTokens: 64000,
190
+ } satisfies Model<"openai-completions">,
191
+ "gpt-4.1": {
192
+ id: "gpt-4.1",
193
+ name: "GPT-4.1",
194
+ api: "openai-completions",
195
+ provider: "github-copilot",
196
+ baseUrl: "https://api.individual.githubcopilot.com",
197
+ 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"},
198
+ compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
199
+ reasoning: false,
200
+ input: ["text", "image"],
201
+ cost: {
202
+ input: 0,
203
+ output: 0,
204
+ cacheRead: 0,
205
+ cacheWrite: 0,
206
+ },
207
+ contextWindow: 128000,
208
+ maxTokens: 16384,
209
+ } satisfies Model<"openai-completions">,
210
+ "gpt-4o": {
211
+ id: "gpt-4o",
212
+ name: "GPT-4o",
213
+ api: "openai-completions",
214
+ provider: "github-copilot",
215
+ baseUrl: "https://api.individual.githubcopilot.com",
216
+ 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"},
217
+ compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
218
+ reasoning: false,
219
+ input: ["text", "image"],
220
+ cost: {
221
+ input: 0,
222
+ output: 0,
223
+ cacheRead: 0,
224
+ cacheWrite: 0,
225
+ },
226
+ contextWindow: 128000,
227
+ maxTokens: 4096,
228
+ } satisfies Model<"openai-completions">,
229
+ "gpt-5": {
230
+ id: "gpt-5",
231
+ name: "GPT-5",
232
+ api: "openai-responses",
233
+ provider: "github-copilot",
234
+ baseUrl: "https://api.individual.githubcopilot.com",
235
+ 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"},
236
+ reasoning: true,
237
+ input: ["text", "image"],
238
+ cost: {
239
+ input: 0,
240
+ output: 0,
241
+ cacheRead: 0,
242
+ cacheWrite: 0,
243
+ },
244
+ contextWindow: 128000,
245
+ maxTokens: 128000,
246
+ } satisfies Model<"openai-responses">,
247
+ "gpt-5-mini": {
248
+ id: "gpt-5-mini",
249
+ name: "GPT-5-mini",
250
+ api: "openai-responses",
251
+ provider: "github-copilot",
252
+ baseUrl: "https://api.individual.githubcopilot.com",
253
+ 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"},
254
+ reasoning: true,
255
+ input: ["text", "image"],
256
+ cost: {
257
+ input: 0,
258
+ output: 0,
259
+ cacheRead: 0,
260
+ cacheWrite: 0,
261
+ },
262
+ contextWindow: 264000,
263
+ maxTokens: 64000,
264
+ } satisfies Model<"openai-responses">,
265
+ "gpt-5.1": {
266
+ id: "gpt-5.1",
267
+ name: "GPT-5.1",
268
+ api: "openai-responses",
269
+ provider: "github-copilot",
270
+ baseUrl: "https://api.individual.githubcopilot.com",
271
+ 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"},
272
+ reasoning: true,
273
+ input: ["text", "image"],
274
+ cost: {
275
+ input: 0,
276
+ output: 0,
277
+ cacheRead: 0,
278
+ cacheWrite: 0,
279
+ },
280
+ contextWindow: 264000,
281
+ maxTokens: 64000,
282
+ } satisfies Model<"openai-responses">,
283
+ "gpt-5.1-codex": {
284
+ id: "gpt-5.1-codex",
285
+ name: "GPT-5.1-Codex",
286
+ api: "openai-responses",
287
+ provider: "github-copilot",
288
+ baseUrl: "https://api.individual.githubcopilot.com",
289
+ 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"},
290
+ reasoning: true,
291
+ input: ["text", "image"],
292
+ cost: {
293
+ input: 0,
294
+ output: 0,
295
+ cacheRead: 0,
296
+ cacheWrite: 0,
297
+ },
298
+ contextWindow: 400000,
299
+ maxTokens: 128000,
300
+ } satisfies Model<"openai-responses">,
301
+ "gpt-5.1-codex-max": {
302
+ id: "gpt-5.1-codex-max",
303
+ name: "GPT-5.1-Codex-max",
304
+ api: "openai-responses",
305
+ provider: "github-copilot",
306
+ baseUrl: "https://api.individual.githubcopilot.com",
307
+ 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"},
308
+ reasoning: true,
309
+ input: ["text", "image"],
310
+ cost: {
311
+ input: 0,
312
+ output: 0,
313
+ cacheRead: 0,
314
+ cacheWrite: 0,
315
+ },
316
+ contextWindow: 400000,
317
+ maxTokens: 128000,
318
+ } satisfies Model<"openai-responses">,
319
+ "gpt-5.1-codex-mini": {
320
+ id: "gpt-5.1-codex-mini",
321
+ name: "GPT-5.1-Codex-mini",
322
+ api: "openai-responses",
323
+ provider: "github-copilot",
324
+ baseUrl: "https://api.individual.githubcopilot.com",
325
+ 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"},
326
+ reasoning: true,
327
+ input: ["text", "image"],
328
+ cost: {
329
+ input: 0,
330
+ output: 0,
331
+ cacheRead: 0,
332
+ cacheWrite: 0,
333
+ },
334
+ contextWindow: 400000,
335
+ maxTokens: 128000,
336
+ } satisfies Model<"openai-responses">,
337
+ "gpt-5.2": {
338
+ id: "gpt-5.2",
339
+ name: "GPT-5.2",
340
+ api: "openai-responses",
341
+ provider: "github-copilot",
342
+ baseUrl: "https://api.individual.githubcopilot.com",
343
+ 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"},
344
+ reasoning: true,
345
+ input: ["text", "image"],
346
+ cost: {
347
+ input: 0,
348
+ output: 0,
349
+ cacheRead: 0,
350
+ cacheWrite: 0,
351
+ },
352
+ contextWindow: 264000,
353
+ maxTokens: 64000,
354
+ } satisfies Model<"openai-responses">,
355
+ "gpt-5.2-codex": {
356
+ id: "gpt-5.2-codex",
357
+ name: "GPT-5.2-Codex",
358
+ api: "openai-responses",
359
+ provider: "github-copilot",
360
+ baseUrl: "https://api.individual.githubcopilot.com",
361
+ 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"},
362
+ reasoning: true,
363
+ input: ["text", "image"],
364
+ cost: {
365
+ input: 0,
366
+ output: 0,
367
+ cacheRead: 0,
368
+ cacheWrite: 0,
369
+ },
370
+ contextWindow: 400000,
371
+ maxTokens: 128000,
372
+ } satisfies Model<"openai-responses">,
373
+ "gpt-5.3-codex": {
374
+ id: "gpt-5.3-codex",
375
+ name: "GPT-5.3-Codex",
376
+ api: "openai-responses",
377
+ provider: "github-copilot",
378
+ baseUrl: "https://api.individual.githubcopilot.com",
379
+ 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"},
380
+ reasoning: true,
381
+ input: ["text", "image"],
382
+ cost: {
383
+ input: 0,
384
+ output: 0,
385
+ cacheRead: 0,
386
+ cacheWrite: 0,
387
+ },
388
+ contextWindow: 400000,
389
+ maxTokens: 128000,
390
+ } satisfies Model<"openai-responses">,
391
+ "gpt-5.4": {
392
+ id: "gpt-5.4",
393
+ name: "GPT-5.4",
394
+ api: "openai-responses",
395
+ provider: "github-copilot",
396
+ baseUrl: "https://api.individual.githubcopilot.com",
397
+ 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"},
398
+ reasoning: true,
399
+ input: ["text", "image"],
400
+ cost: {
401
+ input: 0,
402
+ output: 0,
403
+ cacheRead: 0,
404
+ cacheWrite: 0,
405
+ },
406
+ contextWindow: 400000,
407
+ maxTokens: 128000,
408
+ } satisfies Model<"openai-responses">,
409
+ "gpt-5.4-mini": {
410
+ id: "gpt-5.4-mini",
411
+ name: "GPT-5.4 Mini",
412
+ api: "openai-responses",
413
+ provider: "github-copilot",
414
+ baseUrl: "https://api.individual.githubcopilot.com",
415
+ 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"},
416
+ reasoning: true,
417
+ input: ["text", "image"],
418
+ cost: {
419
+ input: 0,
420
+ output: 0,
421
+ cacheRead: 0,
422
+ cacheWrite: 0,
423
+ },
424
+ contextWindow: 400000,
425
+ maxTokens: 128000,
426
+ } satisfies Model<"openai-responses">,
427
+ "grok-code-fast-1": {
428
+ id: "grok-code-fast-1",
429
+ name: "Grok Code Fast 1",
430
+ api: "openai-completions",
431
+ provider: "github-copilot",
432
+ baseUrl: "https://api.individual.githubcopilot.com",
433
+ 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"},
434
+ compat: {"supportsStore":false,"supportsDeveloperRole":false,"supportsReasoningEffort":false},
435
+ reasoning: true,
436
+ input: ["text"],
437
+ cost: {
438
+ input: 0,
439
+ output: 0,
440
+ cacheRead: 0,
441
+ cacheWrite: 0,
442
+ },
443
+ contextWindow: 128000,
444
+ maxTokens: 64000,
445
+ } satisfies Model<"openai-completions">,
446
+ } as const satisfies Record<string, Model<any>>;
@@ -0,0 +1,160 @@
1
+ // This file is auto-generated by scripts/generate-models.ts
2
+ // Do not edit manually - run 'npm run generate-models' to update
3
+
4
+ import type { Model } from "../../types.js";
5
+
6
+ export const GOOGLE_ANTIGRAVITY_MODELS = {
7
+ "claude-opus-4-5-thinking": {
8
+ id: "claude-opus-4-5-thinking",
9
+ name: "Claude Opus 4.5 Thinking (Antigravity)",
10
+ api: "google-gemini-cli",
11
+ provider: "google-antigravity",
12
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
13
+ reasoning: true,
14
+ input: ["text", "image"],
15
+ cost: {
16
+ input: 5,
17
+ output: 25,
18
+ cacheRead: 0.5,
19
+ cacheWrite: 6.25,
20
+ },
21
+ contextWindow: 200000,
22
+ maxTokens: 64000,
23
+ } satisfies Model<"google-gemini-cli">,
24
+ "claude-opus-4-6-thinking": {
25
+ id: "claude-opus-4-6-thinking",
26
+ name: "Claude Opus 4.6 Thinking (Antigravity)",
27
+ api: "google-gemini-cli",
28
+ provider: "google-antigravity",
29
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
30
+ reasoning: true,
31
+ input: ["text", "image"],
32
+ cost: {
33
+ input: 5,
34
+ output: 25,
35
+ cacheRead: 0.5,
36
+ cacheWrite: 6.25,
37
+ },
38
+ contextWindow: 200000,
39
+ maxTokens: 128000,
40
+ } satisfies Model<"google-gemini-cli">,
41
+ "claude-sonnet-4-5": {
42
+ id: "claude-sonnet-4-5",
43
+ name: "Claude Sonnet 4.5 (Antigravity)",
44
+ api: "google-gemini-cli",
45
+ provider: "google-antigravity",
46
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
47
+ reasoning: false,
48
+ input: ["text", "image"],
49
+ cost: {
50
+ input: 3,
51
+ output: 15,
52
+ cacheRead: 0.3,
53
+ cacheWrite: 3.75,
54
+ },
55
+ contextWindow: 200000,
56
+ maxTokens: 64000,
57
+ } satisfies Model<"google-gemini-cli">,
58
+ "claude-sonnet-4-5-thinking": {
59
+ id: "claude-sonnet-4-5-thinking",
60
+ name: "Claude Sonnet 4.5 Thinking (Antigravity)",
61
+ api: "google-gemini-cli",
62
+ provider: "google-antigravity",
63
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
64
+ reasoning: true,
65
+ input: ["text", "image"],
66
+ cost: {
67
+ input: 3,
68
+ output: 15,
69
+ cacheRead: 0.3,
70
+ cacheWrite: 3.75,
71
+ },
72
+ contextWindow: 200000,
73
+ maxTokens: 64000,
74
+ } satisfies Model<"google-gemini-cli">,
75
+ "claude-sonnet-4-6": {
76
+ id: "claude-sonnet-4-6",
77
+ name: "Claude Sonnet 4.6 (Antigravity)",
78
+ api: "google-gemini-cli",
79
+ provider: "google-antigravity",
80
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
81
+ reasoning: true,
82
+ input: ["text", "image"],
83
+ cost: {
84
+ input: 3,
85
+ output: 15,
86
+ cacheRead: 0.3,
87
+ cacheWrite: 3.75,
88
+ },
89
+ contextWindow: 200000,
90
+ maxTokens: 64000,
91
+ } satisfies Model<"google-gemini-cli">,
92
+ "gemini-3-flash": {
93
+ id: "gemini-3-flash",
94
+ name: "Gemini 3 Flash (Antigravity)",
95
+ api: "google-gemini-cli",
96
+ provider: "google-antigravity",
97
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
98
+ reasoning: true,
99
+ input: ["text", "image"],
100
+ cost: {
101
+ input: 0.5,
102
+ output: 3,
103
+ cacheRead: 0.5,
104
+ cacheWrite: 0,
105
+ },
106
+ contextWindow: 1048576,
107
+ maxTokens: 65535,
108
+ } satisfies Model<"google-gemini-cli">,
109
+ "gemini-3.1-pro-high": {
110
+ id: "gemini-3.1-pro-high",
111
+ name: "Gemini 3.1 Pro High (Antigravity)",
112
+ api: "google-gemini-cli",
113
+ provider: "google-antigravity",
114
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
115
+ reasoning: true,
116
+ input: ["text", "image"],
117
+ cost: {
118
+ input: 2,
119
+ output: 12,
120
+ cacheRead: 0.2,
121
+ cacheWrite: 2.375,
122
+ },
123
+ contextWindow: 1048576,
124
+ maxTokens: 65535,
125
+ } satisfies Model<"google-gemini-cli">,
126
+ "gemini-3.1-pro-low": {
127
+ id: "gemini-3.1-pro-low",
128
+ name: "Gemini 3.1 Pro Low (Antigravity)",
129
+ api: "google-gemini-cli",
130
+ provider: "google-antigravity",
131
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
132
+ reasoning: true,
133
+ input: ["text", "image"],
134
+ cost: {
135
+ input: 2,
136
+ output: 12,
137
+ cacheRead: 0.2,
138
+ cacheWrite: 2.375,
139
+ },
140
+ contextWindow: 1048576,
141
+ maxTokens: 65535,
142
+ } satisfies Model<"google-gemini-cli">,
143
+ "gpt-oss-120b-medium": {
144
+ id: "gpt-oss-120b-medium",
145
+ name: "GPT-OSS 120B Medium (Antigravity)",
146
+ api: "google-gemini-cli",
147
+ provider: "google-antigravity",
148
+ baseUrl: "https://daily-cloudcode-pa.sandbox.googleapis.com",
149
+ reasoning: false,
150
+ input: ["text"],
151
+ cost: {
152
+ input: 0.09,
153
+ output: 0.36,
154
+ cacheRead: 0,
155
+ cacheWrite: 0,
156
+ },
157
+ contextWindow: 131072,
158
+ maxTokens: 32768,
159
+ } satisfies Model<"google-gemini-cli">,
160
+ } as const satisfies Record<string, Model<any>>;