@opengsd/gsd-pi 1.2.0-dev.955e4da0 → 1.2.0-dev.fb12b103
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cli-style.d.ts +17 -0
- package/dist/cli-style.js +28 -0
- package/dist/cli.js +1 -1
- package/dist/headless-events.d.ts +4 -2
- package/dist/headless-events.js +7 -29
- package/dist/models-resolver.d.ts +3 -13
- package/dist/models-resolver.js +3 -22
- package/dist/resource-loader.js +2 -14
- package/dist/resources/.managed-resources-content-hash +1 -1
- package/dist/resources/extensions/async-jobs/async-bash-tool.js +30 -64
- package/dist/resources/extensions/async-jobs/await-tool.js +80 -12
- package/dist/resources/extensions/async-jobs/index.js +65 -0
- package/dist/resources/extensions/async-jobs/job-manager.js +12 -1
- package/dist/resources/extensions/bg-shell/bg-shell-command.js +6 -6
- package/dist/resources/extensions/bg-shell/bg-shell-tool.js +10 -7
- package/dist/resources/extensions/bg-shell/overlay.js +9 -6
- package/dist/resources/extensions/bg-shell/process-manager.js +54 -25
- package/dist/resources/extensions/bg-shell/readiness-detector.js +11 -0
- package/dist/resources/extensions/bg-shell/utilities.js +3 -0
- package/dist/resources/extensions/browser-tools/engine/managed-gsd-browser.js +209 -88
- package/dist/resources/extensions/browser-tools/engine/selection.js +73 -5
- package/dist/resources/extensions/browser-tools/index.js +69 -12
- package/dist/resources/extensions/claude-code-cli/stream-adapter.js +30 -4
- package/dist/resources/extensions/gsd/auto/orchestrator.js +7 -5
- package/dist/resources/extensions/gsd/auto-dispatch.js +12 -1
- package/dist/resources/extensions/gsd/auto-model-selection.js +25 -6
- package/dist/resources/extensions/gsd/auto-post-unit.js +11 -2
- package/dist/resources/extensions/gsd/auto-prompts.js +15 -10
- package/dist/resources/extensions/gsd/auto-start.js +15 -10
- package/dist/resources/extensions/gsd/auto-tool-tracking.js +18 -0
- package/dist/resources/extensions/gsd/auto-unit-tool-scope.js +7 -16
- package/dist/resources/extensions/gsd/auto-worktree.js +30 -90
- package/dist/resources/extensions/gsd/auto.js +4 -13
- package/dist/resources/extensions/gsd/bootstrap/agent-end-recovery.js +3 -2
- package/dist/resources/extensions/gsd/bootstrap/dynamic-tools.js +23 -6
- package/dist/resources/extensions/gsd/bootstrap/register-extension.js +19 -0
- package/dist/resources/extensions/gsd/bootstrap/register-hooks.js +122 -20
- package/dist/resources/extensions/gsd/bootstrap/write-gate.js +6 -2
- package/dist/resources/extensions/gsd/branch-patterns.js +2 -0
- package/dist/resources/extensions/gsd/browser-daemon-auto-prep.js +83 -0
- package/dist/resources/extensions/gsd/browser-evidence.js +8 -2
- package/dist/resources/extensions/gsd/captures.js +4 -6
- package/dist/resources/extensions/gsd/constants.js +0 -2
- package/dist/resources/extensions/gsd/crash-recovery.js +4 -12
- package/dist/resources/extensions/gsd/doctor-environment.js +2 -6
- package/dist/resources/extensions/gsd/doctor-format.js +9 -6
- package/dist/resources/extensions/gsd/doctor-runtime-checks.js +13 -15
- package/dist/resources/extensions/gsd/error-classifier.js +9 -0
- package/dist/resources/extensions/gsd/exec-sandbox.js +30 -10
- package/dist/resources/extensions/gsd/guidance.js +98 -0
- package/dist/resources/extensions/gsd/guided-flow.js +17 -2
- package/dist/resources/extensions/gsd/mcp-filter.js +2 -19
- package/dist/resources/extensions/gsd/mcp-tool-name.js +5 -13
- package/dist/resources/extensions/gsd/memory-consolidation-scanner.js +1 -1
- package/dist/resources/extensions/gsd/migrate/safety.js +4 -1
- package/dist/resources/extensions/gsd/notification-store.js +11 -4
- package/dist/resources/extensions/gsd/parallel-monitor-overlay.js +6 -4
- package/dist/resources/extensions/gsd/paths.js +27 -0
- package/dist/resources/extensions/gsd/pre-execution-checks.js +91 -3
- package/dist/resources/extensions/gsd/preferences-models.js +14 -48
- package/dist/resources/extensions/gsd/prompts/complete-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/plan-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/refine-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/replan-slice.md +1 -1
- package/dist/resources/extensions/gsd/prompts/run-uat.md +1 -1
- package/dist/resources/extensions/gsd/prompts/system.md +5 -2
- package/dist/resources/extensions/gsd/provider-error-guidance.js +1 -5
- package/dist/resources/extensions/gsd/provider-switch-observer.js +1 -1
- package/dist/resources/extensions/gsd/publication.js +87 -0
- package/dist/resources/extensions/gsd/recovery-classification.js +37 -94
- package/dist/resources/extensions/gsd/safety/destructive-confirmation.js +108 -0
- package/dist/resources/extensions/gsd/state.js +1 -20
- package/dist/resources/extensions/gsd/stop-notice.js +57 -0
- package/dist/resources/extensions/gsd/tool-surface-readiness.js +56 -0
- package/dist/resources/extensions/gsd/tools/exec-tool.js +9 -7
- package/dist/resources/extensions/gsd/tools/plan-slice.js +12 -6
- package/dist/resources/extensions/gsd/uat-policy.js +2 -1
- package/dist/resources/extensions/gsd/unit-closeout.js +138 -0
- package/dist/resources/extensions/gsd/unit-context-composer.js +74 -1
- package/dist/resources/extensions/gsd/unit-context-manifest.js +4 -27
- package/dist/resources/extensions/gsd/unit-registry.js +337 -0
- package/dist/resources/extensions/gsd/unit-tool-contracts.js +9 -182
- package/dist/resources/extensions/gsd/web-app-uat.js +45 -8
- package/dist/resources/extensions/gsd/workflow-tool-surface.js +1 -1
- package/dist/resources/extensions/gsd/worktree-git-recovery.js +15 -9
- package/dist/resources/extensions/gsd/worktree-root.js +11 -0
- package/dist/resources/extensions/gsd/worktree-session-state.js +4 -5
- package/dist/resources/extensions/search-the-web/native-search.js +5 -3
- package/dist/resources/extensions/shared/browser-contract.js +59 -0
- package/dist/resources/extensions/shared/gsd-browser-cli.js +96 -5
- package/dist/resources/shared/package.json +3 -0
- package/dist/resources/skills/create-skill/references/executable-code.md +1 -1
- package/dist/resources/skills/create-skill/workflows/add-reference.md +8 -3
- package/dist/resources/skills/create-skill/workflows/add-script.md +4 -2
- package/dist/resources/skills/create-skill/workflows/add-template.md +3 -1
- package/dist/resources/skills/create-skill/workflows/add-workflow.md +8 -3
- package/dist/resources/skills/create-skill/workflows/upgrade-to-router.md +10 -5
- package/dist/resources/skills/create-skill/workflows/verify-skill.md +9 -4
- package/dist/resources/skills/spike-wrap-up/SKILL.md +9 -9
- package/dist/tsconfig.extensions.tsbuildinfo +1 -1
- package/dist/web/standalone/.next/BUILD_ID +1 -1
- package/dist/web/standalone/.next/app-path-routes-manifest.json +13 -13
- package/dist/web/standalone/.next/build-manifest.json +3 -3
- package/dist/web/standalone/.next/prerender-manifest.json +3 -3
- package/dist/web/standalone/.next/react-loadable-manifest.json +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.html +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_global-error.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_global-error.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.html +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_not-found.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/_not-found.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/api/update/route.js +1 -1
- package/dist/web/standalone/.next/server/app/api/update/route.js.nft.json +1 -1
- package/dist/web/standalone/.next/server/app/index.html +1 -1
- package/dist/web/standalone/.next/server/app/index.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/__PAGE__.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_full.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_head.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_index.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app/index.segments/_tree.segment.rsc +1 -1
- package/dist/web/standalone/.next/server/app-paths-manifest.json +13 -13
- package/dist/web/standalone/.next/server/chunks/5124.js +1 -1
- package/dist/web/standalone/.next/server/chunks/8357.js +1 -1
- package/dist/web/standalone/.next/server/middleware-build-manifest.js +1 -1
- package/dist/web/standalone/.next/server/middleware-react-loadable-manifest.js +1 -1
- package/dist/web/standalone/.next/server/pages/404.html +1 -1
- package/dist/web/standalone/.next/server/pages/500.html +1 -1
- package/dist/web/standalone/.next/server/server-reference-manifest.json +1 -1
- package/dist/web/standalone/.next/static/chunks/{796.cf859a427a2cb2ac.js → 796.e0bdc932325d7e03.js} +1 -1
- package/dist/web/standalone/.next/static/chunks/{webpack-fbea77b5f9953368.js → webpack-f0285ce91d4ec9ef.js} +1 -1
- package/dist/web/standalone/node_modules/node-pty/build/Makefile +1 -1
- package/dist/web/standalone/node_modules/postcss/lib/container.js +18 -26
- package/dist/web/standalone/node_modules/postcss/lib/css-syntax-error.js +14 -47
- package/dist/web/standalone/node_modules/postcss/lib/declaration.js +4 -4
- package/dist/web/standalone/node_modules/postcss/lib/fromJSON.js +3 -3
- package/dist/web/standalone/node_modules/postcss/lib/input.js +29 -54
- package/dist/web/standalone/node_modules/postcss/lib/lazy-result.js +37 -47
- package/dist/web/standalone/node_modules/postcss/lib/map-generator.js +9 -26
- package/dist/web/standalone/node_modules/postcss/lib/no-work-result.js +55 -57
- package/dist/web/standalone/node_modules/postcss/lib/node.js +31 -99
- package/dist/web/standalone/node_modules/postcss/lib/parse.js +1 -1
- package/dist/web/standalone/node_modules/postcss/lib/parser.js +9 -10
- package/dist/web/standalone/node_modules/postcss/lib/postcss.js +12 -12
- package/dist/web/standalone/node_modules/postcss/lib/previous-map.js +11 -30
- package/dist/web/standalone/node_modules/postcss/lib/processor.js +7 -7
- package/dist/web/standalone/node_modules/postcss/lib/result.js +5 -5
- package/dist/web/standalone/node_modules/postcss/lib/rule.js +6 -6
- package/dist/web/standalone/node_modules/postcss/lib/stringifier.js +28 -69
- package/dist/web/standalone/node_modules/postcss/lib/tokenize.js +2 -6
- package/dist/web/standalone/node_modules/postcss/package.json +48 -48
- package/dist/web/standalone/package.json +1 -1
- package/dist/worktree-cli.js +3 -6
- package/dist/worktree-status-banner.js +7 -15
- package/package.json +1 -1
- package/packages/cloud-mcp-gateway/package.json +2 -2
- package/packages/contracts/dist/rpc.d.ts +1 -0
- package/packages/contracts/dist/rpc.d.ts.map +1 -1
- package/packages/contracts/dist/rpc.js.map +1 -1
- package/packages/contracts/dist/workflow.d.ts +4 -0
- package/packages/contracts/dist/workflow.d.ts.map +1 -1
- package/packages/contracts/dist/workflow.js.map +1 -1
- package/packages/contracts/package.json +1 -1
- package/packages/daemon/package.json +4 -4
- package/packages/gsd-agent-core/package.json +5 -5
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.d.ts +5 -0
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.js +5 -0
- package/packages/gsd-agent-modes/dist/modes/interactive/components/tool-execution.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.js +7 -0
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/chat-controller.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/input-controller.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/input-controller.js +8 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/controllers/input-controller.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-chat-render.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-chat-render.js +11 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-chat-render.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-auth.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-auth.js +4 -4
- package/packages/gsd-agent-modes/dist/modes/interactive/interactive-selectors-auth.js.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/rpc/rpc-mode.d.ts.map +1 -1
- package/packages/gsd-agent-modes/dist/modes/rpc/rpc-mode.js +3 -1
- package/packages/gsd-agent-modes/dist/modes/rpc/rpc-mode.js.map +1 -1
- package/packages/gsd-agent-modes/package.json +7 -7
- package/packages/mcp-server/dist/cli.js +6 -3
- package/packages/mcp-server/dist/cli.js.map +1 -1
- package/packages/mcp-server/dist/workflow-tools.d.ts +8 -0
- package/packages/mcp-server/dist/workflow-tools.d.ts.map +1 -1
- package/packages/mcp-server/dist/workflow-tools.js +17 -1
- package/packages/mcp-server/dist/workflow-tools.js.map +1 -1
- package/packages/mcp-server/package.json +3 -3
- package/packages/native/package.json +1 -1
- package/packages/pi-agent-core/dist/harness/env/nodejs.d.ts +1 -0
- package/packages/pi-agent-core/dist/harness/env/nodejs.d.ts.map +1 -1
- package/packages/pi-agent-core/dist/harness/env/nodejs.js +34 -3
- package/packages/pi-agent-core/dist/harness/env/nodejs.js.map +1 -1
- package/packages/pi-agent-core/dist/index.d.ts +1 -0
- package/packages/pi-agent-core/dist/index.d.ts.map +1 -1
- package/packages/pi-agent-core/dist/index.js +3 -0
- package/packages/pi-agent-core/dist/index.js.map +1 -1
- package/packages/pi-agent-core/package.json +1 -1
- package/packages/pi-ai/dist/models.generated.d.ts +94 -382
- package/packages/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/packages/pi-ai/dist/models.generated.js +149 -422
- package/packages/pi-ai/dist/models.generated.js.map +1 -1
- package/packages/pi-ai/package.json +1 -1
- package/packages/pi-coding-agent/dist/core/auth-storage.d.ts +2 -2
- package/packages/pi-coding-agent/dist/core/auth-storage.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/auth-storage.js +19 -13
- package/packages/pi-coding-agent/dist/core/auth-storage.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/provider-readiness.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/provider-readiness.js +13 -6
- package/packages/pi-coding-agent/dist/core/provider-readiness.js.map +1 -1
- package/packages/pi-coding-agent/dist/core/tools/bash.d.ts +11 -0
- package/packages/pi-coding-agent/dist/core/tools/bash.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/core/tools/bash.js +53 -11
- package/packages/pi-coding-agent/dist/core/tools/bash.js.map +1 -1
- package/packages/pi-coding-agent/dist/index.d.ts +1 -1
- package/packages/pi-coding-agent/dist/index.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/index.js +1 -1
- package/packages/pi-coding-agent/dist/index.js.map +1 -1
- package/packages/pi-coding-agent/dist/utils/shell.d.ts +28 -2
- package/packages/pi-coding-agent/dist/utils/shell.d.ts.map +1 -1
- package/packages/pi-coding-agent/dist/utils/shell.js +56 -10
- package/packages/pi-coding-agent/dist/utils/shell.js.map +1 -1
- package/packages/pi-coding-agent/package.json +7 -7
- package/packages/pi-tui/dist/tui.d.ts.map +1 -1
- package/packages/pi-tui/dist/tui.js +9 -0
- package/packages/pi-tui/dist/tui.js.map +1 -1
- package/packages/pi-tui/package.json +2 -2
- package/packages/rpc-client/package.json +2 -2
- package/pkg/package.json +1 -1
- package/src/resources/extensions/async-jobs/async-bash-cancel.test.ts +360 -0
- package/src/resources/extensions/async-jobs/async-bash-tool.ts +33 -56
- package/src/resources/extensions/async-jobs/await-tool.test.ts +139 -0
- package/src/resources/extensions/async-jobs/await-tool.ts +82 -12
- package/src/resources/extensions/async-jobs/index.ts +79 -0
- package/src/resources/extensions/async-jobs/job-manager.ts +21 -1
- package/src/resources/extensions/bg-shell/bg-shell-command.ts +6 -6
- package/src/resources/extensions/bg-shell/bg-shell-tool.ts +10 -6
- package/src/resources/extensions/bg-shell/overlay.ts +9 -5
- package/src/resources/extensions/bg-shell/process-manager.ts +50 -25
- package/src/resources/extensions/bg-shell/readiness-detector.ts +12 -0
- package/src/resources/extensions/bg-shell/tests/lifecycle-and-utilities.test.ts +48 -1
- package/src/resources/extensions/bg-shell/utilities.ts +3 -0
- package/src/resources/extensions/browser-tools/engine/managed-gsd-browser.ts +265 -98
- package/src/resources/extensions/browser-tools/engine/selection.ts +90 -4
- package/src/resources/extensions/browser-tools/index.ts +71 -13
- package/src/resources/extensions/browser-tools/tests/browser-engine-selection.test.mjs +83 -13
- package/src/resources/extensions/browser-tools/tests/gsd-browser-launch-config.test.mjs +29 -1
- package/src/resources/extensions/browser-tools/tests/managed-gsd-browser-tools.test.mjs +136 -0
- package/src/resources/extensions/claude-code-cli/stream-adapter.ts +34 -4
- package/src/resources/extensions/gsd/auto/orchestrator.ts +7 -5
- package/src/resources/extensions/gsd/auto-dispatch.ts +12 -0
- package/src/resources/extensions/gsd/auto-model-selection.ts +25 -5
- package/src/resources/extensions/gsd/auto-post-unit.ts +13 -2
- package/src/resources/extensions/gsd/auto-prompts.ts +40 -26
- package/src/resources/extensions/gsd/auto-start.ts +15 -10
- package/src/resources/extensions/gsd/auto-tool-tracking.ts +19 -0
- package/src/resources/extensions/gsd/auto-unit-tool-scope.ts +10 -17
- package/src/resources/extensions/gsd/auto-worktree.ts +30 -93
- package/src/resources/extensions/gsd/auto.ts +8 -15
- package/src/resources/extensions/gsd/bootstrap/agent-end-recovery.ts +3 -5
- package/src/resources/extensions/gsd/bootstrap/dynamic-tools.ts +23 -6
- package/src/resources/extensions/gsd/bootstrap/register-extension.ts +24 -0
- package/src/resources/extensions/gsd/bootstrap/register-hooks.ts +151 -15
- package/src/resources/extensions/gsd/bootstrap/write-gate.ts +6 -2
- package/src/resources/extensions/gsd/branch-patterns.ts +3 -0
- package/src/resources/extensions/gsd/browser-daemon-auto-prep.ts +108 -0
- package/src/resources/extensions/gsd/browser-evidence.ts +18 -2
- package/src/resources/extensions/gsd/captures.ts +4 -6
- package/src/resources/extensions/gsd/constants.ts +0 -3
- package/src/resources/extensions/gsd/crash-recovery.ts +3 -9
- package/src/resources/extensions/gsd/doctor-environment.ts +2 -7
- package/src/resources/extensions/gsd/doctor-format.ts +12 -7
- package/src/resources/extensions/gsd/doctor-runtime-checks.ts +13 -15
- package/src/resources/extensions/gsd/error-classifier.ts +11 -0
- package/src/resources/extensions/gsd/exec-sandbox.ts +49 -9
- package/src/resources/extensions/gsd/guidance.ts +139 -0
- package/src/resources/extensions/gsd/guided-flow.ts +16 -2
- package/src/resources/extensions/gsd/mcp-filter.ts +2 -23
- package/src/resources/extensions/gsd/mcp-tool-name.ts +6 -11
- package/src/resources/extensions/gsd/memory-consolidation-scanner.ts +1 -1
- package/src/resources/extensions/gsd/migrate/safety.ts +4 -1
- package/src/resources/extensions/gsd/notification-store.ts +26 -3
- package/src/resources/extensions/gsd/parallel-monitor-overlay.ts +6 -4
- package/src/resources/extensions/gsd/paths.ts +33 -0
- package/src/resources/extensions/gsd/pre-execution-checks.ts +109 -3
- package/src/resources/extensions/gsd/preferences-models.ts +12 -47
- package/src/resources/extensions/gsd/prompts/complete-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/plan-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/refine-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/replan-slice.md +1 -1
- package/src/resources/extensions/gsd/prompts/run-uat.md +1 -1
- package/src/resources/extensions/gsd/prompts/system.md +5 -2
- package/src/resources/extensions/gsd/provider-error-guidance.ts +4 -9
- package/src/resources/extensions/gsd/provider-switch-observer.ts +1 -1
- package/src/resources/extensions/gsd/publication.ts +122 -0
- package/src/resources/extensions/gsd/recovery-classification.ts +42 -96
- package/src/resources/extensions/gsd/safety/destructive-confirmation.ts +134 -0
- package/src/resources/extensions/gsd/state.ts +4 -21
- package/src/resources/extensions/gsd/stop-notice.ts +75 -0
- package/src/resources/extensions/gsd/tests/auto-model-selection.test.ts +22 -0
- package/src/resources/extensions/gsd/tests/auto-orchestrator.test.ts +16 -19
- package/src/resources/extensions/gsd/tests/browser-automation-contract-fixture.ts +39 -0
- package/src/resources/extensions/gsd/tests/browser-contract.test.ts +44 -0
- package/src/resources/extensions/gsd/tests/browser-daemon-auto-prep.test.ts +144 -0
- package/src/resources/extensions/gsd/tests/checkout-branch-stash-guard.test.ts +66 -1
- package/src/resources/extensions/gsd/tests/clear-stale-autostart.test.ts +22 -0
- package/src/resources/extensions/gsd/tests/commands-verdict.test.ts +8 -7
- package/src/resources/extensions/gsd/tests/destructive-confirmation.test.ts +303 -0
- package/src/resources/extensions/gsd/tests/dispatch-run-uat-browser-tools.test.ts +2 -1
- package/src/resources/extensions/gsd/tests/dynamic-bash-no-cap.test.ts +132 -0
- package/src/resources/extensions/gsd/tests/exec-graceful-kill.test.ts +193 -0
- package/src/resources/extensions/gsd/tests/exec-tool.test.ts +29 -1
- package/src/resources/extensions/gsd/tests/extension-bootstrap-isolation.test.ts +35 -1
- package/src/resources/extensions/gsd/tests/guidance.test.ts +125 -0
- package/src/resources/extensions/gsd/tests/integration/auto-worktree-milestone-merge.test.ts +53 -11
- package/src/resources/extensions/gsd/tests/integration/auto-worktree.test.ts +73 -58
- package/src/resources/extensions/gsd/tests/integration/gsd-integration-fixture.ts +80 -0
- package/src/resources/extensions/gsd/tests/mcp-project-config.test.ts +3 -1
- package/src/resources/extensions/gsd/tests/model-unittype-mapping.test.ts +32 -1
- package/src/resources/extensions/gsd/tests/notification-store.test.ts +32 -0
- package/src/resources/extensions/gsd/tests/oauth-api-model-routing.test.ts +167 -0
- package/src/resources/extensions/gsd/tests/pre-execution-checks.test.ts +193 -1
- package/src/resources/extensions/gsd/tests/provider-error-guidance.test.ts +3 -3
- package/src/resources/extensions/gsd/tests/publication.test.ts +120 -0
- package/src/resources/extensions/gsd/tests/register-hooks-depth-verification.test.ts +157 -0
- package/src/resources/extensions/gsd/tests/runtime-invariant-modules.test.ts +1 -0
- package/src/resources/extensions/gsd/tests/stop-notice.test.ts +70 -0
- package/src/resources/extensions/gsd/tests/token-tool-gating.test.ts +76 -0
- package/src/resources/extensions/gsd/tests/tool-invocation-error-loop-break.test.ts +8 -0
- package/src/resources/extensions/gsd/tests/tool-surface-readiness.test.ts +155 -0
- package/src/resources/extensions/gsd/tests/uat-policy.test.ts +24 -29
- package/src/resources/extensions/gsd/tests/unit-closeout.test.ts +209 -0
- package/src/resources/extensions/gsd/tests/unit-context-composer.test.ts +67 -2
- package/src/resources/extensions/gsd/tests/unit-registry.test.ts +163 -0
- package/src/resources/extensions/gsd/tests/web-app-uat.test.ts +44 -1
- package/src/resources/extensions/gsd/tests/workflow-mcp.test.ts +2 -2
- package/src/resources/extensions/gsd/tests/workflow-tool-executors.test.ts +2 -2
- package/src/resources/extensions/gsd/tool-surface-readiness.ts +76 -0
- package/src/resources/extensions/gsd/tools/exec-tool.ts +8 -7
- package/src/resources/extensions/gsd/tools/plan-slice.ts +12 -6
- package/src/resources/extensions/gsd/uat-policy.ts +2 -1
- package/src/resources/extensions/gsd/unit-closeout.ts +201 -0
- package/src/resources/extensions/gsd/unit-context-composer.ts +111 -1
- package/src/resources/extensions/gsd/unit-context-manifest.ts +4 -28
- package/src/resources/extensions/gsd/unit-registry.ts +412 -0
- package/src/resources/extensions/gsd/unit-tool-contracts.ts +27 -192
- package/src/resources/extensions/gsd/web-app-uat.ts +51 -8
- package/src/resources/extensions/gsd/workflow-tool-surface.ts +4 -1
- package/src/resources/extensions/gsd/worktree-git-recovery.ts +15 -9
- package/src/resources/extensions/gsd/worktree-root.ts +12 -0
- package/src/resources/extensions/gsd/worktree-session-state.ts +3 -5
- package/src/resources/extensions/search-the-web/native-search.ts +5 -3
- package/src/resources/extensions/shared/browser-contract.ts +66 -0
- package/src/resources/extensions/shared/gsd-browser-cli.ts +119 -5
- package/src/resources/shared/package.json +3 -0
- package/src/resources/skills/create-skill/references/executable-code.md +1 -1
- package/src/resources/skills/create-skill/workflows/add-reference.md +8 -3
- package/src/resources/skills/create-skill/workflows/add-script.md +4 -2
- package/src/resources/skills/create-skill/workflows/add-template.md +3 -1
- package/src/resources/skills/create-skill/workflows/add-workflow.md +8 -3
- package/src/resources/skills/create-skill/workflows/upgrade-to-router.md +10 -5
- package/src/resources/skills/create-skill/workflows/verify-skill.md +9 -4
- package/src/resources/skills/spike-wrap-up/SKILL.md +9 -9
- /package/dist/web/standalone/.next/static/{C24pqUd-aru-l0Dp0gLZP → mU4QIDlpVHDdjDpeEKh5W}/_buildManifest.js +0 -0
- /package/dist/web/standalone/.next/static/{C24pqUd-aru-l0Dp0gLZP → mU4QIDlpVHDdjDpeEKh5W}/_ssgManifest.js +0 -0
|
@@ -3092,30 +3092,13 @@ export const MODELS = {
|
|
|
3092
3092
|
reasoning: true,
|
|
3093
3093
|
input: ["text"],
|
|
3094
3094
|
cost: {
|
|
3095
|
-
input: 0.
|
|
3096
|
-
output: 0.
|
|
3095
|
+
input: 0.35,
|
|
3096
|
+
output: 0.75,
|
|
3097
3097
|
cacheRead: 0,
|
|
3098
3098
|
cacheWrite: 0,
|
|
3099
3099
|
},
|
|
3100
3100
|
contextWindow: 131072,
|
|
3101
|
-
maxTokens:
|
|
3102
|
-
},
|
|
3103
|
-
"llama3.1-8b": {
|
|
3104
|
-
id: "llama3.1-8b",
|
|
3105
|
-
name: "Llama 3.1 8B",
|
|
3106
|
-
api: "openai-completions",
|
|
3107
|
-
provider: "cerebras",
|
|
3108
|
-
baseUrl: "https://api.cerebras.ai/v1",
|
|
3109
|
-
reasoning: false,
|
|
3110
|
-
input: ["text"],
|
|
3111
|
-
cost: {
|
|
3112
|
-
input: 0.1,
|
|
3113
|
-
output: 0.1,
|
|
3114
|
-
cacheRead: 0,
|
|
3115
|
-
cacheWrite: 0,
|
|
3116
|
-
},
|
|
3117
|
-
contextWindow: 32000,
|
|
3118
|
-
maxTokens: 8000,
|
|
3101
|
+
maxTokens: 40960,
|
|
3119
3102
|
},
|
|
3120
3103
|
"zai-glm-4.7": {
|
|
3121
3104
|
id: "zai-glm-4.7",
|
|
@@ -3123,7 +3106,7 @@ export const MODELS = {
|
|
|
3123
3106
|
api: "openai-completions",
|
|
3124
3107
|
provider: "cerebras",
|
|
3125
3108
|
baseUrl: "https://api.cerebras.ai/v1",
|
|
3126
|
-
reasoning:
|
|
3109
|
+
reasoning: true,
|
|
3127
3110
|
input: ["text"],
|
|
3128
3111
|
cost: {
|
|
3129
3112
|
input: 2.25,
|
|
@@ -3132,7 +3115,7 @@ export const MODELS = {
|
|
|
3132
3115
|
cacheWrite: 0,
|
|
3133
3116
|
},
|
|
3134
3117
|
contextWindow: 131072,
|
|
3135
|
-
maxTokens:
|
|
3118
|
+
maxTokens: 40960,
|
|
3136
3119
|
},
|
|
3137
3120
|
},
|
|
3138
3121
|
"cloudflare-ai-gateway": {
|
|
@@ -4263,6 +4246,26 @@ export const MODELS = {
|
|
|
4263
4246
|
},
|
|
4264
4247
|
},
|
|
4265
4248
|
"github-copilot": {
|
|
4249
|
+
"claude-fable-5": {
|
|
4250
|
+
id: "claude-fable-5",
|
|
4251
|
+
name: "Claude Fable 5",
|
|
4252
|
+
api: "openai-completions",
|
|
4253
|
+
provider: "github-copilot",
|
|
4254
|
+
baseUrl: "https://api.individual.githubcopilot.com",
|
|
4255
|
+
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" },
|
|
4256
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false },
|
|
4257
|
+
reasoning: true,
|
|
4258
|
+
thinkingLevelMap: { "xhigh": "xhigh" },
|
|
4259
|
+
input: ["text", "image"],
|
|
4260
|
+
cost: {
|
|
4261
|
+
input: 10,
|
|
4262
|
+
output: 50,
|
|
4263
|
+
cacheRead: 1,
|
|
4264
|
+
cacheWrite: 12.5,
|
|
4265
|
+
},
|
|
4266
|
+
contextWindow: 1000000,
|
|
4267
|
+
maxTokens: 128000,
|
|
4268
|
+
},
|
|
4266
4269
|
"claude-haiku-4.5": {
|
|
4267
4270
|
id: "claude-haiku-4.5",
|
|
4268
4271
|
name: "Claude Haiku 4.5 (latest)",
|
|
@@ -5195,77 +5198,9 @@ export const MODELS = {
|
|
|
5195
5198
|
},
|
|
5196
5199
|
},
|
|
5197
5200
|
"groq": {
|
|
5198
|
-
"deepseek-r1-distill-llama-70b": {
|
|
5199
|
-
id: "deepseek-r1-distill-llama-70b",
|
|
5200
|
-
name: "DeepSeek R1 Distill Llama 70B",
|
|
5201
|
-
api: "openai-completions",
|
|
5202
|
-
provider: "groq",
|
|
5203
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5204
|
-
reasoning: true,
|
|
5205
|
-
input: ["text"],
|
|
5206
|
-
cost: {
|
|
5207
|
-
input: 0.75,
|
|
5208
|
-
output: 0.99,
|
|
5209
|
-
cacheRead: 0,
|
|
5210
|
-
cacheWrite: 0,
|
|
5211
|
-
},
|
|
5212
|
-
contextWindow: 131072,
|
|
5213
|
-
maxTokens: 8192,
|
|
5214
|
-
},
|
|
5215
|
-
"gemma2-9b-it": {
|
|
5216
|
-
id: "gemma2-9b-it",
|
|
5217
|
-
name: "Gemma 2 9B",
|
|
5218
|
-
api: "openai-completions",
|
|
5219
|
-
provider: "groq",
|
|
5220
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5221
|
-
reasoning: false,
|
|
5222
|
-
input: ["text"],
|
|
5223
|
-
cost: {
|
|
5224
|
-
input: 0.2,
|
|
5225
|
-
output: 0.2,
|
|
5226
|
-
cacheRead: 0,
|
|
5227
|
-
cacheWrite: 0,
|
|
5228
|
-
},
|
|
5229
|
-
contextWindow: 8192,
|
|
5230
|
-
maxTokens: 8192,
|
|
5231
|
-
},
|
|
5232
|
-
"groq/compound": {
|
|
5233
|
-
id: "groq/compound",
|
|
5234
|
-
name: "Compound",
|
|
5235
|
-
api: "openai-completions",
|
|
5236
|
-
provider: "groq",
|
|
5237
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5238
|
-
reasoning: true,
|
|
5239
|
-
input: ["text"],
|
|
5240
|
-
cost: {
|
|
5241
|
-
input: 0,
|
|
5242
|
-
output: 0,
|
|
5243
|
-
cacheRead: 0,
|
|
5244
|
-
cacheWrite: 0,
|
|
5245
|
-
},
|
|
5246
|
-
contextWindow: 131072,
|
|
5247
|
-
maxTokens: 8192,
|
|
5248
|
-
},
|
|
5249
|
-
"groq/compound-mini": {
|
|
5250
|
-
id: "groq/compound-mini",
|
|
5251
|
-
name: "Compound Mini",
|
|
5252
|
-
api: "openai-completions",
|
|
5253
|
-
provider: "groq",
|
|
5254
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5255
|
-
reasoning: true,
|
|
5256
|
-
input: ["text"],
|
|
5257
|
-
cost: {
|
|
5258
|
-
input: 0,
|
|
5259
|
-
output: 0,
|
|
5260
|
-
cacheRead: 0,
|
|
5261
|
-
cacheWrite: 0,
|
|
5262
|
-
},
|
|
5263
|
-
contextWindow: 131072,
|
|
5264
|
-
maxTokens: 8192,
|
|
5265
|
-
},
|
|
5266
5201
|
"llama-3.1-8b-instant": {
|
|
5267
5202
|
id: "llama-3.1-8b-instant",
|
|
5268
|
-
name: "Llama 3.1 8B
|
|
5203
|
+
name: "Llama 3.1 8B",
|
|
5269
5204
|
api: "openai-completions",
|
|
5270
5205
|
provider: "groq",
|
|
5271
5206
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
@@ -5282,7 +5217,7 @@ export const MODELS = {
|
|
|
5282
5217
|
},
|
|
5283
5218
|
"llama-3.3-70b-versatile": {
|
|
5284
5219
|
id: "llama-3.3-70b-versatile",
|
|
5285
|
-
name: "Llama 3.3 70B
|
|
5220
|
+
name: "Llama 3.3 70B",
|
|
5286
5221
|
api: "openai-completions",
|
|
5287
5222
|
provider: "groq",
|
|
5288
5223
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
@@ -5297,60 +5232,9 @@ export const MODELS = {
|
|
|
5297
5232
|
contextWindow: 131072,
|
|
5298
5233
|
maxTokens: 32768,
|
|
5299
5234
|
},
|
|
5300
|
-
"llama3-70b-8192": {
|
|
5301
|
-
id: "llama3-70b-8192",
|
|
5302
|
-
name: "Llama 3 70B",
|
|
5303
|
-
api: "openai-completions",
|
|
5304
|
-
provider: "groq",
|
|
5305
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5306
|
-
reasoning: false,
|
|
5307
|
-
input: ["text"],
|
|
5308
|
-
cost: {
|
|
5309
|
-
input: 0.59,
|
|
5310
|
-
output: 0.79,
|
|
5311
|
-
cacheRead: 0,
|
|
5312
|
-
cacheWrite: 0,
|
|
5313
|
-
},
|
|
5314
|
-
contextWindow: 8192,
|
|
5315
|
-
maxTokens: 8192,
|
|
5316
|
-
},
|
|
5317
|
-
"llama3-8b-8192": {
|
|
5318
|
-
id: "llama3-8b-8192",
|
|
5319
|
-
name: "Llama 3 8B",
|
|
5320
|
-
api: "openai-completions",
|
|
5321
|
-
provider: "groq",
|
|
5322
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5323
|
-
reasoning: false,
|
|
5324
|
-
input: ["text"],
|
|
5325
|
-
cost: {
|
|
5326
|
-
input: 0.05,
|
|
5327
|
-
output: 0.08,
|
|
5328
|
-
cacheRead: 0,
|
|
5329
|
-
cacheWrite: 0,
|
|
5330
|
-
},
|
|
5331
|
-
contextWindow: 8192,
|
|
5332
|
-
maxTokens: 8192,
|
|
5333
|
-
},
|
|
5334
|
-
"meta-llama/llama-4-maverick-17b-128e-instruct": {
|
|
5335
|
-
id: "meta-llama/llama-4-maverick-17b-128e-instruct",
|
|
5336
|
-
name: "Llama 4 Maverick 17B",
|
|
5337
|
-
api: "openai-completions",
|
|
5338
|
-
provider: "groq",
|
|
5339
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5340
|
-
reasoning: false,
|
|
5341
|
-
input: ["text", "image"],
|
|
5342
|
-
cost: {
|
|
5343
|
-
input: 0.2,
|
|
5344
|
-
output: 0.6,
|
|
5345
|
-
cacheRead: 0,
|
|
5346
|
-
cacheWrite: 0,
|
|
5347
|
-
},
|
|
5348
|
-
contextWindow: 131072,
|
|
5349
|
-
maxTokens: 8192,
|
|
5350
|
-
},
|
|
5351
5235
|
"meta-llama/llama-4-scout-17b-16e-instruct": {
|
|
5352
5236
|
id: "meta-llama/llama-4-scout-17b-16e-instruct",
|
|
5353
|
-
name: "Llama 4 Scout 17B",
|
|
5237
|
+
name: "Llama 4 Scout 17B 16E",
|
|
5354
5238
|
api: "openai-completions",
|
|
5355
5239
|
provider: "groq",
|
|
5356
5240
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
@@ -5365,57 +5249,6 @@ export const MODELS = {
|
|
|
5365
5249
|
contextWindow: 131072,
|
|
5366
5250
|
maxTokens: 8192,
|
|
5367
5251
|
},
|
|
5368
|
-
"mistral-saba-24b": {
|
|
5369
|
-
id: "mistral-saba-24b",
|
|
5370
|
-
name: "Mistral Saba 24B",
|
|
5371
|
-
api: "openai-completions",
|
|
5372
|
-
provider: "groq",
|
|
5373
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5374
|
-
reasoning: false,
|
|
5375
|
-
input: ["text"],
|
|
5376
|
-
cost: {
|
|
5377
|
-
input: 0.79,
|
|
5378
|
-
output: 0.79,
|
|
5379
|
-
cacheRead: 0,
|
|
5380
|
-
cacheWrite: 0,
|
|
5381
|
-
},
|
|
5382
|
-
contextWindow: 32768,
|
|
5383
|
-
maxTokens: 32768,
|
|
5384
|
-
},
|
|
5385
|
-
"moonshotai/kimi-k2-instruct": {
|
|
5386
|
-
id: "moonshotai/kimi-k2-instruct",
|
|
5387
|
-
name: "Kimi K2 Instruct",
|
|
5388
|
-
api: "openai-completions",
|
|
5389
|
-
provider: "groq",
|
|
5390
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5391
|
-
reasoning: false,
|
|
5392
|
-
input: ["text"],
|
|
5393
|
-
cost: {
|
|
5394
|
-
input: 1,
|
|
5395
|
-
output: 3,
|
|
5396
|
-
cacheRead: 0,
|
|
5397
|
-
cacheWrite: 0,
|
|
5398
|
-
},
|
|
5399
|
-
contextWindow: 131072,
|
|
5400
|
-
maxTokens: 16384,
|
|
5401
|
-
},
|
|
5402
|
-
"moonshotai/kimi-k2-instruct-0905": {
|
|
5403
|
-
id: "moonshotai/kimi-k2-instruct-0905",
|
|
5404
|
-
name: "Kimi K2 Instruct 0905",
|
|
5405
|
-
api: "openai-completions",
|
|
5406
|
-
provider: "groq",
|
|
5407
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5408
|
-
reasoning: false,
|
|
5409
|
-
input: ["text"],
|
|
5410
|
-
cost: {
|
|
5411
|
-
input: 1,
|
|
5412
|
-
output: 3,
|
|
5413
|
-
cacheRead: 0.5,
|
|
5414
|
-
cacheWrite: 0,
|
|
5415
|
-
},
|
|
5416
|
-
contextWindow: 262144,
|
|
5417
|
-
maxTokens: 16384,
|
|
5418
|
-
},
|
|
5419
5252
|
"openai/gpt-oss-120b": {
|
|
5420
5253
|
id: "openai/gpt-oss-120b",
|
|
5421
5254
|
name: "GPT OSS 120B",
|
|
@@ -5467,26 +5300,9 @@ export const MODELS = {
|
|
|
5467
5300
|
contextWindow: 131072,
|
|
5468
5301
|
maxTokens: 65536,
|
|
5469
5302
|
},
|
|
5470
|
-
"qwen-qwq-32b": {
|
|
5471
|
-
id: "qwen-qwq-32b",
|
|
5472
|
-
name: "Qwen QwQ 32B",
|
|
5473
|
-
api: "openai-completions",
|
|
5474
|
-
provider: "groq",
|
|
5475
|
-
baseUrl: "https://api.groq.com/openai/v1",
|
|
5476
|
-
reasoning: true,
|
|
5477
|
-
input: ["text"],
|
|
5478
|
-
cost: {
|
|
5479
|
-
input: 0.29,
|
|
5480
|
-
output: 0.39,
|
|
5481
|
-
cacheRead: 0,
|
|
5482
|
-
cacheWrite: 0,
|
|
5483
|
-
},
|
|
5484
|
-
contextWindow: 131072,
|
|
5485
|
-
maxTokens: 16384,
|
|
5486
|
-
},
|
|
5487
5303
|
"qwen/qwen3-32b": {
|
|
5488
5304
|
id: "qwen/qwen3-32b",
|
|
5489
|
-
name: "Qwen3
|
|
5305
|
+
name: "Qwen3-32B",
|
|
5490
5306
|
api: "openai-completions",
|
|
5491
5307
|
provider: "groq",
|
|
5492
5308
|
baseUrl: "https://api.groq.com/openai/v1",
|
|
@@ -7873,7 +7689,7 @@ export const MODELS = {
|
|
|
7873
7689
|
cost: {
|
|
7874
7690
|
input: 0.14,
|
|
7875
7691
|
output: 0.28,
|
|
7876
|
-
cacheRead: 0.
|
|
7692
|
+
cacheRead: 0.028,
|
|
7877
7693
|
cacheWrite: 0,
|
|
7878
7694
|
},
|
|
7879
7695
|
contextWindow: 1000000,
|
|
@@ -7898,6 +7714,25 @@ export const MODELS = {
|
|
|
7898
7714
|
contextWindow: 200000,
|
|
7899
7715
|
maxTokens: 128000,
|
|
7900
7716
|
},
|
|
7717
|
+
"deepseek-v4-pro": {
|
|
7718
|
+
id: "deepseek-v4-pro",
|
|
7719
|
+
name: "DeepSeek V4 Pro",
|
|
7720
|
+
api: "openai-completions",
|
|
7721
|
+
provider: "opencode",
|
|
7722
|
+
baseUrl: "https://opencode.ai/zen/v1",
|
|
7723
|
+
compat: { "requiresReasoningContentOnAssistantMessages": true, "thinkingFormat": "deepseek" },
|
|
7724
|
+
reasoning: true,
|
|
7725
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
7726
|
+
input: ["text"],
|
|
7727
|
+
cost: {
|
|
7728
|
+
input: 1.74,
|
|
7729
|
+
output: 3.84,
|
|
7730
|
+
cacheRead: 0.145,
|
|
7731
|
+
cacheWrite: 0,
|
|
7732
|
+
},
|
|
7733
|
+
contextWindow: 1000000,
|
|
7734
|
+
maxTokens: 384000,
|
|
7735
|
+
},
|
|
7901
7736
|
"gemini-3-flash": {
|
|
7902
7737
|
id: "gemini-3-flash",
|
|
7903
7738
|
name: "Gemini 3 Flash",
|
|
@@ -9273,7 +9108,7 @@ export const MODELS = {
|
|
|
9273
9108
|
cacheRead: 0.135,
|
|
9274
9109
|
cacheWrite: 0,
|
|
9275
9110
|
},
|
|
9276
|
-
contextWindow:
|
|
9111
|
+
contextWindow: 131072,
|
|
9277
9112
|
maxTokens: 16384,
|
|
9278
9113
|
},
|
|
9279
9114
|
"deepseek/deepseek-chat-v3.1": {
|
|
@@ -9389,13 +9224,13 @@ export const MODELS = {
|
|
|
9389
9224
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": "max" },
|
|
9390
9225
|
input: ["text"],
|
|
9391
9226
|
cost: {
|
|
9392
|
-
input: 0.
|
|
9393
|
-
output: 0.
|
|
9394
|
-
cacheRead: 0.
|
|
9227
|
+
input: 0.098,
|
|
9228
|
+
output: 0.196,
|
|
9229
|
+
cacheRead: 0.02,
|
|
9395
9230
|
cacheWrite: 0,
|
|
9396
9231
|
},
|
|
9397
9232
|
contextWindow: 1048576,
|
|
9398
|
-
maxTokens:
|
|
9233
|
+
maxTokens: 4096,
|
|
9399
9234
|
},
|
|
9400
9235
|
"deepseek/deepseek-v4-pro": {
|
|
9401
9236
|
id: "deepseek/deepseek-v4-pro",
|
|
@@ -9715,12 +9550,12 @@ export const MODELS = {
|
|
|
9715
9550
|
input: ["text", "image"],
|
|
9716
9551
|
cost: {
|
|
9717
9552
|
input: 0.12,
|
|
9718
|
-
output: 0.
|
|
9553
|
+
output: 0.35,
|
|
9719
9554
|
cacheRead: 0.09,
|
|
9720
9555
|
cacheWrite: 0,
|
|
9721
9556
|
},
|
|
9722
9557
|
contextWindow: 262144,
|
|
9723
|
-
maxTokens:
|
|
9558
|
+
maxTokens: 262144,
|
|
9724
9559
|
},
|
|
9725
9560
|
"google/gemma-4-31b-it:free": {
|
|
9726
9561
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -10021,9 +9856,9 @@ export const MODELS = {
|
|
|
10021
9856
|
reasoning: true,
|
|
10022
9857
|
input: ["text"],
|
|
10023
9858
|
cost: {
|
|
10024
|
-
input: 0.
|
|
10025
|
-
output: 1
|
|
10026
|
-
cacheRead: 0.
|
|
9859
|
+
input: 0.25,
|
|
9860
|
+
output: 1,
|
|
9861
|
+
cacheRead: 0.05,
|
|
10027
9862
|
cacheWrite: 0,
|
|
10028
9863
|
},
|
|
10029
9864
|
contextWindow: 204800,
|
|
@@ -10395,13 +10230,13 @@ export const MODELS = {
|
|
|
10395
10230
|
reasoning: true,
|
|
10396
10231
|
input: ["text", "image"],
|
|
10397
10232
|
cost: {
|
|
10398
|
-
input: 0.
|
|
10399
|
-
output: 1.
|
|
10400
|
-
cacheRead: 0
|
|
10233
|
+
input: 0.35,
|
|
10234
|
+
output: 1.89,
|
|
10235
|
+
cacheRead: 0,
|
|
10401
10236
|
cacheWrite: 0,
|
|
10402
10237
|
},
|
|
10403
10238
|
contextWindow: 262144,
|
|
10404
|
-
maxTokens:
|
|
10239
|
+
maxTokens: 4096,
|
|
10405
10240
|
},
|
|
10406
10241
|
"moonshotai/kimi-k2.6": {
|
|
10407
10242
|
id: "moonshotai/kimi-k2.6",
|
|
@@ -10412,30 +10247,13 @@ export const MODELS = {
|
|
|
10412
10247
|
reasoning: true,
|
|
10413
10248
|
input: ["text", "image"],
|
|
10414
10249
|
cost: {
|
|
10415
|
-
input: 0.
|
|
10416
|
-
output: 3.
|
|
10417
|
-
cacheRead: 0.
|
|
10250
|
+
input: 0.67,
|
|
10251
|
+
output: 3.39,
|
|
10252
|
+
cacheRead: 0.14,
|
|
10418
10253
|
cacheWrite: 0,
|
|
10419
10254
|
},
|
|
10420
10255
|
contextWindow: 262144,
|
|
10421
|
-
maxTokens:
|
|
10422
|
-
},
|
|
10423
|
-
"moonshotai/kimi-k2.6:free": {
|
|
10424
|
-
id: "moonshotai/kimi-k2.6:free",
|
|
10425
|
-
name: "MoonshotAI: Kimi K2.6 (free)",
|
|
10426
|
-
api: "openai-completions",
|
|
10427
|
-
provider: "openrouter",
|
|
10428
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10429
|
-
reasoning: true,
|
|
10430
|
-
input: ["text", "image"],
|
|
10431
|
-
cost: {
|
|
10432
|
-
input: 0,
|
|
10433
|
-
output: 0,
|
|
10434
|
-
cacheRead: 0,
|
|
10435
|
-
cacheWrite: 0,
|
|
10436
|
-
},
|
|
10437
|
-
contextWindow: 262144,
|
|
10438
|
-
maxTokens: 4096,
|
|
10256
|
+
maxTokens: 262144,
|
|
10439
10257
|
},
|
|
10440
10258
|
"nex-agi/nex-n2-pro:free": {
|
|
10441
10259
|
id: "nex-agi/nex-n2-pro:free",
|
|
@@ -10607,23 +10425,6 @@ export const MODELS = {
|
|
|
10607
10425
|
contextWindow: 128000,
|
|
10608
10426
|
maxTokens: 128000,
|
|
10609
10427
|
},
|
|
10610
|
-
"nvidia/nemotron-nano-9b-v2": {
|
|
10611
|
-
id: "nvidia/nemotron-nano-9b-v2",
|
|
10612
|
-
name: "NVIDIA: Nemotron Nano 9B V2",
|
|
10613
|
-
api: "openai-completions",
|
|
10614
|
-
provider: "openrouter",
|
|
10615
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10616
|
-
reasoning: true,
|
|
10617
|
-
input: ["text"],
|
|
10618
|
-
cost: {
|
|
10619
|
-
input: 0.04,
|
|
10620
|
-
output: 0.16,
|
|
10621
|
-
cacheRead: 0,
|
|
10622
|
-
cacheWrite: 0,
|
|
10623
|
-
},
|
|
10624
|
-
contextWindow: 131072,
|
|
10625
|
-
maxTokens: 16384,
|
|
10626
|
-
},
|
|
10627
10428
|
"nvidia/nemotron-nano-9b-v2:free": {
|
|
10628
10429
|
id: "nvidia/nemotron-nano-9b-v2:free",
|
|
10629
10430
|
name: "NVIDIA: Nemotron Nano 9B V2 (free)",
|
|
@@ -12362,13 +12163,13 @@ export const MODELS = {
|
|
|
12362
12163
|
reasoning: true,
|
|
12363
12164
|
input: ["text", "image"],
|
|
12364
12165
|
cost: {
|
|
12365
|
-
input: 0.
|
|
12166
|
+
input: 0.15,
|
|
12366
12167
|
output: 1,
|
|
12367
|
-
cacheRead: 0,
|
|
12168
|
+
cacheRead: 0.05,
|
|
12368
12169
|
cacheWrite: 0,
|
|
12369
12170
|
},
|
|
12370
12171
|
contextWindow: 262144,
|
|
12371
|
-
maxTokens:
|
|
12172
|
+
maxTokens: 262144,
|
|
12372
12173
|
},
|
|
12373
12174
|
"qwen/qwen3.6-flash": {
|
|
12374
12175
|
id: "qwen/qwen3.6-flash",
|
|
@@ -12447,10 +12248,10 @@ export const MODELS = {
|
|
|
12447
12248
|
reasoning: true,
|
|
12448
12249
|
input: ["text", "image"],
|
|
12449
12250
|
cost: {
|
|
12450
|
-
input: 0.
|
|
12451
|
-
output: 1.
|
|
12452
|
-
cacheRead: 0.
|
|
12453
|
-
cacheWrite: 0.
|
|
12251
|
+
input: 0.32,
|
|
12252
|
+
output: 1.28,
|
|
12253
|
+
cacheRead: 0.064,
|
|
12254
|
+
cacheWrite: 0.4,
|
|
12454
12255
|
},
|
|
12455
12256
|
contextWindow: 1000000,
|
|
12456
12257
|
maxTokens: 65536,
|
|
@@ -12991,13 +12792,13 @@ export const MODELS = {
|
|
|
12991
12792
|
reasoning: true,
|
|
12992
12793
|
input: ["text", "image"],
|
|
12993
12794
|
cost: {
|
|
12994
|
-
input: 0.
|
|
12995
|
-
output: 3.
|
|
12996
|
-
cacheRead: 0.
|
|
12795
|
+
input: 0.67,
|
|
12796
|
+
output: 3.39,
|
|
12797
|
+
cacheRead: 0.14,
|
|
12997
12798
|
cacheWrite: 0,
|
|
12998
12799
|
},
|
|
12999
12800
|
contextWindow: 262144,
|
|
13000
|
-
maxTokens:
|
|
12801
|
+
maxTokens: 262144,
|
|
13001
12802
|
},
|
|
13002
12803
|
"~openai/gpt-latest": {
|
|
13003
12804
|
id: "~openai/gpt-latest",
|
|
@@ -13035,25 +12836,6 @@ export const MODELS = {
|
|
|
13035
12836
|
},
|
|
13036
12837
|
},
|
|
13037
12838
|
"together": {
|
|
13038
|
-
"MiniMaxAI/MiniMax-M2.5": {
|
|
13039
|
-
id: "MiniMaxAI/MiniMax-M2.5",
|
|
13040
|
-
name: "MiniMax-M2.5",
|
|
13041
|
-
api: "openai-completions",
|
|
13042
|
-
provider: "together",
|
|
13043
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13044
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
13045
|
-
reasoning: true,
|
|
13046
|
-
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null },
|
|
13047
|
-
input: ["text"],
|
|
13048
|
-
cost: {
|
|
13049
|
-
input: 0.3,
|
|
13050
|
-
output: 1.2,
|
|
13051
|
-
cacheRead: 0.06,
|
|
13052
|
-
cacheWrite: 0,
|
|
13053
|
-
},
|
|
13054
|
-
contextWindow: 204800,
|
|
13055
|
-
maxTokens: 131072,
|
|
13056
|
-
},
|
|
13057
12839
|
"MiniMaxAI/MiniMax-M2.7": {
|
|
13058
12840
|
id: "MiniMaxAI/MiniMax-M2.7",
|
|
13059
12841
|
name: "MiniMax-M2.7",
|
|
@@ -13073,28 +12855,27 @@ export const MODELS = {
|
|
|
13073
12855
|
contextWindow: 202752,
|
|
13074
12856
|
maxTokens: 131072,
|
|
13075
12857
|
},
|
|
13076
|
-
"Qwen/
|
|
13077
|
-
id: "Qwen/
|
|
13078
|
-
name: "
|
|
12858
|
+
"Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
12859
|
+
id: "Qwen/Qwen2.5-7B-Instruct-Turbo",
|
|
12860
|
+
name: "Qwen 2.5 7B Instruct Turbo",
|
|
13079
12861
|
api: "openai-completions",
|
|
13080
12862
|
provider: "together",
|
|
13081
12863
|
baseUrl: "https://api.together.ai/v1",
|
|
13082
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false
|
|
13083
|
-
reasoning:
|
|
13084
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
12864
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
12865
|
+
reasoning: false,
|
|
13085
12866
|
input: ["text"],
|
|
13086
12867
|
cost: {
|
|
13087
|
-
input: 0.
|
|
13088
|
-
output: 0.
|
|
12868
|
+
input: 0.3,
|
|
12869
|
+
output: 0.3,
|
|
13089
12870
|
cacheRead: 0,
|
|
13090
12871
|
cacheWrite: 0,
|
|
13091
12872
|
},
|
|
13092
|
-
contextWindow:
|
|
13093
|
-
maxTokens:
|
|
12873
|
+
contextWindow: 32768,
|
|
12874
|
+
maxTokens: 32768,
|
|
13094
12875
|
},
|
|
13095
|
-
"Qwen/Qwen3-
|
|
13096
|
-
id: "Qwen/Qwen3-
|
|
13097
|
-
name: "Qwen3
|
|
12876
|
+
"Qwen/Qwen3-235B-A22B-Instruct-2507-tput": {
|
|
12877
|
+
id: "Qwen/Qwen3-235B-A22B-Instruct-2507-tput",
|
|
12878
|
+
name: "Qwen3 235B A22B Instruct 2507 FP8",
|
|
13098
12879
|
api: "openai-completions",
|
|
13099
12880
|
provider: "together",
|
|
13100
12881
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13102,36 +12883,36 @@ export const MODELS = {
|
|
|
13102
12883
|
reasoning: false,
|
|
13103
12884
|
input: ["text"],
|
|
13104
12885
|
cost: {
|
|
13105
|
-
input: 2,
|
|
13106
|
-
output:
|
|
12886
|
+
input: 0.2,
|
|
12887
|
+
output: 0.6,
|
|
13107
12888
|
cacheRead: 0,
|
|
13108
12889
|
cacheWrite: 0,
|
|
13109
12890
|
},
|
|
13110
12891
|
contextWindow: 262144,
|
|
13111
12892
|
maxTokens: 262144,
|
|
13112
12893
|
},
|
|
13113
|
-
"Qwen/Qwen3-
|
|
13114
|
-
id: "Qwen/Qwen3-
|
|
13115
|
-
name: "Qwen3
|
|
12894
|
+
"Qwen/Qwen3.5-397B-A17B": {
|
|
12895
|
+
id: "Qwen/Qwen3.5-397B-A17B",
|
|
12896
|
+
name: "Qwen3.5 397B A17B",
|
|
13116
12897
|
api: "openai-completions",
|
|
13117
12898
|
provider: "together",
|
|
13118
12899
|
baseUrl: "https://api.together.ai/v1",
|
|
13119
12900
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13120
12901
|
reasoning: true,
|
|
13121
12902
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13122
|
-
input: ["text"],
|
|
12903
|
+
input: ["text", "image"],
|
|
13123
12904
|
cost: {
|
|
13124
|
-
input: 0.
|
|
13125
|
-
output:
|
|
12905
|
+
input: 0.6,
|
|
12906
|
+
output: 3.6,
|
|
13126
12907
|
cacheRead: 0,
|
|
13127
12908
|
cacheWrite: 0,
|
|
13128
12909
|
},
|
|
13129
12910
|
contextWindow: 262144,
|
|
13130
|
-
maxTokens:
|
|
12911
|
+
maxTokens: 130000,
|
|
13131
12912
|
},
|
|
13132
|
-
"Qwen/Qwen3.5-
|
|
13133
|
-
id: "Qwen/Qwen3.5-
|
|
13134
|
-
name: "Qwen3.5
|
|
12913
|
+
"Qwen/Qwen3.5-9B": {
|
|
12914
|
+
id: "Qwen/Qwen3.5-9B",
|
|
12915
|
+
name: "Qwen3.5 9B",
|
|
13135
12916
|
api: "openai-completions",
|
|
13136
12917
|
provider: "together",
|
|
13137
12918
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -13140,13 +12921,13 @@ export const MODELS = {
|
|
|
13140
12921
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13141
12922
|
input: ["text", "image"],
|
|
13142
12923
|
cost: {
|
|
13143
|
-
input: 0.
|
|
13144
|
-
output:
|
|
12924
|
+
input: 0.17,
|
|
12925
|
+
output: 0.25,
|
|
13145
12926
|
cacheRead: 0,
|
|
13146
12927
|
cacheWrite: 0,
|
|
13147
12928
|
},
|
|
13148
12929
|
contextWindow: 262144,
|
|
13149
|
-
maxTokens:
|
|
12930
|
+
maxTokens: 65536,
|
|
13150
12931
|
},
|
|
13151
12932
|
"Qwen/Qwen3.6-Plus": {
|
|
13152
12933
|
id: "Qwen/Qwen3.6-Plus",
|
|
@@ -13173,9 +12954,8 @@ export const MODELS = {
|
|
|
13173
12954
|
api: "openai-completions",
|
|
13174
12955
|
provider: "together",
|
|
13175
12956
|
baseUrl: "https://api.together.ai/v1",
|
|
13176
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false
|
|
13177
|
-
reasoning:
|
|
13178
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
12957
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
12958
|
+
reasoning: false,
|
|
13179
12959
|
input: ["text"],
|
|
13180
12960
|
cost: {
|
|
13181
12961
|
input: 2.5,
|
|
@@ -13186,44 +12966,6 @@ export const MODELS = {
|
|
|
13186
12966
|
contextWindow: 1000000,
|
|
13187
12967
|
maxTokens: 500000,
|
|
13188
12968
|
},
|
|
13189
|
-
"deepseek-ai/DeepSeek-V3": {
|
|
13190
|
-
id: "deepseek-ai/DeepSeek-V3",
|
|
13191
|
-
name: "DeepSeek-V3",
|
|
13192
|
-
api: "openai-completions",
|
|
13193
|
-
provider: "together",
|
|
13194
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13195
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13196
|
-
reasoning: true,
|
|
13197
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13198
|
-
input: ["text"],
|
|
13199
|
-
cost: {
|
|
13200
|
-
input: 1.25,
|
|
13201
|
-
output: 1.25,
|
|
13202
|
-
cacheRead: 0,
|
|
13203
|
-
cacheWrite: 0,
|
|
13204
|
-
},
|
|
13205
|
-
contextWindow: 131072,
|
|
13206
|
-
maxTokens: 131072,
|
|
13207
|
-
},
|
|
13208
|
-
"deepseek-ai/DeepSeek-V3-1": {
|
|
13209
|
-
id: "deepseek-ai/DeepSeek-V3-1",
|
|
13210
|
-
name: "DeepSeek V3.1",
|
|
13211
|
-
api: "openai-completions",
|
|
13212
|
-
provider: "together",
|
|
13213
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13214
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13215
|
-
reasoning: true,
|
|
13216
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13217
|
-
input: ["text"],
|
|
13218
|
-
cost: {
|
|
13219
|
-
input: 0.6,
|
|
13220
|
-
output: 1.7,
|
|
13221
|
-
cacheRead: 0,
|
|
13222
|
-
cacheWrite: 0,
|
|
13223
|
-
},
|
|
13224
|
-
contextWindow: 131072,
|
|
13225
|
-
maxTokens: 131072,
|
|
13226
|
-
},
|
|
13227
12969
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
13228
12970
|
id: "deepseek-ai/DeepSeek-V4-Pro",
|
|
13229
12971
|
name: "DeepSeek V4 Pro",
|
|
@@ -13235,8 +12977,8 @@ export const MODELS = {
|
|
|
13235
12977
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null },
|
|
13236
12978
|
input: ["text"],
|
|
13237
12979
|
cost: {
|
|
13238
|
-
input:
|
|
13239
|
-
output:
|
|
12980
|
+
input: 1.74,
|
|
12981
|
+
output: 3.48,
|
|
13240
12982
|
cacheRead: 0.2,
|
|
13241
12983
|
cacheWrite: 0,
|
|
13242
12984
|
},
|
|
@@ -13272,8 +13014,8 @@ export const MODELS = {
|
|
|
13272
13014
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13273
13015
|
input: ["text", "image"],
|
|
13274
13016
|
cost: {
|
|
13275
|
-
input: 0.
|
|
13276
|
-
output: 0.
|
|
13017
|
+
input: 0.39,
|
|
13018
|
+
output: 0.97,
|
|
13277
13019
|
cacheRead: 0,
|
|
13278
13020
|
cacheWrite: 0,
|
|
13279
13021
|
},
|
|
@@ -13298,25 +13040,6 @@ export const MODELS = {
|
|
|
13298
13040
|
contextWindow: 131072,
|
|
13299
13041
|
maxTokens: 131072,
|
|
13300
13042
|
},
|
|
13301
|
-
"moonshotai/Kimi-K2.5": {
|
|
13302
|
-
id: "moonshotai/Kimi-K2.5",
|
|
13303
|
-
name: "Kimi K2.5",
|
|
13304
|
-
api: "openai-completions",
|
|
13305
|
-
provider: "together",
|
|
13306
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13307
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13308
|
-
reasoning: true,
|
|
13309
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13310
|
-
input: ["text", "image"],
|
|
13311
|
-
cost: {
|
|
13312
|
-
input: 0.5,
|
|
13313
|
-
output: 2.8,
|
|
13314
|
-
cacheRead: 0,
|
|
13315
|
-
cacheWrite: 0,
|
|
13316
|
-
},
|
|
13317
|
-
contextWindow: 262144,
|
|
13318
|
-
maxTokens: 262144,
|
|
13319
|
-
},
|
|
13320
13043
|
"moonshotai/Kimi-K2.6": {
|
|
13321
13044
|
id: "moonshotai/Kimi-K2.6",
|
|
13322
13045
|
name: "Kimi K2.6",
|
|
@@ -13374,6 +13097,44 @@ export const MODELS = {
|
|
|
13374
13097
|
contextWindow: 131072,
|
|
13375
13098
|
maxTokens: 131072,
|
|
13376
13099
|
},
|
|
13100
|
+
"openai/gpt-oss-20b": {
|
|
13101
|
+
id: "openai/gpt-oss-20b",
|
|
13102
|
+
name: "GPT OSS 20B",
|
|
13103
|
+
api: "openai-completions",
|
|
13104
|
+
provider: "together",
|
|
13105
|
+
baseUrl: "https://api.together.ai/v1",
|
|
13106
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": true, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "openai" },
|
|
13107
|
+
reasoning: true,
|
|
13108
|
+
thinkingLevelMap: { "off": null, "minimal": null },
|
|
13109
|
+
input: ["text"],
|
|
13110
|
+
cost: {
|
|
13111
|
+
input: 0.05,
|
|
13112
|
+
output: 0.2,
|
|
13113
|
+
cacheRead: 0,
|
|
13114
|
+
cacheWrite: 0,
|
|
13115
|
+
},
|
|
13116
|
+
contextWindow: 131072,
|
|
13117
|
+
maxTokens: 131072,
|
|
13118
|
+
},
|
|
13119
|
+
"zai-org/GLM-5": {
|
|
13120
|
+
id: "zai-org/GLM-5",
|
|
13121
|
+
name: "GLM-5",
|
|
13122
|
+
api: "openai-completions",
|
|
13123
|
+
provider: "together",
|
|
13124
|
+
baseUrl: "https://api.together.ai/v1",
|
|
13125
|
+
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13126
|
+
reasoning: true,
|
|
13127
|
+
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13128
|
+
input: ["text"],
|
|
13129
|
+
cost: {
|
|
13130
|
+
input: 1,
|
|
13131
|
+
output: 3.2,
|
|
13132
|
+
cacheRead: 0,
|
|
13133
|
+
cacheWrite: 0,
|
|
13134
|
+
},
|
|
13135
|
+
contextWindow: 202752,
|
|
13136
|
+
maxTokens: 131072,
|
|
13137
|
+
},
|
|
13377
13138
|
"zai-org/GLM-5.1": {
|
|
13378
13139
|
id: "zai-org/GLM-5.1",
|
|
13379
13140
|
name: "GLM-5.1",
|
|
@@ -14951,40 +14712,6 @@ export const MODELS = {
|
|
|
14951
14712
|
contextWindow: 262114,
|
|
14952
14713
|
maxTokens: 262114,
|
|
14953
14714
|
},
|
|
14954
|
-
"moonshotai/kimi-k2-thinking-turbo": {
|
|
14955
|
-
id: "moonshotai/kimi-k2-thinking-turbo",
|
|
14956
|
-
name: "Kimi K2 Thinking Turbo",
|
|
14957
|
-
api: "anthropic-messages",
|
|
14958
|
-
provider: "vercel-ai-gateway",
|
|
14959
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14960
|
-
reasoning: true,
|
|
14961
|
-
input: ["text"],
|
|
14962
|
-
cost: {
|
|
14963
|
-
input: 1.15,
|
|
14964
|
-
output: 8,
|
|
14965
|
-
cacheRead: 0.15,
|
|
14966
|
-
cacheWrite: 0,
|
|
14967
|
-
},
|
|
14968
|
-
contextWindow: 262114,
|
|
14969
|
-
maxTokens: 262114,
|
|
14970
|
-
},
|
|
14971
|
-
"moonshotai/kimi-k2-turbo": {
|
|
14972
|
-
id: "moonshotai/kimi-k2-turbo",
|
|
14973
|
-
name: "Kimi K2 Turbo",
|
|
14974
|
-
api: "anthropic-messages",
|
|
14975
|
-
provider: "vercel-ai-gateway",
|
|
14976
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14977
|
-
reasoning: false,
|
|
14978
|
-
input: ["text"],
|
|
14979
|
-
cost: {
|
|
14980
|
-
input: 1.15,
|
|
14981
|
-
output: 8,
|
|
14982
|
-
cacheRead: 0.15,
|
|
14983
|
-
cacheWrite: 0,
|
|
14984
|
-
},
|
|
14985
|
-
contextWindow: 256000,
|
|
14986
|
-
maxTokens: 16384,
|
|
14987
|
-
},
|
|
14988
14715
|
"moonshotai/kimi-k2.5": {
|
|
14989
14716
|
id: "moonshotai/kimi-k2.5",
|
|
14990
14717
|
name: "Kimi K2.5",
|