@openrouter/sdk 0.12.35 → 0.13.7

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 (653) hide show
  1. package/FUNCTIONS.md +2 -2
  2. package/README.md +41 -1
  3. package/esm/funcs/analyticsGetUserActivity.js +2 -1
  4. package/esm/funcs/apiKeysCreate.js +2 -1
  5. package/esm/funcs/apiKeysDelete.js +2 -1
  6. package/esm/funcs/apiKeysGet.js +2 -1
  7. package/esm/funcs/apiKeysGetCurrentKeyMetadata.js +2 -1
  8. package/esm/funcs/apiKeysList.js +2 -1
  9. package/esm/funcs/apiKeysUpdate.js +2 -1
  10. package/esm/funcs/betaAnalyticsGetAnalyticsMeta.d.ts +18 -0
  11. package/esm/funcs/betaAnalyticsGetAnalyticsMeta.js +96 -0
  12. package/esm/funcs/betaAnalyticsQueryAnalytics.d.ts +18 -0
  13. package/esm/funcs/betaAnalyticsQueryAnalytics.js +97 -0
  14. package/esm/funcs/betaResponsesSend.d.ts +3 -3
  15. package/esm/funcs/betaResponsesSend.js +4 -19
  16. package/esm/funcs/byokCreate.d.ts +19 -0
  17. package/esm/funcs/byokCreate.js +100 -0
  18. package/esm/funcs/byokDelete.d.ts +19 -0
  19. package/esm/funcs/byokDelete.js +103 -0
  20. package/esm/funcs/byokGet.d.ts +19 -0
  21. package/esm/funcs/byokGet.js +103 -0
  22. package/esm/funcs/byokList.d.ts +21 -0
  23. package/esm/funcs/byokList.js +136 -0
  24. package/esm/funcs/byokUpdate.d.ts +19 -0
  25. package/esm/funcs/byokUpdate.js +106 -0
  26. package/esm/funcs/chatSend.js +3 -19
  27. package/esm/funcs/creditsGetCredits.js +2 -1
  28. package/esm/funcs/datasetsGetAppRankings.d.ts +43 -0
  29. package/esm/funcs/datasetsGetAppRankings.js +161 -0
  30. package/esm/funcs/datasetsGetBenchmarksArtificialAnalysis.d.ts +19 -0
  31. package/esm/funcs/datasetsGetBenchmarksArtificialAnalysis.js +102 -0
  32. package/esm/funcs/datasetsGetBenchmarksDesignArena.d.ts +19 -0
  33. package/esm/funcs/datasetsGetBenchmarksDesignArena.js +104 -0
  34. package/esm/funcs/datasetsGetRankingsDaily.d.ts +37 -0
  35. package/esm/funcs/datasetsGetRankingsDaily.js +120 -0
  36. package/esm/funcs/embeddingsGenerate.js +2 -14
  37. package/esm/funcs/embeddingsListModels.js +2 -1
  38. package/esm/funcs/endpointsList.js +2 -1
  39. package/esm/funcs/endpointsListZdrEndpoints.js +2 -1
  40. package/esm/funcs/filesDelete.d.ts +19 -0
  41. package/esm/funcs/filesDelete.js +107 -0
  42. package/esm/funcs/filesDownload.d.ts +18 -0
  43. package/esm/funcs/filesDownload.js +107 -0
  44. package/esm/funcs/filesList.d.ts +21 -0
  45. package/esm/funcs/filesList.js +131 -0
  46. package/esm/funcs/filesRetrieve.d.ts +19 -0
  47. package/esm/funcs/filesRetrieve.js +107 -0
  48. package/esm/funcs/filesUpload.d.ts +19 -0
  49. package/esm/funcs/filesUpload.js +121 -0
  50. package/esm/funcs/generationsGetGeneration.js +2 -12
  51. package/esm/funcs/generationsListGenerationContent.js +2 -12
  52. package/esm/funcs/guardrailsBulkAssignKeys.js +2 -1
  53. package/esm/funcs/guardrailsBulkAssignMembers.js +2 -1
  54. package/esm/funcs/guardrailsBulkUnassignKeys.js +2 -1
  55. package/esm/funcs/guardrailsBulkUnassignMembers.js +2 -1
  56. package/esm/funcs/guardrailsCreate.js +2 -1
  57. package/esm/funcs/guardrailsDelete.js +2 -1
  58. package/esm/funcs/guardrailsGet.js +2 -1
  59. package/esm/funcs/guardrailsList.js +2 -1
  60. package/esm/funcs/guardrailsListGuardrailKeyAssignments.js +2 -1
  61. package/esm/funcs/guardrailsListGuardrailMemberAssignments.js +2 -1
  62. package/esm/funcs/guardrailsListKeyAssignments.js +2 -1
  63. package/esm/funcs/guardrailsListMemberAssignments.js +2 -1
  64. package/esm/funcs/guardrailsUpdate.js +2 -1
  65. package/esm/funcs/modelsCount.js +2 -1
  66. package/esm/funcs/modelsGet.d.ts +19 -0
  67. package/esm/funcs/modelsGet.js +107 -0
  68. package/esm/funcs/modelsList.js +14 -1
  69. package/esm/funcs/modelsListForUser.js +2 -1
  70. package/esm/funcs/oAuthCreateAuthCode.d.ts +1 -1
  71. package/esm/funcs/oAuthCreateAuthCode.js +3 -2
  72. package/esm/funcs/oAuthExchangeAuthCodeForAPIKey.js +2 -1
  73. package/esm/funcs/observabilityCreate.d.ts +19 -0
  74. package/esm/funcs/observabilityCreate.js +98 -0
  75. package/esm/funcs/observabilityDelete.d.ts +19 -0
  76. package/esm/funcs/observabilityDelete.js +103 -0
  77. package/esm/funcs/observabilityGet.d.ts +19 -0
  78. package/esm/funcs/observabilityGet.js +103 -0
  79. package/esm/funcs/observabilityList.d.ts +21 -0
  80. package/esm/funcs/observabilityList.js +134 -0
  81. package/esm/funcs/observabilityUpdate.d.ts +19 -0
  82. package/esm/funcs/observabilityUpdate.js +104 -0
  83. package/esm/funcs/organizationListMembers.js +2 -1
  84. package/esm/funcs/presetsCreatePresetsChatCompletions.d.ts +21 -0
  85. package/esm/funcs/presetsCreatePresetsChatCompletions.js +106 -0
  86. package/esm/funcs/presetsCreatePresetsMessages.d.ts +21 -0
  87. package/esm/funcs/presetsCreatePresetsMessages.js +106 -0
  88. package/esm/funcs/presetsCreatePresetsResponses.d.ts +21 -0
  89. package/esm/funcs/presetsCreatePresetsResponses.js +106 -0
  90. package/esm/funcs/presetsGet.d.ts +21 -0
  91. package/esm/funcs/presetsGet.js +105 -0
  92. package/esm/funcs/presetsGetVersion.d.ts +21 -0
  93. package/esm/funcs/presetsGetVersion.js +109 -0
  94. package/esm/funcs/presetsList.d.ts +23 -0
  95. package/esm/funcs/presetsList.js +136 -0
  96. package/esm/funcs/presetsListVersions.d.ts +23 -0
  97. package/esm/funcs/presetsListVersions.js +142 -0
  98. package/esm/funcs/providersList.js +2 -1
  99. package/esm/funcs/rerankRerank.js +2 -14
  100. package/esm/funcs/sttCreateTranscription.js +2 -14
  101. package/esm/funcs/ttsCreateSpeech.js +2 -14
  102. package/esm/funcs/videoGenerationGenerate.js +2 -1
  103. package/esm/funcs/videoGenerationGetGeneration.js +2 -1
  104. package/esm/funcs/videoGenerationGetVideoContent.js +2 -1
  105. package/esm/funcs/videoGenerationListVideosModels.js +2 -1
  106. package/esm/funcs/workspacesBulkAddMembers.js +2 -1
  107. package/esm/funcs/workspacesBulkRemoveMembers.js +2 -1
  108. package/esm/funcs/workspacesCreate.js +2 -1
  109. package/esm/funcs/workspacesDelete.js +2 -1
  110. package/esm/funcs/workspacesGet.js +2 -1
  111. package/esm/funcs/workspacesList.js +2 -1
  112. package/esm/funcs/workspacesUpdate.js +2 -1
  113. package/esm/lib/config.d.ts +3 -3
  114. package/esm/lib/config.js +3 -3
  115. package/esm/lib/encodings.d.ts +1 -0
  116. package/esm/lib/encodings.js +6 -0
  117. package/esm/lib/sdks.d.ts +1 -1
  118. package/esm/lib/sdks.js +3 -5
  119. package/esm/models/aabenchmarkentry.d.ts +24 -0
  120. package/esm/models/aabenchmarkentry.js +23 -0
  121. package/esm/models/advisornestedtool.d.ts +25 -0
  122. package/esm/models/advisornestedtool.js +23 -0
  123. package/esm/models/advisorreasoning.d.ts +41 -0
  124. package/esm/models/advisorreasoning.js +33 -0
  125. package/esm/models/advisorservertoolconfig.d.ts +65 -0
  126. package/esm/models/advisorservertoolconfig.js +31 -0
  127. package/esm/models/advisorservertoolopenrouter.d.ts +28 -0
  128. package/esm/models/advisorservertoolopenrouter.js +20 -0
  129. package/esm/models/anthropicallowedcallers.d.ts +11 -0
  130. package/esm/models/anthropicallowedcallers.js +13 -0
  131. package/esm/models/anthropicbase64imagesource.d.ts +17 -0
  132. package/esm/models/anthropicbase64imagesource.js +21 -0
  133. package/esm/models/anthropicbase64pdfsource.d.ts +23 -0
  134. package/esm/models/anthropicbase64pdfsource.js +25 -0
  135. package/esm/models/anthropiccachecontroldirective.d.ts +1 -1
  136. package/esm/models/anthropiccitationcharlocationparam.d.ts +22 -0
  137. package/esm/models/anthropiccitationcharlocationparam.js +27 -0
  138. package/esm/models/anthropiccitationcontentblocklocationparam.d.ts +22 -0
  139. package/esm/models/anthropiccitationcontentblocklocationparam.js +27 -0
  140. package/esm/models/anthropiccitationpagelocationparam.d.ts +22 -0
  141. package/esm/models/anthropiccitationpagelocationparam.js +27 -0
  142. package/esm/models/anthropiccitationsearchresultlocation.d.ts +24 -0
  143. package/esm/models/anthropiccitationsearchresultlocation.js +27 -0
  144. package/esm/models/anthropiccitationwebsearchresultlocation.d.ts +20 -0
  145. package/esm/models/anthropiccitationwebsearchresultlocation.js +23 -0
  146. package/esm/models/anthropicdocumentblockparam.d.ts +71 -0
  147. package/esm/models/anthropicdocumentblockparam.js +84 -0
  148. package/esm/models/anthropicimageblockparam.d.ts +28 -0
  149. package/esm/models/anthropicimageblockparam.js +34 -0
  150. package/esm/models/anthropicimagemimetype.d.ts +12 -0
  151. package/esm/models/anthropicimagemimetype.js +14 -0
  152. package/esm/models/anthropicinputtokensclearatleast.d.ts +21 -0
  153. package/esm/models/anthropicinputtokensclearatleast.js +19 -0
  154. package/esm/models/anthropicinputtokenstrigger.d.ts +14 -0
  155. package/esm/models/anthropicinputtokenstrigger.js +14 -0
  156. package/esm/models/anthropicplaintextsource.d.ts +23 -0
  157. package/esm/models/anthropicplaintextsource.js +25 -0
  158. package/esm/models/anthropicsearchresultblockparam.d.ts +37 -0
  159. package/esm/models/anthropicsearchresultblockparam.js +32 -0
  160. package/esm/models/anthropictextblockparam.d.ts +33 -0
  161. package/esm/models/anthropictextblockparam.js +45 -0
  162. package/esm/models/anthropicthinkingdisplay.d.ts +10 -0
  163. package/esm/models/anthropicthinkingdisplay.js +12 -0
  164. package/esm/models/anthropicthinkingturns.d.ts +21 -0
  165. package/esm/models/anthropicthinkingturns.js +19 -0
  166. package/esm/models/anthropictooluseskeep.d.ts +21 -0
  167. package/esm/models/anthropictooluseskeep.js +19 -0
  168. package/esm/models/anthropictoolusestrigger.d.ts +14 -0
  169. package/esm/models/anthropictoolusestrigger.js +14 -0
  170. package/esm/models/anthropicurlimagesource.d.ts +14 -0
  171. package/esm/models/anthropicurlimagesource.js +14 -0
  172. package/esm/models/anthropicurlpdfsource.d.ts +14 -0
  173. package/esm/models/anthropicurlpdfsource.js +14 -0
  174. package/esm/models/anthropicwebsearchresultblockparam.d.ts +27 -0
  175. package/esm/models/anthropicwebsearchresultblockparam.js +28 -0
  176. package/esm/models/anthropicwebsearchtooluserlocation.d.ts +27 -0
  177. package/esm/models/anthropicwebsearchtooluserlocation.js +22 -0
  178. package/esm/models/applypatchcallitem.d.ts +45 -0
  179. package/esm/models/applypatchcallitem.js +47 -0
  180. package/esm/models/applypatchcalloperation.d.ts +20 -0
  181. package/esm/models/applypatchcalloperation.js +29 -0
  182. package/esm/models/applypatchcalloperationdiffdeltaevent.d.ts +17 -0
  183. package/esm/models/applypatchcalloperationdiffdeltaevent.js +25 -0
  184. package/esm/models/applypatchcalloperationdiffdoneevent.d.ts +17 -0
  185. package/esm/models/applypatchcalloperationdiffdoneevent.js +25 -0
  186. package/esm/models/applypatchcalloutputitem.d.ts +46 -0
  187. package/esm/models/applypatchcalloutputitem.js +54 -0
  188. package/esm/models/applypatchcallstatus.d.ts +18 -0
  189. package/esm/models/applypatchcallstatus.js +17 -0
  190. package/esm/models/applypatchcreatefileoperation.d.ts +24 -0
  191. package/esm/models/applypatchcreatefileoperation.js +25 -0
  192. package/esm/models/applypatchdeletefileoperation.d.ts +22 -0
  193. package/esm/models/applypatchdeletefileoperation.js +23 -0
  194. package/esm/models/applypatchengineenum.d.ts +17 -0
  195. package/esm/models/applypatchengineenum.js +16 -0
  196. package/esm/models/applypatchservertoolconfig.d.ts +19 -0
  197. package/esm/models/applypatchservertoolconfig.js +14 -0
  198. package/esm/models/applypatchservertoolopenrouter.d.ts +21 -0
  199. package/esm/models/applypatchservertoolopenrouter.js +15 -0
  200. package/esm/models/applypatchupdatefileoperation.d.ts +24 -0
  201. package/esm/models/applypatchupdatefileoperation.js +25 -0
  202. package/esm/models/apprankingsitem.d.ts +29 -0
  203. package/esm/models/apprankingsitem.js +26 -0
  204. package/esm/models/apprankingsresponse.d.ts +16 -0
  205. package/esm/models/apprankingsresponse.js +17 -0
  206. package/esm/models/autorouterplugin.d.ts +5 -0
  207. package/esm/models/autorouterplugin.js +2 -0
  208. package/esm/models/baseinputsunion.d.ts +6 -2
  209. package/esm/models/baseinputsunion.js +12 -0
  210. package/esm/models/bashservertool.d.ts +28 -0
  211. package/esm/models/bashservertool.js +20 -0
  212. package/esm/models/bashservertoolconfig.d.ts +30 -0
  213. package/esm/models/bashservertoolconfig.js +22 -0
  214. package/esm/models/bashservertoolengine.d.ts +17 -0
  215. package/esm/models/bashservertoolengine.js +16 -0
  216. package/esm/models/bashservertoolenvironment.d.ts +13 -0
  217. package/esm/models/bashservertoolenvironment.js +16 -0
  218. package/esm/models/benchmarkpricing.d.ts +20 -0
  219. package/esm/models/benchmarkpricing.js +15 -0
  220. package/esm/models/benchmarksaaitem.d.ts +34 -0
  221. package/esm/models/benchmarksaaitem.js +29 -0
  222. package/esm/models/benchmarksaameta.d.ts +70 -0
  223. package/esm/models/benchmarksaameta.js +50 -0
  224. package/esm/models/benchmarksaaresponse.d.ts +13 -0
  225. package/esm/models/benchmarksaaresponse.js +17 -0
  226. package/esm/models/benchmarksdaitem.d.ts +59 -0
  227. package/esm/models/benchmarksdaitem.js +50 -0
  228. package/esm/models/benchmarksdameta.d.ts +98 -0
  229. package/esm/models/benchmarksdameta.js +62 -0
  230. package/esm/models/benchmarksdaresponse.d.ts +13 -0
  231. package/esm/models/benchmarksdaresponse.js +17 -0
  232. package/esm/models/byokkey.d.ts +58 -0
  233. package/esm/models/byokkey.js +37 -0
  234. package/esm/models/byokproviderslug.d.ts +99 -0
  235. package/esm/models/byokproviderslug.js +98 -0
  236. package/esm/models/chatfunctiontool.d.ts +5 -2
  237. package/esm/models/chatfunctiontool.js +6 -0
  238. package/esm/models/chatrequest.d.ts +68 -15
  239. package/esm/models/chatrequest.js +41 -8
  240. package/esm/models/chatservertoolchoice.d.ts +18 -0
  241. package/esm/models/chatservertoolchoice.js +13 -0
  242. package/esm/models/chattoolchoice.d.ts +3 -2
  243. package/esm/models/chattoolchoice.js +2 -0
  244. package/esm/models/chatwebsearchshorthand.d.ts +11 -6
  245. package/esm/models/chatwebsearchshorthand.js +2 -0
  246. package/esm/models/compactionitem.d.ts +26 -0
  247. package/esm/models/compactionitem.js +25 -0
  248. package/esm/models/containerautoenvironment.d.ts +15 -0
  249. package/esm/models/containerautoenvironment.js +13 -0
  250. package/esm/models/containerreferenceenvironment.d.ts +20 -0
  251. package/esm/models/containerreferenceenvironment.js +19 -0
  252. package/esm/models/contentfilterbuiltinentry.d.ts +6 -10
  253. package/esm/models/contentfilterbuiltinentry.js +9 -11
  254. package/esm/models/contentfilterbuiltinentryinput.d.ts +38 -0
  255. package/esm/models/contentfilterbuiltinentryinput.js +24 -0
  256. package/esm/models/contentpartaudio.d.ts +24 -0
  257. package/esm/models/contentpartaudio.js +27 -0
  258. package/esm/models/contentpartimage.d.ts +2 -9
  259. package/esm/models/contentpartimage.js +1 -6
  260. package/esm/models/contentpartinputaudio.d.ts +15 -0
  261. package/esm/models/contentpartinputaudio.js +20 -0
  262. package/esm/models/contentpartinputfile.d.ts +15 -0
  263. package/esm/models/contentpartinputfile.js +20 -0
  264. package/esm/models/contentpartinputvideo.d.ts +15 -0
  265. package/esm/models/contentpartinputvideo.js +20 -0
  266. package/esm/models/contentpartvideo.d.ts +24 -0
  267. package/esm/models/contentpartvideo.js +27 -0
  268. package/esm/models/createbyokkeyrequest.d.ts +51 -0
  269. package/esm/models/createbyokkeyrequest.js +29 -0
  270. package/esm/models/createbyokkeyresponse.d.ts +11 -0
  271. package/esm/models/createbyokkeyresponse.js +15 -0
  272. package/esm/models/createguardrailrequest.d.ts +27 -5
  273. package/esm/models/createguardrailrequest.js +10 -2
  274. package/esm/models/createobservabilitydestinationrequest.d.ts +89 -0
  275. package/esm/models/createobservabilitydestinationrequest.js +58 -0
  276. package/esm/models/createobservabilitydestinationresponse.d.ts +11 -0
  277. package/esm/models/createobservabilitydestinationresponse.js +15 -0
  278. package/esm/models/createpresetfrominferenceresponse.d.ts +17 -0
  279. package/esm/models/createpresetfrominferenceresponse.js +15 -0
  280. package/esm/models/createworkspacerequest.d.ts +1 -1
  281. package/esm/models/customtoolcallinputdeltaevent.d.ts +17 -0
  282. package/esm/models/customtoolcallinputdeltaevent.js +25 -0
  283. package/esm/models/customtoolcallinputdoneevent.d.ts +17 -0
  284. package/esm/models/customtoolcallinputdoneevent.js +25 -0
  285. package/esm/models/customtoolcallitem.d.ts +35 -0
  286. package/esm/models/customtoolcallitem.js +28 -0
  287. package/esm/models/customtoolcalloutputitem.d.ts +68 -0
  288. package/esm/models/customtoolcalloutputitem.js +78 -0
  289. package/esm/models/dabenchmarkentry.d.ts +32 -0
  290. package/esm/models/dabenchmarkentry.js +23 -0
  291. package/esm/models/deletebyokkeyresponse.d.ts +13 -0
  292. package/esm/models/deletebyokkeyresponse.js +14 -0
  293. package/esm/models/deleteobservabilitydestinationresponse.d.ts +13 -0
  294. package/esm/models/deleteobservabilitydestinationresponse.js +14 -0
  295. package/esm/models/easyinputmessage.d.ts +1 -0
  296. package/esm/models/easyinputmessage.js +1 -0
  297. package/esm/models/filedeleteresponse.d.ts +21 -0
  298. package/esm/models/filedeleteresponse.js +20 -0
  299. package/esm/models/filelistresponse.d.ts +21 -0
  300. package/esm/models/filelistresponse.js +26 -0
  301. package/esm/models/filemetadata.d.ts +26 -0
  302. package/esm/models/filemetadata.js +33 -0
  303. package/esm/models/filesearchservertool.d.ts +12 -12
  304. package/esm/models/filesearchservertool.js +12 -17
  305. package/esm/models/functioncalloutputitem.d.ts +11 -10
  306. package/esm/models/functioncalloutputitem.js +7 -6
  307. package/esm/models/fusionanalysisresult.d.ts +88 -0
  308. package/esm/models/fusionanalysisresult.js +109 -0
  309. package/esm/models/fusioncallanalysiscompletedevent.d.ts +21 -0
  310. package/esm/models/fusioncallanalysiscompletedevent.js +26 -0
  311. package/esm/models/fusioncallanalysisinprogressevent.d.ts +17 -0
  312. package/esm/models/fusioncallanalysisinprogressevent.js +26 -0
  313. package/esm/models/fusioncallcompletedevent.d.ts +16 -0
  314. package/esm/models/fusioncallcompletedevent.js +24 -0
  315. package/esm/models/fusioncallinprogressevent.d.ts +16 -0
  316. package/esm/models/fusioncallinprogressevent.js +24 -0
  317. package/esm/models/fusioncallpaneladdedevent.d.ts +17 -0
  318. package/esm/models/fusioncallpaneladdedevent.js +25 -0
  319. package/esm/models/fusioncallpanelcompletedevent.d.ts +18 -0
  320. package/esm/models/fusioncallpanelcompletedevent.js +26 -0
  321. package/esm/models/fusioncallpaneldeltaevent.d.ts +18 -0
  322. package/esm/models/fusioncallpaneldeltaevent.js +26 -0
  323. package/esm/models/fusioncallpanelfailedevent.d.ts +19 -0
  324. package/esm/models/fusioncallpanelfailedevent.js +28 -0
  325. package/esm/models/fusioncallpanelreasoningdeltaevent.d.ts +18 -0
  326. package/esm/models/fusioncallpanelreasoningdeltaevent.js +26 -0
  327. package/esm/models/fusionplugin.d.ts +78 -0
  328. package/esm/models/fusionplugin.js +43 -0
  329. package/esm/models/fusionservertoolconfig.d.ts +109 -0
  330. package/esm/models/fusionservertoolconfig.js +62 -0
  331. package/esm/models/fusionservertoolopenrouter.d.ts +21 -0
  332. package/esm/models/fusionservertoolopenrouter.js +15 -0
  333. package/esm/models/generationresponse.d.ts +26 -0
  334. package/esm/models/generationresponse.js +16 -0
  335. package/esm/models/getbyokkeyresponse.d.ts +11 -0
  336. package/esm/models/getbyokkeyresponse.js +15 -0
  337. package/esm/models/getobservabilitydestinationresponse.d.ts +11 -0
  338. package/esm/models/getobservabilitydestinationresponse.js +15 -0
  339. package/esm/models/getpresetresponse.d.ts +17 -0
  340. package/esm/models/getpresetresponse.js +15 -0
  341. package/esm/models/getpresetversionresponse.d.ts +17 -0
  342. package/esm/models/getpresetversionresponse.js +15 -0
  343. package/esm/models/guardrail.d.ts +19 -1
  344. package/esm/models/guardrail.js +8 -0
  345. package/esm/models/index.d.ts +176 -0
  346. package/esm/models/index.js +176 -0
  347. package/esm/models/inputimage.d.ts +1 -0
  348. package/esm/models/inputimage.js +1 -0
  349. package/esm/models/inputmessageitem.d.ts +1 -0
  350. package/esm/models/inputmessageitem.js +1 -0
  351. package/esm/models/inputreference.d.ts +14 -0
  352. package/esm/models/inputreference.js +18 -0
  353. package/esm/models/inputsunion.d.ts +22 -4
  354. package/esm/models/inputsunion.js +56 -2
  355. package/esm/models/itemreferenceitem.d.ts +24 -0
  356. package/esm/models/itemreferenceitem.js +19 -0
  357. package/esm/models/legacywebsearchservertool.d.ts +2 -2
  358. package/esm/models/listbyokkeysresponse.d.ts +18 -0
  359. package/esm/models/listbyokkeysresponse.js +21 -0
  360. package/esm/models/listobservabilitydestinationsresponse.d.ts +18 -0
  361. package/esm/models/listobservabilitydestinationsresponse.js +21 -0
  362. package/esm/models/listpresetsresponse.d.ts +15 -0
  363. package/esm/models/listpresetsresponse.js +21 -0
  364. package/esm/models/listpresetversionsresponse.d.ts +15 -0
  365. package/esm/models/listpresetversionsresponse.js +21 -0
  366. package/esm/models/localshellcallitem.d.ts +61 -0
  367. package/esm/models/localshellcallitem.js +50 -0
  368. package/esm/models/localshellcalloutputitem.d.ts +36 -0
  369. package/esm/models/localshellcalloutputitem.js +29 -0
  370. package/esm/models/mcpapprovalrequestitem.d.ts +30 -0
  371. package/esm/models/mcpapprovalrequestitem.js +27 -0
  372. package/esm/models/mcpapprovalresponseitem.d.ts +30 -0
  373. package/esm/models/mcpapprovalresponseitem.js +27 -0
  374. package/esm/models/mcpcallitem.d.ts +34 -0
  375. package/esm/models/mcpcallitem.js +29 -0
  376. package/esm/models/mcplisttoolsitem.d.ts +50 -0
  377. package/esm/models/mcplisttoolsitem.js +41 -0
  378. package/esm/models/messagesadvisortoolresultblock.d.ts +23 -0
  379. package/esm/models/messagesadvisortoolresultblock.js +20 -0
  380. package/esm/models/messagesfallbackparam.d.ts +19 -0
  381. package/esm/models/messagesfallbackparam.js +22 -0
  382. package/esm/models/messagesmessageparam.d.ts +228 -0
  383. package/esm/models/messagesmessageparam.js +261 -0
  384. package/esm/models/messagesoutputconfig.d.ts +93 -0
  385. package/esm/models/messagesoutputconfig.js +61 -0
  386. package/esm/models/messagesrequest.d.ts +637 -0
  387. package/esm/models/messagesrequest.js +613 -0
  388. package/esm/models/model.d.ts +5 -0
  389. package/esm/models/model.js +2 -0
  390. package/esm/models/modelbenchmarks.d.ts +22 -0
  391. package/esm/models/modelbenchmarks.js +23 -0
  392. package/esm/models/modelresponse.d.ts +17 -0
  393. package/esm/models/modelresponse.js +16 -0
  394. package/esm/models/multimodalmedia.d.ts +14 -0
  395. package/esm/models/multimodalmedia.js +14 -0
  396. package/esm/models/observabilityarizedestination.d.ts +67 -0
  397. package/esm/models/observabilityarizedestination.js +48 -0
  398. package/esm/models/observabilitybraintrustdestination.d.ts +66 -0
  399. package/esm/models/observabilitybraintrustdestination.js +47 -0
  400. package/esm/models/observabilityclickhousedestination.d.ts +71 -0
  401. package/esm/models/observabilityclickhousedestination.js +49 -0
  402. package/esm/models/observabilitydatadogdestination.d.ts +75 -0
  403. package/esm/models/observabilitydatadogdestination.js +47 -0
  404. package/esm/models/observabilitydestination.d.ts +26 -0
  405. package/esm/models/observabilitydestination.js +47 -0
  406. package/esm/models/observabilityfilterrulesconfig.d.ts +112 -0
  407. package/esm/models/observabilityfilterrulesconfig.js +119 -0
  408. package/esm/models/observabilitygrafanadestination.d.ts +66 -0
  409. package/esm/models/observabilitygrafanadestination.js +47 -0
  410. package/esm/models/observabilitylangfusedestination.d.ts +66 -0
  411. package/esm/models/observabilitylangfusedestination.js +47 -0
  412. package/esm/models/observabilitylangsmithdestination.d.ts +73 -0
  413. package/esm/models/observabilitylangsmithdestination.js +48 -0
  414. package/esm/models/observabilitynewrelicdestination.d.ts +73 -0
  415. package/esm/models/observabilitynewrelicdestination.js +54 -0
  416. package/esm/models/observabilityopikdestination.d.ts +66 -0
  417. package/esm/models/observabilityopikdestination.js +47 -0
  418. package/esm/models/observabilityotelcollectordestination.d.ts +64 -0
  419. package/esm/models/observabilityotelcollectordestination.js +45 -0
  420. package/esm/models/observabilityposthogdestination.d.ts +65 -0
  421. package/esm/models/observabilityposthogdestination.js +46 -0
  422. package/esm/models/observabilityrampdestination.d.ts +68 -0
  423. package/esm/models/observabilityrampdestination.js +46 -0
  424. package/esm/models/observabilitys3destination.d.ts +77 -0
  425. package/esm/models/observabilitys3destination.js +52 -0
  426. package/esm/models/observabilitysentrydestination.d.ts +65 -0
  427. package/esm/models/observabilitysentrydestination.js +46 -0
  428. package/esm/models/observabilitysnowflakedestination.d.ts +69 -0
  429. package/esm/models/observabilitysnowflakedestination.js +50 -0
  430. package/esm/models/observabilityweavedestination.d.ts +67 -0
  431. package/esm/models/observabilityweavedestination.js +48 -0
  432. package/esm/models/observabilitywebhookdestination.d.ts +70 -0
  433. package/esm/models/observabilitywebhookdestination.js +54 -0
  434. package/esm/models/openairesponsecustomtoolcall.d.ts +25 -0
  435. package/esm/models/openairesponsecustomtoolcall.js +29 -0
  436. package/esm/models/openairesponsecustomtoolcalloutput.d.ts +38 -0
  437. package/esm/models/openairesponsecustomtoolcalloutput.js +59 -0
  438. package/esm/models/openairesponsestoolchoiceunion.d.ts +44 -2
  439. package/esm/models/openairesponsestoolchoiceunion.js +46 -0
  440. package/esm/models/operations/createauthkeyscode.d.ts +6 -1
  441. package/esm/models/operations/createauthkeyscode.js +2 -0
  442. package/esm/models/operations/createbyokkey.d.ts +56 -0
  443. package/esm/models/operations/createbyokkey.js +23 -0
  444. package/esm/models/operations/createembeddings.d.ts +8 -4
  445. package/esm/models/operations/createembeddings.js +8 -0
  446. package/esm/models/operations/createobservabilitydestination.d.ts +56 -0
  447. package/esm/models/operations/createobservabilitydestination.js +23 -0
  448. package/esm/models/operations/createpresetschatcompletions.d.ts +61 -0
  449. package/esm/models/operations/createpresetschatcompletions.js +24 -0
  450. package/esm/models/operations/createpresetsmessages.d.ts +61 -0
  451. package/esm/models/operations/createpresetsmessages.js +24 -0
  452. package/esm/models/operations/createpresetsresponses.d.ts +61 -0
  453. package/esm/models/operations/createpresetsresponses.js +24 -0
  454. package/esm/models/operations/creatererank.d.ts +44 -10
  455. package/esm/models/operations/creatererank.js +21 -6
  456. package/esm/models/operations/createresponses.d.ts +3 -3
  457. package/esm/models/operations/createresponses.js +2 -3
  458. package/esm/models/operations/deletebyokkey.d.ts +58 -0
  459. package/esm/models/operations/deletebyokkey.js +21 -0
  460. package/esm/models/operations/deletefile.d.ts +60 -0
  461. package/esm/models/operations/deletefile.js +24 -0
  462. package/esm/models/operations/deleteobservabilitydestination.d.ts +58 -0
  463. package/esm/models/operations/deleteobservabilitydestination.js +21 -0
  464. package/esm/models/operations/downloadfilecontent.d.ts +60 -0
  465. package/esm/models/operations/downloadfilecontent.js +24 -0
  466. package/esm/models/operations/getanalyticsmeta.d.ts +198 -0
  467. package/esm/models/operations/getanalyticsmeta.js +141 -0
  468. package/esm/models/operations/getapprankings.d.ts +152 -0
  469. package/esm/models/operations/getapprankings.js +85 -0
  470. package/esm/models/operations/getbenchmarksartificialanalysis.d.ts +58 -0
  471. package/esm/models/operations/getbenchmarksartificialanalysis.js +22 -0
  472. package/esm/models/operations/getbenchmarksdesignarena.d.ts +83 -0
  473. package/esm/models/operations/getbenchmarksdesignarena.js +36 -0
  474. package/esm/models/operations/getbyokkey.d.ts +58 -0
  475. package/esm/models/operations/getbyokkey.js +21 -0
  476. package/esm/models/operations/getfilemetadata.d.ts +60 -0
  477. package/esm/models/operations/getfilemetadata.js +24 -0
  478. package/esm/models/operations/getmodel.d.ts +63 -0
  479. package/esm/models/operations/getmodel.js +22 -0
  480. package/esm/models/operations/getmodels.d.ts +121 -5
  481. package/esm/models/operations/getmodels.js +59 -4
  482. package/esm/models/operations/getobservabilitydestination.d.ts +58 -0
  483. package/esm/models/operations/getobservabilitydestination.js +21 -0
  484. package/esm/models/operations/getpreset.d.ts +58 -0
  485. package/esm/models/operations/getpreset.js +21 -0
  486. package/esm/models/operations/getpresetversion.d.ts +63 -0
  487. package/esm/models/operations/getpresetversion.js +22 -0
  488. package/esm/models/operations/getrankingsdaily.d.ts +63 -0
  489. package/esm/models/operations/getrankingsdaily.js +24 -0
  490. package/esm/models/operations/index.d.ts +29 -0
  491. package/esm/models/operations/index.js +29 -0
  492. package/esm/models/operations/listbyokkeys.d.ts +177 -0
  493. package/esm/models/operations/listbyokkeys.js +130 -0
  494. package/esm/models/operations/listfiles.d.ts +77 -0
  495. package/esm/models/operations/listfiles.js +37 -0
  496. package/esm/models/operations/listobservabilitydestinations.d.ts +77 -0
  497. package/esm/models/operations/listobservabilitydestinations.js +37 -0
  498. package/esm/models/operations/listpresets.d.ts +72 -0
  499. package/esm/models/operations/listpresets.js +35 -0
  500. package/esm/models/operations/listpresetversions.d.ts +77 -0
  501. package/esm/models/operations/listpresetversions.js +36 -0
  502. package/esm/models/operations/queryanalytics.d.ts +195 -0
  503. package/esm/models/operations/queryanalytics.js +129 -0
  504. package/esm/models/operations/sendchatcompletionrequest.d.ts +3 -3
  505. package/esm/models/operations/sendchatcompletionrequest.js +2 -3
  506. package/esm/models/operations/updatebyokkey.d.ts +61 -0
  507. package/esm/models/operations/updatebyokkey.js +24 -0
  508. package/esm/models/operations/updateobservabilitydestination.d.ts +61 -0
  509. package/esm/models/operations/updateobservabilitydestination.js +24 -0
  510. package/esm/models/operations/uploadfile.d.ts +82 -0
  511. package/esm/models/operations/uploadfile.js +45 -0
  512. package/esm/models/outputadvisorservertoolitem.d.ts +59 -0
  513. package/esm/models/outputadvisorservertoolitem.js +52 -0
  514. package/esm/models/outputapplypatchcallitem.d.ts +25 -0
  515. package/esm/models/outputapplypatchcallitem.js +25 -0
  516. package/esm/models/outputapplypatchservertoolitem.d.ts +9 -5
  517. package/esm/models/outputapplypatchservertoolitem.js +14 -4
  518. package/esm/models/outputcustomtoolcallitem.d.ts +42 -0
  519. package/esm/models/outputcustomtoolcallitem.js +47 -0
  520. package/esm/models/outputfusionservertoolitem.d.ts +101 -0
  521. package/esm/models/outputfusionservertoolitem.js +98 -0
  522. package/esm/models/outputitems.d.ts +18 -3
  523. package/esm/models/outputitems.js +14 -0
  524. package/esm/models/outputshellcallitem.d.ts +29 -0
  525. package/esm/models/outputshellcallitem.js +38 -0
  526. package/esm/models/outputshellcalloutputitem.d.ts +48 -0
  527. package/esm/models/outputshellcalloutputitem.js +67 -0
  528. package/esm/models/outputsubagentservertoolitem.d.ts +59 -0
  529. package/esm/models/outputsubagentservertoolitem.js +54 -0
  530. package/esm/models/outputwebsearchcallitem.d.ts +2 -2
  531. package/esm/models/outputwebsearchcallitem.js +2 -2
  532. package/esm/models/outputwebsearchservertoolitem.d.ts +8 -8
  533. package/esm/models/outputwebsearchservertoolitem.js +8 -9
  534. package/esm/models/pipelinestage.d.ts +1 -0
  535. package/esm/models/pipelinestage.js +1 -0
  536. package/esm/models/preset.d.ts +27 -0
  537. package/esm/models/preset.js +35 -0
  538. package/esm/models/presetdesignatedversion.d.ts +22 -0
  539. package/esm/models/presetdesignatedversion.js +30 -0
  540. package/esm/models/presetstatus.d.ts +17 -0
  541. package/esm/models/presetstatus.js +16 -0
  542. package/esm/models/presetwithdesignatedversion.d.ts +32 -0
  543. package/esm/models/presetwithdesignatedversion.js +38 -0
  544. package/esm/models/preview20250311websearchservertool.d.ts +2 -2
  545. package/esm/models/previewwebsearchservertool.d.ts +2 -2
  546. package/esm/models/promptinjectionscanscope.d.ts +18 -0
  547. package/esm/models/promptinjectionscanscope.js +17 -0
  548. package/esm/models/providername.d.ts +5 -1
  549. package/esm/models/providername.js +5 -1
  550. package/esm/models/provideroptions.d.ts +30 -0
  551. package/esm/models/provideroptions.js +5 -0
  552. package/esm/models/providerresponse.d.ts +6 -1
  553. package/esm/models/providerresponse.js +7 -2
  554. package/esm/models/rankingsdailyitem.d.ts +21 -0
  555. package/esm/models/rankingsdailyitem.js +22 -0
  556. package/esm/models/rankingsdailymeta.d.ts +38 -0
  557. package/esm/models/rankingsdailymeta.js +32 -0
  558. package/esm/models/rankingsdailyresponse.d.ts +16 -0
  559. package/esm/models/rankingsdailyresponse.js +17 -0
  560. package/esm/models/responsesrequest.d.ts +61 -17
  561. package/esm/models/responsesrequest.js +31 -0
  562. package/esm/models/routingstrategy.d.ts +1 -0
  563. package/esm/models/routingstrategy.js +1 -0
  564. package/esm/models/searchqualitylevel.d.ts +2 -2
  565. package/esm/models/searchqualitylevel.js +1 -1
  566. package/esm/models/shellcallitem.d.ts +54 -0
  567. package/esm/models/shellcallitem.js +50 -0
  568. package/esm/models/shellcalloutputitem.d.ts +58 -0
  569. package/esm/models/shellcalloutputitem.js +55 -0
  570. package/esm/models/shellcallstatus.d.ts +17 -0
  571. package/esm/models/shellcallstatus.js +16 -0
  572. package/esm/models/shellservertoolconfig.d.ts +30 -0
  573. package/esm/models/shellservertoolconfig.js +22 -0
  574. package/esm/models/shellservertoolengine.d.ts +16 -0
  575. package/esm/models/shellservertoolengine.js +15 -0
  576. package/esm/models/shellservertoolenvironment.d.ts +13 -0
  577. package/esm/models/shellservertoolenvironment.js +16 -0
  578. package/esm/models/shellservertoolopenrouter.d.ts +21 -0
  579. package/esm/models/shellservertoolopenrouter.js +15 -0
  580. package/esm/models/stopservertoolswhencondition.d.ts +16 -0
  581. package/esm/models/stopservertoolswhencondition.js +22 -0
  582. package/esm/models/stopservertoolswhenfinishreasonis.d.ts +17 -0
  583. package/esm/models/stopservertoolswhenfinishreasonis.js +14 -0
  584. package/esm/models/stopservertoolswhenhastoolcall.d.ts +17 -0
  585. package/esm/models/stopservertoolswhenhastoolcall.js +19 -0
  586. package/esm/models/stopservertoolswhenmaxcost.d.ts +17 -0
  587. package/esm/models/stopservertoolswhenmaxcost.js +19 -0
  588. package/esm/models/stopservertoolswhenmaxtokensused.d.ts +17 -0
  589. package/esm/models/stopservertoolswhenmaxtokensused.js +19 -0
  590. package/esm/models/stopservertoolswhenstepcountis.d.ts +17 -0
  591. package/esm/models/stopservertoolswhenstepcountis.js +19 -0
  592. package/esm/models/streamevents.d.ts +14 -1
  593. package/esm/models/streamevents.js +26 -0
  594. package/esm/models/subagentnestedtool.d.ts +25 -0
  595. package/esm/models/subagentnestedtool.js +23 -0
  596. package/esm/models/subagentreasoning.d.ts +41 -0
  597. package/esm/models/subagentreasoning.js +33 -0
  598. package/esm/models/subagentservertoolconfig.d.ts +50 -0
  599. package/esm/models/subagentservertoolconfig.js +27 -0
  600. package/esm/models/subagentservertoolopenrouter.d.ts +28 -0
  601. package/esm/models/subagentservertoolopenrouter.js +20 -0
  602. package/esm/models/updatebyokkeyrequest.d.ts +40 -0
  603. package/esm/models/updatebyokkeyrequest.js +25 -0
  604. package/esm/models/updatebyokkeyresponse.d.ts +11 -0
  605. package/esm/models/updatebyokkeyresponse.js +15 -0
  606. package/esm/models/updateguardrailrequest.d.ts +27 -5
  607. package/esm/models/updateguardrailrequest.js +10 -2
  608. package/esm/models/updateobservabilitydestinationrequest.d.ts +47 -0
  609. package/esm/models/updateobservabilitydestinationrequest.js +29 -0
  610. package/esm/models/updateobservabilitydestinationresponse.d.ts +11 -0
  611. package/esm/models/updateobservabilitydestinationresponse.js +15 -0
  612. package/esm/models/updateworkspacerequest.d.ts +1 -1
  613. package/esm/models/urlcitation.d.ts +2 -0
  614. package/esm/models/urlcitation.js +2 -0
  615. package/esm/models/videogenerationrequest.d.ts +36 -4
  616. package/esm/models/videogenerationrequest.js +9 -2
  617. package/esm/models/videomodel.d.ts +10 -0
  618. package/esm/models/videomodel.js +10 -0
  619. package/esm/models/webfetchengineenum.d.ts +4 -3
  620. package/esm/models/webfetchengineenum.js +3 -2
  621. package/esm/models/webfetchplugin.d.ts +32 -0
  622. package/esm/models/webfetchplugin.js +25 -0
  623. package/esm/models/webfetchservertoolconfig.d.ts +1 -1
  624. package/esm/models/websearchconfig.d.ts +11 -6
  625. package/esm/models/websearchconfig.js +2 -0
  626. package/esm/models/websearchengine.d.ts +1 -0
  627. package/esm/models/websearchengine.js +1 -0
  628. package/esm/models/websearchengineenum.d.ts +5 -4
  629. package/esm/models/websearchengineenum.js +4 -3
  630. package/esm/models/websearchservertool.d.ts +2 -2
  631. package/esm/models/websearchservertoolconfig.d.ts +11 -6
  632. package/esm/models/websearchservertoolconfig.js +2 -0
  633. package/esm/sdk/beta.d.ts +3 -0
  634. package/esm/sdk/beta.js +4 -0
  635. package/esm/sdk/betaanalytics.d.ts +19 -0
  636. package/esm/sdk/betaanalytics.js +29 -0
  637. package/esm/sdk/byok.d.ts +44 -0
  638. package/esm/sdk/byok.js +60 -0
  639. package/esm/sdk/datasets.d.ts +77 -0
  640. package/esm/sdk/datasets.js +90 -0
  641. package/esm/sdk/files.d.ts +44 -0
  642. package/esm/sdk/files.js +60 -0
  643. package/esm/sdk/models.d.ts +7 -0
  644. package/esm/sdk/models.js +10 -0
  645. package/esm/sdk/observability.d.ts +44 -0
  646. package/esm/sdk/observability.js +60 -0
  647. package/esm/sdk/presets.d.ts +60 -0
  648. package/esm/sdk/presets.js +80 -0
  649. package/esm/sdk/sdk.d.ts +17 -2
  650. package/esm/sdk/sdk.js +23 -3
  651. package/jsr.json +1 -1
  652. package/package.json +11 -7
  653. package/tsconfig.json +0 -2
@@ -1,7 +1,11 @@
1
1
  import * as z from "zod/v4";
2
2
  import { OpenEnum } from "../types/enums.js";
3
+ import { AdvisorServerToolOpenRouter, AdvisorServerToolOpenRouter$Outbound } from "./advisorservertoolopenrouter.js";
4
+ import { AnthropicCacheControlDirective, AnthropicCacheControlDirective$Outbound } from "./anthropiccachecontroldirective.js";
3
5
  import { ApplyPatchServerTool, ApplyPatchServerTool$Outbound } from "./applypatchservertool.js";
6
+ import { ApplyPatchServerToolOpenRouter, ApplyPatchServerToolOpenRouter$Outbound } from "./applypatchservertoolopenrouter.js";
4
7
  import { AutoRouterPlugin, AutoRouterPlugin$Outbound } from "./autorouterplugin.js";
8
+ import { BashServerTool, BashServerTool$Outbound } from "./bashservertool.js";
5
9
  import { ChatSearchModelsServerTool, ChatSearchModelsServerTool$Outbound } from "./chatsearchmodelsservertool.js";
6
10
  import { CodeInterpreterServerTool, CodeInterpreterServerTool$Outbound } from "./codeinterpreterservertool.js";
7
11
  import { CodexLocalShellTool, CodexLocalShellTool$Outbound } from "./codexlocalshelltool.js";
@@ -11,6 +15,8 @@ import { CustomTool, CustomTool$Outbound } from "./customtool.js";
11
15
  import { DatetimeServerTool, DatetimeServerTool$Outbound } from "./datetimeservertool.js";
12
16
  import { FileParserPlugin, FileParserPlugin$Outbound } from "./fileparserplugin.js";
13
17
  import { FileSearchServerTool, FileSearchServerTool$Outbound } from "./filesearchservertool.js";
18
+ import { FusionPlugin, FusionPlugin$Outbound } from "./fusionplugin.js";
19
+ import { FusionServerToolOpenRouter, FusionServerToolOpenRouter$Outbound } from "./fusionservertoolopenrouter.js";
14
20
  import { ImageConfig, ImageConfig$Outbound } from "./imageconfig.js";
15
21
  import { ImageGenerationServerTool, ImageGenerationServerTool$Outbound } from "./imagegenerationservertool.js";
16
22
  import { ImageGenerationServerToolOpenRouter, ImageGenerationServerToolOpenRouter$Outbound } from "./imagegenerationservertoolopenrouter.js";
@@ -29,14 +35,18 @@ import { ReasoningConfig, ReasoningConfig$Outbound } from "./reasoningconfig.js"
29
35
  import { ResponseHealingPlugin, ResponseHealingPlugin$Outbound } from "./responsehealingplugin.js";
30
36
  import { ResponseIncludesEnum } from "./responseincludesenum.js";
31
37
  import { ShellServerTool, ShellServerTool$Outbound } from "./shellservertool.js";
38
+ import { ShellServerToolOpenRouter, ShellServerToolOpenRouter$Outbound } from "./shellservertoolopenrouter.js";
39
+ import { StopServerToolsWhenCondition, StopServerToolsWhenCondition$Outbound } from "./stopservertoolswhencondition.js";
32
40
  import { StoredPromptTemplate, StoredPromptTemplate$Outbound } from "./storedprompttemplate.js";
41
+ import { SubagentServerToolOpenRouter, SubagentServerToolOpenRouter$Outbound } from "./subagentservertoolopenrouter.js";
33
42
  import { TextExtendedConfig, TextExtendedConfig$Outbound } from "./textextendedconfig.js";
34
43
  import { TraceConfig, TraceConfig$Outbound } from "./traceconfig.js";
44
+ import { WebFetchPlugin, WebFetchPlugin$Outbound } from "./webfetchplugin.js";
35
45
  import { WebFetchServerTool, WebFetchServerTool$Outbound } from "./webfetchservertool.js";
36
46
  import { WebSearchPlugin, WebSearchPlugin$Outbound } from "./websearchplugin.js";
37
47
  import { WebSearchServerTool, WebSearchServerTool$Outbound } from "./websearchservertool.js";
38
48
  import { WebSearchServerToolOpenRouter, WebSearchServerToolOpenRouter$Outbound } from "./websearchservertoolopenrouter.js";
39
- export type ResponsesRequestPlugin = AutoRouterPlugin | ContextCompressionPlugin | FileParserPlugin | ModerationPlugin | ParetoRouterPlugin | ResponseHealingPlugin | WebSearchPlugin;
49
+ export type ResponsesRequestPlugin = AutoRouterPlugin | ContextCompressionPlugin | FileParserPlugin | FusionPlugin | ModerationPlugin | ParetoRouterPlugin | ResponseHealingPlugin | WebSearchPlugin | WebFetchPlugin;
40
50
  export declare const ResponsesRequestServiceTier: {
41
51
  readonly Auto: "auto";
42
52
  readonly Default: "default";
@@ -57,20 +67,30 @@ export type ResponsesRequestToolFunction = {
57
67
  strict?: boolean | null | undefined;
58
68
  type: "function";
59
69
  };
60
- export type ResponsesRequestToolUnion = ResponsesRequestToolFunction | PreviewWebSearchServerTool | Preview20250311WebSearchServerTool | LegacyWebSearchServerTool | WebSearchServerTool | FileSearchServerTool | ComputerUseServerTool | CodeInterpreterServerTool | McpServerTool | ImageGenerationServerTool | CodexLocalShellTool | ShellServerTool | ApplyPatchServerTool | CustomTool | (DatetimeServerTool & {
70
+ export type ResponsesRequestToolUnion = ResponsesRequestToolFunction | PreviewWebSearchServerTool | Preview20250311WebSearchServerTool | LegacyWebSearchServerTool | WebSearchServerTool | FileSearchServerTool | ComputerUseServerTool | CodeInterpreterServerTool | McpServerTool | ImageGenerationServerTool | CodexLocalShellTool | ShellServerTool | ApplyPatchServerTool | CustomTool | (AdvisorServerToolOpenRouter & {
71
+ type: "openrouter:advisor";
72
+ }) | (SubagentServerToolOpenRouter & {
73
+ type: "openrouter:subagent";
74
+ }) | (DatetimeServerTool & {
61
75
  type: "openrouter:datetime";
62
- }) | (ImageGenerationServerToolOpenRouter & {
76
+ }) | FusionServerToolOpenRouter | (ImageGenerationServerToolOpenRouter & {
63
77
  type: "openrouter:image_generation";
64
78
  }) | (ChatSearchModelsServerTool & {
65
79
  type: "openrouter:experimental__search_models";
66
80
  }) | (WebFetchServerTool & {
67
81
  type: "openrouter:web_fetch";
68
- }) | WebSearchServerToolOpenRouter;
82
+ }) | WebSearchServerToolOpenRouter | ApplyPatchServerToolOpenRouter | (BashServerTool & {
83
+ type: "openrouter:bash";
84
+ }) | ShellServerToolOpenRouter;
69
85
  /**
70
86
  * Request schema for Responses endpoint
71
87
  */
72
88
  export type ResponsesRequest = {
73
89
  background?: boolean | null | undefined;
90
+ /**
91
+ * Enable automatic prompt caching. When set at the top level, the system automatically applies cache breakpoints to the last cacheable block in the request. Currently supported for Anthropic Claude models.
92
+ */
93
+ cacheControl?: AnthropicCacheControlDirective | undefined;
74
94
  frequencyPenalty?: number | null | undefined;
75
95
  /**
76
96
  * Provider-specific image configuration options. Keys and values vary by model/provider. See https://openrouter.ai/docs/guides/overview/multimodal/image-generation for more details.
@@ -102,7 +122,7 @@ export type ResponsesRequest = {
102
122
  /**
103
123
  * Plugins you want to enable for this request, including their settings.
104
124
  */
105
- plugins?: Array<AutoRouterPlugin | ContextCompressionPlugin | FileParserPlugin | ModerationPlugin | ParetoRouterPlugin | ResponseHealingPlugin | WebSearchPlugin> | undefined;
125
+ plugins?: Array<AutoRouterPlugin | ContextCompressionPlugin | FileParserPlugin | FusionPlugin | ModerationPlugin | ParetoRouterPlugin | ResponseHealingPlugin | WebSearchPlugin | WebFetchPlugin> | undefined;
106
126
  presencePenalty?: number | null | undefined;
107
127
  previousResponseId?: string | null | undefined;
108
128
  prompt?: StoredPromptTemplate | null | undefined;
@@ -118,9 +138,13 @@ export type ResponsesRequest = {
118
138
  safetyIdentifier?: string | null | undefined;
119
139
  serviceTier?: ResponsesRequestServiceTier | null | undefined;
120
140
  /**
121
- * A unique identifier for grouping related requests (e.g., a conversation or agent workflow) for observability. If provided in both the request body and the x-session-id header, the body value takes precedence. Maximum of 256 characters.
141
+ * A unique identifier for grouping related requests (e.g., a conversation or agent workflow). When provided, OpenRouter uses it as the sticky routing key, routing all requests in the session to the same provider to maximize prompt cache hits. Also used for observability grouping. If provided in both the request body and the x-session-id header, the body value takes precedence. Maximum of 256 characters.
122
142
  */
123
143
  sessionId?: string | undefined;
144
+ /**
145
+ * Stop conditions for the server-tool agent loop. Any condition firing halts the loop (OR logic). When set, this overrides `max_tool_calls`.
146
+ */
147
+ stopServerToolsWhen?: Array<StopServerToolsWhenCondition> | undefined;
124
148
  store?: false | undefined;
125
149
  stream?: boolean | undefined;
126
150
  temperature?: number | null | undefined;
@@ -129,15 +153,21 @@ export type ResponsesRequest = {
129
153
  */
130
154
  text?: TextExtendedConfig | undefined;
131
155
  toolChoice?: OpenAIResponsesToolChoiceUnion | undefined;
132
- tools?: Array<ResponsesRequestToolFunction | PreviewWebSearchServerTool | Preview20250311WebSearchServerTool | LegacyWebSearchServerTool | WebSearchServerTool | FileSearchServerTool | ComputerUseServerTool | CodeInterpreterServerTool | McpServerTool | ImageGenerationServerTool | CodexLocalShellTool | ShellServerTool | ApplyPatchServerTool | CustomTool | (DatetimeServerTool & {
156
+ tools?: Array<ResponsesRequestToolFunction | PreviewWebSearchServerTool | Preview20250311WebSearchServerTool | LegacyWebSearchServerTool | WebSearchServerTool | FileSearchServerTool | ComputerUseServerTool | CodeInterpreterServerTool | McpServerTool | ImageGenerationServerTool | CodexLocalShellTool | ShellServerTool | ApplyPatchServerTool | CustomTool | (AdvisorServerToolOpenRouter & {
157
+ type: "openrouter:advisor";
158
+ }) | (SubagentServerToolOpenRouter & {
159
+ type: "openrouter:subagent";
160
+ }) | (DatetimeServerTool & {
133
161
  type: "openrouter:datetime";
134
- }) | (ImageGenerationServerToolOpenRouter & {
162
+ }) | FusionServerToolOpenRouter | (ImageGenerationServerToolOpenRouter & {
135
163
  type: "openrouter:image_generation";
136
164
  }) | (ChatSearchModelsServerTool & {
137
165
  type: "openrouter:experimental__search_models";
138
166
  }) | (WebFetchServerTool & {
139
167
  type: "openrouter:web_fetch";
140
- }) | WebSearchServerToolOpenRouter> | undefined;
168
+ }) | WebSearchServerToolOpenRouter | ApplyPatchServerToolOpenRouter | (BashServerTool & {
169
+ type: "openrouter:bash";
170
+ }) | ShellServerToolOpenRouter> | undefined;
141
171
  topK?: number | undefined;
142
172
  topLogprobs?: number | null | undefined;
143
173
  topP?: number | null | undefined;
@@ -152,7 +182,7 @@ export type ResponsesRequest = {
152
182
  user?: string | undefined;
153
183
  };
154
184
  /** @internal */
155
- export type ResponsesRequestPlugin$Outbound = AutoRouterPlugin$Outbound | ContextCompressionPlugin$Outbound | FileParserPlugin$Outbound | ModerationPlugin$Outbound | ParetoRouterPlugin$Outbound | ResponseHealingPlugin$Outbound | WebSearchPlugin$Outbound;
185
+ export type ResponsesRequestPlugin$Outbound = AutoRouterPlugin$Outbound | ContextCompressionPlugin$Outbound | FileParserPlugin$Outbound | FusionPlugin$Outbound | ModerationPlugin$Outbound | ParetoRouterPlugin$Outbound | ResponseHealingPlugin$Outbound | WebSearchPlugin$Outbound | WebFetchPlugin$Outbound;
156
186
  /** @internal */
157
187
  export declare const ResponsesRequestPlugin$outboundSchema: z.ZodType<ResponsesRequestPlugin$Outbound, ResponsesRequestPlugin>;
158
188
  export declare function responsesRequestPluginToJSON(responsesRequestPlugin: ResponsesRequestPlugin): string;
@@ -172,21 +202,28 @@ export type ResponsesRequestToolFunction$Outbound = {
172
202
  export declare const ResponsesRequestToolFunction$outboundSchema: z.ZodType<ResponsesRequestToolFunction$Outbound, ResponsesRequestToolFunction>;
173
203
  export declare function responsesRequestToolFunctionToJSON(responsesRequestToolFunction: ResponsesRequestToolFunction): string;
174
204
  /** @internal */
175
- export type ResponsesRequestToolUnion$Outbound = ResponsesRequestToolFunction$Outbound | PreviewWebSearchServerTool$Outbound | Preview20250311WebSearchServerTool$Outbound | LegacyWebSearchServerTool$Outbound | WebSearchServerTool$Outbound | FileSearchServerTool$Outbound | ComputerUseServerTool$Outbound | CodeInterpreterServerTool$Outbound | McpServerTool$Outbound | ImageGenerationServerTool$Outbound | CodexLocalShellTool$Outbound | ShellServerTool$Outbound | ApplyPatchServerTool$Outbound | CustomTool$Outbound | (DatetimeServerTool$Outbound & {
205
+ export type ResponsesRequestToolUnion$Outbound = ResponsesRequestToolFunction$Outbound | PreviewWebSearchServerTool$Outbound | Preview20250311WebSearchServerTool$Outbound | LegacyWebSearchServerTool$Outbound | WebSearchServerTool$Outbound | FileSearchServerTool$Outbound | ComputerUseServerTool$Outbound | CodeInterpreterServerTool$Outbound | McpServerTool$Outbound | ImageGenerationServerTool$Outbound | CodexLocalShellTool$Outbound | ShellServerTool$Outbound | ApplyPatchServerTool$Outbound | CustomTool$Outbound | (AdvisorServerToolOpenRouter$Outbound & {
206
+ type: "openrouter:advisor";
207
+ }) | (SubagentServerToolOpenRouter$Outbound & {
208
+ type: "openrouter:subagent";
209
+ }) | (DatetimeServerTool$Outbound & {
176
210
  type: "openrouter:datetime";
177
- }) | (ImageGenerationServerToolOpenRouter$Outbound & {
211
+ }) | FusionServerToolOpenRouter$Outbound | (ImageGenerationServerToolOpenRouter$Outbound & {
178
212
  type: "openrouter:image_generation";
179
213
  }) | (ChatSearchModelsServerTool$Outbound & {
180
214
  type: "openrouter:experimental__search_models";
181
215
  }) | (WebFetchServerTool$Outbound & {
182
216
  type: "openrouter:web_fetch";
183
- }) | WebSearchServerToolOpenRouter$Outbound;
217
+ }) | WebSearchServerToolOpenRouter$Outbound | ApplyPatchServerToolOpenRouter$Outbound | (BashServerTool$Outbound & {
218
+ type: "openrouter:bash";
219
+ }) | ShellServerToolOpenRouter$Outbound;
184
220
  /** @internal */
185
221
  export declare const ResponsesRequestToolUnion$outboundSchema: z.ZodType<ResponsesRequestToolUnion$Outbound, ResponsesRequestToolUnion>;
186
222
  export declare function responsesRequestToolUnionToJSON(responsesRequestToolUnion: ResponsesRequestToolUnion): string;
187
223
  /** @internal */
188
224
  export type ResponsesRequest$Outbound = {
189
225
  background?: boolean | null | undefined;
226
+ cache_control?: AnthropicCacheControlDirective$Outbound | undefined;
190
227
  frequency_penalty?: number | null | undefined;
191
228
  image_config?: {
192
229
  [k: string]: ImageConfig$Outbound;
@@ -203,7 +240,7 @@ export type ResponsesRequest$Outbound = {
203
240
  model?: string | undefined;
204
241
  models?: Array<string> | undefined;
205
242
  parallel_tool_calls?: boolean | null | undefined;
206
- plugins?: Array<AutoRouterPlugin$Outbound | ContextCompressionPlugin$Outbound | FileParserPlugin$Outbound | ModerationPlugin$Outbound | ParetoRouterPlugin$Outbound | ResponseHealingPlugin$Outbound | WebSearchPlugin$Outbound> | undefined;
243
+ plugins?: Array<AutoRouterPlugin$Outbound | ContextCompressionPlugin$Outbound | FileParserPlugin$Outbound | FusionPlugin$Outbound | ModerationPlugin$Outbound | ParetoRouterPlugin$Outbound | ResponseHealingPlugin$Outbound | WebSearchPlugin$Outbound | WebFetchPlugin$Outbound> | undefined;
207
244
  presence_penalty?: number | null | undefined;
208
245
  previous_response_id?: string | null | undefined;
209
246
  prompt?: StoredPromptTemplate$Outbound | null | undefined;
@@ -213,20 +250,27 @@ export type ResponsesRequest$Outbound = {
213
250
  safety_identifier?: string | null | undefined;
214
251
  service_tier: string | null;
215
252
  session_id?: string | undefined;
253
+ stop_server_tools_when?: Array<StopServerToolsWhenCondition$Outbound> | undefined;
216
254
  store: false;
217
255
  stream: boolean;
218
256
  temperature?: number | null | undefined;
219
257
  text?: TextExtendedConfig$Outbound | undefined;
220
258
  tool_choice?: OpenAIResponsesToolChoiceUnion$Outbound | undefined;
221
- tools?: Array<ResponsesRequestToolFunction$Outbound | PreviewWebSearchServerTool$Outbound | Preview20250311WebSearchServerTool$Outbound | LegacyWebSearchServerTool$Outbound | WebSearchServerTool$Outbound | FileSearchServerTool$Outbound | ComputerUseServerTool$Outbound | CodeInterpreterServerTool$Outbound | McpServerTool$Outbound | ImageGenerationServerTool$Outbound | CodexLocalShellTool$Outbound | ShellServerTool$Outbound | ApplyPatchServerTool$Outbound | CustomTool$Outbound | (DatetimeServerTool$Outbound & {
259
+ tools?: Array<ResponsesRequestToolFunction$Outbound | PreviewWebSearchServerTool$Outbound | Preview20250311WebSearchServerTool$Outbound | LegacyWebSearchServerTool$Outbound | WebSearchServerTool$Outbound | FileSearchServerTool$Outbound | ComputerUseServerTool$Outbound | CodeInterpreterServerTool$Outbound | McpServerTool$Outbound | ImageGenerationServerTool$Outbound | CodexLocalShellTool$Outbound | ShellServerTool$Outbound | ApplyPatchServerTool$Outbound | CustomTool$Outbound | (AdvisorServerToolOpenRouter$Outbound & {
260
+ type: "openrouter:advisor";
261
+ }) | (SubagentServerToolOpenRouter$Outbound & {
262
+ type: "openrouter:subagent";
263
+ }) | (DatetimeServerTool$Outbound & {
222
264
  type: "openrouter:datetime";
223
- }) | (ImageGenerationServerToolOpenRouter$Outbound & {
265
+ }) | FusionServerToolOpenRouter$Outbound | (ImageGenerationServerToolOpenRouter$Outbound & {
224
266
  type: "openrouter:image_generation";
225
267
  }) | (ChatSearchModelsServerTool$Outbound & {
226
268
  type: "openrouter:experimental__search_models";
227
269
  }) | (WebFetchServerTool$Outbound & {
228
270
  type: "openrouter:web_fetch";
229
- }) | WebSearchServerToolOpenRouter$Outbound> | undefined;
271
+ }) | WebSearchServerToolOpenRouter$Outbound | ApplyPatchServerToolOpenRouter$Outbound | (BashServerTool$Outbound & {
272
+ type: "openrouter:bash";
273
+ }) | ShellServerToolOpenRouter$Outbound> | undefined;
230
274
  top_k?: number | undefined;
231
275
  top_logprobs?: number | null | undefined;
232
276
  top_p?: number | null | undefined;
@@ -5,8 +5,12 @@
5
5
  import * as z from "zod/v4";
6
6
  import { remap as remap$ } from "../lib/primitives.js";
7
7
  import * as openEnums from "../types/enums.js";
8
+ import { AdvisorServerToolOpenRouter$outboundSchema, } from "./advisorservertoolopenrouter.js";
9
+ import { AnthropicCacheControlDirective$outboundSchema, } from "./anthropiccachecontroldirective.js";
8
10
  import { ApplyPatchServerTool$outboundSchema, } from "./applypatchservertool.js";
11
+ import { ApplyPatchServerToolOpenRouter$outboundSchema, } from "./applypatchservertoolopenrouter.js";
9
12
  import { AutoRouterPlugin$outboundSchema, } from "./autorouterplugin.js";
13
+ import { BashServerTool$outboundSchema, } from "./bashservertool.js";
10
14
  import { ChatSearchModelsServerTool$outboundSchema, } from "./chatsearchmodelsservertool.js";
11
15
  import { CodeInterpreterServerTool$outboundSchema, } from "./codeinterpreterservertool.js";
12
16
  import { CodexLocalShellTool$outboundSchema, } from "./codexlocalshelltool.js";
@@ -16,6 +20,8 @@ import { CustomTool$outboundSchema, } from "./customtool.js";
16
20
  import { DatetimeServerTool$outboundSchema, } from "./datetimeservertool.js";
17
21
  import { FileParserPlugin$outboundSchema, } from "./fileparserplugin.js";
18
22
  import { FileSearchServerTool$outboundSchema, } from "./filesearchservertool.js";
23
+ import { FusionPlugin$outboundSchema, } from "./fusionplugin.js";
24
+ import { FusionServerToolOpenRouter$outboundSchema, } from "./fusionservertoolopenrouter.js";
19
25
  import { ImageConfig$outboundSchema, } from "./imageconfig.js";
20
26
  import { ImageGenerationServerTool$outboundSchema, } from "./imagegenerationservertool.js";
21
27
  import { ImageGenerationServerToolOpenRouter$outboundSchema, } from "./imagegenerationservertoolopenrouter.js";
@@ -34,9 +40,13 @@ import { ReasoningConfig$outboundSchema, } from "./reasoningconfig.js";
34
40
  import { ResponseHealingPlugin$outboundSchema, } from "./responsehealingplugin.js";
35
41
  import { ResponseIncludesEnum$outboundSchema, } from "./responseincludesenum.js";
36
42
  import { ShellServerTool$outboundSchema, } from "./shellservertool.js";
43
+ import { ShellServerToolOpenRouter$outboundSchema, } from "./shellservertoolopenrouter.js";
44
+ import { StopServerToolsWhenCondition$outboundSchema, } from "./stopservertoolswhencondition.js";
37
45
  import { StoredPromptTemplate$outboundSchema, } from "./storedprompttemplate.js";
46
+ import { SubagentServerToolOpenRouter$outboundSchema, } from "./subagentservertoolopenrouter.js";
38
47
  import { TextExtendedConfig$outboundSchema, } from "./textextendedconfig.js";
39
48
  import { TraceConfig$outboundSchema, } from "./traceconfig.js";
49
+ import { WebFetchPlugin$outboundSchema, } from "./webfetchplugin.js";
40
50
  import { WebFetchServerTool$outboundSchema, } from "./webfetchservertool.js";
41
51
  import { WebSearchPlugin$outboundSchema, } from "./websearchplugin.js";
42
52
  import { WebSearchServerTool$outboundSchema, } from "./websearchservertool.js";
@@ -53,10 +63,12 @@ export const ResponsesRequestPlugin$outboundSchema = z.union([
53
63
  AutoRouterPlugin$outboundSchema,
54
64
  ContextCompressionPlugin$outboundSchema,
55
65
  FileParserPlugin$outboundSchema,
66
+ FusionPlugin$outboundSchema,
56
67
  ModerationPlugin$outboundSchema,
57
68
  ParetoRouterPlugin$outboundSchema,
58
69
  ResponseHealingPlugin$outboundSchema,
59
70
  WebSearchPlugin$outboundSchema,
71
+ WebFetchPlugin$outboundSchema,
60
72
  ]);
61
73
  export function responsesRequestPluginToJSON(responsesRequestPlugin) {
62
74
  return JSON.stringify(ResponsesRequestPlugin$outboundSchema.parse(responsesRequestPlugin));
@@ -90,11 +102,17 @@ export const ResponsesRequestToolUnion$outboundSchema = z.union([
90
102
  ShellServerTool$outboundSchema,
91
103
  ApplyPatchServerTool$outboundSchema,
92
104
  CustomTool$outboundSchema,
105
+ AdvisorServerToolOpenRouter$outboundSchema.and(z.object({ type: z.literal("openrouter:advisor") })),
106
+ SubagentServerToolOpenRouter$outboundSchema.and(z.object({ type: z.literal("openrouter:subagent") })),
93
107
  DatetimeServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:datetime") })),
108
+ FusionServerToolOpenRouter$outboundSchema,
94
109
  ImageGenerationServerToolOpenRouter$outboundSchema.and(z.object({ type: z.literal("openrouter:image_generation") })),
95
110
  ChatSearchModelsServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:experimental__search_models") })),
96
111
  WebFetchServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:web_fetch") })),
97
112
  WebSearchServerToolOpenRouter$outboundSchema,
113
+ ApplyPatchServerToolOpenRouter$outboundSchema,
114
+ BashServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:bash") })),
115
+ ShellServerToolOpenRouter$outboundSchema,
98
116
  ]);
99
117
  export function responsesRequestToolUnionToJSON(responsesRequestToolUnion) {
100
118
  return JSON.stringify(ResponsesRequestToolUnion$outboundSchema.parse(responsesRequestToolUnion));
@@ -102,6 +120,7 @@ export function responsesRequestToolUnionToJSON(responsesRequestToolUnion) {
102
120
  /** @internal */
103
121
  export const ResponsesRequest$outboundSchema = z.object({
104
122
  background: z.nullable(z.boolean()).optional(),
123
+ cacheControl: AnthropicCacheControlDirective$outboundSchema.optional(),
105
124
  frequencyPenalty: z.nullable(z.number()).optional(),
106
125
  imageConfig: z.record(z.string(), ImageConfig$outboundSchema).optional(),
107
126
  include: z.nullable(z.array(ResponseIncludesEnum$outboundSchema)).optional(),
@@ -118,10 +137,12 @@ export const ResponsesRequest$outboundSchema = z.object({
118
137
  AutoRouterPlugin$outboundSchema,
119
138
  ContextCompressionPlugin$outboundSchema,
120
139
  FileParserPlugin$outboundSchema,
140
+ FusionPlugin$outboundSchema,
121
141
  ModerationPlugin$outboundSchema,
122
142
  ParetoRouterPlugin$outboundSchema,
123
143
  ResponseHealingPlugin$outboundSchema,
124
144
  WebSearchPlugin$outboundSchema,
145
+ WebFetchPlugin$outboundSchema,
125
146
  ])).optional(),
126
147
  presencePenalty: z.nullable(z.number()).optional(),
127
148
  previousResponseId: z.nullable(z.string()).optional(),
@@ -132,6 +153,8 @@ export const ResponsesRequest$outboundSchema = z.object({
132
153
  safetyIdentifier: z.nullable(z.string()).optional(),
133
154
  serviceTier: z.nullable(ResponsesRequestServiceTier$outboundSchema.default("auto")),
134
155
  sessionId: z.string().optional(),
156
+ stopServerToolsWhen: z.array(StopServerToolsWhenCondition$outboundSchema)
157
+ .optional(),
135
158
  store: z.literal(false).default(false),
136
159
  stream: z.boolean().default(false),
137
160
  temperature: z.nullable(z.number()).optional(),
@@ -152,11 +175,17 @@ export const ResponsesRequest$outboundSchema = z.object({
152
175
  ShellServerTool$outboundSchema,
153
176
  ApplyPatchServerTool$outboundSchema,
154
177
  CustomTool$outboundSchema,
178
+ AdvisorServerToolOpenRouter$outboundSchema.and(z.object({ type: z.literal("openrouter:advisor") })),
179
+ SubagentServerToolOpenRouter$outboundSchema.and(z.object({ type: z.literal("openrouter:subagent") })),
155
180
  DatetimeServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:datetime") })),
181
+ FusionServerToolOpenRouter$outboundSchema,
156
182
  ImageGenerationServerToolOpenRouter$outboundSchema.and(z.object({ type: z.literal("openrouter:image_generation") })),
157
183
  ChatSearchModelsServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:experimental__search_models") })),
158
184
  WebFetchServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:web_fetch") })),
159
185
  WebSearchServerToolOpenRouter$outboundSchema,
186
+ ApplyPatchServerToolOpenRouter$outboundSchema,
187
+ BashServerTool$outboundSchema.and(z.object({ type: z.literal("openrouter:bash") })),
188
+ ShellServerToolOpenRouter$outboundSchema,
160
189
  ])).optional(),
161
190
  topK: z.int().optional(),
162
191
  topLogprobs: z.nullable(z.int()).optional(),
@@ -166,6 +195,7 @@ export const ResponsesRequest$outboundSchema = z.object({
166
195
  user: z.string().optional(),
167
196
  }).transform((v) => {
168
197
  return remap$(v, {
198
+ cacheControl: "cache_control",
169
199
  frequencyPenalty: "frequency_penalty",
170
200
  imageConfig: "image_config",
171
201
  maxOutputTokens: "max_output_tokens",
@@ -177,6 +207,7 @@ export const ResponsesRequest$outboundSchema = z.object({
177
207
  safetyIdentifier: "safety_identifier",
178
208
  serviceTier: "service_tier",
179
209
  sessionId: "session_id",
210
+ stopServerToolsWhen: "stop_server_tools_when",
180
211
  toolChoice: "tool_choice",
181
212
  topK: "top_k",
182
213
  topLogprobs: "top_logprobs",
@@ -9,6 +9,7 @@ export declare const RoutingStrategy: {
9
9
  readonly Fallback: "fallback";
10
10
  readonly Pareto: "pareto";
11
11
  readonly Bodybuilder: "bodybuilder";
12
+ readonly Fusion: "fusion";
12
13
  };
13
14
  export type RoutingStrategy = OpenEnum<typeof RoutingStrategy>;
14
15
  /** @internal */
@@ -12,6 +12,7 @@ export const RoutingStrategy = {
12
12
  Fallback: "fallback",
13
13
  Pareto: "pareto",
14
14
  Bodybuilder: "bodybuilder",
15
+ Fusion: "fusion",
15
16
  };
16
17
  /** @internal */
17
18
  export const RoutingStrategy$inboundSchema = openEnums.inboundSchema(RoutingStrategy);
@@ -1,7 +1,7 @@
1
1
  import * as z from "zod/v4";
2
2
  import { OpenEnum } from "../types/enums.js";
3
3
  /**
4
- * How much context to retrieve per result. Defaults to medium (15000 chars). Applies to Exa and Parallel engines; ignored with native provider search and Firecrawl.
4
+ * How much context to retrieve per result. Applies to Exa, Parallel, and Perplexity engines; ignored with native provider search and Firecrawl. For Exa, pins a fixed per-result character cap (low=5,000, medium=15,000, high=30,000); when omitted, Exa picks an adaptive size per query and document (typically ~2,000–4,000 characters per result). For Parallel, controls the total characters across all results; when omitted, Parallel uses its own default size. For Perplexity, maps directly to the Search API's native search_context_size parameter. Overridden by `max_characters` when both are set.
5
5
  */
6
6
  export declare const SearchQualityLevel: {
7
7
  readonly Low: "low";
@@ -9,7 +9,7 @@ export declare const SearchQualityLevel: {
9
9
  readonly High: "high";
10
10
  };
11
11
  /**
12
- * How much context to retrieve per result. Defaults to medium (15000 chars). Applies to Exa and Parallel engines; ignored with native provider search and Firecrawl.
12
+ * How much context to retrieve per result. Applies to Exa, Parallel, and Perplexity engines; ignored with native provider search and Firecrawl. For Exa, pins a fixed per-result character cap (low=5,000, medium=15,000, high=30,000); when omitted, Exa picks an adaptive size per query and document (typically ~2,000–4,000 characters per result). For Parallel, controls the total characters across all results; when omitted, Parallel uses its own default size. For Perplexity, maps directly to the Search API's native search_context_size parameter. Overridden by `max_characters` when both are set.
13
13
  */
14
14
  export type SearchQualityLevel = OpenEnum<typeof SearchQualityLevel>;
15
15
  /** @internal */
@@ -4,7 +4,7 @@
4
4
  */
5
5
  import * as openEnums from "../types/enums.js";
6
6
  /**
7
- * How much context to retrieve per result. Defaults to medium (15000 chars). Applies to Exa and Parallel engines; ignored with native provider search and Firecrawl.
7
+ * How much context to retrieve per result. Applies to Exa, Parallel, and Perplexity engines; ignored with native provider search and Firecrawl. For Exa, pins a fixed per-result character cap (low=5,000, medium=15,000, high=30,000); when omitted, Exa picks an adaptive size per query and document (typically ~2,000–4,000 characters per result). For Parallel, controls the total characters across all results; when omitted, Parallel uses its own default size. For Perplexity, maps directly to the Search API's native search_context_size parameter. Overridden by `max_characters` when both are set.
8
8
  */
9
9
  export const SearchQualityLevel = {
10
10
  Low: "low",
@@ -0,0 +1,54 @@
1
+ import * as z from "zod/v4";
2
+ import { ClosedEnum, OpenEnum } from "../types/enums.js";
3
+ export type ShellCallItemAction = {
4
+ commands: Array<string>;
5
+ maxOutputLength?: number | null | undefined;
6
+ timeoutMs?: number | null | undefined;
7
+ };
8
+ export declare const ShellCallItemStatus: {
9
+ readonly InProgress: "in_progress";
10
+ readonly Completed: "completed";
11
+ readonly Incomplete: "incomplete";
12
+ };
13
+ export type ShellCallItemStatus = OpenEnum<typeof ShellCallItemStatus>;
14
+ export declare const ShellCallItemType: {
15
+ readonly ShellCall: "shell_call";
16
+ };
17
+ export type ShellCallItemType = ClosedEnum<typeof ShellCallItemType>;
18
+ /**
19
+ * A shell command execution call (newer variant)
20
+ */
21
+ export type ShellCallItem = {
22
+ action: ShellCallItemAction;
23
+ callId: string;
24
+ environment?: any | null | undefined;
25
+ id?: string | null | undefined;
26
+ status?: ShellCallItemStatus | null | undefined;
27
+ type: ShellCallItemType;
28
+ };
29
+ /** @internal */
30
+ export type ShellCallItemAction$Outbound = {
31
+ commands: Array<string>;
32
+ max_output_length?: number | null | undefined;
33
+ timeout_ms?: number | null | undefined;
34
+ };
35
+ /** @internal */
36
+ export declare const ShellCallItemAction$outboundSchema: z.ZodType<ShellCallItemAction$Outbound, ShellCallItemAction>;
37
+ export declare function shellCallItemActionToJSON(shellCallItemAction: ShellCallItemAction): string;
38
+ /** @internal */
39
+ export declare const ShellCallItemStatus$outboundSchema: z.ZodType<string, ShellCallItemStatus>;
40
+ /** @internal */
41
+ export declare const ShellCallItemType$outboundSchema: z.ZodEnum<typeof ShellCallItemType>;
42
+ /** @internal */
43
+ export type ShellCallItem$Outbound = {
44
+ action: ShellCallItemAction$Outbound;
45
+ call_id: string;
46
+ environment?: any | null | undefined;
47
+ id?: string | null | undefined;
48
+ status?: string | null | undefined;
49
+ type: string;
50
+ };
51
+ /** @internal */
52
+ export declare const ShellCallItem$outboundSchema: z.ZodType<ShellCallItem$Outbound, ShellCallItem>;
53
+ export declare function shellCallItemToJSON(shellCallItem: ShellCallItem): string;
54
+ //# sourceMappingURL=shellcallitem.d.ts.map
@@ -0,0 +1,50 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: a94bd412c431
4
+ */
5
+ import * as z from "zod/v4";
6
+ import { remap as remap$ } from "../lib/primitives.js";
7
+ import * as openEnums from "../types/enums.js";
8
+ export const ShellCallItemStatus = {
9
+ InProgress: "in_progress",
10
+ Completed: "completed",
11
+ Incomplete: "incomplete",
12
+ };
13
+ export const ShellCallItemType = {
14
+ ShellCall: "shell_call",
15
+ };
16
+ /** @internal */
17
+ export const ShellCallItemAction$outboundSchema = z.object({
18
+ commands: z.array(z.string()),
19
+ maxOutputLength: z.nullable(z.int()).optional(),
20
+ timeoutMs: z.nullable(z.int()).optional(),
21
+ }).transform((v) => {
22
+ return remap$(v, {
23
+ maxOutputLength: "max_output_length",
24
+ timeoutMs: "timeout_ms",
25
+ });
26
+ });
27
+ export function shellCallItemActionToJSON(shellCallItemAction) {
28
+ return JSON.stringify(ShellCallItemAction$outboundSchema.parse(shellCallItemAction));
29
+ }
30
+ /** @internal */
31
+ export const ShellCallItemStatus$outboundSchema = openEnums.outboundSchema(ShellCallItemStatus);
32
+ /** @internal */
33
+ export const ShellCallItemType$outboundSchema = z.enum(ShellCallItemType);
34
+ /** @internal */
35
+ export const ShellCallItem$outboundSchema = z.object({
36
+ action: z.lazy(() => ShellCallItemAction$outboundSchema),
37
+ callId: z.string(),
38
+ environment: z.nullable(z.any()).optional(),
39
+ id: z.nullable(z.string()).optional(),
40
+ status: z.nullable(ShellCallItemStatus$outboundSchema).optional(),
41
+ type: ShellCallItemType$outboundSchema,
42
+ }).transform((v) => {
43
+ return remap$(v, {
44
+ callId: "call_id",
45
+ });
46
+ });
47
+ export function shellCallItemToJSON(shellCallItem) {
48
+ return JSON.stringify(ShellCallItem$outboundSchema.parse(shellCallItem));
49
+ }
50
+ //# sourceMappingURL=shellcallitem.js.map
@@ -0,0 +1,58 @@
1
+ import * as z from "zod/v4";
2
+ import { ClosedEnum, OpenEnum } from "../types/enums.js";
3
+ export type ShellCallOutputItemOutput = {
4
+ content?: string | null | undefined;
5
+ exitCode?: number | null | undefined;
6
+ type: string;
7
+ additionalProperties?: {
8
+ [k: string]: any | null;
9
+ } | undefined;
10
+ };
11
+ export declare const ShellCallOutputItemStatus: {
12
+ readonly InProgress: "in_progress";
13
+ readonly Completed: "completed";
14
+ readonly Incomplete: "incomplete";
15
+ };
16
+ export type ShellCallOutputItemStatus = OpenEnum<typeof ShellCallOutputItemStatus>;
17
+ export declare const ShellCallOutputItemType: {
18
+ readonly ShellCallOutput: "shell_call_output";
19
+ };
20
+ export type ShellCallOutputItemType = ClosedEnum<typeof ShellCallOutputItemType>;
21
+ /**
22
+ * Output from a shell command execution (newer variant)
23
+ */
24
+ export type ShellCallOutputItem = {
25
+ callId: string;
26
+ id?: string | null | undefined;
27
+ maxOutputLength?: number | null | undefined;
28
+ output: Array<ShellCallOutputItemOutput>;
29
+ status?: ShellCallOutputItemStatus | null | undefined;
30
+ type: ShellCallOutputItemType;
31
+ };
32
+ /** @internal */
33
+ export type ShellCallOutputItemOutput$Outbound = {
34
+ content?: string | null | undefined;
35
+ exit_code?: number | null | undefined;
36
+ type: string;
37
+ [additionalProperties: string]: unknown;
38
+ };
39
+ /** @internal */
40
+ export declare const ShellCallOutputItemOutput$outboundSchema: z.ZodType<ShellCallOutputItemOutput$Outbound, ShellCallOutputItemOutput>;
41
+ export declare function shellCallOutputItemOutputToJSON(shellCallOutputItemOutput: ShellCallOutputItemOutput): string;
42
+ /** @internal */
43
+ export declare const ShellCallOutputItemStatus$outboundSchema: z.ZodType<string, ShellCallOutputItemStatus>;
44
+ /** @internal */
45
+ export declare const ShellCallOutputItemType$outboundSchema: z.ZodEnum<typeof ShellCallOutputItemType>;
46
+ /** @internal */
47
+ export type ShellCallOutputItem$Outbound = {
48
+ call_id: string;
49
+ id?: string | null | undefined;
50
+ max_output_length?: number | null | undefined;
51
+ output: Array<ShellCallOutputItemOutput$Outbound>;
52
+ status?: string | null | undefined;
53
+ type: string;
54
+ };
55
+ /** @internal */
56
+ export declare const ShellCallOutputItem$outboundSchema: z.ZodType<ShellCallOutputItem$Outbound, ShellCallOutputItem>;
57
+ export declare function shellCallOutputItemToJSON(shellCallOutputItem: ShellCallOutputItem): string;
58
+ //# sourceMappingURL=shellcalloutputitem.d.ts.map
@@ -0,0 +1,55 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: 7fbbfc5a6ebc
4
+ */
5
+ import * as z from "zod/v4";
6
+ import { remap as remap$ } from "../lib/primitives.js";
7
+ import * as openEnums from "../types/enums.js";
8
+ export const ShellCallOutputItemStatus = {
9
+ InProgress: "in_progress",
10
+ Completed: "completed",
11
+ Incomplete: "incomplete",
12
+ };
13
+ export const ShellCallOutputItemType = {
14
+ ShellCallOutput: "shell_call_output",
15
+ };
16
+ /** @internal */
17
+ export const ShellCallOutputItemOutput$outboundSchema = z.object({
18
+ content: z.nullable(z.string()).optional(),
19
+ exitCode: z.nullable(z.int()).optional(),
20
+ type: z.string(),
21
+ additionalProperties: z.record(z.string(), z.nullable(z.any())).optional(),
22
+ }).transform((v) => {
23
+ return {
24
+ ...v.additionalProperties,
25
+ ...remap$(v, {
26
+ exitCode: "exit_code",
27
+ additionalProperties: null,
28
+ }),
29
+ };
30
+ });
31
+ export function shellCallOutputItemOutputToJSON(shellCallOutputItemOutput) {
32
+ return JSON.stringify(ShellCallOutputItemOutput$outboundSchema.parse(shellCallOutputItemOutput));
33
+ }
34
+ /** @internal */
35
+ export const ShellCallOutputItemStatus$outboundSchema = openEnums.outboundSchema(ShellCallOutputItemStatus);
36
+ /** @internal */
37
+ export const ShellCallOutputItemType$outboundSchema = z.enum(ShellCallOutputItemType);
38
+ /** @internal */
39
+ export const ShellCallOutputItem$outboundSchema = z.object({
40
+ callId: z.string(),
41
+ id: z.nullable(z.string()).optional(),
42
+ maxOutputLength: z.nullable(z.int()).optional(),
43
+ output: z.array(z.lazy(() => ShellCallOutputItemOutput$outboundSchema)),
44
+ status: z.nullable(ShellCallOutputItemStatus$outboundSchema).optional(),
45
+ type: ShellCallOutputItemType$outboundSchema,
46
+ }).transform((v) => {
47
+ return remap$(v, {
48
+ callId: "call_id",
49
+ maxOutputLength: "max_output_length",
50
+ });
51
+ });
52
+ export function shellCallOutputItemToJSON(shellCallOutputItem) {
53
+ return JSON.stringify(ShellCallOutputItem$outboundSchema.parse(shellCallOutputItem));
54
+ }
55
+ //# sourceMappingURL=shellcalloutputitem.js.map
@@ -0,0 +1,17 @@
1
+ import * as z from "zod/v4";
2
+ import { OpenEnum } from "../types/enums.js";
3
+ /**
4
+ * Status of a shell call or its output.
5
+ */
6
+ export declare const ShellCallStatus: {
7
+ readonly InProgress: "in_progress";
8
+ readonly Completed: "completed";
9
+ readonly Incomplete: "incomplete";
10
+ };
11
+ /**
12
+ * Status of a shell call or its output.
13
+ */
14
+ export type ShellCallStatus = OpenEnum<typeof ShellCallStatus>;
15
+ /** @internal */
16
+ export declare const ShellCallStatus$inboundSchema: z.ZodType<ShellCallStatus, unknown>;
17
+ //# sourceMappingURL=shellcallstatus.d.ts.map
@@ -0,0 +1,16 @@
1
+ /*
2
+ * Code generated by Speakeasy (https://speakeasy.com). DO NOT EDIT.
3
+ * @generated-id: 26933f522ec6
4
+ */
5
+ import * as openEnums from "../types/enums.js";
6
+ /**
7
+ * Status of a shell call or its output.
8
+ */
9
+ export const ShellCallStatus = {
10
+ InProgress: "in_progress",
11
+ Completed: "completed",
12
+ Incomplete: "incomplete",
13
+ };
14
+ /** @internal */
15
+ export const ShellCallStatus$inboundSchema = openEnums.inboundSchema(ShellCallStatus);
16
+ //# sourceMappingURL=shellcallstatus.js.map