|
|
@@ -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,
|
|
|
},
|
|
|
],
|