@openrouter/sdk 0.0.1-beta.11 → 0.0.1-beta.14

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.
Files changed (227) hide show
  1. package/FUNCTIONS.md +109 -1
  2. package/REACT_QUERY.md +109 -1
  3. package/README.md +686 -15
  4. package/esm/funcs/analyticsGetUserActivity.d.ts +1 -1
  5. package/esm/funcs/analyticsGetUserActivity.js +2 -2
  6. package/esm/funcs/apiKeysCreate.d.ts +1 -1
  7. package/esm/funcs/apiKeysCreate.js +2 -2
  8. package/esm/funcs/apiKeysDelete.d.ts +1 -1
  9. package/esm/funcs/apiKeysDelete.js +2 -2
  10. package/esm/funcs/apiKeysGet.d.ts +1 -1
  11. package/esm/funcs/apiKeysGet.js +2 -2
  12. package/esm/funcs/apiKeysGetCurrentKeyMetadata.d.ts +1 -1
  13. package/esm/funcs/apiKeysGetCurrentKeyMetadata.js +2 -2
  14. package/esm/funcs/apiKeysList.d.ts +1 -1
  15. package/esm/funcs/apiKeysList.js +2 -2
  16. package/esm/funcs/apiKeysUpdate.d.ts +1 -1
  17. package/esm/funcs/apiKeysUpdate.js +2 -2
  18. package/esm/funcs/betaResponsesSend.d.ts +9 -1
  19. package/esm/funcs/betaResponsesSend.js +38 -14
  20. package/esm/funcs/chatSend.d.ts +1 -1
  21. package/esm/funcs/creditsCreateCoinbaseCharge.d.ts +1 -1
  22. package/esm/funcs/creditsCreateCoinbaseCharge.js +15 -5
  23. package/esm/funcs/creditsGetCredits.d.ts +1 -1
  24. package/esm/funcs/creditsGetCredits.js +2 -2
  25. package/esm/funcs/endpointsList.d.ts +1 -1
  26. package/esm/funcs/endpointsList.js +2 -2
  27. package/esm/funcs/endpointsListZdrEndpoints.d.ts +2 -1
  28. package/esm/funcs/endpointsListZdrEndpoints.js +6 -2
  29. package/esm/funcs/generationsGetGeneration.d.ts +1 -1
  30. package/esm/funcs/generationsGetGeneration.js +13 -2
  31. package/esm/funcs/modelsCount.d.ts +3 -2
  32. package/esm/funcs/modelsCount.js +7 -3
  33. package/esm/funcs/modelsList.d.ts +3 -1
  34. package/esm/funcs/modelsList.js +8 -7
  35. package/esm/funcs/modelsListForUser.d.ts +3 -1
  36. package/esm/funcs/modelsListForUser.js +7 -3
  37. package/esm/funcs/oAuthCreateAuthCode.d.ts +18 -0
  38. package/esm/funcs/oAuthCreateAuthCode.js +82 -0
  39. package/esm/funcs/oAuthCreateAuthorizationUrl.d.ts +2 -2
  40. package/esm/funcs/oAuthExchangeAuthCodeForAPIKey.d.ts +18 -0
  41. package/esm/funcs/oAuthExchangeAuthCodeForAPIKey.js +82 -0
  42. package/esm/funcs/parametersGetParameters.d.ts +1 -1
  43. package/esm/funcs/parametersGetParameters.js +2 -2
  44. package/esm/funcs/providersList.d.ts +1 -1
  45. package/esm/funcs/providersList.js +1 -1
  46. package/esm/lib/config.d.ts +2 -2
  47. package/esm/lib/config.js +2 -2
  48. package/esm/lib/event-streams.d.ts +1 -1
  49. package/esm/models/badgatewayresponseerrordata.d.ts +40 -0
  50. package/esm/models/badgatewayresponseerrordata.js +35 -0
  51. package/esm/models/badrequestresponseerrordata.d.ts +40 -0
  52. package/esm/models/badrequestresponseerrordata.js +35 -0
  53. package/esm/models/chatmessagecontentitemaudio.d.ts +10 -10
  54. package/esm/models/chatmessagecontentitemaudio.js +14 -14
  55. package/esm/models/chatstreamingresponsechunk.d.ts +15 -15
  56. package/esm/models/chatstreamingresponsechunk.js +15 -15
  57. package/esm/models/createchargerequest.d.ts +31 -2
  58. package/esm/models/createchargerequest.js +47 -2
  59. package/esm/models/defaultparameters.d.ts +36 -0
  60. package/esm/models/defaultparameters.js +46 -0
  61. package/esm/models/edgenetworktimeoutresponseerrordata.d.ts +40 -0
  62. package/esm/models/edgenetworktimeoutresponseerrordata.js +35 -0
  63. package/esm/models/endpointstatus.d.ts +26 -0
  64. package/esm/models/endpointstatus.js +36 -0
  65. package/esm/models/errors/badgatewayresponseerror.d.ts +52 -0
  66. package/esm/models/errors/badgatewayresponseerror.js +63 -0
  67. package/esm/models/errors/badrequestresponseerror.d.ts +52 -0
  68. package/esm/models/errors/badrequestresponseerror.js +63 -0
  69. package/esm/models/errors/edgenetworktimeoutresponseerror.d.ts +52 -0
  70. package/esm/models/errors/edgenetworktimeoutresponseerror.js +63 -0
  71. package/esm/models/errors/forbiddenresponseerror.d.ts +52 -0
  72. package/esm/models/errors/forbiddenresponseerror.js +63 -0
  73. package/esm/models/errors/index.d.ts +14 -2
  74. package/esm/models/errors/index.js +14 -2
  75. package/esm/models/errors/internalserverresponseerror.d.ts +52 -0
  76. package/esm/models/errors/internalserverresponseerror.js +63 -0
  77. package/esm/models/errors/notfoundresponseerror.d.ts +52 -0
  78. package/esm/models/errors/{errorresponse.js → notfoundresponseerror.js} +16 -17
  79. package/esm/models/errors/payloadtoolargeresponseerror.d.ts +52 -0
  80. package/esm/models/errors/payloadtoolargeresponseerror.js +63 -0
  81. package/esm/models/errors/paymentrequiredresponseerror.d.ts +52 -0
  82. package/esm/models/errors/paymentrequiredresponseerror.js +63 -0
  83. package/esm/models/errors/provideroverloadedresponseerror.d.ts +52 -0
  84. package/esm/models/errors/provideroverloadedresponseerror.js +63 -0
  85. package/esm/models/errors/requesttimeoutresponseerror.d.ts +52 -0
  86. package/esm/models/errors/requesttimeoutresponseerror.js +63 -0
  87. package/esm/models/errors/serviceunavailableresponseerror.d.ts +52 -0
  88. package/esm/models/errors/serviceunavailableresponseerror.js +63 -0
  89. package/esm/models/errors/toomanyrequestsresponseerror.d.ts +52 -0
  90. package/esm/models/errors/toomanyrequestsresponseerror.js +63 -0
  91. package/esm/models/errors/unauthorizedresponseerror.d.ts +52 -0
  92. package/esm/models/errors/unauthorizedresponseerror.js +63 -0
  93. package/esm/models/errors/unprocessableentityresponseerror.d.ts +52 -0
  94. package/esm/models/errors/unprocessableentityresponseerror.js +63 -0
  95. package/esm/models/forbiddenresponseerrordata.d.ts +40 -0
  96. package/esm/models/forbiddenresponseerrordata.js +35 -0
  97. package/esm/models/index.d.ts +37 -1
  98. package/esm/models/index.js +37 -1
  99. package/esm/models/inputmodality.d.ts +24 -0
  100. package/esm/models/inputmodality.js +34 -0
  101. package/esm/models/instructtype.d.ts +48 -0
  102. package/esm/models/instructtype.js +55 -0
  103. package/esm/models/internalserverresponseerrordata.d.ts +40 -0
  104. package/esm/models/internalserverresponseerrordata.js +35 -0
  105. package/esm/models/listendpointsresponse.d.ts +126 -2
  106. package/esm/models/listendpointsresponse.js +115 -2
  107. package/esm/models/model.d.ts +101 -0
  108. package/esm/models/model.js +82 -0
  109. package/esm/models/modelarchitecture.d.ts +104 -0
  110. package/esm/models/modelarchitecture.js +107 -0
  111. package/esm/models/modelgroup.d.ts +45 -0
  112. package/esm/models/modelgroup.js +53 -0
  113. package/esm/models/modelscountresponse.d.ts +40 -2
  114. package/esm/models/modelscountresponse.js +31 -2
  115. package/esm/models/modelslistresponse.d.ts +10 -2
  116. package/esm/models/modelslistresponse.js +7 -2
  117. package/esm/models/notfoundresponseerrordata.d.ts +40 -0
  118. package/esm/models/notfoundresponseerrordata.js +35 -0
  119. package/esm/models/openairesponsesincludable.d.ts +25 -0
  120. package/esm/models/openairesponsesincludable.js +35 -0
  121. package/esm/models/openairesponsesinputunion.d.ts +78 -78
  122. package/esm/models/openairesponsesinputunion.js +124 -126
  123. package/esm/models/openresponseseasyinputmessage.d.ts +246 -0
  124. package/esm/models/openresponseseasyinputmessage.js +283 -0
  125. package/esm/models/openresponsesfunctioncalloutput.d.ts +64 -0
  126. package/esm/models/openresponsesfunctioncalloutput.js +67 -0
  127. package/esm/models/openresponsesfunctiontoolcall.d.ts +66 -0
  128. package/esm/models/openresponsesfunctiontoolcall.js +69 -0
  129. package/esm/models/openresponsesinput.d.ts +60 -0
  130. package/esm/models/openresponsesinput.js +113 -0
  131. package/esm/models/openresponsesinputmessageitem.d.ts +193 -0
  132. package/esm/models/openresponsesinputmessageitem.js +210 -0
  133. package/esm/models/openresponsesnonstreamingresponse.d.ts +13 -13
  134. package/esm/models/openresponsesnonstreamingresponse.js +13 -13
  135. package/esm/models/openresponsesreasoning.d.ts +179 -0
  136. package/esm/models/openresponsesreasoning.js +194 -0
  137. package/esm/models/openresponsesreasoningconfig.d.ts +40 -0
  138. package/esm/models/openresponsesreasoningconfig.js +48 -0
  139. package/esm/models/openresponsesrequest.d.ts +736 -2
  140. package/esm/models/openresponsesrequest.js +789 -2
  141. package/esm/models/openresponsesresponsetext.d.ts +59 -0
  142. package/esm/models/openresponsesresponsetext.js +64 -0
  143. package/esm/models/operations/createauthkeyscode.d.ts +145 -0
  144. package/esm/models/operations/createauthkeyscode.js +146 -0
  145. package/esm/models/operations/createresponses.d.ts +58 -0
  146. package/esm/models/operations/createresponses.js +80 -0
  147. package/esm/models/operations/exchangeauthcodeforapikey.d.ts +104 -0
  148. package/esm/models/operations/exchangeauthcodeforapikey.js +111 -0
  149. package/esm/models/operations/getmodels.d.ts +0 -26
  150. package/esm/models/operations/getmodels.js +0 -38
  151. package/esm/models/operations/index.d.ts +3 -2
  152. package/esm/models/operations/index.js +3 -2
  153. package/esm/models/operations/listendpointszdr.d.ts +3 -24
  154. package/esm/models/operations/listendpointszdr.js +2 -29
  155. package/esm/models/operations/listmodelsuser.d.ts +0 -22
  156. package/esm/models/operations/listmodelsuser.js +0 -28
  157. package/esm/models/operations/listproviders.d.ts +0 -36
  158. package/esm/models/operations/listproviders.js +0 -28
  159. package/esm/models/operations/sendchatcompletionrequest.d.ts +1 -1
  160. package/esm/models/operations/sendchatcompletionrequest.js +2 -1
  161. package/esm/models/outputmodality.d.ts +23 -0
  162. package/esm/models/outputmodality.js +33 -0
  163. package/esm/models/parameter.d.ts +43 -0
  164. package/esm/models/parameter.js +54 -0
  165. package/esm/models/payloadtoolargeresponseerrordata.d.ts +40 -0
  166. package/esm/models/payloadtoolargeresponseerrordata.js +35 -0
  167. package/esm/models/paymentrequiredresponseerrordata.d.ts +40 -0
  168. package/esm/models/paymentrequiredresponseerrordata.js +35 -0
  169. package/esm/models/perrequestlimits.d.ts +40 -0
  170. package/esm/models/perrequestlimits.js +44 -0
  171. package/esm/models/providername.d.ts +106 -0
  172. package/esm/models/providername.js +116 -0
  173. package/esm/models/provideroverloadedresponseerrordata.d.ts +40 -0
  174. package/esm/models/provideroverloadedresponseerrordata.js +35 -0
  175. package/esm/models/publicendpoint.d.ts +140 -2
  176. package/esm/models/publicendpoint.js +156 -2
  177. package/esm/models/publicpricing.d.ts +87 -0
  178. package/esm/models/publicpricing.js +73 -0
  179. package/esm/models/quantization.d.ts +29 -0
  180. package/esm/models/quantization.js +39 -0
  181. package/esm/models/requesttimeoutresponseerrordata.d.ts +40 -0
  182. package/esm/models/requesttimeoutresponseerrordata.js +35 -0
  183. package/esm/models/responseserrorfield.d.ts +10 -10
  184. package/esm/models/responseserrorfield.js +14 -14
  185. package/esm/models/responsetextconfig.d.ts +10 -10
  186. package/esm/models/responsetextconfig.js +14 -15
  187. package/esm/models/serviceunavailableresponseerrordata.d.ts +40 -0
  188. package/esm/models/serviceunavailableresponseerrordata.js +35 -0
  189. package/esm/models/toomanyrequestsresponseerrordata.d.ts +40 -0
  190. package/esm/models/toomanyrequestsresponseerrordata.js +35 -0
  191. package/esm/models/topproviderinfo.d.ts +45 -0
  192. package/esm/models/topproviderinfo.js +48 -0
  193. package/esm/models/unauthorizedresponseerrordata.d.ts +40 -0
  194. package/esm/models/unauthorizedresponseerrordata.js +35 -0
  195. package/esm/models/unprocessableentityresponseerrordata.d.ts +40 -0
  196. package/esm/models/unprocessableentityresponseerrordata.js +35 -0
  197. package/esm/react-query/betaResponsesSend.d.ts +1 -1
  198. package/esm/react-query/index.d.ts +2 -0
  199. package/esm/react-query/index.js +2 -0
  200. package/esm/react-query/modelsCount.d.ts +2 -2
  201. package/esm/react-query/modelsList.d.ts +2 -7
  202. package/esm/react-query/modelsList.js +0 -2
  203. package/esm/react-query/modelsListForUser.d.ts +2 -1
  204. package/esm/react-query/oAuthCreateAuthCode.d.ts +23 -0
  205. package/esm/react-query/oAuthCreateAuthCode.js +42 -0
  206. package/esm/react-query/oAuthExchangeAuthCodeForAPIKey.d.ts +23 -0
  207. package/esm/react-query/oAuthExchangeAuthCodeForAPIKey.js +42 -0
  208. package/esm/sdk/chat.d.ts +1 -1
  209. package/esm/sdk/models.d.ts +4 -3
  210. package/esm/sdk/oauth.d.ts +46 -0
  211. package/esm/sdk/oauth.js +67 -0
  212. package/esm/sdk/responses.d.ts +8 -1
  213. package/esm/sdk/responses.js +0 -6
  214. package/esm/sdk/sdk.d.ts +3 -0
  215. package/esm/sdk/sdk.js +4 -0
  216. package/jsr.json +1 -1
  217. package/package.json +3 -1
  218. package/vitest.config.ts +8 -1
  219. package/esm/models/errorresponse.d.ts +0 -155
  220. package/esm/models/errorresponse.js +0 -167
  221. package/esm/models/errors/errorresponse.d.ts +0 -46
  222. package/esm/models/errors/listproviders.d.ts +0 -49
  223. package/esm/models/errors/listproviders.js +0 -51
  224. package/esm/models/operations/createapialpharesponses.d.ts +0 -58
  225. package/esm/models/operations/createapialpharesponses.js +0 -83
  226. package/esm/models/operations/listmodelscount.d.ts +0 -26
  227. package/esm/models/operations/listmodelscount.js +0 -34
@@ -0,0 +1,52 @@
1
+ import * as z from "zod/v4";
2
+ import * as models from "../index.js";
3
+ import { OpenRouterError } from "./openroutererror.js";
4
+ /**
5
+ * Bad Request - Invalid request parameters or malformed input
6
+ */
7
+ export type BadRequestResponseErrorData = {
8
+ /**
9
+ * Error data for BadRequestResponse
10
+ */
11
+ error: models.BadRequestResponseErrorData;
12
+ userId?: string | null | undefined;
13
+ };
14
+ /**
15
+ * Bad Request - Invalid request parameters or malformed input
16
+ */
17
+ export declare class BadRequestResponseError extends OpenRouterError {
18
+ /**
19
+ * Error data for BadRequestResponse
20
+ */
21
+ error: models.BadRequestResponseErrorData;
22
+ userId?: string | null | undefined;
23
+ /** The original data that was passed to this error instance. */
24
+ data$: BadRequestResponseErrorData;
25
+ constructor(err: BadRequestResponseErrorData, httpMeta: {
26
+ response: Response;
27
+ request: Request;
28
+ body: string;
29
+ });
30
+ }
31
+ /** @internal */
32
+ export declare const BadRequestResponseError$inboundSchema: z.ZodType<BadRequestResponseError, unknown>;
33
+ /** @internal */
34
+ export type BadRequestResponseError$Outbound = {
35
+ error: models.BadRequestResponseErrorData$Outbound;
36
+ user_id?: string | null | undefined;
37
+ };
38
+ /** @internal */
39
+ export declare const BadRequestResponseError$outboundSchema: z.ZodType<BadRequestResponseError$Outbound, BadRequestResponseError>;
40
+ /**
41
+ * @internal
42
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
+ */
44
+ export declare namespace BadRequestResponseError$ {
45
+ /** @deprecated use `BadRequestResponseError$inboundSchema` instead. */
46
+ const inboundSchema: z.ZodType<BadRequestResponseError, unknown, z.core.$ZodTypeInternals<BadRequestResponseError, unknown>>;
47
+ /** @deprecated use `BadRequestResponseError$outboundSchema` instead. */
48
+ const outboundSchema: z.ZodType<BadRequestResponseError$Outbound, BadRequestResponseError, z.core.$ZodTypeInternals<BadRequestResponseError$Outbound, BadRequestResponseError>>;
49
+ /** @deprecated use `BadRequestResponseError$Outbound` instead. */
50
+ type Outbound = BadRequestResponseError$Outbound;
51
+ }
52
+ //# sourceMappingURL=badrequestresponseerror.d.ts.map
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import * as models from "../index.js";
7
+ import { OpenRouterError } from "./openroutererror.js";
8
+ /**
9
+ * Bad Request - Invalid request parameters or malformed input
10
+ */
11
+ export class BadRequestResponseError extends OpenRouterError {
12
+ constructor(err, httpMeta) {
13
+ const message = err.error?.message
14
+ || `API error occurred: ${JSON.stringify(err)}`;
15
+ super(message, httpMeta);
16
+ this.data$ = err;
17
+ this.error = err.error;
18
+ if (err.userId != null)
19
+ this.userId = err.userId;
20
+ this.name = "BadRequestResponseError";
21
+ }
22
+ }
23
+ /** @internal */
24
+ export const BadRequestResponseError$inboundSchema = z.object({
25
+ error: models.BadRequestResponseErrorData$inboundSchema,
26
+ user_id: z.nullable(z.string()).optional(),
27
+ request$: z.custom(x => x instanceof Request),
28
+ response$: z.custom(x => x instanceof Response),
29
+ body$: z.string(),
30
+ })
31
+ .transform((v) => {
32
+ const remapped = remap$(v, {
33
+ "user_id": "userId",
34
+ });
35
+ return new BadRequestResponseError(remapped, {
36
+ request: v.request$,
37
+ response: v.response$,
38
+ body: v.body$,
39
+ });
40
+ });
41
+ /** @internal */
42
+ export const BadRequestResponseError$outboundSchema = z.custom(x => x instanceof BadRequestResponseError)
43
+ .transform(v => v.data$)
44
+ .pipe(z.object({
45
+ error: models.BadRequestResponseErrorData$outboundSchema,
46
+ userId: z.nullable(z.string()).optional(),
47
+ }).transform((v) => {
48
+ return remap$(v, {
49
+ userId: "user_id",
50
+ });
51
+ }));
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ export var BadRequestResponseError$;
57
+ (function (BadRequestResponseError$) {
58
+ /** @deprecated use `BadRequestResponseError$inboundSchema` instead. */
59
+ BadRequestResponseError$.inboundSchema = BadRequestResponseError$inboundSchema;
60
+ /** @deprecated use `BadRequestResponseError$outboundSchema` instead. */
61
+ BadRequestResponseError$.outboundSchema = BadRequestResponseError$outboundSchema;
62
+ })(BadRequestResponseError$ || (BadRequestResponseError$ = {}));
63
+ //# sourceMappingURL=badrequestresponseerror.js.map
@@ -0,0 +1,52 @@
1
+ import * as z from "zod/v4";
2
+ import * as models from "../index.js";
3
+ import { OpenRouterError } from "./openroutererror.js";
4
+ /**
5
+ * Infrastructure Timeout - Provider request timed out at edge network
6
+ */
7
+ export type EdgeNetworkTimeoutResponseErrorData = {
8
+ /**
9
+ * Error data for EdgeNetworkTimeoutResponse
10
+ */
11
+ error: models.EdgeNetworkTimeoutResponseErrorData;
12
+ userId?: string | null | undefined;
13
+ };
14
+ /**
15
+ * Infrastructure Timeout - Provider request timed out at edge network
16
+ */
17
+ export declare class EdgeNetworkTimeoutResponseError extends OpenRouterError {
18
+ /**
19
+ * Error data for EdgeNetworkTimeoutResponse
20
+ */
21
+ error: models.EdgeNetworkTimeoutResponseErrorData;
22
+ userId?: string | null | undefined;
23
+ /** The original data that was passed to this error instance. */
24
+ data$: EdgeNetworkTimeoutResponseErrorData;
25
+ constructor(err: EdgeNetworkTimeoutResponseErrorData, httpMeta: {
26
+ response: Response;
27
+ request: Request;
28
+ body: string;
29
+ });
30
+ }
31
+ /** @internal */
32
+ export declare const EdgeNetworkTimeoutResponseError$inboundSchema: z.ZodType<EdgeNetworkTimeoutResponseError, unknown>;
33
+ /** @internal */
34
+ export type EdgeNetworkTimeoutResponseError$Outbound = {
35
+ error: models.EdgeNetworkTimeoutResponseErrorData$Outbound;
36
+ user_id?: string | null | undefined;
37
+ };
38
+ /** @internal */
39
+ export declare const EdgeNetworkTimeoutResponseError$outboundSchema: z.ZodType<EdgeNetworkTimeoutResponseError$Outbound, EdgeNetworkTimeoutResponseError>;
40
+ /**
41
+ * @internal
42
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
+ */
44
+ export declare namespace EdgeNetworkTimeoutResponseError$ {
45
+ /** @deprecated use `EdgeNetworkTimeoutResponseError$inboundSchema` instead. */
46
+ const inboundSchema: z.ZodType<EdgeNetworkTimeoutResponseError, unknown, z.core.$ZodTypeInternals<EdgeNetworkTimeoutResponseError, unknown>>;
47
+ /** @deprecated use `EdgeNetworkTimeoutResponseError$outboundSchema` instead. */
48
+ const outboundSchema: z.ZodType<EdgeNetworkTimeoutResponseError$Outbound, EdgeNetworkTimeoutResponseError, z.core.$ZodTypeInternals<EdgeNetworkTimeoutResponseError$Outbound, EdgeNetworkTimeoutResponseError>>;
49
+ /** @deprecated use `EdgeNetworkTimeoutResponseError$Outbound` instead. */
50
+ type Outbound = EdgeNetworkTimeoutResponseError$Outbound;
51
+ }
52
+ //# sourceMappingURL=edgenetworktimeoutresponseerror.d.ts.map
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import * as models from "../index.js";
7
+ import { OpenRouterError } from "./openroutererror.js";
8
+ /**
9
+ * Infrastructure Timeout - Provider request timed out at edge network
10
+ */
11
+ export class EdgeNetworkTimeoutResponseError extends OpenRouterError {
12
+ constructor(err, httpMeta) {
13
+ const message = err.error?.message
14
+ || `API error occurred: ${JSON.stringify(err)}`;
15
+ super(message, httpMeta);
16
+ this.data$ = err;
17
+ this.error = err.error;
18
+ if (err.userId != null)
19
+ this.userId = err.userId;
20
+ this.name = "EdgeNetworkTimeoutResponseError";
21
+ }
22
+ }
23
+ /** @internal */
24
+ export const EdgeNetworkTimeoutResponseError$inboundSchema = z.object({
25
+ error: models.EdgeNetworkTimeoutResponseErrorData$inboundSchema,
26
+ user_id: z.nullable(z.string()).optional(),
27
+ request$: z.custom(x => x instanceof Request),
28
+ response$: z.custom(x => x instanceof Response),
29
+ body$: z.string(),
30
+ })
31
+ .transform((v) => {
32
+ const remapped = remap$(v, {
33
+ "user_id": "userId",
34
+ });
35
+ return new EdgeNetworkTimeoutResponseError(remapped, {
36
+ request: v.request$,
37
+ response: v.response$,
38
+ body: v.body$,
39
+ });
40
+ });
41
+ /** @internal */
42
+ export const EdgeNetworkTimeoutResponseError$outboundSchema = z.custom(x => x instanceof EdgeNetworkTimeoutResponseError)
43
+ .transform(v => v.data$)
44
+ .pipe(z.object({
45
+ error: models.EdgeNetworkTimeoutResponseErrorData$outboundSchema,
46
+ userId: z.nullable(z.string()).optional(),
47
+ }).transform((v) => {
48
+ return remap$(v, {
49
+ userId: "user_id",
50
+ });
51
+ }));
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ export var EdgeNetworkTimeoutResponseError$;
57
+ (function (EdgeNetworkTimeoutResponseError$) {
58
+ /** @deprecated use `EdgeNetworkTimeoutResponseError$inboundSchema` instead. */
59
+ EdgeNetworkTimeoutResponseError$.inboundSchema = EdgeNetworkTimeoutResponseError$inboundSchema;
60
+ /** @deprecated use `EdgeNetworkTimeoutResponseError$outboundSchema` instead. */
61
+ EdgeNetworkTimeoutResponseError$.outboundSchema = EdgeNetworkTimeoutResponseError$outboundSchema;
62
+ })(EdgeNetworkTimeoutResponseError$ || (EdgeNetworkTimeoutResponseError$ = {}));
63
+ //# sourceMappingURL=edgenetworktimeoutresponseerror.js.map
@@ -0,0 +1,52 @@
1
+ import * as z from "zod/v4";
2
+ import * as models from "../index.js";
3
+ import { OpenRouterError } from "./openroutererror.js";
4
+ /**
5
+ * Forbidden - Authentication successful but insufficient permissions
6
+ */
7
+ export type ForbiddenResponseErrorData = {
8
+ /**
9
+ * Error data for ForbiddenResponse
10
+ */
11
+ error: models.ForbiddenResponseErrorData;
12
+ userId?: string | null | undefined;
13
+ };
14
+ /**
15
+ * Forbidden - Authentication successful but insufficient permissions
16
+ */
17
+ export declare class ForbiddenResponseError extends OpenRouterError {
18
+ /**
19
+ * Error data for ForbiddenResponse
20
+ */
21
+ error: models.ForbiddenResponseErrorData;
22
+ userId?: string | null | undefined;
23
+ /** The original data that was passed to this error instance. */
24
+ data$: ForbiddenResponseErrorData;
25
+ constructor(err: ForbiddenResponseErrorData, httpMeta: {
26
+ response: Response;
27
+ request: Request;
28
+ body: string;
29
+ });
30
+ }
31
+ /** @internal */
32
+ export declare const ForbiddenResponseError$inboundSchema: z.ZodType<ForbiddenResponseError, unknown>;
33
+ /** @internal */
34
+ export type ForbiddenResponseError$Outbound = {
35
+ error: models.ForbiddenResponseErrorData$Outbound;
36
+ user_id?: string | null | undefined;
37
+ };
38
+ /** @internal */
39
+ export declare const ForbiddenResponseError$outboundSchema: z.ZodType<ForbiddenResponseError$Outbound, ForbiddenResponseError>;
40
+ /**
41
+ * @internal
42
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
+ */
44
+ export declare namespace ForbiddenResponseError$ {
45
+ /** @deprecated use `ForbiddenResponseError$inboundSchema` instead. */
46
+ const inboundSchema: z.ZodType<ForbiddenResponseError, unknown, z.core.$ZodTypeInternals<ForbiddenResponseError, unknown>>;
47
+ /** @deprecated use `ForbiddenResponseError$outboundSchema` instead. */
48
+ const outboundSchema: z.ZodType<ForbiddenResponseError$Outbound, ForbiddenResponseError, z.core.$ZodTypeInternals<ForbiddenResponseError$Outbound, ForbiddenResponseError>>;
49
+ /** @deprecated use `ForbiddenResponseError$Outbound` instead. */
50
+ type Outbound = ForbiddenResponseError$Outbound;
51
+ }
52
+ //# sourceMappingURL=forbiddenresponseerror.d.ts.map
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import * as models from "../index.js";
7
+ import { OpenRouterError } from "./openroutererror.js";
8
+ /**
9
+ * Forbidden - Authentication successful but insufficient permissions
10
+ */
11
+ export class ForbiddenResponseError extends OpenRouterError {
12
+ constructor(err, httpMeta) {
13
+ const message = err.error?.message
14
+ || `API error occurred: ${JSON.stringify(err)}`;
15
+ super(message, httpMeta);
16
+ this.data$ = err;
17
+ this.error = err.error;
18
+ if (err.userId != null)
19
+ this.userId = err.userId;
20
+ this.name = "ForbiddenResponseError";
21
+ }
22
+ }
23
+ /** @internal */
24
+ export const ForbiddenResponseError$inboundSchema = z.object({
25
+ error: models.ForbiddenResponseErrorData$inboundSchema,
26
+ user_id: z.nullable(z.string()).optional(),
27
+ request$: z.custom(x => x instanceof Request),
28
+ response$: z.custom(x => x instanceof Response),
29
+ body$: z.string(),
30
+ })
31
+ .transform((v) => {
32
+ const remapped = remap$(v, {
33
+ "user_id": "userId",
34
+ });
35
+ return new ForbiddenResponseError(remapped, {
36
+ request: v.request$,
37
+ response: v.response$,
38
+ body: v.body$,
39
+ });
40
+ });
41
+ /** @internal */
42
+ export const ForbiddenResponseError$outboundSchema = z.custom(x => x instanceof ForbiddenResponseError)
43
+ .transform(v => v.data$)
44
+ .pipe(z.object({
45
+ error: models.ForbiddenResponseErrorData$outboundSchema,
46
+ userId: z.nullable(z.string()).optional(),
47
+ }).transform((v) => {
48
+ return remap$(v, {
49
+ userId: "user_id",
50
+ });
51
+ }));
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ export var ForbiddenResponseError$;
57
+ (function (ForbiddenResponseError$) {
58
+ /** @deprecated use `ForbiddenResponseError$inboundSchema` instead. */
59
+ ForbiddenResponseError$.inboundSchema = ForbiddenResponseError$inboundSchema;
60
+ /** @deprecated use `ForbiddenResponseError$outboundSchema` instead. */
61
+ ForbiddenResponseError$.outboundSchema = ForbiddenResponseError$outboundSchema;
62
+ })(ForbiddenResponseError$ || (ForbiddenResponseError$ = {}));
63
+ //# sourceMappingURL=forbiddenresponseerror.js.map
@@ -1,9 +1,21 @@
1
+ export * from "./badgatewayresponseerror.js";
2
+ export * from "./badrequestresponseerror.js";
1
3
  export * from "./chaterror.js";
2
- export * from "./errorresponse.js";
4
+ export * from "./edgenetworktimeoutresponseerror.js";
5
+ export * from "./forbiddenresponseerror.js";
3
6
  export * from "./httpclienterrors.js";
4
- export * from "./listproviders.js";
7
+ export * from "./internalserverresponseerror.js";
8
+ export * from "./notfoundresponseerror.js";
5
9
  export * from "./openrouterdefaulterror.js";
6
10
  export * from "./openroutererror.js";
11
+ export * from "./payloadtoolargeresponseerror.js";
12
+ export * from "./paymentrequiredresponseerror.js";
13
+ export * from "./provideroverloadedresponseerror.js";
14
+ export * from "./requesttimeoutresponseerror.js";
7
15
  export * from "./responsevalidationerror.js";
8
16
  export * from "./sdkvalidationerror.js";
17
+ export * from "./serviceunavailableresponseerror.js";
18
+ export * from "./toomanyrequestsresponseerror.js";
19
+ export * from "./unauthorizedresponseerror.js";
20
+ export * from "./unprocessableentityresponseerror.js";
9
21
  //# sourceMappingURL=index.d.ts.map
@@ -1,12 +1,24 @@
1
1
  /*
2
2
  * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
3
  */
4
+ export * from "./badgatewayresponseerror.js";
5
+ export * from "./badrequestresponseerror.js";
4
6
  export * from "./chaterror.js";
5
- export * from "./errorresponse.js";
7
+ export * from "./edgenetworktimeoutresponseerror.js";
8
+ export * from "./forbiddenresponseerror.js";
6
9
  export * from "./httpclienterrors.js";
7
- export * from "./listproviders.js";
10
+ export * from "./internalserverresponseerror.js";
11
+ export * from "./notfoundresponseerror.js";
8
12
  export * from "./openrouterdefaulterror.js";
9
13
  export * from "./openroutererror.js";
14
+ export * from "./payloadtoolargeresponseerror.js";
15
+ export * from "./paymentrequiredresponseerror.js";
16
+ export * from "./provideroverloadedresponseerror.js";
17
+ export * from "./requesttimeoutresponseerror.js";
10
18
  export * from "./responsevalidationerror.js";
11
19
  export * from "./sdkvalidationerror.js";
20
+ export * from "./serviceunavailableresponseerror.js";
21
+ export * from "./toomanyrequestsresponseerror.js";
22
+ export * from "./unauthorizedresponseerror.js";
23
+ export * from "./unprocessableentityresponseerror.js";
12
24
  //# sourceMappingURL=index.js.map
@@ -0,0 +1,52 @@
1
+ import * as z from "zod/v4";
2
+ import * as models from "../index.js";
3
+ import { OpenRouterError } from "./openroutererror.js";
4
+ /**
5
+ * Internal Server Error - Unexpected server error
6
+ */
7
+ export type InternalServerResponseErrorData = {
8
+ /**
9
+ * Error data for InternalServerResponse
10
+ */
11
+ error: models.InternalServerResponseErrorData;
12
+ userId?: string | null | undefined;
13
+ };
14
+ /**
15
+ * Internal Server Error - Unexpected server error
16
+ */
17
+ export declare class InternalServerResponseError extends OpenRouterError {
18
+ /**
19
+ * Error data for InternalServerResponse
20
+ */
21
+ error: models.InternalServerResponseErrorData;
22
+ userId?: string | null | undefined;
23
+ /** The original data that was passed to this error instance. */
24
+ data$: InternalServerResponseErrorData;
25
+ constructor(err: InternalServerResponseErrorData, httpMeta: {
26
+ response: Response;
27
+ request: Request;
28
+ body: string;
29
+ });
30
+ }
31
+ /** @internal */
32
+ export declare const InternalServerResponseError$inboundSchema: z.ZodType<InternalServerResponseError, unknown>;
33
+ /** @internal */
34
+ export type InternalServerResponseError$Outbound = {
35
+ error: models.InternalServerResponseErrorData$Outbound;
36
+ user_id?: string | null | undefined;
37
+ };
38
+ /** @internal */
39
+ export declare const InternalServerResponseError$outboundSchema: z.ZodType<InternalServerResponseError$Outbound, InternalServerResponseError>;
40
+ /**
41
+ * @internal
42
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
+ */
44
+ export declare namespace InternalServerResponseError$ {
45
+ /** @deprecated use `InternalServerResponseError$inboundSchema` instead. */
46
+ const inboundSchema: z.ZodType<InternalServerResponseError, unknown, z.core.$ZodTypeInternals<InternalServerResponseError, unknown>>;
47
+ /** @deprecated use `InternalServerResponseError$outboundSchema` instead. */
48
+ const outboundSchema: z.ZodType<InternalServerResponseError$Outbound, InternalServerResponseError, z.core.$ZodTypeInternals<InternalServerResponseError$Outbound, InternalServerResponseError>>;
49
+ /** @deprecated use `InternalServerResponseError$Outbound` instead. */
50
+ type Outbound = InternalServerResponseError$Outbound;
51
+ }
52
+ //# sourceMappingURL=internalserverresponseerror.d.ts.map
@@ -0,0 +1,63 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ */
4
+ import * as z from "zod/v4";
5
+ import { remap as remap$ } from "../../lib/primitives.js";
6
+ import * as models from "../index.js";
7
+ import { OpenRouterError } from "./openroutererror.js";
8
+ /**
9
+ * Internal Server Error - Unexpected server error
10
+ */
11
+ export class InternalServerResponseError extends OpenRouterError {
12
+ constructor(err, httpMeta) {
13
+ const message = err.error?.message
14
+ || `API error occurred: ${JSON.stringify(err)}`;
15
+ super(message, httpMeta);
16
+ this.data$ = err;
17
+ this.error = err.error;
18
+ if (err.userId != null)
19
+ this.userId = err.userId;
20
+ this.name = "InternalServerResponseError";
21
+ }
22
+ }
23
+ /** @internal */
24
+ export const InternalServerResponseError$inboundSchema = z.object({
25
+ error: models.InternalServerResponseErrorData$inboundSchema,
26
+ user_id: z.nullable(z.string()).optional(),
27
+ request$: z.custom(x => x instanceof Request),
28
+ response$: z.custom(x => x instanceof Response),
29
+ body$: z.string(),
30
+ })
31
+ .transform((v) => {
32
+ const remapped = remap$(v, {
33
+ "user_id": "userId",
34
+ });
35
+ return new InternalServerResponseError(remapped, {
36
+ request: v.request$,
37
+ response: v.response$,
38
+ body: v.body$,
39
+ });
40
+ });
41
+ /** @internal */
42
+ export const InternalServerResponseError$outboundSchema = z.custom(x => x instanceof InternalServerResponseError)
43
+ .transform(v => v.data$)
44
+ .pipe(z.object({
45
+ error: models.InternalServerResponseErrorData$outboundSchema,
46
+ userId: z.nullable(z.string()).optional(),
47
+ }).transform((v) => {
48
+ return remap$(v, {
49
+ userId: "user_id",
50
+ });
51
+ }));
52
+ /**
53
+ * @internal
54
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
55
+ */
56
+ export var InternalServerResponseError$;
57
+ (function (InternalServerResponseError$) {
58
+ /** @deprecated use `InternalServerResponseError$inboundSchema` instead. */
59
+ InternalServerResponseError$.inboundSchema = InternalServerResponseError$inboundSchema;
60
+ /** @deprecated use `InternalServerResponseError$outboundSchema` instead. */
61
+ InternalServerResponseError$.outboundSchema = InternalServerResponseError$outboundSchema;
62
+ })(InternalServerResponseError$ || (InternalServerResponseError$ = {}));
63
+ //# sourceMappingURL=internalserverresponseerror.js.map
@@ -0,0 +1,52 @@
1
+ import * as z from "zod/v4";
2
+ import * as models from "../index.js";
3
+ import { OpenRouterError } from "./openroutererror.js";
4
+ /**
5
+ * Not Found - Resource does not exist
6
+ */
7
+ export type NotFoundResponseErrorData = {
8
+ /**
9
+ * Error data for NotFoundResponse
10
+ */
11
+ error: models.NotFoundResponseErrorData;
12
+ userId?: string | null | undefined;
13
+ };
14
+ /**
15
+ * Not Found - Resource does not exist
16
+ */
17
+ export declare class NotFoundResponseError extends OpenRouterError {
18
+ /**
19
+ * Error data for NotFoundResponse
20
+ */
21
+ error: models.NotFoundResponseErrorData;
22
+ userId?: string | null | undefined;
23
+ /** The original data that was passed to this error instance. */
24
+ data$: NotFoundResponseErrorData;
25
+ constructor(err: NotFoundResponseErrorData, httpMeta: {
26
+ response: Response;
27
+ request: Request;
28
+ body: string;
29
+ });
30
+ }
31
+ /** @internal */
32
+ export declare const NotFoundResponseError$inboundSchema: z.ZodType<NotFoundResponseError, unknown>;
33
+ /** @internal */
34
+ export type NotFoundResponseError$Outbound = {
35
+ error: models.NotFoundResponseErrorData$Outbound;
36
+ user_id?: string | null | undefined;
37
+ };
38
+ /** @internal */
39
+ export declare const NotFoundResponseError$outboundSchema: z.ZodType<NotFoundResponseError$Outbound, NotFoundResponseError>;
40
+ /**
41
+ * @internal
42
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
43
+ */
44
+ export declare namespace NotFoundResponseError$ {
45
+ /** @deprecated use `NotFoundResponseError$inboundSchema` instead. */
46
+ const inboundSchema: z.ZodType<NotFoundResponseError, unknown, z.core.$ZodTypeInternals<NotFoundResponseError, unknown>>;
47
+ /** @deprecated use `NotFoundResponseError$outboundSchema` instead. */
48
+ const outboundSchema: z.ZodType<NotFoundResponseError$Outbound, NotFoundResponseError, z.core.$ZodTypeInternals<NotFoundResponseError$Outbound, NotFoundResponseError>>;
49
+ /** @deprecated use `NotFoundResponseError$Outbound` instead. */
50
+ type Outbound = NotFoundResponseError$Outbound;
51
+ }
52
+ //# sourceMappingURL=notfoundresponseerror.d.ts.map
@@ -6,9 +6,9 @@ import { remap as remap$ } from "../../lib/primitives.js";
6
6
  import * as models from "../index.js";
7
7
  import { OpenRouterError } from "./openroutererror.js";
8
8
  /**
9
- * Error response
9
+ * Not Found - Resource does not exist
10
10
  */
11
- export class ErrorResponse extends OpenRouterError {
11
+ export class NotFoundResponseError extends OpenRouterError {
12
12
  constructor(err, httpMeta) {
13
13
  const message = err.error?.message
14
14
  || `API error occurred: ${JSON.stringify(err)}`;
@@ -17,13 +17,12 @@ export class ErrorResponse extends OpenRouterError {
17
17
  this.error = err.error;
18
18
  if (err.userId != null)
19
19
  this.userId = err.userId;
20
- this.name = "ErrorResponse";
20
+ this.name = "NotFoundResponseError";
21
21
  }
22
22
  }
23
23
  /** @internal */
24
- export const ErrorResponse$inboundSchema = z
25
- .object({
26
- error: z.lazy(() => models.ErrorResponseError$inboundSchema),
24
+ export const NotFoundResponseError$inboundSchema = z.object({
25
+ error: models.NotFoundResponseErrorData$inboundSchema,
27
26
  user_id: z.nullable(z.string()).optional(),
28
27
  request$: z.custom(x => x instanceof Request),
29
28
  response$: z.custom(x => x instanceof Response),
@@ -33,17 +32,17 @@ export const ErrorResponse$inboundSchema = z
33
32
  const remapped = remap$(v, {
34
33
  "user_id": "userId",
35
34
  });
36
- return new ErrorResponse(remapped, {
35
+ return new NotFoundResponseError(remapped, {
37
36
  request: v.request$,
38
37
  response: v.response$,
39
38
  body: v.body$,
40
39
  });
41
40
  });
42
41
  /** @internal */
43
- export const ErrorResponse$outboundSchema = z.custom(x => x instanceof ErrorResponse)
42
+ export const NotFoundResponseError$outboundSchema = z.custom(x => x instanceof NotFoundResponseError)
44
43
  .transform(v => v.data$)
45
44
  .pipe(z.object({
46
- error: z.lazy(() => models.ErrorResponseError$outboundSchema),
45
+ error: models.NotFoundResponseErrorData$outboundSchema,
47
46
  userId: z.nullable(z.string()).optional(),
48
47
  }).transform((v) => {
49
48
  return remap$(v, {
@@ -54,11 +53,11 @@ export const ErrorResponse$outboundSchema = z.custom(x => x instanceof ErrorResp
54
53
  * @internal
55
54
  * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
56
55
  */
57
- export var ErrorResponse$;
58
- (function (ErrorResponse$) {
59
- /** @deprecated use `ErrorResponse$inboundSchema` instead. */
60
- ErrorResponse$.inboundSchema = ErrorResponse$inboundSchema;
61
- /** @deprecated use `ErrorResponse$outboundSchema` instead. */
62
- ErrorResponse$.outboundSchema = ErrorResponse$outboundSchema;
63
- })(ErrorResponse$ || (ErrorResponse$ = {}));
64
- //# sourceMappingURL=errorresponse.js.map
56
+ export var NotFoundResponseError$;
57
+ (function (NotFoundResponseError$) {
58
+ /** @deprecated use `NotFoundResponseError$inboundSchema` instead. */
59
+ NotFoundResponseError$.inboundSchema = NotFoundResponseError$inboundSchema;
60
+ /** @deprecated use `NotFoundResponseError$outboundSchema` instead. */
61
+ NotFoundResponseError$.outboundSchema = NotFoundResponseError$outboundSchema;
62
+ })(NotFoundResponseError$ || (NotFoundResponseError$ = {}));
63
+ //# sourceMappingURL=notfoundresponseerror.js.map