@ai-sdk/gateway 2.0.78 → 2.0.79
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/CHANGELOG.md +6 -0
- package/dist/index.d.mts +1 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/dist/index.d.mts
CHANGED
|
@@ -472,6 +472,7 @@ declare const gateway: GatewayProvider;
|
|
|
472
472
|
declare const gatewayProviderOptions: _ai_sdk_provider_utils.LazyValidator<{
|
|
473
473
|
only?: string[] | undefined;
|
|
474
474
|
order?: string[] | undefined;
|
|
475
|
+
sort?: "cost" | "ttft" | "tps" | undefined;
|
|
475
476
|
user?: string | undefined;
|
|
476
477
|
tags?: string[] | undefined;
|
|
477
478
|
models?: string[] | undefined;
|
package/dist/index.d.ts
CHANGED
|
@@ -472,6 +472,7 @@ declare const gateway: GatewayProvider;
|
|
|
472
472
|
declare const gatewayProviderOptions: _ai_sdk_provider_utils.LazyValidator<{
|
|
473
473
|
only?: string[] | undefined;
|
|
474
474
|
order?: string[] | undefined;
|
|
475
|
+
sort?: "cost" | "ttft" | "tps" | undefined;
|
|
475
476
|
user?: string | undefined;
|
|
476
477
|
tags?: string[] | undefined;
|
|
477
478
|
models?: string[] | undefined;
|
package/dist/index.js
CHANGED
|
@@ -1180,7 +1180,7 @@ async function getVercelRequestId() {
|
|
|
1180
1180
|
var import_provider_utils12 = require("@ai-sdk/provider-utils");
|
|
1181
1181
|
|
|
1182
1182
|
// src/version.ts
|
|
1183
|
-
var VERSION = true ? "2.0.
|
|
1183
|
+
var VERSION = true ? "2.0.79" : "0.0.0-test";
|
|
1184
1184
|
|
|
1185
1185
|
// src/gateway-provider.ts
|
|
1186
1186
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|
package/dist/index.mjs
CHANGED
|
@@ -1199,7 +1199,7 @@ async function getVercelRequestId() {
|
|
|
1199
1199
|
import { withUserAgentSuffix } from "@ai-sdk/provider-utils";
|
|
1200
1200
|
|
|
1201
1201
|
// src/version.ts
|
|
1202
|
-
var VERSION = true ? "2.0.
|
|
1202
|
+
var VERSION = true ? "2.0.79" : "0.0.0-test";
|
|
1203
1203
|
|
|
1204
1204
|
// src/gateway-provider.ts
|
|
1205
1205
|
var AI_GATEWAY_PROTOCOL_VERSION = "0.0.1";
|