@opengsd/gsd-pi 1.2.0-dev.5457a158 → 1.2.0-dev.84c56d87
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/resources/.managed-resources-content-hash +1 -1
- 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 +3 -2
- package/dist/resources/extensions/gsd/bootstrap/register-extension.js +19 -0
- package/dist/resources/extensions/gsd/bootstrap/register-hooks.js +27 -9
- package/dist/resources/extensions/gsd/browser-evidence.js +8 -2
- package/dist/resources/extensions/gsd/mcp-filter.js +2 -19
- package/dist/resources/extensions/gsd/uat-policy.js +2 -1
- package/dist/resources/extensions/gsd/unit-registry.js +7 -20
- package/dist/resources/extensions/gsd/web-app-uat.js +45 -8
- 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 +72 -4
- 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 +9 -9
- package/dist/web/standalone/.next/build-manifest.json +2 -2
- package/dist/web/standalone/.next/prerender-manifest.json +3 -3
- 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/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 +9 -9
- 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/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/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/package.json +1 -1
- package/packages/cloud-mcp-gateway/package.json +2 -2
- 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/package.json +7 -7
- package/packages/mcp-server/package.json +3 -3
- package/packages/native/package.json +1 -1
- package/packages/pi-agent-core/package.json +1 -1
- package/packages/pi-ai/dist/models.generated.d.ts +66 -178
- package/packages/pi-ai/dist/models.generated.d.ts.map +1 -1
- package/packages/pi-ai/dist/models.generated.js +116 -204
- package/packages/pi-ai/dist/models.generated.js.map +1 -1
- package/packages/pi-ai/package.json +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/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/managed-gsd-browser-tools.test.mjs +136 -0
- package/src/resources/extensions/claude-code-cli/stream-adapter.ts +3 -2
- package/src/resources/extensions/gsd/bootstrap/register-extension.ts +24 -0
- package/src/resources/extensions/gsd/bootstrap/register-hooks.ts +48 -4
- package/src/resources/extensions/gsd/browser-evidence.ts +18 -2
- package/src/resources/extensions/gsd/mcp-filter.ts +2 -23
- 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/dispatch-run-uat-browser-tools.test.ts +2 -1
- package/src/resources/extensions/gsd/tests/extension-bootstrap-isolation.test.ts +35 -1
- package/src/resources/extensions/gsd/tests/integration/auto-worktree-milestone-merge.test.ts +7 -11
- package/src/resources/extensions/gsd/tests/integration/auto-worktree.test.ts +20 -58
- package/src/resources/extensions/gsd/tests/integration/gsd-integration-fixture.ts +80 -0
- package/src/resources/extensions/gsd/tests/token-tool-gating.test.ts +35 -0
- package/src/resources/extensions/gsd/tests/uat-policy.test.ts +24 -29
- package/src/resources/extensions/gsd/tests/web-app-uat.test.ts +44 -1
- package/src/resources/extensions/gsd/uat-policy.ts +2 -1
- package/src/resources/extensions/gsd/unit-registry.ts +7 -20
- package/src/resources/extensions/gsd/web-app-uat.ts +51 -8
- 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 +88 -4
- 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/{2p9Rv9pQflAxCBbGVI2vb → AOpDeK_gJHU8OZjRo31gQ}/_buildManifest.js +0 -0
- /package/dist/web/standalone/.next/static/{2p9Rv9pQflAxCBbGVI2vb → AOpDeK_gJHU8OZjRo31gQ}/_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)",
|
|
@@ -9547,12 +9550,12 @@ export const MODELS = {
|
|
|
9547
9550
|
input: ["text", "image"],
|
|
9548
9551
|
cost: {
|
|
9549
9552
|
input: 0.12,
|
|
9550
|
-
output: 0.
|
|
9553
|
+
output: 0.35,
|
|
9551
9554
|
cacheRead: 0.09,
|
|
9552
9555
|
cacheWrite: 0,
|
|
9553
9556
|
},
|
|
9554
9557
|
contextWindow: 262144,
|
|
9555
|
-
maxTokens:
|
|
9558
|
+
maxTokens: 262144,
|
|
9556
9559
|
},
|
|
9557
9560
|
"google/gemma-4-31b-it:free": {
|
|
9558
9561
|
id: "google/gemma-4-31b-it:free",
|
|
@@ -9853,9 +9856,9 @@ export const MODELS = {
|
|
|
9853
9856
|
reasoning: true,
|
|
9854
9857
|
input: ["text"],
|
|
9855
9858
|
cost: {
|
|
9856
|
-
input: 0.
|
|
9857
|
-
output: 1
|
|
9858
|
-
cacheRead: 0.
|
|
9859
|
+
input: 0.25,
|
|
9860
|
+
output: 1,
|
|
9861
|
+
cacheRead: 0.05,
|
|
9859
9862
|
cacheWrite: 0,
|
|
9860
9863
|
},
|
|
9861
9864
|
contextWindow: 204800,
|
|
@@ -10244,13 +10247,13 @@ export const MODELS = {
|
|
|
10244
10247
|
reasoning: true,
|
|
10245
10248
|
input: ["text", "image"],
|
|
10246
10249
|
cost: {
|
|
10247
|
-
input: 0.
|
|
10248
|
-
output: 3.
|
|
10249
|
-
cacheRead: 0.
|
|
10250
|
+
input: 0.67,
|
|
10251
|
+
output: 3.39,
|
|
10252
|
+
cacheRead: 0.14,
|
|
10250
10253
|
cacheWrite: 0,
|
|
10251
10254
|
},
|
|
10252
10255
|
contextWindow: 262144,
|
|
10253
|
-
maxTokens:
|
|
10256
|
+
maxTokens: 262144,
|
|
10254
10257
|
},
|
|
10255
10258
|
"nex-agi/nex-n2-pro:free": {
|
|
10256
10259
|
id: "nex-agi/nex-n2-pro:free",
|
|
@@ -10422,23 +10425,6 @@ export const MODELS = {
|
|
|
10422
10425
|
contextWindow: 128000,
|
|
10423
10426
|
maxTokens: 128000,
|
|
10424
10427
|
},
|
|
10425
|
-
"nvidia/nemotron-nano-9b-v2": {
|
|
10426
|
-
id: "nvidia/nemotron-nano-9b-v2",
|
|
10427
|
-
name: "NVIDIA: Nemotron Nano 9B V2",
|
|
10428
|
-
api: "openai-completions",
|
|
10429
|
-
provider: "openrouter",
|
|
10430
|
-
baseUrl: "https://openrouter.ai/api/v1",
|
|
10431
|
-
reasoning: true,
|
|
10432
|
-
input: ["text"],
|
|
10433
|
-
cost: {
|
|
10434
|
-
input: 0.04,
|
|
10435
|
-
output: 0.16,
|
|
10436
|
-
cacheRead: 0,
|
|
10437
|
-
cacheWrite: 0,
|
|
10438
|
-
},
|
|
10439
|
-
contextWindow: 131072,
|
|
10440
|
-
maxTokens: 16384,
|
|
10441
|
-
},
|
|
10442
10428
|
"nvidia/nemotron-nano-9b-v2:free": {
|
|
10443
10429
|
id: "nvidia/nemotron-nano-9b-v2:free",
|
|
10444
10430
|
name: "NVIDIA: Nemotron Nano 9B V2 (free)",
|
|
@@ -12177,13 +12163,13 @@ export const MODELS = {
|
|
|
12177
12163
|
reasoning: true,
|
|
12178
12164
|
input: ["text", "image"],
|
|
12179
12165
|
cost: {
|
|
12180
|
-
input: 0.
|
|
12166
|
+
input: 0.15,
|
|
12181
12167
|
output: 1,
|
|
12182
|
-
cacheRead: 0,
|
|
12168
|
+
cacheRead: 0.05,
|
|
12183
12169
|
cacheWrite: 0,
|
|
12184
12170
|
},
|
|
12185
12171
|
contextWindow: 262144,
|
|
12186
|
-
maxTokens:
|
|
12172
|
+
maxTokens: 262144,
|
|
12187
12173
|
},
|
|
12188
12174
|
"qwen/qwen3.6-flash": {
|
|
12189
12175
|
id: "qwen/qwen3.6-flash",
|
|
@@ -12262,10 +12248,10 @@ export const MODELS = {
|
|
|
12262
12248
|
reasoning: true,
|
|
12263
12249
|
input: ["text", "image"],
|
|
12264
12250
|
cost: {
|
|
12265
|
-
input: 0.
|
|
12266
|
-
output: 1.
|
|
12267
|
-
cacheRead: 0.
|
|
12268
|
-
cacheWrite: 0.
|
|
12251
|
+
input: 0.32,
|
|
12252
|
+
output: 1.28,
|
|
12253
|
+
cacheRead: 0.064,
|
|
12254
|
+
cacheWrite: 0.4,
|
|
12269
12255
|
},
|
|
12270
12256
|
contextWindow: 1000000,
|
|
12271
12257
|
maxTokens: 65536,
|
|
@@ -12806,13 +12792,13 @@ export const MODELS = {
|
|
|
12806
12792
|
reasoning: true,
|
|
12807
12793
|
input: ["text", "image"],
|
|
12808
12794
|
cost: {
|
|
12809
|
-
input: 0.
|
|
12810
|
-
output: 3.
|
|
12811
|
-
cacheRead: 0.
|
|
12795
|
+
input: 0.67,
|
|
12796
|
+
output: 3.39,
|
|
12797
|
+
cacheRead: 0.14,
|
|
12812
12798
|
cacheWrite: 0,
|
|
12813
12799
|
},
|
|
12814
12800
|
contextWindow: 262144,
|
|
12815
|
-
maxTokens:
|
|
12801
|
+
maxTokens: 262144,
|
|
12816
12802
|
},
|
|
12817
12803
|
"~openai/gpt-latest": {
|
|
12818
12804
|
id: "~openai/gpt-latest",
|
|
@@ -12850,25 +12836,6 @@ export const MODELS = {
|
|
|
12850
12836
|
},
|
|
12851
12837
|
},
|
|
12852
12838
|
"together": {
|
|
12853
|
-
"MiniMaxAI/MiniMax-M2.5": {
|
|
12854
|
-
id: "MiniMaxAI/MiniMax-M2.5",
|
|
12855
|
-
name: "MiniMax-M2.5",
|
|
12856
|
-
api: "openai-completions",
|
|
12857
|
-
provider: "together",
|
|
12858
|
-
baseUrl: "https://api.together.ai/v1",
|
|
12859
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false },
|
|
12860
|
-
reasoning: true,
|
|
12861
|
-
thinkingLevelMap: { "off": null, "minimal": null, "low": null, "medium": null },
|
|
12862
|
-
input: ["text"],
|
|
12863
|
-
cost: {
|
|
12864
|
-
input: 0.3,
|
|
12865
|
-
output: 1.2,
|
|
12866
|
-
cacheRead: 0.06,
|
|
12867
|
-
cacheWrite: 0,
|
|
12868
|
-
},
|
|
12869
|
-
contextWindow: 204800,
|
|
12870
|
-
maxTokens: 131072,
|
|
12871
|
-
},
|
|
12872
12839
|
"MiniMaxAI/MiniMax-M2.7": {
|
|
12873
12840
|
id: "MiniMaxAI/MiniMax-M2.7",
|
|
12874
12841
|
name: "MiniMax-M2.7",
|
|
@@ -12888,28 +12855,27 @@ export const MODELS = {
|
|
|
12888
12855
|
contextWindow: 202752,
|
|
12889
12856
|
maxTokens: 131072,
|
|
12890
12857
|
},
|
|
12891
|
-
"Qwen/
|
|
12892
|
-
id: "Qwen/
|
|
12893
|
-
name: "
|
|
12858
|
+
"Qwen/Qwen2.5-7B-Instruct-Turbo": {
|
|
12859
|
+
id: "Qwen/Qwen2.5-7B-Instruct-Turbo",
|
|
12860
|
+
name: "Qwen 2.5 7B Instruct Turbo",
|
|
12894
12861
|
api: "openai-completions",
|
|
12895
12862
|
provider: "together",
|
|
12896
12863
|
baseUrl: "https://api.together.ai/v1",
|
|
12897
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false
|
|
12898
|
-
reasoning:
|
|
12899
|
-
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,
|
|
12900
12866
|
input: ["text"],
|
|
12901
12867
|
cost: {
|
|
12902
|
-
input: 0.
|
|
12903
|
-
output: 0.
|
|
12868
|
+
input: 0.3,
|
|
12869
|
+
output: 0.3,
|
|
12904
12870
|
cacheRead: 0,
|
|
12905
12871
|
cacheWrite: 0,
|
|
12906
12872
|
},
|
|
12907
|
-
contextWindow:
|
|
12908
|
-
maxTokens:
|
|
12873
|
+
contextWindow: 32768,
|
|
12874
|
+
maxTokens: 32768,
|
|
12909
12875
|
},
|
|
12910
|
-
"Qwen/Qwen3-
|
|
12911
|
-
id: "Qwen/Qwen3-
|
|
12912
|
-
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",
|
|
12913
12879
|
api: "openai-completions",
|
|
12914
12880
|
provider: "together",
|
|
12915
12881
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -12917,36 +12883,36 @@ export const MODELS = {
|
|
|
12917
12883
|
reasoning: false,
|
|
12918
12884
|
input: ["text"],
|
|
12919
12885
|
cost: {
|
|
12920
|
-
input: 2,
|
|
12921
|
-
output:
|
|
12886
|
+
input: 0.2,
|
|
12887
|
+
output: 0.6,
|
|
12922
12888
|
cacheRead: 0,
|
|
12923
12889
|
cacheWrite: 0,
|
|
12924
12890
|
},
|
|
12925
12891
|
contextWindow: 262144,
|
|
12926
12892
|
maxTokens: 262144,
|
|
12927
12893
|
},
|
|
12928
|
-
"Qwen/Qwen3-
|
|
12929
|
-
id: "Qwen/Qwen3-
|
|
12930
|
-
name: "Qwen3
|
|
12894
|
+
"Qwen/Qwen3.5-397B-A17B": {
|
|
12895
|
+
id: "Qwen/Qwen3.5-397B-A17B",
|
|
12896
|
+
name: "Qwen3.5 397B A17B",
|
|
12931
12897
|
api: "openai-completions",
|
|
12932
12898
|
provider: "together",
|
|
12933
12899
|
baseUrl: "https://api.together.ai/v1",
|
|
12934
12900
|
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
12935
12901
|
reasoning: true,
|
|
12936
12902
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
12937
|
-
input: ["text"],
|
|
12903
|
+
input: ["text", "image"],
|
|
12938
12904
|
cost: {
|
|
12939
|
-
input: 0.
|
|
12940
|
-
output:
|
|
12905
|
+
input: 0.6,
|
|
12906
|
+
output: 3.6,
|
|
12941
12907
|
cacheRead: 0,
|
|
12942
12908
|
cacheWrite: 0,
|
|
12943
12909
|
},
|
|
12944
12910
|
contextWindow: 262144,
|
|
12945
|
-
maxTokens:
|
|
12911
|
+
maxTokens: 130000,
|
|
12946
12912
|
},
|
|
12947
|
-
"Qwen/Qwen3.5-
|
|
12948
|
-
id: "Qwen/Qwen3.5-
|
|
12949
|
-
name: "Qwen3.5
|
|
12913
|
+
"Qwen/Qwen3.5-9B": {
|
|
12914
|
+
id: "Qwen/Qwen3.5-9B",
|
|
12915
|
+
name: "Qwen3.5 9B",
|
|
12950
12916
|
api: "openai-completions",
|
|
12951
12917
|
provider: "together",
|
|
12952
12918
|
baseUrl: "https://api.together.ai/v1",
|
|
@@ -12955,13 +12921,13 @@ export const MODELS = {
|
|
|
12955
12921
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
12956
12922
|
input: ["text", "image"],
|
|
12957
12923
|
cost: {
|
|
12958
|
-
input: 0.
|
|
12959
|
-
output:
|
|
12924
|
+
input: 0.17,
|
|
12925
|
+
output: 0.25,
|
|
12960
12926
|
cacheRead: 0,
|
|
12961
12927
|
cacheWrite: 0,
|
|
12962
12928
|
},
|
|
12963
12929
|
contextWindow: 262144,
|
|
12964
|
-
maxTokens:
|
|
12930
|
+
maxTokens: 65536,
|
|
12965
12931
|
},
|
|
12966
12932
|
"Qwen/Qwen3.6-Plus": {
|
|
12967
12933
|
id: "Qwen/Qwen3.6-Plus",
|
|
@@ -12988,9 +12954,8 @@ export const MODELS = {
|
|
|
12988
12954
|
api: "openai-completions",
|
|
12989
12955
|
provider: "together",
|
|
12990
12956
|
baseUrl: "https://api.together.ai/v1",
|
|
12991
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false
|
|
12992
|
-
reasoning:
|
|
12993
|
-
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,
|
|
12994
12959
|
input: ["text"],
|
|
12995
12960
|
cost: {
|
|
12996
12961
|
input: 2.5,
|
|
@@ -13001,44 +12966,6 @@ export const MODELS = {
|
|
|
13001
12966
|
contextWindow: 1000000,
|
|
13002
12967
|
maxTokens: 500000,
|
|
13003
12968
|
},
|
|
13004
|
-
"deepseek-ai/DeepSeek-V3": {
|
|
13005
|
-
id: "deepseek-ai/DeepSeek-V3",
|
|
13006
|
-
name: "DeepSeek-V3",
|
|
13007
|
-
api: "openai-completions",
|
|
13008
|
-
provider: "together",
|
|
13009
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13010
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13011
|
-
reasoning: true,
|
|
13012
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13013
|
-
input: ["text"],
|
|
13014
|
-
cost: {
|
|
13015
|
-
input: 1.25,
|
|
13016
|
-
output: 1.25,
|
|
13017
|
-
cacheRead: 0,
|
|
13018
|
-
cacheWrite: 0,
|
|
13019
|
-
},
|
|
13020
|
-
contextWindow: 131072,
|
|
13021
|
-
maxTokens: 131072,
|
|
13022
|
-
},
|
|
13023
|
-
"deepseek-ai/DeepSeek-V3-1": {
|
|
13024
|
-
id: "deepseek-ai/DeepSeek-V3-1",
|
|
13025
|
-
name: "DeepSeek V3.1",
|
|
13026
|
-
api: "openai-completions",
|
|
13027
|
-
provider: "together",
|
|
13028
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13029
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13030
|
-
reasoning: true,
|
|
13031
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13032
|
-
input: ["text"],
|
|
13033
|
-
cost: {
|
|
13034
|
-
input: 0.6,
|
|
13035
|
-
output: 1.7,
|
|
13036
|
-
cacheRead: 0,
|
|
13037
|
-
cacheWrite: 0,
|
|
13038
|
-
},
|
|
13039
|
-
contextWindow: 131072,
|
|
13040
|
-
maxTokens: 131072,
|
|
13041
|
-
},
|
|
13042
12969
|
"deepseek-ai/DeepSeek-V4-Pro": {
|
|
13043
12970
|
id: "deepseek-ai/DeepSeek-V4-Pro",
|
|
13044
12971
|
name: "DeepSeek V4 Pro",
|
|
@@ -13050,8 +12977,8 @@ export const MODELS = {
|
|
|
13050
12977
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null, "high": "high", "xhigh": null },
|
|
13051
12978
|
input: ["text"],
|
|
13052
12979
|
cost: {
|
|
13053
|
-
input:
|
|
13054
|
-
output:
|
|
12980
|
+
input: 1.74,
|
|
12981
|
+
output: 3.48,
|
|
13055
12982
|
cacheRead: 0.2,
|
|
13056
12983
|
cacheWrite: 0,
|
|
13057
12984
|
},
|
|
@@ -13087,8 +13014,8 @@ export const MODELS = {
|
|
|
13087
13014
|
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13088
13015
|
input: ["text", "image"],
|
|
13089
13016
|
cost: {
|
|
13090
|
-
input: 0.
|
|
13091
|
-
output: 0.
|
|
13017
|
+
input: 0.39,
|
|
13018
|
+
output: 0.97,
|
|
13092
13019
|
cacheRead: 0,
|
|
13093
13020
|
cacheWrite: 0,
|
|
13094
13021
|
},
|
|
@@ -13113,25 +13040,6 @@ export const MODELS = {
|
|
|
13113
13040
|
contextWindow: 131072,
|
|
13114
13041
|
maxTokens: 131072,
|
|
13115
13042
|
},
|
|
13116
|
-
"moonshotai/Kimi-K2.5": {
|
|
13117
|
-
id: "moonshotai/Kimi-K2.5",
|
|
13118
|
-
name: "Kimi K2.5",
|
|
13119
|
-
api: "openai-completions",
|
|
13120
|
-
provider: "together",
|
|
13121
|
-
baseUrl: "https://api.together.ai/v1",
|
|
13122
|
-
compat: { "supportsStore": false, "supportsDeveloperRole": false, "supportsReasoningEffort": false, "maxTokensField": "max_tokens", "supportsStrictMode": false, "supportsLongCacheRetention": false, "thinkingFormat": "together" },
|
|
13123
|
-
reasoning: true,
|
|
13124
|
-
thinkingLevelMap: { "minimal": null, "low": null, "medium": null },
|
|
13125
|
-
input: ["text", "image"],
|
|
13126
|
-
cost: {
|
|
13127
|
-
input: 0.5,
|
|
13128
|
-
output: 2.8,
|
|
13129
|
-
cacheRead: 0,
|
|
13130
|
-
cacheWrite: 0,
|
|
13131
|
-
},
|
|
13132
|
-
contextWindow: 262144,
|
|
13133
|
-
maxTokens: 262144,
|
|
13134
|
-
},
|
|
13135
13043
|
"moonshotai/Kimi-K2.6": {
|
|
13136
13044
|
id: "moonshotai/Kimi-K2.6",
|
|
13137
13045
|
name: "Kimi K2.6",
|
|
@@ -13189,6 +13097,44 @@ export const MODELS = {
|
|
|
13189
13097
|
contextWindow: 131072,
|
|
13190
13098
|
maxTokens: 131072,
|
|
13191
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
|
+
},
|
|
13192
13138
|
"zai-org/GLM-5.1": {
|
|
13193
13139
|
id: "zai-org/GLM-5.1",
|
|
13194
13140
|
name: "GLM-5.1",
|
|
@@ -14766,40 +14712,6 @@ export const MODELS = {
|
|
|
14766
14712
|
contextWindow: 262114,
|
|
14767
14713
|
maxTokens: 262114,
|
|
14768
14714
|
},
|
|
14769
|
-
"moonshotai/kimi-k2-thinking-turbo": {
|
|
14770
|
-
id: "moonshotai/kimi-k2-thinking-turbo",
|
|
14771
|
-
name: "Kimi K2 Thinking Turbo",
|
|
14772
|
-
api: "anthropic-messages",
|
|
14773
|
-
provider: "vercel-ai-gateway",
|
|
14774
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14775
|
-
reasoning: true,
|
|
14776
|
-
input: ["text"],
|
|
14777
|
-
cost: {
|
|
14778
|
-
input: 1.15,
|
|
14779
|
-
output: 8,
|
|
14780
|
-
cacheRead: 0.15,
|
|
14781
|
-
cacheWrite: 0,
|
|
14782
|
-
},
|
|
14783
|
-
contextWindow: 262114,
|
|
14784
|
-
maxTokens: 262114,
|
|
14785
|
-
},
|
|
14786
|
-
"moonshotai/kimi-k2-turbo": {
|
|
14787
|
-
id: "moonshotai/kimi-k2-turbo",
|
|
14788
|
-
name: "Kimi K2 Turbo",
|
|
14789
|
-
api: "anthropic-messages",
|
|
14790
|
-
provider: "vercel-ai-gateway",
|
|
14791
|
-
baseUrl: "https://ai-gateway.vercel.sh",
|
|
14792
|
-
reasoning: false,
|
|
14793
|
-
input: ["text"],
|
|
14794
|
-
cost: {
|
|
14795
|
-
input: 1.15,
|
|
14796
|
-
output: 8,
|
|
14797
|
-
cacheRead: 0.15,
|
|
14798
|
-
cacheWrite: 0,
|
|
14799
|
-
},
|
|
14800
|
-
contextWindow: 256000,
|
|
14801
|
-
maxTokens: 16384,
|
|
14802
|
-
},
|
|
14803
14715
|
"moonshotai/kimi-k2.5": {
|
|
14804
14716
|
id: "moonshotai/kimi-k2.5",
|
|
14805
14717
|
name: "Kimi K2.5",
|