Update work ai models
This commit is contained in:
@@ -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 },
|
||||
},
|
||||
],
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user