mirror of
https://github.com/getcompanion-ai/co-mono.git
synced 2026-04-21 04:00:10 +00:00
fix(ai): set opus 4.6 context window to 200k
This commit is contained in:
parent
712d0c6ada
commit
c07277b9ac
2 changed files with 7 additions and 5 deletions
|
|
@ -1534,7 +1534,7 @@ export const MODELS = {
|
|||
cacheRead: 0.5,
|
||||
cacheWrite: 6.25,
|
||||
},
|
||||
contextWindow: 1000000,
|
||||
contextWindow: 200000,
|
||||
maxTokens: 128000,
|
||||
} satisfies Model<"anthropic-messages">,
|
||||
"claude-sonnet-4-0": {
|
||||
|
|
@ -5214,7 +5214,7 @@ export const MODELS = {
|
|||
cacheRead: 0.5,
|
||||
cacheWrite: 6.25,
|
||||
},
|
||||
contextWindow: 1000000,
|
||||
contextWindow: 200000,
|
||||
maxTokens: 128000,
|
||||
} satisfies Model<"anthropic-messages">,
|
||||
"claude-sonnet-4": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue