mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
feat: opus 4
This commit is contained in:
parent
8dfdd3927e
commit
bbfa72552a
1 changed files with 15 additions and 0 deletions
|
|
@ -16,6 +16,21 @@ export const PROVIDER_DATABASE: Provider.Info[] = [
|
|||
},
|
||||
contextWindow: 200_000,
|
||||
maxOutputTokens: 50_000,
|
||||
reasoning: true,
|
||||
attachment: true,
|
||||
},
|
||||
{
|
||||
id: "claude-opus-4-20250514",
|
||||
name: "Claude Opus 4",
|
||||
cost: {
|
||||
input: 15.0 / 1_000_000,
|
||||
output: 75.0 / 1_000_000,
|
||||
inputCached: 18.75 / 1_000_000,
|
||||
outputCached: 1.5 / 1_000_000,
|
||||
},
|
||||
contextWindow: 200_000,
|
||||
maxOutputTokens: 32_000,
|
||||
reasoning: true,
|
||||
attachment: true,
|
||||
},
|
||||
],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue