@openrouter/sdk 1.2.122 → 1.2.123

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.
@@ -50,8 +50,8 @@ export declare function serverURLFromOptions(options: SDKOptions): URL | null;
50
50
  export declare const SDK_METADATA: {
51
51
  readonly language: "typescript";
52
52
  readonly openapiDocVersion: "1.0.0";
53
- readonly sdkVersion: "1.2.122";
53
+ readonly sdkVersion: "1.2.123";
54
54
  readonly genVersion: "2.914.0";
55
- readonly userAgent: "speakeasy-sdk/typescript 1.2.122 2.914.0 1.0.0 @openrouter/sdk";
55
+ readonly userAgent: "speakeasy-sdk/typescript 1.2.123 2.914.0 1.0.0 @openrouter/sdk";
56
56
  };
57
57
  //# sourceMappingURL=config.d.ts.map
package/esm/lib/config.js CHANGED
@@ -29,8 +29,8 @@ export function serverURLFromOptions(options) {
29
29
  export const SDK_METADATA = {
30
30
  language: "typescript",
31
31
  openapiDocVersion: "1.0.0",
32
- sdkVersion: "1.2.122",
32
+ sdkVersion: "1.2.123",
33
33
  genVersion: "2.914.0",
34
- userAgent: "speakeasy-sdk/typescript 1.2.122 2.914.0 1.0.0 @openrouter/sdk",
34
+ userAgent: "speakeasy-sdk/typescript 1.2.123 2.914.0 1.0.0 @openrouter/sdk",
35
35
  };
36
36
  //# sourceMappingURL=config.js.map
@@ -12,11 +12,13 @@ export declare const ImageGenerationRequestAspectRatio: {
12
12
  readonly Eighteen: "1:8";
13
13
  readonly TwentyOne: "2:1";
14
14
  readonly TwentyThree: "2:3";
15
+ readonly TwoDot351: "2.35:1";
15
16
  readonly ThirtyTwo: "3:2";
16
17
  readonly ThirtyFour: "3:4";
17
18
  readonly FortyOne: "4:1";
18
19
  readonly FortyThree: "4:3";
19
20
  readonly FortyFive: "4:5";
21
+ readonly FiftyTwo: "5:2";
20
22
  readonly FiftyFour: "5:4";
21
23
  readonly EightyOne: "8:1";
22
24
  readonly NineHundredAndSixteen: "9:16";
@@ -17,11 +17,13 @@ export const ImageGenerationRequestAspectRatio = {
17
17
  Eighteen: "1:8",
18
18
  TwentyOne: "2:1",
19
19
  TwentyThree: "2:3",
20
+ TwoDot351: "2.35:1",
20
21
  ThirtyTwo: "3:2",
21
22
  ThirtyFour: "3:4",
22
23
  FortyOne: "4:1",
23
24
  FortyThree: "4:3",
24
25
  FortyFive: "4:5",
26
+ FiftyTwo: "5:2",
25
27
  FiftyFour: "5:4",
26
28
  EightyOne: "8:1",
27
29
  NineHundredAndSixteen: "9:16",
package/jsr.json CHANGED
@@ -2,7 +2,7 @@
2
2
 
3
3
  {
4
4
  "name": "@openrouter/sdk",
5
- "version": "1.2.122",
5
+ "version": "1.2.123",
6
6
  "exports": {
7
7
  ".": "./src/index.ts",
8
8
  "./models/errors": "./src/models/errors/index.ts",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@openrouter/sdk",
3
- "version": "1.2.122",
3
+ "version": "1.2.123",
4
4
  "author": "OpenRouter",
5
5
  "description": "The OpenRouter TypeScript SDK is a type-safe toolkit for building AI applications with access to 400+ language models through a unified API.",
6
6
  "keywords": [