Update work ai models

This commit is contained in:
Martin Pander
2026-07-29 13:41:23 +02:00
parent de71ebc2bf
commit b9899ef8ea
6 changed files with 18 additions and 27 deletions

View File

@@ -18,18 +18,8 @@ export default function (pi: ExtensionAPI) {
compat: { forceAdaptiveThinking: true },
},
{
id: "claude-sonnet-5-default",
name: "Sonnet 5",
reasoning: true,
input: ["text", "image"],
contextWindow: 200000,
maxTokens: 16384,
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
compat: { forceAdaptiveThinking: true },
},
{
id: "claude-opus-4-6-default",
name: "Opus 4.6",
id: "claude-opus-5-default",
name: "Opus 5",
reasoning: true,
input: ["text", "image"],
contextWindow: 200000,
@@ -38,13 +28,14 @@ export default function (pi: ExtensionAPI) {
compat: { forceAdaptiveThinking: true },
},
{
id: "claude-haiku-4-5-20251001",
name: "Haiku 4.5",
id: "claude-sonnet-5-default",
name: "Sonnet 5",
reasoning: true,
input: ["text", "image"],
contextWindow: 200000,
maxTokens: 16384,
cost: { input: 0, output: 0, cacheRead: 0, cacheWrite: 0 },
compat: { forceAdaptiveThinking: true },
},
],
});