hedgequantx 2.5.20 → 2.5.21
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -43,8 +43,16 @@ const PROVIDERS = {
|
|
|
43
43
|
name: 'CLAUDE (ANTHROPIC)',
|
|
44
44
|
description: 'Direct connection to Claude',
|
|
45
45
|
category: 'direct',
|
|
46
|
-
models: [
|
|
47
|
-
|
|
46
|
+
models: [
|
|
47
|
+
'claude-opus-4-20250514', // Claude Opus 4 (latest flagship)
|
|
48
|
+
'claude-sonnet-4-20250514', // Claude Sonnet 4
|
|
49
|
+
'claude-sonnet-4-5-20250929', // Claude Sonnet 4.5 (extended thinking)
|
|
50
|
+
'claude-3-5-sonnet-20241022', // Claude 3.5 Sonnet v2
|
|
51
|
+
'claude-3-5-haiku-20241022', // Claude 3.5 Haiku
|
|
52
|
+
'claude-3-opus-20240229', // Claude 3 Opus
|
|
53
|
+
'claude-3-haiku-20240307' // Claude 3 Haiku
|
|
54
|
+
],
|
|
55
|
+
defaultModel: 'claude-sonnet-4-20250514',
|
|
48
56
|
options: [
|
|
49
57
|
{
|
|
50
58
|
id: 'api_key',
|