🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@ai-sdk/gateway

Package Overview
Dependencies
Maintainers
3
Versions
540
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@ai-sdk/gateway - npm Package Compare versions

Comparing version
4.0.2
to
4.0.3
+5
-0
dist/index.d.ts

@@ -789,2 +789,7 @@ import { LanguageModelV4, ProviderV4, EmbeddingModelV4, ImageModelV4, Experimental_VideoModelV4, RerankingModelV4, SpeechModelV4, TranscriptionModelV4, Experimental_RealtimeFactoryV4, TypeValidationError } from '@ai-sdk/provider';

disallowPromptTraining?: boolean;
/**
* Restrict routing to models that have all of the given capabilities.
* Currently supports `'implicit-caching'`.
*/
has?: Array<'implicit-caching'>;
/** Filter to providers that are HIPAA compliant with Vercel AI Gateway. */

@@ -791,0 +796,0 @@ hipaaCompliant?: boolean;

+1
-1
{
"name": "@ai-sdk/gateway",
"private": false,
"version": "4.0.2",
"version": "4.0.3",
"type": "module",

@@ -6,0 +6,0 @@ "license": "Apache-2.0",

@@ -18,2 +18,8 @@ // https://vercel.com/docs/ai-gateway/provider-options

/**
* Restrict routing to models that have all of the given capabilities.
* Currently supports `'implicit-caching'`.
*/
has?: Array<'implicit-caching'>;
/** Filter to providers that are HIPAA compliant with Vercel AI Gateway. */

@@ -20,0 +26,0 @@ hipaaCompliant?: boolean;

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is too big to display

Sorry, the diff of this file is not supported yet