@openrouter/sdk 0.13.44 → 0.13.46

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 (110) hide show
  1. package/esm/funcs/byokList.js +1 -1
  2. package/esm/funcs/embeddingsListModels.d.ts +4 -2
  3. package/esm/funcs/embeddingsListModels.js +45 -8
  4. package/esm/funcs/guardrailsList.js +1 -1
  5. package/esm/funcs/guardrailsListGuardrailKeyAssignments.js +1 -1
  6. package/esm/funcs/guardrailsListGuardrailMemberAssignments.js +1 -1
  7. package/esm/funcs/guardrailsListKeyAssignments.js +1 -1
  8. package/esm/funcs/guardrailsListMemberAssignments.js +1 -1
  9. package/esm/funcs/modelsList.d.ts +4 -2
  10. package/esm/funcs/modelsList.js +39 -7
  11. package/esm/funcs/modelsListForUser.d.ts +4 -2
  12. package/esm/funcs/modelsListForUser.js +45 -8
  13. package/esm/funcs/observabilityList.js +1 -1
  14. package/esm/funcs/organizationListMembers.js +1 -1
  15. package/esm/funcs/presetsList.js +1 -1
  16. package/esm/funcs/presetsListVersions.js +1 -1
  17. package/esm/funcs/workspacesList.js +1 -1
  18. package/esm/funcs/workspacesListMembers.js +1 -1
  19. package/esm/lib/config.d.ts +2 -2
  20. package/esm/lib/config.js +2 -2
  21. package/esm/models/additionaltoolsitem.d.ts +5 -5
  22. package/esm/models/additionaltoolsitem.js +3 -3
  23. package/esm/models/anthropiccitationsearchresultlocationparam.d.ts +24 -0
  24. package/esm/models/{anthropiccitationsearchresultlocation.js → anthropiccitationsearchresultlocationparam.js} +5 -5
  25. package/esm/models/anthropiccitationwebsearchresultlocationparam.d.ts +20 -0
  26. package/esm/models/{anthropiccitationwebsearchresultlocation.js → anthropiccitationwebsearchresultlocationparam.js} +5 -5
  27. package/esm/models/anthropictextblockparam.d.ts +6 -6
  28. package/esm/models/anthropictextblockparam.js +6 -6
  29. package/esm/models/chatformatjsonobjectconfig.d.ts +15 -0
  30. package/esm/models/chatformatjsonobjectconfig.js +13 -0
  31. package/esm/models/chatrequest.d.ts +5 -5
  32. package/esm/models/chatrequest.js +3 -3
  33. package/esm/models/createobservabilitydestinationrequest.d.ts +3 -3
  34. package/esm/models/createobservabilitydestinationrequest.js +2 -2
  35. package/esm/models/imagegenerationproviderpreferences.d.ts +811 -0
  36. package/esm/models/imagegenerationproviderpreferences.js +208 -0
  37. package/esm/models/imagegenerationrequest.d.ts +4 -753
  38. package/esm/models/imagegenerationrequest.js +2 -162
  39. package/esm/models/imageinputmodality.d.ts +13 -0
  40. package/esm/models/imageinputmodality.js +15 -0
  41. package/esm/models/imagemodelarchitecture.d.ts +2 -2
  42. package/esm/models/imagemodelarchitecture.js +2 -2
  43. package/esm/models/index.d.ts +10 -2
  44. package/esm/models/index.js +10 -2
  45. package/esm/models/legacychatcontentvideo.d.ts +3 -3
  46. package/esm/models/legacychatcontentvideo.js +3 -3
  47. package/esm/models/legacychatcontentvideoinput.d.ts +23 -0
  48. package/esm/models/legacychatcontentvideoinput.js +21 -0
  49. package/esm/models/messagesrequest.d.ts +5 -5
  50. package/esm/models/messagesrequest.js +3 -3
  51. package/esm/models/messagessearchmodelsservertool.d.ts +28 -0
  52. package/esm/models/messagessearchmodelsservertool.js +20 -0
  53. package/esm/models/modelarchitecture.d.ts +2 -35
  54. package/esm/models/modelarchitecture.js +2 -32
  55. package/esm/models/modelslistresponse.d.ts +20 -0
  56. package/esm/models/modelslistresponse.js +14 -0
  57. package/esm/models/observabilityfilterrulegroup.d.ts +94 -0
  58. package/esm/models/observabilityfilterrulegroup.js +103 -0
  59. package/esm/models/observabilityfilterrulesconfig.d.ts +3 -100
  60. package/esm/models/observabilityfilterrulesconfig.js +2 -105
  61. package/esm/models/observabilityfilterrulesconfignullable.d.ts +18 -0
  62. package/esm/models/observabilityfilterrulesconfignullable.js +15 -0
  63. package/esm/models/operations/createembeddings.d.ts +1 -12
  64. package/esm/models/operations/createembeddings.js +1 -17
  65. package/esm/models/operations/getmodels.d.ts +19 -0
  66. package/esm/models/operations/getmodels.js +15 -0
  67. package/esm/models/operations/listbyokkeys.d.ts +2 -2
  68. package/esm/models/operations/listbyokkeys.js +2 -2
  69. package/esm/models/operations/listembeddingsmodels.d.ts +19 -0
  70. package/esm/models/operations/listembeddingsmodels.js +15 -0
  71. package/esm/models/operations/listguardrailkeyassignments.d.ts +2 -2
  72. package/esm/models/operations/listguardrailkeyassignments.js +2 -2
  73. package/esm/models/operations/listguardrailmemberassignments.d.ts +2 -2
  74. package/esm/models/operations/listguardrailmemberassignments.js +2 -2
  75. package/esm/models/operations/listguardrails.d.ts +2 -2
  76. package/esm/models/operations/listguardrails.js +2 -2
  77. package/esm/models/operations/listkeyassignments.d.ts +2 -2
  78. package/esm/models/operations/listkeyassignments.js +2 -2
  79. package/esm/models/operations/listmemberassignments.d.ts +2 -2
  80. package/esm/models/operations/listmemberassignments.js +2 -2
  81. package/esm/models/operations/listmodelsuser.d.ts +19 -0
  82. package/esm/models/operations/listmodelsuser.js +15 -0
  83. package/esm/models/operations/listobservabilitydestinations.d.ts +2 -2
  84. package/esm/models/operations/listobservabilitydestinations.js +2 -2
  85. package/esm/models/operations/listorganizationmembers.d.ts +2 -2
  86. package/esm/models/operations/listorganizationmembers.js +2 -2
  87. package/esm/models/operations/listpresets.d.ts +2 -2
  88. package/esm/models/operations/listpresets.js +2 -2
  89. package/esm/models/operations/listpresetversions.d.ts +2 -2
  90. package/esm/models/operations/listpresetversions.js +2 -2
  91. package/esm/models/operations/listworkspacemembers.d.ts +2 -2
  92. package/esm/models/operations/listworkspacemembers.js +2 -2
  93. package/esm/models/operations/listworkspaces.d.ts +2 -2
  94. package/esm/models/operations/listworkspaces.js +2 -2
  95. package/esm/models/providerpreferences.d.ts +16 -16
  96. package/esm/models/providerpreferences.js +12 -19
  97. package/esm/models/responsesrequest.d.ts +5 -5
  98. package/esm/models/responsesrequest.js +3 -3
  99. package/esm/models/searchmodelsservertoolopenrouter.d.ts +28 -0
  100. package/esm/models/searchmodelsservertoolopenrouter.js +20 -0
  101. package/esm/models/updateobservabilitydestinationrequest.d.ts +3 -3
  102. package/esm/models/updateobservabilitydestinationrequest.js +2 -2
  103. package/esm/sdk/embeddings.d.ts +4 -2
  104. package/esm/sdk/embeddings.js +2 -1
  105. package/esm/sdk/models.d.ts +7 -2
  106. package/esm/sdk/models.js +3 -2
  107. package/jsr.json +1 -1
  108. package/package.json +5 -5
  109. package/esm/models/anthropiccitationsearchresultlocation.d.ts +0 -24
  110. package/esm/models/anthropiccitationwebsearchresultlocation.d.ts +0 -20
@@ -0,0 +1,811 @@
1
+ import * as z from "zod/v4";
2
+ import { ProviderName } from "./providername.js";
3
+ import { ProviderSort } from "./providersort.js";
4
+ import { ProviderSortConfig, ProviderSortConfig$Outbound } from "./providersortconfig.js";
5
+ export type ImageGenerationProviderPreferencesIgnore = ProviderName | string;
6
+ export type ImageGenerationProviderPreferencesOnly = ProviderName | string;
7
+ /**
8
+ * Provider-specific options keyed by provider slug. Only options for the matched provider are forwarded; the rest are ignored. Unrecognized keys are silently dropped.
9
+ */
10
+ export type ImageGenerationProviderPreferencesOptions = {
11
+ oneai?: {
12
+ [k: string]: any | null;
13
+ } | undefined;
14
+ ai21?: {
15
+ [k: string]: any | null;
16
+ } | undefined;
17
+ aionLabs?: {
18
+ [k: string]: any | null;
19
+ } | undefined;
20
+ akashml?: {
21
+ [k: string]: any | null;
22
+ } | undefined;
23
+ alibaba?: {
24
+ [k: string]: any | null;
25
+ } | undefined;
26
+ amazonBedrock?: {
27
+ [k: string]: any | null;
28
+ } | undefined;
29
+ amazonNova?: {
30
+ [k: string]: any | null;
31
+ } | undefined;
32
+ ambient?: {
33
+ [k: string]: any | null;
34
+ } | undefined;
35
+ anthropic?: {
36
+ [k: string]: any | null;
37
+ } | undefined;
38
+ anyscale?: {
39
+ [k: string]: any | null;
40
+ } | undefined;
41
+ arceeAi?: {
42
+ [k: string]: any | null;
43
+ } | undefined;
44
+ atlasCloud?: {
45
+ [k: string]: any | null;
46
+ } | undefined;
47
+ atoma?: {
48
+ [k: string]: any | null;
49
+ } | undefined;
50
+ avian?: {
51
+ [k: string]: any | null;
52
+ } | undefined;
53
+ azure?: {
54
+ [k: string]: any | null;
55
+ } | undefined;
56
+ baidu?: {
57
+ [k: string]: any | null;
58
+ } | undefined;
59
+ baseten?: {
60
+ [k: string]: any | null;
61
+ } | undefined;
62
+ blackForestLabs?: {
63
+ [k: string]: any | null;
64
+ } | undefined;
65
+ byteplus?: {
66
+ [k: string]: any | null;
67
+ } | undefined;
68
+ centml?: {
69
+ [k: string]: any | null;
70
+ } | undefined;
71
+ cerebras?: {
72
+ [k: string]: any | null;
73
+ } | undefined;
74
+ chutes?: {
75
+ [k: string]: any | null;
76
+ } | undefined;
77
+ cirrascale?: {
78
+ [k: string]: any | null;
79
+ } | undefined;
80
+ clarifai?: {
81
+ [k: string]: any | null;
82
+ } | undefined;
83
+ cloudflare?: {
84
+ [k: string]: any | null;
85
+ } | undefined;
86
+ cohere?: {
87
+ [k: string]: any | null;
88
+ } | undefined;
89
+ crofai?: {
90
+ [k: string]: any | null;
91
+ } | undefined;
92
+ crucible?: {
93
+ [k: string]: any | null;
94
+ } | undefined;
95
+ crusoe?: {
96
+ [k: string]: any | null;
97
+ } | undefined;
98
+ darkbloom?: {
99
+ [k: string]: any | null;
100
+ } | undefined;
101
+ decart?: {
102
+ [k: string]: any | null;
103
+ } | undefined;
104
+ deepgram?: {
105
+ [k: string]: any | null;
106
+ } | undefined;
107
+ deepinfra?: {
108
+ [k: string]: any | null;
109
+ } | undefined;
110
+ deepseek?: {
111
+ [k: string]: any | null;
112
+ } | undefined;
113
+ dekallm?: {
114
+ [k: string]: any | null;
115
+ } | undefined;
116
+ digitalocean?: {
117
+ [k: string]: any | null;
118
+ } | undefined;
119
+ enfer?: {
120
+ [k: string]: any | null;
121
+ } | undefined;
122
+ fakeProvider?: {
123
+ [k: string]: any | null;
124
+ } | undefined;
125
+ featherless?: {
126
+ [k: string]: any | null;
127
+ } | undefined;
128
+ fireworks?: {
129
+ [k: string]: any | null;
130
+ } | undefined;
131
+ friendli?: {
132
+ [k: string]: any | null;
133
+ } | undefined;
134
+ gmicloud?: {
135
+ [k: string]: any | null;
136
+ } | undefined;
137
+ googleAiStudio?: {
138
+ [k: string]: any | null;
139
+ } | undefined;
140
+ googleVertex?: {
141
+ [k: string]: any | null;
142
+ } | undefined;
143
+ gopomelo?: {
144
+ [k: string]: any | null;
145
+ } | undefined;
146
+ groq?: {
147
+ [k: string]: any | null;
148
+ } | undefined;
149
+ heygen?: {
150
+ [k: string]: any | null;
151
+ } | undefined;
152
+ huggingface?: {
153
+ [k: string]: any | null;
154
+ } | undefined;
155
+ hyperbolic?: {
156
+ [k: string]: any | null;
157
+ } | undefined;
158
+ hyperbolicQuantized?: {
159
+ [k: string]: any | null;
160
+ } | undefined;
161
+ inception?: {
162
+ [k: string]: any | null;
163
+ } | undefined;
164
+ inceptron?: {
165
+ [k: string]: any | null;
166
+ } | undefined;
167
+ inferactVllm?: {
168
+ [k: string]: any | null;
169
+ } | undefined;
170
+ inferenceNet?: {
171
+ [k: string]: any | null;
172
+ } | undefined;
173
+ infermatic?: {
174
+ [k: string]: any | null;
175
+ } | undefined;
176
+ inflection?: {
177
+ [k: string]: any | null;
178
+ } | undefined;
179
+ inocloud?: {
180
+ [k: string]: any | null;
181
+ } | undefined;
182
+ ioNet?: {
183
+ [k: string]: any | null;
184
+ } | undefined;
185
+ ionstream?: {
186
+ [k: string]: any | null;
187
+ } | undefined;
188
+ klusterai?: {
189
+ [k: string]: any | null;
190
+ } | undefined;
191
+ lambda?: {
192
+ [k: string]: any | null;
193
+ } | undefined;
194
+ lepton?: {
195
+ [k: string]: any | null;
196
+ } | undefined;
197
+ liquid?: {
198
+ [k: string]: any | null;
199
+ } | undefined;
200
+ lynn?: {
201
+ [k: string]: any | null;
202
+ } | undefined;
203
+ lynnPrivate?: {
204
+ [k: string]: any | null;
205
+ } | undefined;
206
+ mancer?: {
207
+ [k: string]: any | null;
208
+ } | undefined;
209
+ mancerOld?: {
210
+ [k: string]: any | null;
211
+ } | undefined;
212
+ mara?: {
213
+ [k: string]: any | null;
214
+ } | undefined;
215
+ meta?: {
216
+ [k: string]: any | null;
217
+ } | undefined;
218
+ minimax?: {
219
+ [k: string]: any | null;
220
+ } | undefined;
221
+ mistral?: {
222
+ [k: string]: any | null;
223
+ } | undefined;
224
+ modal?: {
225
+ [k: string]: any | null;
226
+ } | undefined;
227
+ modelrun?: {
228
+ [k: string]: any | null;
229
+ } | undefined;
230
+ modular?: {
231
+ [k: string]: any | null;
232
+ } | undefined;
233
+ moonshotai?: {
234
+ [k: string]: any | null;
235
+ } | undefined;
236
+ morph?: {
237
+ [k: string]: any | null;
238
+ } | undefined;
239
+ ncompass?: {
240
+ [k: string]: any | null;
241
+ } | undefined;
242
+ nebius?: {
243
+ [k: string]: any | null;
244
+ } | undefined;
245
+ nexAgi?: {
246
+ [k: string]: any | null;
247
+ } | undefined;
248
+ nextbit?: {
249
+ [k: string]: any | null;
250
+ } | undefined;
251
+ nineteen?: {
252
+ [k: string]: any | null;
253
+ } | undefined;
254
+ novita?: {
255
+ [k: string]: any | null;
256
+ } | undefined;
257
+ nvidia?: {
258
+ [k: string]: any | null;
259
+ } | undefined;
260
+ octoai?: {
261
+ [k: string]: any | null;
262
+ } | undefined;
263
+ openInference?: {
264
+ [k: string]: any | null;
265
+ } | undefined;
266
+ openai?: {
267
+ [k: string]: any | null;
268
+ } | undefined;
269
+ parasail?: {
270
+ [k: string]: any | null;
271
+ } | undefined;
272
+ perceptron?: {
273
+ [k: string]: any | null;
274
+ } | undefined;
275
+ perplexity?: {
276
+ [k: string]: any | null;
277
+ } | undefined;
278
+ phala?: {
279
+ [k: string]: any | null;
280
+ } | undefined;
281
+ poolside?: {
282
+ [k: string]: any | null;
283
+ } | undefined;
284
+ quiver?: {
285
+ [k: string]: any | null;
286
+ } | undefined;
287
+ recraft?: {
288
+ [k: string]: any | null;
289
+ } | undefined;
290
+ recursal?: {
291
+ [k: string]: any | null;
292
+ } | undefined;
293
+ reflection?: {
294
+ [k: string]: any | null;
295
+ } | undefined;
296
+ reka?: {
297
+ [k: string]: any | null;
298
+ } | undefined;
299
+ relace?: {
300
+ [k: string]: any | null;
301
+ } | undefined;
302
+ replicate?: {
303
+ [k: string]: any | null;
304
+ } | undefined;
305
+ sakana?: {
306
+ [k: string]: any | null;
307
+ } | undefined;
308
+ sambanova?: {
309
+ [k: string]: any | null;
310
+ } | undefined;
311
+ sambanovaCloaked?: {
312
+ [k: string]: any | null;
313
+ } | undefined;
314
+ seed?: {
315
+ [k: string]: any | null;
316
+ } | undefined;
317
+ sfCompute?: {
318
+ [k: string]: any | null;
319
+ } | undefined;
320
+ siliconflow?: {
321
+ [k: string]: any | null;
322
+ } | undefined;
323
+ sourceful?: {
324
+ [k: string]: any | null;
325
+ } | undefined;
326
+ stealth?: {
327
+ [k: string]: any | null;
328
+ } | undefined;
329
+ stepfun?: {
330
+ [k: string]: any | null;
331
+ } | undefined;
332
+ streamlake?: {
333
+ [k: string]: any | null;
334
+ } | undefined;
335
+ switchpoint?: {
336
+ [k: string]: any | null;
337
+ } | undefined;
338
+ targon?: {
339
+ [k: string]: any | null;
340
+ } | undefined;
341
+ tenstorrent?: {
342
+ [k: string]: any | null;
343
+ } | undefined;
344
+ together?: {
345
+ [k: string]: any | null;
346
+ } | undefined;
347
+ togetherLite?: {
348
+ [k: string]: any | null;
349
+ } | undefined;
350
+ ubicloud?: {
351
+ [k: string]: any | null;
352
+ } | undefined;
353
+ upstage?: {
354
+ [k: string]: any | null;
355
+ } | undefined;
356
+ venice?: {
357
+ [k: string]: any | null;
358
+ } | undefined;
359
+ wafer?: {
360
+ [k: string]: any | null;
361
+ } | undefined;
362
+ wandb?: {
363
+ [k: string]: any | null;
364
+ } | undefined;
365
+ xai?: {
366
+ [k: string]: any | null;
367
+ } | undefined;
368
+ xiaomi?: {
369
+ [k: string]: any | null;
370
+ } | undefined;
371
+ zAi?: {
372
+ [k: string]: any | null;
373
+ } | undefined;
374
+ };
375
+ export type ImageGenerationProviderPreferencesOrder = ProviderName | string;
376
+ /**
377
+ * The sorting strategy to use for this request, if "order" is not specified. When set, no load balancing is performed.
378
+ */
379
+ export type ImageGenerationProviderPreferencesSort = ProviderSort | ProviderSortConfig | any;
380
+ /**
381
+ * Provider routing preferences and provider-specific passthrough configuration.
382
+ */
383
+ export type ImageGenerationProviderPreferences = {
384
+ /**
385
+ * Whether to allow backup providers to serve requests
386
+ *
387
+ * @remarks
388
+ * - true: (default) when the primary provider (or your custom providers in "order") is unavailable, use the next best provider.
389
+ * - false: use only the primary/custom provider, and return the upstream error if it's unavailable.
390
+ */
391
+ allowFallbacks?: boolean | null | undefined;
392
+ /**
393
+ * List of provider slugs to ignore. If provided, this list is merged with your account-wide ignored provider settings for this request.
394
+ */
395
+ ignore?: Array<ProviderName | string> | null | undefined;
396
+ /**
397
+ * List of provider slugs to allow. If provided, this list is merged with your account-wide allowed provider settings for this request.
398
+ */
399
+ only?: Array<ProviderName | string> | null | undefined;
400
+ options?: ImageGenerationProviderPreferencesOptions | undefined;
401
+ /**
402
+ * An ordered list of provider slugs. The router will attempt to use the first provider in the subset of this list that supports your requested model, and fall back to the next if it is unavailable. If no providers are available, the request will fail with an error message.
403
+ */
404
+ order?: Array<ProviderName | string> | null | undefined;
405
+ /**
406
+ * The sorting strategy to use for this request, if "order" is not specified. When set, no load balancing is performed.
407
+ */
408
+ sort?: ProviderSort | ProviderSortConfig | any | null | undefined;
409
+ };
410
+ /** @internal */
411
+ export type ImageGenerationProviderPreferencesIgnore$Outbound = string | string;
412
+ /** @internal */
413
+ export declare const ImageGenerationProviderPreferencesIgnore$outboundSchema: z.ZodType<ImageGenerationProviderPreferencesIgnore$Outbound, ImageGenerationProviderPreferencesIgnore>;
414
+ export declare function imageGenerationProviderPreferencesIgnoreToJSON(imageGenerationProviderPreferencesIgnore: ImageGenerationProviderPreferencesIgnore): string;
415
+ /** @internal */
416
+ export type ImageGenerationProviderPreferencesOnly$Outbound = string | string;
417
+ /** @internal */
418
+ export declare const ImageGenerationProviderPreferencesOnly$outboundSchema: z.ZodType<ImageGenerationProviderPreferencesOnly$Outbound, ImageGenerationProviderPreferencesOnly>;
419
+ export declare function imageGenerationProviderPreferencesOnlyToJSON(imageGenerationProviderPreferencesOnly: ImageGenerationProviderPreferencesOnly): string;
420
+ /** @internal */
421
+ export type ImageGenerationProviderPreferencesOptions$Outbound = {
422
+ "01ai"?: {
423
+ [k: string]: any | null;
424
+ } | undefined;
425
+ ai21?: {
426
+ [k: string]: any | null;
427
+ } | undefined;
428
+ "aion-labs"?: {
429
+ [k: string]: any | null;
430
+ } | undefined;
431
+ akashml?: {
432
+ [k: string]: any | null;
433
+ } | undefined;
434
+ alibaba?: {
435
+ [k: string]: any | null;
436
+ } | undefined;
437
+ "amazon-bedrock"?: {
438
+ [k: string]: any | null;
439
+ } | undefined;
440
+ "amazon-nova"?: {
441
+ [k: string]: any | null;
442
+ } | undefined;
443
+ ambient?: {
444
+ [k: string]: any | null;
445
+ } | undefined;
446
+ anthropic?: {
447
+ [k: string]: any | null;
448
+ } | undefined;
449
+ anyscale?: {
450
+ [k: string]: any | null;
451
+ } | undefined;
452
+ "arcee-ai"?: {
453
+ [k: string]: any | null;
454
+ } | undefined;
455
+ "atlas-cloud"?: {
456
+ [k: string]: any | null;
457
+ } | undefined;
458
+ atoma?: {
459
+ [k: string]: any | null;
460
+ } | undefined;
461
+ avian?: {
462
+ [k: string]: any | null;
463
+ } | undefined;
464
+ azure?: {
465
+ [k: string]: any | null;
466
+ } | undefined;
467
+ baidu?: {
468
+ [k: string]: any | null;
469
+ } | undefined;
470
+ baseten?: {
471
+ [k: string]: any | null;
472
+ } | undefined;
473
+ "black-forest-labs"?: {
474
+ [k: string]: any | null;
475
+ } | undefined;
476
+ byteplus?: {
477
+ [k: string]: any | null;
478
+ } | undefined;
479
+ centml?: {
480
+ [k: string]: any | null;
481
+ } | undefined;
482
+ cerebras?: {
483
+ [k: string]: any | null;
484
+ } | undefined;
485
+ chutes?: {
486
+ [k: string]: any | null;
487
+ } | undefined;
488
+ cirrascale?: {
489
+ [k: string]: any | null;
490
+ } | undefined;
491
+ clarifai?: {
492
+ [k: string]: any | null;
493
+ } | undefined;
494
+ cloudflare?: {
495
+ [k: string]: any | null;
496
+ } | undefined;
497
+ cohere?: {
498
+ [k: string]: any | null;
499
+ } | undefined;
500
+ crofai?: {
501
+ [k: string]: any | null;
502
+ } | undefined;
503
+ crucible?: {
504
+ [k: string]: any | null;
505
+ } | undefined;
506
+ crusoe?: {
507
+ [k: string]: any | null;
508
+ } | undefined;
509
+ darkbloom?: {
510
+ [k: string]: any | null;
511
+ } | undefined;
512
+ decart?: {
513
+ [k: string]: any | null;
514
+ } | undefined;
515
+ deepgram?: {
516
+ [k: string]: any | null;
517
+ } | undefined;
518
+ deepinfra?: {
519
+ [k: string]: any | null;
520
+ } | undefined;
521
+ deepseek?: {
522
+ [k: string]: any | null;
523
+ } | undefined;
524
+ dekallm?: {
525
+ [k: string]: any | null;
526
+ } | undefined;
527
+ digitalocean?: {
528
+ [k: string]: any | null;
529
+ } | undefined;
530
+ enfer?: {
531
+ [k: string]: any | null;
532
+ } | undefined;
533
+ "fake-provider"?: {
534
+ [k: string]: any | null;
535
+ } | undefined;
536
+ featherless?: {
537
+ [k: string]: any | null;
538
+ } | undefined;
539
+ fireworks?: {
540
+ [k: string]: any | null;
541
+ } | undefined;
542
+ friendli?: {
543
+ [k: string]: any | null;
544
+ } | undefined;
545
+ gmicloud?: {
546
+ [k: string]: any | null;
547
+ } | undefined;
548
+ "google-ai-studio"?: {
549
+ [k: string]: any | null;
550
+ } | undefined;
551
+ "google-vertex"?: {
552
+ [k: string]: any | null;
553
+ } | undefined;
554
+ gopomelo?: {
555
+ [k: string]: any | null;
556
+ } | undefined;
557
+ groq?: {
558
+ [k: string]: any | null;
559
+ } | undefined;
560
+ heygen?: {
561
+ [k: string]: any | null;
562
+ } | undefined;
563
+ huggingface?: {
564
+ [k: string]: any | null;
565
+ } | undefined;
566
+ hyperbolic?: {
567
+ [k: string]: any | null;
568
+ } | undefined;
569
+ "hyperbolic-quantized"?: {
570
+ [k: string]: any | null;
571
+ } | undefined;
572
+ inception?: {
573
+ [k: string]: any | null;
574
+ } | undefined;
575
+ inceptron?: {
576
+ [k: string]: any | null;
577
+ } | undefined;
578
+ "inferact-vllm"?: {
579
+ [k: string]: any | null;
580
+ } | undefined;
581
+ "inference-net"?: {
582
+ [k: string]: any | null;
583
+ } | undefined;
584
+ infermatic?: {
585
+ [k: string]: any | null;
586
+ } | undefined;
587
+ inflection?: {
588
+ [k: string]: any | null;
589
+ } | undefined;
590
+ inocloud?: {
591
+ [k: string]: any | null;
592
+ } | undefined;
593
+ "io-net"?: {
594
+ [k: string]: any | null;
595
+ } | undefined;
596
+ ionstream?: {
597
+ [k: string]: any | null;
598
+ } | undefined;
599
+ klusterai?: {
600
+ [k: string]: any | null;
601
+ } | undefined;
602
+ lambda?: {
603
+ [k: string]: any | null;
604
+ } | undefined;
605
+ lepton?: {
606
+ [k: string]: any | null;
607
+ } | undefined;
608
+ liquid?: {
609
+ [k: string]: any | null;
610
+ } | undefined;
611
+ lynn?: {
612
+ [k: string]: any | null;
613
+ } | undefined;
614
+ "lynn-private"?: {
615
+ [k: string]: any | null;
616
+ } | undefined;
617
+ mancer?: {
618
+ [k: string]: any | null;
619
+ } | undefined;
620
+ "mancer-old"?: {
621
+ [k: string]: any | null;
622
+ } | undefined;
623
+ mara?: {
624
+ [k: string]: any | null;
625
+ } | undefined;
626
+ meta?: {
627
+ [k: string]: any | null;
628
+ } | undefined;
629
+ minimax?: {
630
+ [k: string]: any | null;
631
+ } | undefined;
632
+ mistral?: {
633
+ [k: string]: any | null;
634
+ } | undefined;
635
+ modal?: {
636
+ [k: string]: any | null;
637
+ } | undefined;
638
+ modelrun?: {
639
+ [k: string]: any | null;
640
+ } | undefined;
641
+ modular?: {
642
+ [k: string]: any | null;
643
+ } | undefined;
644
+ moonshotai?: {
645
+ [k: string]: any | null;
646
+ } | undefined;
647
+ morph?: {
648
+ [k: string]: any | null;
649
+ } | undefined;
650
+ ncompass?: {
651
+ [k: string]: any | null;
652
+ } | undefined;
653
+ nebius?: {
654
+ [k: string]: any | null;
655
+ } | undefined;
656
+ "nex-agi"?: {
657
+ [k: string]: any | null;
658
+ } | undefined;
659
+ nextbit?: {
660
+ [k: string]: any | null;
661
+ } | undefined;
662
+ nineteen?: {
663
+ [k: string]: any | null;
664
+ } | undefined;
665
+ novita?: {
666
+ [k: string]: any | null;
667
+ } | undefined;
668
+ nvidia?: {
669
+ [k: string]: any | null;
670
+ } | undefined;
671
+ octoai?: {
672
+ [k: string]: any | null;
673
+ } | undefined;
674
+ "open-inference"?: {
675
+ [k: string]: any | null;
676
+ } | undefined;
677
+ openai?: {
678
+ [k: string]: any | null;
679
+ } | undefined;
680
+ parasail?: {
681
+ [k: string]: any | null;
682
+ } | undefined;
683
+ perceptron?: {
684
+ [k: string]: any | null;
685
+ } | undefined;
686
+ perplexity?: {
687
+ [k: string]: any | null;
688
+ } | undefined;
689
+ phala?: {
690
+ [k: string]: any | null;
691
+ } | undefined;
692
+ poolside?: {
693
+ [k: string]: any | null;
694
+ } | undefined;
695
+ quiver?: {
696
+ [k: string]: any | null;
697
+ } | undefined;
698
+ recraft?: {
699
+ [k: string]: any | null;
700
+ } | undefined;
701
+ recursal?: {
702
+ [k: string]: any | null;
703
+ } | undefined;
704
+ reflection?: {
705
+ [k: string]: any | null;
706
+ } | undefined;
707
+ reka?: {
708
+ [k: string]: any | null;
709
+ } | undefined;
710
+ relace?: {
711
+ [k: string]: any | null;
712
+ } | undefined;
713
+ replicate?: {
714
+ [k: string]: any | null;
715
+ } | undefined;
716
+ sakana?: {
717
+ [k: string]: any | null;
718
+ } | undefined;
719
+ sambanova?: {
720
+ [k: string]: any | null;
721
+ } | undefined;
722
+ "sambanova-cloaked"?: {
723
+ [k: string]: any | null;
724
+ } | undefined;
725
+ seed?: {
726
+ [k: string]: any | null;
727
+ } | undefined;
728
+ "sf-compute"?: {
729
+ [k: string]: any | null;
730
+ } | undefined;
731
+ siliconflow?: {
732
+ [k: string]: any | null;
733
+ } | undefined;
734
+ sourceful?: {
735
+ [k: string]: any | null;
736
+ } | undefined;
737
+ stealth?: {
738
+ [k: string]: any | null;
739
+ } | undefined;
740
+ stepfun?: {
741
+ [k: string]: any | null;
742
+ } | undefined;
743
+ streamlake?: {
744
+ [k: string]: any | null;
745
+ } | undefined;
746
+ switchpoint?: {
747
+ [k: string]: any | null;
748
+ } | undefined;
749
+ targon?: {
750
+ [k: string]: any | null;
751
+ } | undefined;
752
+ tenstorrent?: {
753
+ [k: string]: any | null;
754
+ } | undefined;
755
+ together?: {
756
+ [k: string]: any | null;
757
+ } | undefined;
758
+ "together-lite"?: {
759
+ [k: string]: any | null;
760
+ } | undefined;
761
+ ubicloud?: {
762
+ [k: string]: any | null;
763
+ } | undefined;
764
+ upstage?: {
765
+ [k: string]: any | null;
766
+ } | undefined;
767
+ venice?: {
768
+ [k: string]: any | null;
769
+ } | undefined;
770
+ wafer?: {
771
+ [k: string]: any | null;
772
+ } | undefined;
773
+ wandb?: {
774
+ [k: string]: any | null;
775
+ } | undefined;
776
+ xai?: {
777
+ [k: string]: any | null;
778
+ } | undefined;
779
+ xiaomi?: {
780
+ [k: string]: any | null;
781
+ } | undefined;
782
+ "z-ai"?: {
783
+ [k: string]: any | null;
784
+ } | undefined;
785
+ };
786
+ /** @internal */
787
+ export declare const ImageGenerationProviderPreferencesOptions$outboundSchema: z.ZodType<ImageGenerationProviderPreferencesOptions$Outbound, ImageGenerationProviderPreferencesOptions>;
788
+ export declare function imageGenerationProviderPreferencesOptionsToJSON(imageGenerationProviderPreferencesOptions: ImageGenerationProviderPreferencesOptions): string;
789
+ /** @internal */
790
+ export type ImageGenerationProviderPreferencesOrder$Outbound = string | string;
791
+ /** @internal */
792
+ export declare const ImageGenerationProviderPreferencesOrder$outboundSchema: z.ZodType<ImageGenerationProviderPreferencesOrder$Outbound, ImageGenerationProviderPreferencesOrder>;
793
+ export declare function imageGenerationProviderPreferencesOrderToJSON(imageGenerationProviderPreferencesOrder: ImageGenerationProviderPreferencesOrder): string;
794
+ /** @internal */
795
+ export type ImageGenerationProviderPreferencesSort$Outbound = string | ProviderSortConfig$Outbound | any;
796
+ /** @internal */
797
+ export declare const ImageGenerationProviderPreferencesSort$outboundSchema: z.ZodType<ImageGenerationProviderPreferencesSort$Outbound, ImageGenerationProviderPreferencesSort>;
798
+ export declare function imageGenerationProviderPreferencesSortToJSON(imageGenerationProviderPreferencesSort: ImageGenerationProviderPreferencesSort): string;
799
+ /** @internal */
800
+ export type ImageGenerationProviderPreferences$Outbound = {
801
+ allow_fallbacks?: boolean | null | undefined;
802
+ ignore?: Array<string | string> | null | undefined;
803
+ only?: Array<string | string> | null | undefined;
804
+ options?: ImageGenerationProviderPreferencesOptions$Outbound | undefined;
805
+ order?: Array<string | string> | null | undefined;
806
+ sort?: string | ProviderSortConfig$Outbound | any | null | undefined;
807
+ };
808
+ /** @internal */
809
+ export declare const ImageGenerationProviderPreferences$outboundSchema: z.ZodType<ImageGenerationProviderPreferences$Outbound, ImageGenerationProviderPreferences>;
810
+ export declare function imageGenerationProviderPreferencesToJSON(imageGenerationProviderPreferences: ImageGenerationProviderPreferences): string;
811
+ //# sourceMappingURL=imagegenerationproviderpreferences.d.ts.map