@ax-llm/ax 14.0.12 → 14.0.14
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 +33 -33
- package/index.cjs.map +1 -1
- package/index.d.cts +1 -0
- package/index.d.ts +1 -0
- package/index.global.js +30 -30
- package/index.global.js.map +1 -1
- package/index.js +31 -31
- package/index.js.map +1 -1
- package/package.json +1 -1
package/index.d.cts
CHANGED
|
@@ -2304,6 +2304,7 @@ declare class AxBaseAI<TModel, TEmbedModel, TChatRequest, TEmbedRequest, TChatRe
|
|
|
2304
2304
|
}
|
|
2305
2305
|
|
|
2306
2306
|
declare enum AxAIAnthropicModel {
|
|
2307
|
+
Claude41Opus = "claude-opus-4-1-20250805",
|
|
2307
2308
|
Claude4Opus = "claude-opus-4-20250514",
|
|
2308
2309
|
Claude4Sonnet = "claude-sonnet-4-20250514",
|
|
2309
2310
|
Claude37Sonnet = "claude-3-7-sonnet-latest",
|
package/index.d.ts
CHANGED
|
@@ -2304,6 +2304,7 @@ declare class AxBaseAI<TModel, TEmbedModel, TChatRequest, TEmbedRequest, TChatRe
|
|
|
2304
2304
|
}
|
|
2305
2305
|
|
|
2306
2306
|
declare enum AxAIAnthropicModel {
|
|
2307
|
+
Claude41Opus = "claude-opus-4-1-20250805",
|
|
2307
2308
|
Claude4Opus = "claude-opus-4-20250514",
|
|
2308
2309
|
Claude4Sonnet = "claude-sonnet-4-20250514",
|
|
2309
2310
|
Claude37Sonnet = "claude-3-7-sonnet-latest",
|