@ax-llm/ax 11.0.22 → 11.0.23

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 CHANGED
@@ -1257,6 +1257,7 @@ var GoogleVertexAuth = class {
1257
1257
 
1258
1258
  // ai/anthropic/types.ts
1259
1259
  var AxAIAnthropicModel = /* @__PURE__ */ ((AxAIAnthropicModel2) => {
1260
+ AxAIAnthropicModel2["Claude37Sonnet"] = "claude-3-7-sonnet-latest";
1260
1261
  AxAIAnthropicModel2["Claude35Sonnet"] = "claude-3-5-sonnet-latest";
1261
1262
  AxAIAnthropicModel2["Claude35Haiku"] = "claude-3-5-haiku-latest";
1262
1263
  AxAIAnthropicModel2["Claude3Opus"] = "claude-3-opus-latest";
@@ -1267,6 +1268,7 @@ var AxAIAnthropicModel = /* @__PURE__ */ ((AxAIAnthropicModel2) => {
1267
1268
  return AxAIAnthropicModel2;
1268
1269
  })(AxAIAnthropicModel || {});
1269
1270
  var AxAIAnthropicVertexModel = /* @__PURE__ */ ((AxAIAnthropicVertexModel3) => {
1271
+ AxAIAnthropicVertexModel3["Claude37Sonnet"] = "claude-3-7-sonnet";
1270
1272
  AxAIAnthropicVertexModel3["Claude35Haiku"] = "claude-3-5-haiku";
1271
1273
  AxAIAnthropicVertexModel3["Claude35Sonnet"] = "claude-3-5-sonnet";
1272
1274
  AxAIAnthropicVertexModel3["Claude35SonnetV2"] = "claude-3-5-sonnet-v2";