@mclean-capital/neura 3.3.0 → 3.4.0

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.
@@ -71668,7 +71668,8 @@ var KNOWN_BASE_URLS = {
71668
71668
  google: "https://generativelanguage.googleapis.com/v1beta/openai",
71669
71669
  deepinfra: "https://api.deepinfra.com/v1/openai",
71670
71670
  together: "https://api.together.xyz/v1",
71671
- anthropic: "https://api.anthropic.com/v1"
71671
+ anthropic: "https://api.anthropic.com/v1",
71672
+ vercel: "https://ai-gateway.vercel.sh/v1"
71672
71673
  };
71673
71674
  var ProviderRegistry = class {
71674
71675
  providers;