@ax-llm/ax 14.0.43 → 14.0.44
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/index.cjs +45 -45
- package/index.cjs.map +1 -1
- package/index.d.cts +11 -6
- package/index.d.ts +11 -6
- package/index.global.js +50 -50
- package/index.global.js.map +1 -1
- package/index.js +49 -49
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.cts
CHANGED
|
@@ -2511,12 +2511,17 @@ declare enum AxAIAnthropicModel {
|
|
|
2511
2511
|
ClaudeInstant12 = "claude-instant-1.2"
|
|
2512
2512
|
}
|
|
2513
2513
|
declare enum AxAIAnthropicVertexModel {
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2514
|
+
Claude41Opus = "claude-opus-4-1@20250805",
|
|
2515
|
+
Claude4Opus = "claude-opus-4@20250514",
|
|
2516
|
+
Claude45Sonnet = "claude-sonnet-4-5@20250929",
|
|
2517
|
+
Claude4Sonnet = "claude-sonnet-4@20250514",
|
|
2518
|
+
Claude37Sonnet = "claude-3-7-sonnet@20250219",
|
|
2519
|
+
Claude35SonnetV2 = "claude-3-5-sonnet-v2@20241022",
|
|
2520
|
+
Claude45Haiku = "claude-haiku-4.5@20251001",
|
|
2521
|
+
Claude35Haiku = "claude-3-5-haiku@20241022",
|
|
2522
|
+
Claude35Sonnet = "claude-3-5-sonnet@20240620",
|
|
2523
|
+
Claude3Opus = "claude-3-opus@20240229",
|
|
2524
|
+
Claude3Haiku = "claude-3-haiku@20240307"
|
|
2520
2525
|
}
|
|
2521
2526
|
type AxAIAnthropicThinkingConfig = {
|
|
2522
2527
|
type: 'enabled';
|
package/index.d.ts
CHANGED
|
@@ -2511,12 +2511,17 @@ declare enum AxAIAnthropicModel {
|
|
|
2511
2511
|
ClaudeInstant12 = "claude-instant-1.2"
|
|
2512
2512
|
}
|
|
2513
2513
|
declare enum AxAIAnthropicVertexModel {
|
|
2514
|
-
|
|
2515
|
-
|
|
2516
|
-
|
|
2517
|
-
|
|
2518
|
-
|
|
2519
|
-
|
|
2514
|
+
Claude41Opus = "claude-opus-4-1@20250805",
|
|
2515
|
+
Claude4Opus = "claude-opus-4@20250514",
|
|
2516
|
+
Claude45Sonnet = "claude-sonnet-4-5@20250929",
|
|
2517
|
+
Claude4Sonnet = "claude-sonnet-4@20250514",
|
|
2518
|
+
Claude37Sonnet = "claude-3-7-sonnet@20250219",
|
|
2519
|
+
Claude35SonnetV2 = "claude-3-5-sonnet-v2@20241022",
|
|
2520
|
+
Claude45Haiku = "claude-haiku-4.5@20251001",
|
|
2521
|
+
Claude35Haiku = "claude-3-5-haiku@20241022",
|
|
2522
|
+
Claude35Sonnet = "claude-3-5-sonnet@20240620",
|
|
2523
|
+
Claude3Opus = "claude-3-opus@20240229",
|
|
2524
|
+
Claude3Haiku = "claude-3-haiku@20240307"
|
|
2520
2525
|
}
|
|
2521
2526
|
type AxAIAnthropicThinkingConfig = {
|
|
2522
2527
|
type: 'enabled';
|