@openrouter/ai-sdk-provider 2.1.2 → 2.1.3

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/dist/index.d.mts CHANGED
@@ -312,7 +312,7 @@ type OpenRouterProviderOptions = {
312
312
  } & ({
313
313
  max_tokens: number;
314
314
  } | {
315
- effort: 'high' | 'medium' | 'low';
315
+ effort: 'xhigh' | 'high' | 'medium' | 'low' | 'minimal' | 'none';
316
316
  });
317
317
  /**
318
318
  * A unique identifier representing your end-user, which can
package/dist/index.d.ts CHANGED
@@ -312,7 +312,7 @@ type OpenRouterProviderOptions = {
312
312
  } & ({
313
313
  max_tokens: number;
314
314
  } | {
315
- effort: 'high' | 'medium' | 'low';
315
+ effort: 'xhigh' | 'high' | 'medium' | 'low' | 'minimal' | 'none';
316
316
  });
317
317
  /**
318
318
  * A unique identifier representing your end-user, which can
package/dist/index.js CHANGED
@@ -4521,7 +4521,7 @@ function withUserAgentSuffix2(headers, ...userAgentSuffixParts) {
4521
4521
  }
4522
4522
 
4523
4523
  // src/version.ts
4524
- var VERSION2 = false ? "0.0.0-test" : "2.1.2";
4524
+ var VERSION2 = false ? "0.0.0-test" : "2.1.3";
4525
4525
 
4526
4526
  // src/provider.ts
4527
4527
  function createOpenRouter(options = {}) {
package/dist/index.mjs CHANGED
@@ -4488,7 +4488,7 @@ function withUserAgentSuffix2(headers, ...userAgentSuffixParts) {
4488
4488
  }
4489
4489
 
4490
4490
  // src/version.ts
4491
- var VERSION2 = false ? "0.0.0-test" : "2.1.2";
4491
+ var VERSION2 = false ? "0.0.0-test" : "2.1.3";
4492
4492
 
4493
4493
  // src/provider.ts
4494
4494
  function createOpenRouter(options = {}) {
@@ -476,7 +476,7 @@ type OpenRouterProviderOptions = {
476
476
  } & ({
477
477
  max_tokens: number;
478
478
  } | {
479
- effort: 'high' | 'medium' | 'low';
479
+ effort: 'xhigh' | 'high' | 'medium' | 'low' | 'minimal' | 'none';
480
480
  });
481
481
  /**
482
482
  * A unique identifier representing your end-user, which can
@@ -476,7 +476,7 @@ type OpenRouterProviderOptions = {
476
476
  } & ({
477
477
  max_tokens: number;
478
478
  } | {
479
- effort: 'high' | 'medium' | 'low';
479
+ effort: 'xhigh' | 'high' | 'medium' | 'low' | 'minimal' | 'none';
480
480
  });
481
481
  /**
482
482
  * A unique identifier representing your end-user, which can
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openrouter/ai-sdk-provider",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "license": "Apache-2.0",
5
5
  "sideEffects": false,
6
6
  "main": "./dist/index.js",