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