@orq-ai/node 3.8.0-rc.2 → 3.8.0-rc.21

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 (936) hide show
  1. package/FUNCTIONS.md +3 -5
  2. package/README.md +121 -121
  3. package/bin/mcp-server.js +3101 -1006
  4. package/bin/mcp-server.js.map +208 -200
  5. package/docs/sdks/contacts/README.md +30 -2
  6. package/docs/sdks/knowledge/README.md +1 -1
  7. package/docs/sdks/orq/README.md +138 -0
  8. package/funcs/contactsCreate.d.ts +3 -2
  9. package/funcs/contactsCreate.d.ts.map +1 -1
  10. package/funcs/contactsCreate.js +1 -1
  11. package/funcs/contactsCreate.js.map +1 -1
  12. package/funcs/contactsDelete.d.ts +3 -2
  13. package/funcs/contactsDelete.d.ts.map +1 -1
  14. package/funcs/contactsDelete.js +1 -1
  15. package/funcs/contactsDelete.js.map +1 -1
  16. package/funcs/contactsList.d.ts +3 -2
  17. package/funcs/contactsList.d.ts.map +1 -1
  18. package/funcs/contactsList.js +1 -1
  19. package/funcs/contactsList.js.map +1 -1
  20. package/funcs/contactsRetrieve.d.ts +3 -2
  21. package/funcs/contactsRetrieve.d.ts.map +1 -1
  22. package/funcs/contactsRetrieve.js +1 -1
  23. package/funcs/contactsRetrieve.js.map +1 -1
  24. package/funcs/contactsUpdate.d.ts +3 -2
  25. package/funcs/contactsUpdate.d.ts.map +1 -1
  26. package/funcs/contactsUpdate.js +1 -1
  27. package/funcs/contactsUpdate.js.map +1 -1
  28. package/funcs/datasetsClear.d.ts +3 -2
  29. package/funcs/datasetsClear.d.ts.map +1 -1
  30. package/funcs/datasetsClear.js +1 -1
  31. package/funcs/datasetsClear.js.map +1 -1
  32. package/funcs/datasetsCreate.d.ts +3 -2
  33. package/funcs/datasetsCreate.d.ts.map +1 -1
  34. package/funcs/datasetsCreate.js +1 -1
  35. package/funcs/datasetsCreate.js.map +1 -1
  36. package/funcs/datasetsCreateDatapoint.d.ts +3 -2
  37. package/funcs/datasetsCreateDatapoint.d.ts.map +1 -1
  38. package/funcs/datasetsCreateDatapoint.js +1 -1
  39. package/funcs/datasetsCreateDatapoint.js.map +1 -1
  40. package/funcs/datasetsCreateExperiment.d.ts +3 -2
  41. package/funcs/datasetsCreateExperiment.d.ts.map +1 -1
  42. package/funcs/datasetsCreateExperiment.js +1 -1
  43. package/funcs/datasetsCreateExperiment.js.map +1 -1
  44. package/funcs/datasetsDelete.d.ts +3 -2
  45. package/funcs/datasetsDelete.d.ts.map +1 -1
  46. package/funcs/datasetsDelete.js +1 -1
  47. package/funcs/datasetsDelete.js.map +1 -1
  48. package/funcs/datasetsDeleteDatapoint.d.ts +3 -2
  49. package/funcs/datasetsDeleteDatapoint.d.ts.map +1 -1
  50. package/funcs/datasetsDeleteDatapoint.js +1 -1
  51. package/funcs/datasetsDeleteDatapoint.js.map +1 -1
  52. package/funcs/datasetsList.d.ts +3 -2
  53. package/funcs/datasetsList.d.ts.map +1 -1
  54. package/funcs/datasetsList.js +1 -1
  55. package/funcs/datasetsList.js.map +1 -1
  56. package/funcs/datasetsListDatapoints.d.ts +3 -2
  57. package/funcs/datasetsListDatapoints.d.ts.map +1 -1
  58. package/funcs/datasetsListDatapoints.js +1 -1
  59. package/funcs/datasetsListDatapoints.js.map +1 -1
  60. package/funcs/datasetsRetrieve.d.ts +3 -2
  61. package/funcs/datasetsRetrieve.d.ts.map +1 -1
  62. package/funcs/datasetsRetrieve.js +1 -1
  63. package/funcs/datasetsRetrieve.js.map +1 -1
  64. package/funcs/datasetsRetrieveDatapoint.d.ts +3 -2
  65. package/funcs/datasetsRetrieveDatapoint.d.ts.map +1 -1
  66. package/funcs/datasetsRetrieveDatapoint.js +1 -1
  67. package/funcs/datasetsRetrieveDatapoint.js.map +1 -1
  68. package/funcs/datasetsUpdate.d.ts +3 -2
  69. package/funcs/datasetsUpdate.d.ts.map +1 -1
  70. package/funcs/datasetsUpdate.js +1 -1
  71. package/funcs/datasetsUpdate.js.map +1 -1
  72. package/funcs/datasetsUpdateDatapoint.d.ts +3 -2
  73. package/funcs/datasetsUpdateDatapoint.d.ts.map +1 -1
  74. package/funcs/datasetsUpdateDatapoint.js +1 -1
  75. package/funcs/datasetsUpdateDatapoint.js.map +1 -1
  76. package/funcs/deploymentsCreateExperiment.d.ts +3 -2
  77. package/funcs/deploymentsCreateExperiment.d.ts.map +1 -1
  78. package/funcs/deploymentsCreateExperiment.js +1 -1
  79. package/funcs/deploymentsCreateExperiment.js.map +1 -1
  80. package/funcs/deploymentsGetConfig.d.ts +3 -2
  81. package/funcs/deploymentsGetConfig.d.ts.map +1 -1
  82. package/funcs/deploymentsGetConfig.js +1 -1
  83. package/funcs/deploymentsGetConfig.js.map +1 -1
  84. package/funcs/deploymentsInvoke.d.ts +3 -2
  85. package/funcs/deploymentsInvoke.d.ts.map +1 -1
  86. package/funcs/deploymentsInvoke.js +1 -1
  87. package/funcs/deploymentsInvoke.js.map +1 -1
  88. package/funcs/deploymentsList.d.ts +3 -2
  89. package/funcs/deploymentsList.d.ts.map +1 -1
  90. package/funcs/deploymentsList.js +1 -1
  91. package/funcs/deploymentsList.js.map +1 -1
  92. package/funcs/deploymentsMetricsCreate.d.ts +3 -2
  93. package/funcs/deploymentsMetricsCreate.d.ts.map +1 -1
  94. package/funcs/deploymentsMetricsCreate.js +1 -1
  95. package/funcs/deploymentsMetricsCreate.js.map +1 -1
  96. package/funcs/deploymentsStream.d.ts +3 -2
  97. package/funcs/deploymentsStream.d.ts.map +1 -1
  98. package/funcs/deploymentsStream.js +1 -1
  99. package/funcs/deploymentsStream.js.map +1 -1
  100. package/funcs/evalsAgeAppropriate.d.ts +3 -2
  101. package/funcs/evalsAgeAppropriate.d.ts.map +1 -1
  102. package/funcs/evalsAgeAppropriate.js +1 -1
  103. package/funcs/evalsAgeAppropriate.js.map +1 -1
  104. package/funcs/evalsAll.d.ts +3 -2
  105. package/funcs/evalsAll.d.ts.map +1 -1
  106. package/funcs/evalsAll.js +1 -1
  107. package/funcs/evalsAll.js.map +1 -1
  108. package/funcs/evalsBertScore.d.ts +3 -2
  109. package/funcs/evalsBertScore.d.ts.map +1 -1
  110. package/funcs/evalsBertScore.js +1 -1
  111. package/funcs/evalsBertScore.js.map +1 -1
  112. package/funcs/evalsBleuScore.d.ts +3 -2
  113. package/funcs/evalsBleuScore.d.ts.map +1 -1
  114. package/funcs/evalsBleuScore.js +1 -1
  115. package/funcs/evalsBleuScore.js.map +1 -1
  116. package/funcs/evalsBotDetection.d.ts +3 -2
  117. package/funcs/evalsBotDetection.d.ts.map +1 -1
  118. package/funcs/evalsBotDetection.js +1 -1
  119. package/funcs/evalsBotDetection.js.map +1 -1
  120. package/funcs/evalsContains.d.ts +3 -2
  121. package/funcs/evalsContains.d.ts.map +1 -1
  122. package/funcs/evalsContains.js +1 -1
  123. package/funcs/evalsContains.js.map +1 -1
  124. package/funcs/evalsContainsAll.d.ts +3 -2
  125. package/funcs/evalsContainsAll.d.ts.map +1 -1
  126. package/funcs/evalsContainsAll.js +1 -1
  127. package/funcs/evalsContainsAll.js.map +1 -1
  128. package/funcs/evalsContainsAny.d.ts +3 -2
  129. package/funcs/evalsContainsAny.d.ts.map +1 -1
  130. package/funcs/evalsContainsAny.js +1 -1
  131. package/funcs/evalsContainsAny.js.map +1 -1
  132. package/funcs/evalsContainsEmail.d.ts +3 -2
  133. package/funcs/evalsContainsEmail.d.ts.map +1 -1
  134. package/funcs/evalsContainsEmail.js +1 -1
  135. package/funcs/evalsContainsEmail.js.map +1 -1
  136. package/funcs/evalsContainsNone.d.ts +3 -2
  137. package/funcs/evalsContainsNone.d.ts.map +1 -1
  138. package/funcs/evalsContainsNone.js +1 -1
  139. package/funcs/evalsContainsNone.js.map +1 -1
  140. package/funcs/evalsContainsUrl.d.ts +3 -2
  141. package/funcs/evalsContainsUrl.d.ts.map +1 -1
  142. package/funcs/evalsContainsUrl.js +1 -1
  143. package/funcs/evalsContainsUrl.js.map +1 -1
  144. package/funcs/evalsContainsValidLink.d.ts +3 -2
  145. package/funcs/evalsContainsValidLink.d.ts.map +1 -1
  146. package/funcs/evalsContainsValidLink.js +1 -1
  147. package/funcs/evalsContainsValidLink.js.map +1 -1
  148. package/funcs/evalsCreate.d.ts +3 -2
  149. package/funcs/evalsCreate.d.ts.map +1 -1
  150. package/funcs/evalsCreate.js +1 -1
  151. package/funcs/evalsCreate.js.map +1 -1
  152. package/funcs/evalsDelete.d.ts +3 -2
  153. package/funcs/evalsDelete.d.ts.map +1 -1
  154. package/funcs/evalsDelete.js +1 -1
  155. package/funcs/evalsDelete.js.map +1 -1
  156. package/funcs/evalsEndsWith.d.ts +3 -2
  157. package/funcs/evalsEndsWith.d.ts.map +1 -1
  158. package/funcs/evalsEndsWith.js +1 -1
  159. package/funcs/evalsEndsWith.js.map +1 -1
  160. package/funcs/evalsExactMatch.d.ts +3 -2
  161. package/funcs/evalsExactMatch.d.ts.map +1 -1
  162. package/funcs/evalsExactMatch.js +1 -1
  163. package/funcs/evalsExactMatch.js.map +1 -1
  164. package/funcs/evalsFactCheckingKnowledgeBase.d.ts +3 -2
  165. package/funcs/evalsFactCheckingKnowledgeBase.d.ts.map +1 -1
  166. package/funcs/evalsFactCheckingKnowledgeBase.js +1 -1
  167. package/funcs/evalsFactCheckingKnowledgeBase.js.map +1 -1
  168. package/funcs/evalsGrammar.d.ts +3 -2
  169. package/funcs/evalsGrammar.d.ts.map +1 -1
  170. package/funcs/evalsGrammar.js +1 -1
  171. package/funcs/evalsGrammar.js.map +1 -1
  172. package/funcs/evalsInvoke.d.ts +3 -2
  173. package/funcs/evalsInvoke.d.ts.map +1 -1
  174. package/funcs/evalsInvoke.js +1 -1
  175. package/funcs/evalsInvoke.js.map +1 -1
  176. package/funcs/evalsLengthBetween.d.ts +3 -2
  177. package/funcs/evalsLengthBetween.d.ts.map +1 -1
  178. package/funcs/evalsLengthBetween.js +1 -1
  179. package/funcs/evalsLengthBetween.js.map +1 -1
  180. package/funcs/evalsLengthGreaterThan.d.ts +3 -2
  181. package/funcs/evalsLengthGreaterThan.d.ts.map +1 -1
  182. package/funcs/evalsLengthGreaterThan.js +1 -1
  183. package/funcs/evalsLengthGreaterThan.js.map +1 -1
  184. package/funcs/evalsLengthLessThan.d.ts +3 -2
  185. package/funcs/evalsLengthLessThan.d.ts.map +1 -1
  186. package/funcs/evalsLengthLessThan.js +1 -1
  187. package/funcs/evalsLengthLessThan.js.map +1 -1
  188. package/funcs/evalsLocalization.d.ts +3 -2
  189. package/funcs/evalsLocalization.d.ts.map +1 -1
  190. package/funcs/evalsLocalization.js +1 -1
  191. package/funcs/evalsLocalization.js.map +1 -1
  192. package/funcs/evalsPii.d.ts +3 -2
  193. package/funcs/evalsPii.d.ts.map +1 -1
  194. package/funcs/evalsPii.js +1 -1
  195. package/funcs/evalsPii.js.map +1 -1
  196. package/funcs/evalsRagasCoherence.d.ts +3 -2
  197. package/funcs/evalsRagasCoherence.d.ts.map +1 -1
  198. package/funcs/evalsRagasCoherence.js +1 -1
  199. package/funcs/evalsRagasCoherence.js.map +1 -1
  200. package/funcs/evalsRagasConciseness.d.ts +3 -2
  201. package/funcs/evalsRagasConciseness.d.ts.map +1 -1
  202. package/funcs/evalsRagasConciseness.js +1 -1
  203. package/funcs/evalsRagasConciseness.js.map +1 -1
  204. package/funcs/evalsRagasContextPrecision.d.ts +3 -2
  205. package/funcs/evalsRagasContextPrecision.d.ts.map +1 -1
  206. package/funcs/evalsRagasContextPrecision.js +1 -1
  207. package/funcs/evalsRagasContextPrecision.js.map +1 -1
  208. package/funcs/evalsRagasCorrectness.d.ts +3 -2
  209. package/funcs/evalsRagasCorrectness.d.ts.map +1 -1
  210. package/funcs/evalsRagasCorrectness.js +1 -1
  211. package/funcs/evalsRagasCorrectness.js.map +1 -1
  212. package/funcs/evalsRagasFaithfulness.d.ts +3 -2
  213. package/funcs/evalsRagasFaithfulness.d.ts.map +1 -1
  214. package/funcs/evalsRagasFaithfulness.js +1 -1
  215. package/funcs/evalsRagasFaithfulness.js.map +1 -1
  216. package/funcs/evalsRagasHarmfulness.d.ts +3 -2
  217. package/funcs/evalsRagasHarmfulness.d.ts.map +1 -1
  218. package/funcs/evalsRagasHarmfulness.js +1 -1
  219. package/funcs/evalsRagasHarmfulness.js.map +1 -1
  220. package/funcs/evalsRagasMaliciousness.d.ts +3 -2
  221. package/funcs/evalsRagasMaliciousness.d.ts.map +1 -1
  222. package/funcs/evalsRagasMaliciousness.js +1 -1
  223. package/funcs/evalsRagasMaliciousness.js.map +1 -1
  224. package/funcs/evalsRagasResponseRelevancy.d.ts +3 -2
  225. package/funcs/evalsRagasResponseRelevancy.d.ts.map +1 -1
  226. package/funcs/evalsRagasResponseRelevancy.js +1 -1
  227. package/funcs/evalsRagasResponseRelevancy.js.map +1 -1
  228. package/funcs/evalsRagasSummarization.d.ts +3 -2
  229. package/funcs/evalsRagasSummarization.d.ts.map +1 -1
  230. package/funcs/evalsRagasSummarization.js +1 -1
  231. package/funcs/evalsRagasSummarization.js.map +1 -1
  232. package/funcs/evalsSentimentClassification.d.ts +3 -2
  233. package/funcs/evalsSentimentClassification.d.ts.map +1 -1
  234. package/funcs/evalsSentimentClassification.js +1 -1
  235. package/funcs/evalsSentimentClassification.js.map +1 -1
  236. package/funcs/evalsSummarization.d.ts +3 -2
  237. package/funcs/evalsSummarization.d.ts.map +1 -1
  238. package/funcs/evalsSummarization.js +1 -1
  239. package/funcs/evalsSummarization.js.map +1 -1
  240. package/funcs/evalsToneOfVoice.d.ts +3 -2
  241. package/funcs/evalsToneOfVoice.d.ts.map +1 -1
  242. package/funcs/evalsToneOfVoice.js +1 -1
  243. package/funcs/evalsToneOfVoice.js.map +1 -1
  244. package/funcs/evalsTranslation.d.ts +3 -2
  245. package/funcs/evalsTranslation.d.ts.map +1 -1
  246. package/funcs/evalsTranslation.js +1 -1
  247. package/funcs/evalsTranslation.js.map +1 -1
  248. package/funcs/evalsUpdate.d.ts +3 -2
  249. package/funcs/evalsUpdate.d.ts.map +1 -1
  250. package/funcs/evalsUpdate.js +1 -1
  251. package/funcs/evalsUpdate.js.map +1 -1
  252. package/funcs/evalsValidJson.d.ts +3 -2
  253. package/funcs/evalsValidJson.d.ts.map +1 -1
  254. package/funcs/evalsValidJson.js +1 -1
  255. package/funcs/evalsValidJson.js.map +1 -1
  256. package/funcs/feedbackCreate.d.ts +3 -2
  257. package/funcs/feedbackCreate.d.ts.map +1 -1
  258. package/funcs/feedbackCreate.js +1 -1
  259. package/funcs/feedbackCreate.js.map +1 -1
  260. package/funcs/filesCreate.d.ts +3 -2
  261. package/funcs/filesCreate.d.ts.map +1 -1
  262. package/funcs/filesCreate.js +8 -4
  263. package/funcs/filesCreate.js.map +1 -1
  264. package/funcs/filesDelete.d.ts +3 -2
  265. package/funcs/filesDelete.d.ts.map +1 -1
  266. package/funcs/filesDelete.js +1 -1
  267. package/funcs/filesDelete.js.map +1 -1
  268. package/funcs/filesGet.d.ts +3 -2
  269. package/funcs/filesGet.d.ts.map +1 -1
  270. package/funcs/filesGet.js +1 -1
  271. package/funcs/filesGet.js.map +1 -1
  272. package/funcs/filesList.d.ts +3 -2
  273. package/funcs/filesList.d.ts.map +1 -1
  274. package/funcs/filesList.js +1 -1
  275. package/funcs/filesList.js.map +1 -1
  276. package/funcs/getV2ModelsLitellmModels.d.ts +17 -0
  277. package/funcs/getV2ModelsLitellmModels.d.ts.map +1 -0
  278. package/funcs/getV2ModelsLitellmModels.js +105 -0
  279. package/funcs/getV2ModelsLitellmModels.js.map +1 -0
  280. package/funcs/knowledgeCreate.d.ts +3 -2
  281. package/funcs/knowledgeCreate.d.ts.map +1 -1
  282. package/funcs/knowledgeCreate.js +1 -1
  283. package/funcs/knowledgeCreate.js.map +1 -1
  284. package/funcs/knowledgeCreateChunks.d.ts +3 -2
  285. package/funcs/knowledgeCreateChunks.d.ts.map +1 -1
  286. package/funcs/knowledgeCreateChunks.js +1 -1
  287. package/funcs/knowledgeCreateChunks.js.map +1 -1
  288. package/funcs/knowledgeCreateDatasource.d.ts +3 -2
  289. package/funcs/knowledgeCreateDatasource.d.ts.map +1 -1
  290. package/funcs/knowledgeCreateDatasource.js +1 -1
  291. package/funcs/knowledgeCreateDatasource.js.map +1 -1
  292. package/funcs/knowledgeDelete.d.ts +3 -2
  293. package/funcs/knowledgeDelete.d.ts.map +1 -1
  294. package/funcs/knowledgeDelete.js +1 -1
  295. package/funcs/knowledgeDelete.js.map +1 -1
  296. package/funcs/knowledgeDeleteChunk.d.ts +3 -2
  297. package/funcs/knowledgeDeleteChunk.d.ts.map +1 -1
  298. package/funcs/knowledgeDeleteChunk.js +1 -1
  299. package/funcs/knowledgeDeleteChunk.js.map +1 -1
  300. package/funcs/knowledgeDeleteDatasource.d.ts +3 -2
  301. package/funcs/knowledgeDeleteDatasource.d.ts.map +1 -1
  302. package/funcs/knowledgeDeleteDatasource.js +1 -1
  303. package/funcs/knowledgeDeleteDatasource.js.map +1 -1
  304. package/funcs/knowledgeList.d.ts +3 -2
  305. package/funcs/knowledgeList.d.ts.map +1 -1
  306. package/funcs/knowledgeList.js +1 -1
  307. package/funcs/knowledgeList.js.map +1 -1
  308. package/funcs/knowledgeListChunks.d.ts +3 -2
  309. package/funcs/knowledgeListChunks.d.ts.map +1 -1
  310. package/funcs/knowledgeListChunks.js +1 -1
  311. package/funcs/knowledgeListChunks.js.map +1 -1
  312. package/funcs/knowledgeListDatasources.d.ts +3 -2
  313. package/funcs/knowledgeListDatasources.d.ts.map +1 -1
  314. package/funcs/knowledgeListDatasources.js +1 -1
  315. package/funcs/knowledgeListDatasources.js.map +1 -1
  316. package/funcs/knowledgeRetrieve.d.ts +3 -2
  317. package/funcs/knowledgeRetrieve.d.ts.map +1 -1
  318. package/funcs/knowledgeRetrieve.js +1 -1
  319. package/funcs/knowledgeRetrieve.js.map +1 -1
  320. package/funcs/knowledgeRetrieveChunk.d.ts +3 -2
  321. package/funcs/knowledgeRetrieveChunk.d.ts.map +1 -1
  322. package/funcs/knowledgeRetrieveChunk.js +1 -1
  323. package/funcs/knowledgeRetrieveChunk.js.map +1 -1
  324. package/funcs/knowledgeRetrieveDatasource.d.ts +3 -2
  325. package/funcs/knowledgeRetrieveDatasource.d.ts.map +1 -1
  326. package/funcs/knowledgeRetrieveDatasource.js +1 -1
  327. package/funcs/knowledgeRetrieveDatasource.js.map +1 -1
  328. package/funcs/knowledgeSearch.d.ts +3 -2
  329. package/funcs/knowledgeSearch.d.ts.map +1 -1
  330. package/funcs/knowledgeSearch.js +1 -1
  331. package/funcs/knowledgeSearch.js.map +1 -1
  332. package/funcs/knowledgeUpdate.d.ts +3 -2
  333. package/funcs/knowledgeUpdate.d.ts.map +1 -1
  334. package/funcs/knowledgeUpdate.js +1 -1
  335. package/funcs/knowledgeUpdate.js.map +1 -1
  336. package/funcs/knowledgeUpdateChunk.d.ts +3 -2
  337. package/funcs/knowledgeUpdateChunk.d.ts.map +1 -1
  338. package/funcs/knowledgeUpdateChunk.js +1 -1
  339. package/funcs/knowledgeUpdateChunk.js.map +1 -1
  340. package/funcs/knowledgeUpdateDatasource.d.ts +3 -2
  341. package/funcs/knowledgeUpdateDatasource.d.ts.map +1 -1
  342. package/funcs/knowledgeUpdateDatasource.js +1 -1
  343. package/funcs/knowledgeUpdateDatasource.js.map +1 -1
  344. package/funcs/modelsList.d.ts +3 -2
  345. package/funcs/modelsList.d.ts.map +1 -1
  346. package/funcs/modelsList.js +1 -1
  347. package/funcs/modelsList.js.map +1 -1
  348. package/funcs/postV2ModelsLitellmImport.d.ts +17 -0
  349. package/funcs/postV2ModelsLitellmImport.d.ts.map +1 -0
  350. package/funcs/postV2ModelsLitellmImport.js +117 -0
  351. package/funcs/postV2ModelsLitellmImport.js.map +1 -0
  352. package/funcs/promptsCreate.d.ts +3 -2
  353. package/funcs/promptsCreate.d.ts.map +1 -1
  354. package/funcs/promptsCreate.js +1 -1
  355. package/funcs/promptsCreate.js.map +1 -1
  356. package/funcs/promptsDelete.d.ts +3 -2
  357. package/funcs/promptsDelete.d.ts.map +1 -1
  358. package/funcs/promptsDelete.js +1 -1
  359. package/funcs/promptsDelete.js.map +1 -1
  360. package/funcs/promptsGetVersion.d.ts +3 -2
  361. package/funcs/promptsGetVersion.d.ts.map +1 -1
  362. package/funcs/promptsGetVersion.js +1 -1
  363. package/funcs/promptsGetVersion.js.map +1 -1
  364. package/funcs/promptsList.d.ts +3 -2
  365. package/funcs/promptsList.d.ts.map +1 -1
  366. package/funcs/promptsList.js +1 -1
  367. package/funcs/promptsList.js.map +1 -1
  368. package/funcs/promptsListVersions.d.ts +3 -2
  369. package/funcs/promptsListVersions.d.ts.map +1 -1
  370. package/funcs/promptsListVersions.js +1 -1
  371. package/funcs/promptsListVersions.js.map +1 -1
  372. package/funcs/promptsRetrieve.d.ts +3 -2
  373. package/funcs/promptsRetrieve.d.ts.map +1 -1
  374. package/funcs/promptsRetrieve.js +1 -1
  375. package/funcs/promptsRetrieve.js.map +1 -1
  376. package/funcs/promptsUpdate.d.ts +3 -2
  377. package/funcs/promptsUpdate.d.ts.map +1 -1
  378. package/funcs/promptsUpdate.js +1 -1
  379. package/funcs/promptsUpdate.js.map +1 -1
  380. package/funcs/remoteconfigsRetrieve.d.ts +3 -2
  381. package/funcs/remoteconfigsRetrieve.d.ts.map +1 -1
  382. package/funcs/remoteconfigsRetrieve.js +1 -1
  383. package/funcs/remoteconfigsRetrieve.js.map +1 -1
  384. package/jsr.json +1 -1
  385. package/lib/config.d.ts +3 -3
  386. package/lib/config.js +3 -3
  387. package/lib/config.js.map +1 -1
  388. package/lib/files.d.ts +5 -0
  389. package/lib/files.d.ts.map +1 -1
  390. package/lib/files.js +41 -0
  391. package/lib/files.js.map +1 -1
  392. package/lib/matchers.d.ts +3 -10
  393. package/lib/matchers.d.ts.map +1 -1
  394. package/lib/matchers.js +33 -31
  395. package/lib/matchers.js.map +1 -1
  396. package/mcp-server/mcp-server.js +1 -1
  397. package/mcp-server/mcp-server.js.map +1 -1
  398. package/mcp-server/server.d.ts.map +1 -1
  399. package/mcp-server/server.js +5 -1
  400. package/mcp-server/server.js.map +1 -1
  401. package/mcp-server/tools/getV2ModelsLitellmModels.d.ts +3 -0
  402. package/mcp-server/tools/getV2ModelsLitellmModels.d.ts.map +1 -0
  403. package/mcp-server/tools/getV2ModelsLitellmModels.js +26 -0
  404. package/mcp-server/tools/getV2ModelsLitellmModels.js.map +1 -0
  405. package/mcp-server/tools/postV2ModelsLitellmImport.d.ts +9 -0
  406. package/mcp-server/tools/postV2ModelsLitellmImport.d.ts.map +1 -0
  407. package/mcp-server/tools/postV2ModelsLitellmImport.js +65 -0
  408. package/mcp-server/tools/postV2ModelsLitellmImport.js.map +1 -0
  409. package/models/errors/apierror.d.ts +8 -18
  410. package/models/errors/apierror.d.ts.map +1 -1
  411. package/models/errors/apierror.js +17 -10
  412. package/models/errors/apierror.js.map +1 -1
  413. package/models/errors/createeval.d.ts +7 -2
  414. package/models/errors/createeval.d.ts.map +1 -1
  415. package/models/errors/createeval.js +12 -4
  416. package/models/errors/createeval.js.map +1 -1
  417. package/models/errors/deletecontact.d.ts +7 -2
  418. package/models/errors/deletecontact.d.ts.map +1 -1
  419. package/models/errors/deletecontact.js +12 -4
  420. package/models/errors/deletecontact.js.map +1 -1
  421. package/models/errors/deleteeval.d.ts +7 -2
  422. package/models/errors/deleteeval.d.ts.map +1 -1
  423. package/models/errors/deleteeval.js +12 -4
  424. package/models/errors/deleteeval.js.map +1 -1
  425. package/models/errors/evalsageappropriate.d.ts +13 -4
  426. package/models/errors/evalsageappropriate.d.ts.map +1 -1
  427. package/models/errors/evalsageappropriate.js +23 -8
  428. package/models/errors/evalsageappropriate.js.map +1 -1
  429. package/models/errors/evalsbertscore.d.ts +13 -4
  430. package/models/errors/evalsbertscore.d.ts.map +1 -1
  431. package/models/errors/evalsbertscore.js +23 -8
  432. package/models/errors/evalsbertscore.js.map +1 -1
  433. package/models/errors/evalsbleuscore.d.ts +13 -4
  434. package/models/errors/evalsbleuscore.d.ts.map +1 -1
  435. package/models/errors/evalsbleuscore.js +23 -8
  436. package/models/errors/evalsbleuscore.js.map +1 -1
  437. package/models/errors/evalsbotdetection.d.ts +13 -4
  438. package/models/errors/evalsbotdetection.d.ts.map +1 -1
  439. package/models/errors/evalsbotdetection.js +23 -8
  440. package/models/errors/evalsbotdetection.js.map +1 -1
  441. package/models/errors/evalscontains.d.ts +13 -4
  442. package/models/errors/evalscontains.d.ts.map +1 -1
  443. package/models/errors/evalscontains.js +23 -8
  444. package/models/errors/evalscontains.js.map +1 -1
  445. package/models/errors/evalscontainsall.d.ts +13 -4
  446. package/models/errors/evalscontainsall.d.ts.map +1 -1
  447. package/models/errors/evalscontainsall.js +23 -8
  448. package/models/errors/evalscontainsall.js.map +1 -1
  449. package/models/errors/evalscontainsany.d.ts +13 -4
  450. package/models/errors/evalscontainsany.d.ts.map +1 -1
  451. package/models/errors/evalscontainsany.js +23 -8
  452. package/models/errors/evalscontainsany.js.map +1 -1
  453. package/models/errors/evalscontainsemail.d.ts +13 -4
  454. package/models/errors/evalscontainsemail.d.ts.map +1 -1
  455. package/models/errors/evalscontainsemail.js +23 -8
  456. package/models/errors/evalscontainsemail.js.map +1 -1
  457. package/models/errors/evalscontainsnone.d.ts +13 -4
  458. package/models/errors/evalscontainsnone.d.ts.map +1 -1
  459. package/models/errors/evalscontainsnone.js +23 -8
  460. package/models/errors/evalscontainsnone.js.map +1 -1
  461. package/models/errors/evalscontainsurl.d.ts +13 -4
  462. package/models/errors/evalscontainsurl.d.ts.map +1 -1
  463. package/models/errors/evalscontainsurl.js +23 -8
  464. package/models/errors/evalscontainsurl.js.map +1 -1
  465. package/models/errors/evalscontainsvalidlink.d.ts +13 -4
  466. package/models/errors/evalscontainsvalidlink.d.ts.map +1 -1
  467. package/models/errors/evalscontainsvalidlink.js +23 -8
  468. package/models/errors/evalscontainsvalidlink.js.map +1 -1
  469. package/models/errors/evalsendswith.d.ts +13 -4
  470. package/models/errors/evalsendswith.d.ts.map +1 -1
  471. package/models/errors/evalsendswith.js +23 -8
  472. package/models/errors/evalsendswith.js.map +1 -1
  473. package/models/errors/evalsexactmatch.d.ts +13 -4
  474. package/models/errors/evalsexactmatch.d.ts.map +1 -1
  475. package/models/errors/evalsexactmatch.js +23 -8
  476. package/models/errors/evalsexactmatch.js.map +1 -1
  477. package/models/errors/evalsfactcheckingknowledgebase.d.ts +13 -4
  478. package/models/errors/evalsfactcheckingknowledgebase.d.ts.map +1 -1
  479. package/models/errors/evalsfactcheckingknowledgebase.js +23 -8
  480. package/models/errors/evalsfactcheckingknowledgebase.js.map +1 -1
  481. package/models/errors/evalsgrammar.d.ts +13 -4
  482. package/models/errors/evalsgrammar.d.ts.map +1 -1
  483. package/models/errors/evalsgrammar.js +23 -8
  484. package/models/errors/evalsgrammar.js.map +1 -1
  485. package/models/errors/evalslengthbetween.d.ts +13 -4
  486. package/models/errors/evalslengthbetween.d.ts.map +1 -1
  487. package/models/errors/evalslengthbetween.js +23 -8
  488. package/models/errors/evalslengthbetween.js.map +1 -1
  489. package/models/errors/evalslengthgreaterthan.d.ts +13 -4
  490. package/models/errors/evalslengthgreaterthan.d.ts.map +1 -1
  491. package/models/errors/evalslengthgreaterthan.js +23 -8
  492. package/models/errors/evalslengthgreaterthan.js.map +1 -1
  493. package/models/errors/evalslengthlessthan.d.ts +13 -4
  494. package/models/errors/evalslengthlessthan.d.ts.map +1 -1
  495. package/models/errors/evalslengthlessthan.js +23 -8
  496. package/models/errors/evalslengthlessthan.js.map +1 -1
  497. package/models/errors/evalslocalization.d.ts +13 -4
  498. package/models/errors/evalslocalization.d.ts.map +1 -1
  499. package/models/errors/evalslocalization.js +23 -8
  500. package/models/errors/evalslocalization.js.map +1 -1
  501. package/models/errors/evalspii.d.ts +13 -4
  502. package/models/errors/evalspii.d.ts.map +1 -1
  503. package/models/errors/evalspii.js +23 -8
  504. package/models/errors/evalspii.js.map +1 -1
  505. package/models/errors/evalsragascoherence.d.ts +13 -4
  506. package/models/errors/evalsragascoherence.d.ts.map +1 -1
  507. package/models/errors/evalsragascoherence.js +23 -8
  508. package/models/errors/evalsragascoherence.js.map +1 -1
  509. package/models/errors/evalsragasconciseness.d.ts +13 -4
  510. package/models/errors/evalsragasconciseness.d.ts.map +1 -1
  511. package/models/errors/evalsragasconciseness.js +23 -8
  512. package/models/errors/evalsragasconciseness.js.map +1 -1
  513. package/models/errors/evalsragascontextprecision.d.ts +13 -4
  514. package/models/errors/evalsragascontextprecision.d.ts.map +1 -1
  515. package/models/errors/evalsragascontextprecision.js +23 -8
  516. package/models/errors/evalsragascontextprecision.js.map +1 -1
  517. package/models/errors/evalsragascorrectness.d.ts +13 -4
  518. package/models/errors/evalsragascorrectness.d.ts.map +1 -1
  519. package/models/errors/evalsragascorrectness.js +23 -8
  520. package/models/errors/evalsragascorrectness.js.map +1 -1
  521. package/models/errors/evalsragasfaithfulness.d.ts +13 -4
  522. package/models/errors/evalsragasfaithfulness.d.ts.map +1 -1
  523. package/models/errors/evalsragasfaithfulness.js +23 -8
  524. package/models/errors/evalsragasfaithfulness.js.map +1 -1
  525. package/models/errors/evalsragasharmfulness.d.ts +13 -4
  526. package/models/errors/evalsragasharmfulness.d.ts.map +1 -1
  527. package/models/errors/evalsragasharmfulness.js +23 -8
  528. package/models/errors/evalsragasharmfulness.js.map +1 -1
  529. package/models/errors/evalsragasmaliciousness.d.ts +13 -4
  530. package/models/errors/evalsragasmaliciousness.d.ts.map +1 -1
  531. package/models/errors/evalsragasmaliciousness.js +23 -8
  532. package/models/errors/evalsragasmaliciousness.js.map +1 -1
  533. package/models/errors/evalsragasresponserelevancy.d.ts +13 -4
  534. package/models/errors/evalsragasresponserelevancy.d.ts.map +1 -1
  535. package/models/errors/evalsragasresponserelevancy.js +23 -8
  536. package/models/errors/evalsragasresponserelevancy.js.map +1 -1
  537. package/models/errors/evalsragassummarization.d.ts +13 -4
  538. package/models/errors/evalsragassummarization.d.ts.map +1 -1
  539. package/models/errors/evalsragassummarization.js +23 -8
  540. package/models/errors/evalsragassummarization.js.map +1 -1
  541. package/models/errors/evalssentimentclassification.d.ts +13 -4
  542. package/models/errors/evalssentimentclassification.d.ts.map +1 -1
  543. package/models/errors/evalssentimentclassification.js +23 -8
  544. package/models/errors/evalssentimentclassification.js.map +1 -1
  545. package/models/errors/evalssummarization.d.ts +13 -4
  546. package/models/errors/evalssummarization.d.ts.map +1 -1
  547. package/models/errors/evalssummarization.js +23 -8
  548. package/models/errors/evalssummarization.js.map +1 -1
  549. package/models/errors/evalstoneofvoice.d.ts +13 -4
  550. package/models/errors/evalstoneofvoice.d.ts.map +1 -1
  551. package/models/errors/evalstoneofvoice.js +23 -8
  552. package/models/errors/evalstoneofvoice.js.map +1 -1
  553. package/models/errors/evalstranslation.d.ts +13 -4
  554. package/models/errors/evalstranslation.d.ts.map +1 -1
  555. package/models/errors/evalstranslation.js +23 -8
  556. package/models/errors/evalstranslation.js.map +1 -1
  557. package/models/errors/evalsvalidjson.d.ts +13 -4
  558. package/models/errors/evalsvalidjson.d.ts.map +1 -1
  559. package/models/errors/evalsvalidjson.js +23 -8
  560. package/models/errors/evalsvalidjson.js.map +1 -1
  561. package/models/errors/getevals.d.ts +7 -2
  562. package/models/errors/getevals.d.ts.map +1 -1
  563. package/models/errors/getevals.js +12 -4
  564. package/models/errors/getevals.js.map +1 -1
  565. package/models/errors/getpromptversion.d.ts +7 -2
  566. package/models/errors/getpromptversion.d.ts.map +1 -1
  567. package/models/errors/getpromptversion.js +12 -4
  568. package/models/errors/getpromptversion.js.map +1 -1
  569. package/models/errors/honoapierror.d.ts +7 -2
  570. package/models/errors/honoapierror.d.ts.map +1 -1
  571. package/models/errors/honoapierror.js +12 -4
  572. package/models/errors/honoapierror.js.map +1 -1
  573. package/models/errors/index.d.ts +1 -0
  574. package/models/errors/index.d.ts.map +1 -1
  575. package/models/errors/index.js +1 -0
  576. package/models/errors/index.js.map +1 -1
  577. package/models/errors/invokeeval.d.ts +13 -4
  578. package/models/errors/invokeeval.d.ts.map +1 -1
  579. package/models/errors/invokeeval.js +23 -8
  580. package/models/errors/invokeeval.js.map +1 -1
  581. package/models/errors/orqerror.d.ts +19 -0
  582. package/models/errors/orqerror.d.ts.map +1 -0
  583. package/models/errors/orqerror.js +20 -0
  584. package/models/errors/orqerror.js.map +1 -0
  585. package/models/errors/responsevalidationerror.d.ts +26 -0
  586. package/models/errors/responsevalidationerror.d.ts.map +1 -0
  587. package/models/errors/responsevalidationerror.js +66 -0
  588. package/models/errors/responsevalidationerror.js.map +1 -0
  589. package/models/errors/retrievecontact.d.ts +7 -2
  590. package/models/errors/retrievecontact.d.ts.map +1 -1
  591. package/models/errors/retrievecontact.js +12 -4
  592. package/models/errors/retrievecontact.js.map +1 -1
  593. package/models/errors/sdkvalidationerror.d.ts +1 -0
  594. package/models/errors/sdkvalidationerror.d.ts.map +1 -1
  595. package/models/errors/sdkvalidationerror.js +14 -0
  596. package/models/errors/sdkvalidationerror.js.map +1 -1
  597. package/models/errors/updatecontact.d.ts +7 -2
  598. package/models/errors/updatecontact.d.ts.map +1 -1
  599. package/models/errors/updatecontact.js +12 -4
  600. package/models/errors/updatecontact.js.map +1 -1
  601. package/models/errors/updateeval.d.ts +7 -2
  602. package/models/errors/updateeval.d.ts.map +1 -1
  603. package/models/errors/updateeval.js +12 -4
  604. package/models/errors/updateeval.js.map +1 -1
  605. package/models/errors/updateprompt.d.ts +7 -2
  606. package/models/errors/updateprompt.d.ts.map +1 -1
  607. package/models/errors/updateprompt.js +12 -4
  608. package/models/errors/updateprompt.js.map +1 -1
  609. package/models/operations/createchunk.d.ts +28 -28
  610. package/models/operations/createchunk.d.ts.map +1 -1
  611. package/models/operations/createchunk.js +35 -33
  612. package/models/operations/createchunk.js.map +1 -1
  613. package/models/operations/createcontact.js +2 -2
  614. package/models/operations/createdataset.js +2 -2
  615. package/models/operations/createdatasetitem.js +2 -2
  616. package/models/operations/createdatasource.js +2 -2
  617. package/models/operations/createeval.js +16 -16
  618. package/models/operations/createprompt.d.ts +6 -0
  619. package/models/operations/createprompt.d.ts.map +1 -1
  620. package/models/operations/createprompt.js +2 -0
  621. package/models/operations/createprompt.js.map +1 -1
  622. package/models/operations/deploymentgetconfig.d.ts +15 -15
  623. package/models/operations/deploymentgetconfig.d.ts.map +1 -1
  624. package/models/operations/deploymentgetconfig.js +18 -18
  625. package/models/operations/deploymentgetconfig.js.map +1 -1
  626. package/models/operations/deploymentinvoke.d.ts +3 -0
  627. package/models/operations/deploymentinvoke.d.ts.map +1 -1
  628. package/models/operations/deploymentinvoke.js +1 -0
  629. package/models/operations/deploymentinvoke.js.map +1 -1
  630. package/models/operations/deployments.d.ts +3 -0
  631. package/models/operations/deployments.d.ts.map +1 -1
  632. package/models/operations/deployments.js +1 -0
  633. package/models/operations/deployments.js.map +1 -1
  634. package/models/operations/evalsageappropriate.d.ts +2 -2
  635. package/models/operations/evalsageappropriate.js +2 -2
  636. package/models/operations/evalsfactcheckingknowledgebase.d.ts +2 -2
  637. package/models/operations/evalsfactcheckingknowledgebase.js +2 -2
  638. package/models/operations/evalsgrammar.d.ts +2 -2
  639. package/models/operations/evalsgrammar.js +2 -2
  640. package/models/operations/evalslocalization.d.ts +2 -2
  641. package/models/operations/evalslocalization.js +2 -2
  642. package/models/operations/evalspii.d.ts +2 -2
  643. package/models/operations/evalspii.js +2 -2
  644. package/models/operations/evalsragascoherence.d.ts +2 -2
  645. package/models/operations/evalsragascoherence.js +2 -2
  646. package/models/operations/evalsragasconciseness.d.ts +2 -2
  647. package/models/operations/evalsragasconciseness.js +2 -2
  648. package/models/operations/evalsragascontextprecision.d.ts +2 -2
  649. package/models/operations/evalsragascontextprecision.js +2 -2
  650. package/models/operations/evalsragascorrectness.d.ts +2 -2
  651. package/models/operations/evalsragascorrectness.js +2 -2
  652. package/models/operations/evalsragasfaithfulness.d.ts +2 -2
  653. package/models/operations/evalsragasfaithfulness.js +2 -2
  654. package/models/operations/evalsragasharmfulness.d.ts +2 -2
  655. package/models/operations/evalsragasharmfulness.js +2 -2
  656. package/models/operations/evalsragasmaliciousness.d.ts +2 -2
  657. package/models/operations/evalsragasmaliciousness.js +2 -2
  658. package/models/operations/evalsragasresponserelevancy.d.ts +2 -2
  659. package/models/operations/evalsragasresponserelevancy.js +2 -2
  660. package/models/operations/evalssentimentclassification.d.ts +2 -2
  661. package/models/operations/evalssentimentclassification.js +2 -2
  662. package/models/operations/evalssummarization.d.ts +2 -2
  663. package/models/operations/evalssummarization.js +2 -2
  664. package/models/operations/evalstoneofvoice.d.ts +2 -2
  665. package/models/operations/evalstoneofvoice.js +2 -2
  666. package/models/operations/evalstranslation.d.ts +2 -2
  667. package/models/operations/evalstranslation.js +2 -2
  668. package/models/operations/fileget.js +2 -2
  669. package/models/operations/filelist.js +2 -2
  670. package/models/operations/fileupload.js +2 -2
  671. package/models/operations/getallprompts.d.ts +3 -0
  672. package/models/operations/getallprompts.d.ts.map +1 -1
  673. package/models/operations/getallprompts.js +1 -0
  674. package/models/operations/getallprompts.js.map +1 -1
  675. package/models/operations/getevals.d.ts +56 -56
  676. package/models/operations/getevals.d.ts.map +1 -1
  677. package/models/operations/getevals.js +111 -106
  678. package/models/operations/getevals.js.map +1 -1
  679. package/models/operations/getoneprompt.d.ts +3 -0
  680. package/models/operations/getoneprompt.d.ts.map +1 -1
  681. package/models/operations/getoneprompt.js +1 -0
  682. package/models/operations/getoneprompt.js.map +1 -1
  683. package/models/operations/getpromptversion.d.ts +3 -0
  684. package/models/operations/getpromptversion.d.ts.map +1 -1
  685. package/models/operations/getpromptversion.js +1 -0
  686. package/models/operations/getpromptversion.js.map +1 -1
  687. package/models/operations/getv2modelslitellmmodels.d.ts +185 -0
  688. package/models/operations/getv2modelslitellmmodels.d.ts.map +1 -0
  689. package/models/operations/getv2modelslitellmmodels.js +349 -0
  690. package/models/operations/getv2modelslitellmmodels.js.map +1 -0
  691. package/models/operations/index.d.ts +2 -0
  692. package/models/operations/index.d.ts.map +1 -1
  693. package/models/operations/index.js +2 -0
  694. package/models/operations/index.js.map +1 -1
  695. package/models/operations/invokeeval.d.ts +108 -108
  696. package/models/operations/invokeeval.d.ts.map +1 -1
  697. package/models/operations/invokeeval.js +141 -144
  698. package/models/operations/invokeeval.js.map +1 -1
  699. package/models/operations/listcontacts.js +2 -2
  700. package/models/operations/listdatasetdatapoints.js +2 -2
  701. package/models/operations/listdatasets.js +2 -2
  702. package/models/operations/listdatasources.js +2 -2
  703. package/models/operations/listpromptversions.d.ts +3 -0
  704. package/models/operations/listpromptversions.d.ts.map +1 -1
  705. package/models/operations/listpromptversions.js +1 -0
  706. package/models/operations/listpromptversions.js.map +1 -1
  707. package/models/operations/postv2modelslitellmimport.d.ts +1333 -0
  708. package/models/operations/postv2modelslitellmimport.d.ts.map +1 -0
  709. package/models/operations/postv2modelslitellmimport.js +1400 -0
  710. package/models/operations/postv2modelslitellmimport.js.map +1 -0
  711. package/models/operations/retrievecontact.js +2 -2
  712. package/models/operations/retrievedatapoint.js +2 -2
  713. package/models/operations/retrievedataset.js +2 -2
  714. package/models/operations/retrievedatasource.js +2 -2
  715. package/models/operations/updatecontact.js +2 -2
  716. package/models/operations/updatedatapoint.js +2 -2
  717. package/models/operations/updatedataset.js +2 -2
  718. package/models/operations/updatedatasource.js +2 -2
  719. package/models/operations/updateeval.js +16 -16
  720. package/models/operations/updateprompt.d.ts +6 -0
  721. package/models/operations/updateprompt.d.ts.map +1 -1
  722. package/models/operations/updateprompt.js +2 -0
  723. package/models/operations/updateprompt.js.map +1 -1
  724. package/package.json +1 -1
  725. package/sdk/knowledge.d.ts +1 -1
  726. package/sdk/knowledge.d.ts.map +1 -1
  727. package/sdk/sdk.d.ts +16 -1
  728. package/sdk/sdk.d.ts.map +1 -1
  729. package/sdk/sdk.js +21 -0
  730. package/sdk/sdk.js.map +1 -1
  731. package/src/funcs/contactsCreate.ts +21 -17
  732. package/src/funcs/contactsDelete.ts +21 -17
  733. package/src/funcs/contactsList.ts +21 -17
  734. package/src/funcs/contactsRetrieve.ts +21 -17
  735. package/src/funcs/contactsUpdate.ts +21 -17
  736. package/src/funcs/datasetsClear.ts +21 -17
  737. package/src/funcs/datasetsCreate.ts +21 -17
  738. package/src/funcs/datasetsCreateDatapoint.ts +21 -17
  739. package/src/funcs/datasetsCreateExperiment.ts +21 -17
  740. package/src/funcs/datasetsDelete.ts +21 -17
  741. package/src/funcs/datasetsDeleteDatapoint.ts +21 -17
  742. package/src/funcs/datasetsList.ts +21 -17
  743. package/src/funcs/datasetsListDatapoints.ts +21 -17
  744. package/src/funcs/datasetsRetrieve.ts +21 -17
  745. package/src/funcs/datasetsRetrieveDatapoint.ts +21 -17
  746. package/src/funcs/datasetsUpdate.ts +21 -17
  747. package/src/funcs/datasetsUpdateDatapoint.ts +21 -17
  748. package/src/funcs/deploymentsCreateExperiment.ts +21 -17
  749. package/src/funcs/deploymentsGetConfig.ts +21 -17
  750. package/src/funcs/deploymentsInvoke.ts +21 -17
  751. package/src/funcs/deploymentsList.ts +21 -17
  752. package/src/funcs/deploymentsMetricsCreate.ts +21 -17
  753. package/src/funcs/deploymentsStream.ts +21 -17
  754. package/src/funcs/evalsAgeAppropriate.ts +21 -17
  755. package/src/funcs/evalsAll.ts +21 -17
  756. package/src/funcs/evalsBertScore.ts +21 -17
  757. package/src/funcs/evalsBleuScore.ts +21 -17
  758. package/src/funcs/evalsBotDetection.ts +21 -17
  759. package/src/funcs/evalsContains.ts +21 -17
  760. package/src/funcs/evalsContainsAll.ts +21 -17
  761. package/src/funcs/evalsContainsAny.ts +21 -17
  762. package/src/funcs/evalsContainsEmail.ts +21 -17
  763. package/src/funcs/evalsContainsNone.ts +21 -17
  764. package/src/funcs/evalsContainsUrl.ts +21 -17
  765. package/src/funcs/evalsContainsValidLink.ts +21 -17
  766. package/src/funcs/evalsCreate.ts +21 -17
  767. package/src/funcs/evalsDelete.ts +21 -17
  768. package/src/funcs/evalsEndsWith.ts +21 -17
  769. package/src/funcs/evalsExactMatch.ts +21 -17
  770. package/src/funcs/evalsFactCheckingKnowledgeBase.ts +21 -17
  771. package/src/funcs/evalsGrammar.ts +21 -17
  772. package/src/funcs/evalsInvoke.ts +21 -17
  773. package/src/funcs/evalsLengthBetween.ts +21 -17
  774. package/src/funcs/evalsLengthGreaterThan.ts +21 -17
  775. package/src/funcs/evalsLengthLessThan.ts +21 -17
  776. package/src/funcs/evalsLocalization.ts +21 -17
  777. package/src/funcs/evalsPii.ts +21 -17
  778. package/src/funcs/evalsRagasCoherence.ts +21 -17
  779. package/src/funcs/evalsRagasConciseness.ts +21 -17
  780. package/src/funcs/evalsRagasContextPrecision.ts +21 -17
  781. package/src/funcs/evalsRagasCorrectness.ts +21 -17
  782. package/src/funcs/evalsRagasFaithfulness.ts +21 -17
  783. package/src/funcs/evalsRagasHarmfulness.ts +21 -17
  784. package/src/funcs/evalsRagasMaliciousness.ts +21 -17
  785. package/src/funcs/evalsRagasResponseRelevancy.ts +21 -17
  786. package/src/funcs/evalsRagasSummarization.ts +21 -17
  787. package/src/funcs/evalsSentimentClassification.ts +21 -17
  788. package/src/funcs/evalsSummarization.ts +21 -17
  789. package/src/funcs/evalsToneOfVoice.ts +21 -17
  790. package/src/funcs/evalsTranslation.ts +21 -17
  791. package/src/funcs/evalsUpdate.ts +21 -17
  792. package/src/funcs/evalsValidJson.ts +21 -17
  793. package/src/funcs/feedbackCreate.ts +21 -17
  794. package/src/funcs/filesCreate.ts +32 -21
  795. package/src/funcs/filesDelete.ts +21 -17
  796. package/src/funcs/filesGet.ts +21 -17
  797. package/src/funcs/filesList.ts +21 -17
  798. package/src/funcs/getV2ModelsLitellmModels.ts +143 -0
  799. package/src/funcs/knowledgeCreate.ts +21 -17
  800. package/src/funcs/knowledgeCreateChunks.ts +25 -21
  801. package/src/funcs/knowledgeCreateDatasource.ts +21 -17
  802. package/src/funcs/knowledgeDelete.ts +21 -17
  803. package/src/funcs/knowledgeDeleteChunk.ts +21 -17
  804. package/src/funcs/knowledgeDeleteDatasource.ts +21 -17
  805. package/src/funcs/knowledgeList.ts +21 -17
  806. package/src/funcs/knowledgeListChunks.ts +21 -17
  807. package/src/funcs/knowledgeListDatasources.ts +21 -17
  808. package/src/funcs/knowledgeRetrieve.ts +21 -17
  809. package/src/funcs/knowledgeRetrieveChunk.ts +21 -17
  810. package/src/funcs/knowledgeRetrieveDatasource.ts +21 -17
  811. package/src/funcs/knowledgeSearch.ts +21 -17
  812. package/src/funcs/knowledgeUpdate.ts +21 -17
  813. package/src/funcs/knowledgeUpdateChunk.ts +21 -17
  814. package/src/funcs/knowledgeUpdateDatasource.ts +21 -17
  815. package/src/funcs/modelsList.ts +21 -17
  816. package/src/funcs/postV2ModelsLitellmImport.ts +167 -0
  817. package/src/funcs/promptsCreate.ts +21 -17
  818. package/src/funcs/promptsDelete.ts +21 -17
  819. package/src/funcs/promptsGetVersion.ts +21 -17
  820. package/src/funcs/promptsList.ts +21 -17
  821. package/src/funcs/promptsListVersions.ts +21 -17
  822. package/src/funcs/promptsRetrieve.ts +21 -17
  823. package/src/funcs/promptsUpdate.ts +21 -17
  824. package/src/funcs/remoteconfigsRetrieve.ts +21 -17
  825. package/src/lib/config.ts +3 -3
  826. package/src/lib/files.ts +42 -0
  827. package/src/lib/matchers.ts +44 -41
  828. package/src/mcp-server/mcp-server.ts +1 -1
  829. package/src/mcp-server/server.ts +5 -1
  830. package/src/mcp-server/tools/getV2ModelsLitellmModels.ts +30 -0
  831. package/src/mcp-server/tools/postV2ModelsLitellmImport.ts +38 -0
  832. package/src/models/errors/apierror.ts +23 -31
  833. package/src/models/errors/createeval.ts +15 -4
  834. package/src/models/errors/deletecontact.ts +15 -5
  835. package/src/models/errors/deleteeval.ts +15 -4
  836. package/src/models/errors/evalsageappropriate.ts +29 -8
  837. package/src/models/errors/evalsbertscore.ts +29 -8
  838. package/src/models/errors/evalsbleuscore.ts +29 -8
  839. package/src/models/errors/evalsbotdetection.ts +29 -8
  840. package/src/models/errors/evalscontains.ts +29 -8
  841. package/src/models/errors/evalscontainsall.ts +29 -8
  842. package/src/models/errors/evalscontainsany.ts +29 -8
  843. package/src/models/errors/evalscontainsemail.ts +29 -8
  844. package/src/models/errors/evalscontainsnone.ts +29 -8
  845. package/src/models/errors/evalscontainsurl.ts +29 -8
  846. package/src/models/errors/evalscontainsvalidlink.ts +29 -8
  847. package/src/models/errors/evalsendswith.ts +29 -8
  848. package/src/models/errors/evalsexactmatch.ts +29 -8
  849. package/src/models/errors/evalsfactcheckingknowledgebase.ts +29 -8
  850. package/src/models/errors/evalsgrammar.ts +29 -8
  851. package/src/models/errors/evalslengthbetween.ts +29 -8
  852. package/src/models/errors/evalslengthgreaterthan.ts +29 -8
  853. package/src/models/errors/evalslengthlessthan.ts +29 -8
  854. package/src/models/errors/evalslocalization.ts +29 -8
  855. package/src/models/errors/evalspii.ts +29 -8
  856. package/src/models/errors/evalsragascoherence.ts +29 -8
  857. package/src/models/errors/evalsragasconciseness.ts +29 -8
  858. package/src/models/errors/evalsragascontextprecision.ts +29 -8
  859. package/src/models/errors/evalsragascorrectness.ts +29 -8
  860. package/src/models/errors/evalsragasfaithfulness.ts +29 -8
  861. package/src/models/errors/evalsragasharmfulness.ts +29 -8
  862. package/src/models/errors/evalsragasmaliciousness.ts +29 -8
  863. package/src/models/errors/evalsragasresponserelevancy.ts +29 -8
  864. package/src/models/errors/evalsragassummarization.ts +29 -8
  865. package/src/models/errors/evalssentimentclassification.ts +29 -8
  866. package/src/models/errors/evalssummarization.ts +29 -8
  867. package/src/models/errors/evalstoneofvoice.ts +29 -8
  868. package/src/models/errors/evalstranslation.ts +29 -8
  869. package/src/models/errors/evalsvalidjson.ts +29 -8
  870. package/src/models/errors/getevals.ts +15 -4
  871. package/src/models/errors/getpromptversion.ts +15 -4
  872. package/src/models/errors/honoapierror.ts +15 -5
  873. package/src/models/errors/index.ts +1 -0
  874. package/src/models/errors/invokeeval.ts +29 -8
  875. package/src/models/errors/orqerror.ts +35 -0
  876. package/src/models/errors/responsevalidationerror.ts +50 -0
  877. package/src/models/errors/retrievecontact.ts +15 -5
  878. package/src/models/errors/sdkvalidationerror.ts +12 -0
  879. package/src/models/errors/updatecontact.ts +15 -4
  880. package/src/models/errors/updateeval.ts +15 -4
  881. package/src/models/errors/updateprompt.ts +15 -4
  882. package/src/models/operations/createchunk.ts +54 -44
  883. package/src/models/operations/createcontact.ts +2 -2
  884. package/src/models/operations/createdataset.ts +2 -2
  885. package/src/models/operations/createdatasetitem.ts +2 -2
  886. package/src/models/operations/createdatasource.ts +2 -2
  887. package/src/models/operations/createeval.ts +16 -16
  888. package/src/models/operations/createprompt.ts +2 -0
  889. package/src/models/operations/deploymentgetconfig.ts +30 -24
  890. package/src/models/operations/deploymentinvoke.ts +1 -0
  891. package/src/models/operations/deployments.ts +1 -0
  892. package/src/models/operations/evalsageappropriate.ts +4 -4
  893. package/src/models/operations/evalsfactcheckingknowledgebase.ts +4 -4
  894. package/src/models/operations/evalsgrammar.ts +4 -4
  895. package/src/models/operations/evalslocalization.ts +4 -4
  896. package/src/models/operations/evalspii.ts +4 -4
  897. package/src/models/operations/evalsragascoherence.ts +4 -4
  898. package/src/models/operations/evalsragasconciseness.ts +4 -4
  899. package/src/models/operations/evalsragascontextprecision.ts +4 -4
  900. package/src/models/operations/evalsragascorrectness.ts +4 -4
  901. package/src/models/operations/evalsragasfaithfulness.ts +4 -4
  902. package/src/models/operations/evalsragasharmfulness.ts +4 -4
  903. package/src/models/operations/evalsragasmaliciousness.ts +4 -4
  904. package/src/models/operations/evalsragasresponserelevancy.ts +4 -4
  905. package/src/models/operations/evalssentimentclassification.ts +4 -4
  906. package/src/models/operations/evalssummarization.ts +4 -4
  907. package/src/models/operations/evalstoneofvoice.ts +4 -4
  908. package/src/models/operations/evalstranslation.ts +4 -4
  909. package/src/models/operations/fileget.ts +2 -2
  910. package/src/models/operations/filelist.ts +2 -2
  911. package/src/models/operations/fileupload.ts +2 -2
  912. package/src/models/operations/getallprompts.ts +1 -0
  913. package/src/models/operations/getevals.ts +155 -180
  914. package/src/models/operations/getoneprompt.ts +1 -0
  915. package/src/models/operations/getpromptversion.ts +1 -0
  916. package/src/models/operations/getv2modelslitellmmodels.ts +530 -0
  917. package/src/models/operations/index.ts +2 -0
  918. package/src/models/operations/invokeeval.ts +251 -223
  919. package/src/models/operations/listcontacts.ts +2 -2
  920. package/src/models/operations/listdatasetdatapoints.ts +2 -2
  921. package/src/models/operations/listdatasets.ts +2 -2
  922. package/src/models/operations/listdatasources.ts +2 -2
  923. package/src/models/operations/listpromptversions.ts +1 -0
  924. package/src/models/operations/postv2modelslitellmimport.ts +2408 -0
  925. package/src/models/operations/retrievecontact.ts +2 -2
  926. package/src/models/operations/retrievedatapoint.ts +2 -2
  927. package/src/models/operations/retrievedataset.ts +2 -2
  928. package/src/models/operations/retrievedatasource.ts +2 -2
  929. package/src/models/operations/updatecontact.ts +2 -2
  930. package/src/models/operations/updatedatapoint.ts +2 -2
  931. package/src/models/operations/updatedataset.ts +2 -2
  932. package/src/models/operations/updatedatasource.ts +2 -2
  933. package/src/models/operations/updateeval.ts +16 -16
  934. package/src/models/operations/updateprompt.ts +2 -0
  935. package/src/sdk/knowledge.ts +1 -1
  936. package/src/sdk/sdk.ts +37 -1
@@ -0,0 +1,1333 @@
1
+ import * as z from "zod";
2
+ import { ClosedEnum } from "../../types/enums.js";
3
+ import { Result as SafeParseResult } from "../../types/fp.js";
4
+ import { SDKValidationError } from "../errors/sdkvalidationerror.js";
5
+ export type LitellmParams = {
6
+ useInPassThrough: boolean;
7
+ useLitellmProxy: boolean;
8
+ mergeReasoningContentInChoices: boolean;
9
+ model: string;
10
+ };
11
+ export type ModelInfo = {
12
+ id: string | null;
13
+ dbModel: boolean | null;
14
+ key: string | null;
15
+ maxTokens?: number | null | undefined;
16
+ maxInputTokens?: number | null | undefined;
17
+ maxOutputTokens?: number | null | undefined;
18
+ inputCostPerToken?: number | null | undefined;
19
+ cacheCreationInputTokenCost?: number | null | undefined;
20
+ cacheReadInputTokenCost?: number | null | undefined;
21
+ inputCostPerCharacter?: number | null | undefined;
22
+ inputCostPerTokenAbove128kTokens?: number | null | undefined;
23
+ inputCostPerTokenAbove200kTokens?: number | null | undefined;
24
+ inputCostPerQuery?: number | null | undefined;
25
+ inputCostPerSecond?: number | null | undefined;
26
+ inputCostPerAudioToken?: number | null | undefined;
27
+ inputCostPerTokenBatches?: number | null | undefined;
28
+ outputCostPerTokenBatches?: number | null | undefined;
29
+ outputCostPerToken?: number | null | undefined;
30
+ outputCostPerAudioToken?: number | null | undefined;
31
+ outputCostPerCharacter?: number | null | undefined;
32
+ outputCostPerReasoningToken?: number | null | undefined;
33
+ outputCostPerTokenAbove128kTokens?: number | null | undefined;
34
+ outputCostPerCharacterAbove128kTokens?: number | null | undefined;
35
+ outputCostPerTokenAbove200kTokens?: number | null | undefined;
36
+ outputCostPerSecond?: number | null | undefined;
37
+ outputCostPerImage?: number | null | undefined;
38
+ outputVectorSize?: number | null | undefined;
39
+ litellmProvider: string | null;
40
+ mode: string | null;
41
+ supportsSystemMessages?: boolean | null | undefined;
42
+ supportsResponseSchema?: boolean | null | undefined;
43
+ supportsVision?: boolean | null | undefined;
44
+ supportsFunctionCalling?: boolean | null | undefined;
45
+ supportsToolChoice?: boolean | null | undefined;
46
+ supportsAssistantPrefill?: boolean | null | undefined;
47
+ supportsPromptCaching?: boolean | null | undefined;
48
+ supportsAudioInput?: boolean | null | undefined;
49
+ supportsAudioOutput?: boolean | null | undefined;
50
+ supportsPdfInput?: boolean | null | undefined;
51
+ supportsEmbeddingImageInput?: boolean | null | undefined;
52
+ supportsNativeStreaming?: boolean | null | undefined;
53
+ supportsWebSearch?: boolean | null | undefined;
54
+ supportsUrlContext?: boolean | null | undefined;
55
+ supportsReasoning?: boolean | null | undefined;
56
+ supportsComputerUse?: boolean | null | undefined;
57
+ searchContextCostPerQuery?: number | null | undefined;
58
+ tpm?: number | null | undefined;
59
+ rpm?: number | null | undefined;
60
+ supportedOpenaiParams?: Array<string> | null | undefined;
61
+ };
62
+ export type RequestBody = {
63
+ modelName: string;
64
+ litellmParams: LitellmParams;
65
+ modelInfo: ModelInfo;
66
+ };
67
+ /**
68
+ * The modality of the model
69
+ */
70
+ export declare const PostV2ModelsLitellmImportModelType: {
71
+ readonly Chat: "chat";
72
+ readonly Completion: "completion";
73
+ readonly Embedding: "embedding";
74
+ readonly Vision: "vision";
75
+ readonly Image: "image";
76
+ readonly Tts: "tts";
77
+ readonly Stt: "stt";
78
+ readonly Rerank: "rerank";
79
+ readonly Moderations: "moderations";
80
+ };
81
+ /**
82
+ * The modality of the model
83
+ */
84
+ export type PostV2ModelsLitellmImportModelType = ClosedEnum<typeof PostV2ModelsLitellmImportModelType>;
85
+ /**
86
+ * The provider of the AI service
87
+ */
88
+ export declare const PostV2ModelsLitellmImportProvider: {
89
+ readonly Cohere: "cohere";
90
+ readonly Openai: "openai";
91
+ readonly Anthropic: "anthropic";
92
+ readonly Huggingface: "huggingface";
93
+ readonly Replicate: "replicate";
94
+ readonly Google: "google";
95
+ readonly GoogleAi: "google-ai";
96
+ readonly Azure: "azure";
97
+ readonly Aws: "aws";
98
+ readonly Anyscale: "anyscale";
99
+ readonly Perplexity: "perplexity";
100
+ readonly Groq: "groq";
101
+ readonly Fal: "fal";
102
+ readonly Leonardoai: "leonardoai";
103
+ readonly Nvidia: "nvidia";
104
+ readonly Jina: "jina";
105
+ readonly Togetherai: "togetherai";
106
+ readonly Elevenlabs: "elevenlabs";
107
+ readonly Litellm: "litellm";
108
+ };
109
+ /**
110
+ * The provider of the AI service
111
+ */
112
+ export type PostV2ModelsLitellmImportProvider = ClosedEnum<typeof PostV2ModelsLitellmImportProvider>;
113
+ export declare const Region: {
114
+ readonly Us: "us";
115
+ readonly Europe: "europe";
116
+ readonly Rest: "rest";
117
+ };
118
+ export type Region = ClosedEnum<typeof Region>;
119
+ export type PostV2ModelsLitellmImportMetadata = {
120
+ contextWindow?: number | undefined;
121
+ isPrivate: boolean;
122
+ region: Region;
123
+ hasFunctions?: boolean | undefined;
124
+ strictToolSupported?: boolean | undefined;
125
+ jsonModeResponseFormatSupported?: boolean | undefined;
126
+ jsonSchemaResponseFormatSupported?: boolean | undefined;
127
+ supportSystemMessage?: boolean | undefined;
128
+ streamingNotSupported?: boolean | undefined;
129
+ /**
130
+ * Indicates if the model was in our database during creation of the private model
131
+ */
132
+ dbMatch?: boolean | undefined;
133
+ imageTokenCost?: number | undefined;
134
+ };
135
+ export declare const PostV2ModelsLitellmImportConfigurationResponse200Provider: {
136
+ readonly Nvidia: "nvidia";
137
+ };
138
+ export type PostV2ModelsLitellmImportConfigurationResponse200Provider = ClosedEnum<typeof PostV2ModelsLitellmImportConfigurationResponse200Provider>;
139
+ export type Configuration4 = {
140
+ provider: PostV2ModelsLitellmImportConfigurationResponse200Provider;
141
+ hostUrl: string;
142
+ };
143
+ export declare const PostV2ModelsLitellmImportConfigurationResponseProvider: {
144
+ readonly Aws: "aws";
145
+ };
146
+ export type PostV2ModelsLitellmImportConfigurationResponseProvider = ClosedEnum<typeof PostV2ModelsLitellmImportConfigurationResponseProvider>;
147
+ export type Configuration3 = {
148
+ provider: PostV2ModelsLitellmImportConfigurationResponseProvider;
149
+ region: string;
150
+ };
151
+ export declare const PostV2ModelsLitellmImportConfigurationProvider: {
152
+ readonly Google: "google";
153
+ };
154
+ export type PostV2ModelsLitellmImportConfigurationProvider = ClosedEnum<typeof PostV2ModelsLitellmImportConfigurationProvider>;
155
+ export type Configuration2 = {
156
+ provider: PostV2ModelsLitellmImportConfigurationProvider;
157
+ serviceAccount: string;
158
+ region: string;
159
+ location: string;
160
+ shouldUseBetaFeatures: boolean;
161
+ projectId: string;
162
+ isOpenaiCompatible?: boolean | undefined;
163
+ isTunedModel?: boolean | undefined;
164
+ };
165
+ export declare const ConfigurationProvider: {
166
+ readonly Azure: "azure";
167
+ };
168
+ export type ConfigurationProvider = ClosedEnum<typeof ConfigurationProvider>;
169
+ export type Configuration1 = {
170
+ provider: ConfigurationProvider;
171
+ endpoint: string;
172
+ apiKey: string;
173
+ };
174
+ /**
175
+ * The configuration of the model
176
+ */
177
+ export type Configuration = Configuration3 | Configuration4 | Configuration1 | Configuration2;
178
+ /**
179
+ * Parameters value
180
+ */
181
+ export declare const PostV2ModelsLitellmImportParametersParameter: {
182
+ readonly TopK: "topK";
183
+ readonly TopP: "topP";
184
+ readonly Temperature: "temperature";
185
+ readonly FrequencyPenalty: "frequencyPenalty";
186
+ readonly PresencePenalty: "presencePenalty";
187
+ readonly MaxTokens: "maxTokens";
188
+ readonly NumImages: "numImages";
189
+ readonly Format: "format";
190
+ readonly Dimensions: "dimensions";
191
+ readonly Quality: "quality";
192
+ readonly Style: "style";
193
+ readonly Seed: "seed";
194
+ readonly PhotoRealVersion: "photoRealVersion";
195
+ readonly ResponseFormat: "responseFormat";
196
+ readonly ReasoningEffort: "reasoningEffort";
197
+ readonly BudgetTokens: "budgetTokens";
198
+ };
199
+ /**
200
+ * Parameters value
201
+ */
202
+ export type PostV2ModelsLitellmImportParametersParameter = ClosedEnum<typeof PostV2ModelsLitellmImportParametersParameter>;
203
+ export declare const PostV2ModelsLitellmImportParametersParameterType: {
204
+ readonly Select: "select";
205
+ };
206
+ export type PostV2ModelsLitellmImportParametersParameterType = ClosedEnum<typeof PostV2ModelsLitellmImportParametersParameterType>;
207
+ export type Options = {
208
+ displayName: string;
209
+ value: string;
210
+ };
211
+ export type PostV2ModelsLitellmImportParametersConfig = {
212
+ default: string;
213
+ options: Array<Options>;
214
+ };
215
+ export type Parameters3 = {
216
+ id: string;
217
+ name: string;
218
+ /**
219
+ * Parameters value
220
+ */
221
+ parameter: PostV2ModelsLitellmImportParametersParameter;
222
+ description: string;
223
+ hints?: string | null | undefined;
224
+ isActive: boolean;
225
+ position?: number | null | undefined;
226
+ parameterType: PostV2ModelsLitellmImportParametersParameterType;
227
+ config: PostV2ModelsLitellmImportParametersConfig;
228
+ };
229
+ /**
230
+ * Parameters value
231
+ */
232
+ export declare const ParametersParameter: {
233
+ readonly TopK: "topK";
234
+ readonly TopP: "topP";
235
+ readonly Temperature: "temperature";
236
+ readonly FrequencyPenalty: "frequencyPenalty";
237
+ readonly PresencePenalty: "presencePenalty";
238
+ readonly MaxTokens: "maxTokens";
239
+ readonly NumImages: "numImages";
240
+ readonly Format: "format";
241
+ readonly Dimensions: "dimensions";
242
+ readonly Quality: "quality";
243
+ readonly Style: "style";
244
+ readonly Seed: "seed";
245
+ readonly PhotoRealVersion: "photoRealVersion";
246
+ readonly ResponseFormat: "responseFormat";
247
+ readonly ReasoningEffort: "reasoningEffort";
248
+ readonly BudgetTokens: "budgetTokens";
249
+ };
250
+ /**
251
+ * Parameters value
252
+ */
253
+ export type ParametersParameter = ClosedEnum<typeof ParametersParameter>;
254
+ export declare const ParametersParameterType: {
255
+ readonly Switch: "switch";
256
+ };
257
+ export type ParametersParameterType = ClosedEnum<typeof ParametersParameterType>;
258
+ export type ParametersConfig = {
259
+ default: boolean;
260
+ };
261
+ export type Parameters2 = {
262
+ id: string;
263
+ name: string;
264
+ /**
265
+ * Parameters value
266
+ */
267
+ parameter: ParametersParameter;
268
+ description: string;
269
+ hints?: string | null | undefined;
270
+ isActive: boolean;
271
+ position?: number | null | undefined;
272
+ parameterType: ParametersParameterType;
273
+ config: ParametersConfig;
274
+ };
275
+ /**
276
+ * Parameters value
277
+ */
278
+ export declare const Parameter: {
279
+ readonly TopK: "topK";
280
+ readonly TopP: "topP";
281
+ readonly Temperature: "temperature";
282
+ readonly FrequencyPenalty: "frequencyPenalty";
283
+ readonly PresencePenalty: "presencePenalty";
284
+ readonly MaxTokens: "maxTokens";
285
+ readonly NumImages: "numImages";
286
+ readonly Format: "format";
287
+ readonly Dimensions: "dimensions";
288
+ readonly Quality: "quality";
289
+ readonly Style: "style";
290
+ readonly Seed: "seed";
291
+ readonly PhotoRealVersion: "photoRealVersion";
292
+ readonly ResponseFormat: "responseFormat";
293
+ readonly ReasoningEffort: "reasoningEffort";
294
+ readonly BudgetTokens: "budgetTokens";
295
+ };
296
+ /**
297
+ * Parameters value
298
+ */
299
+ export type Parameter = ClosedEnum<typeof Parameter>;
300
+ export declare const ParameterType: {
301
+ readonly Slider: "slider";
302
+ };
303
+ export type ParameterType = ClosedEnum<typeof ParameterType>;
304
+ export type Config = {
305
+ default: number;
306
+ max: number;
307
+ min: number;
308
+ step: number;
309
+ };
310
+ export type Parameters1 = {
311
+ id: string;
312
+ name: string;
313
+ /**
314
+ * Parameters value
315
+ */
316
+ parameter: Parameter;
317
+ description: string;
318
+ hints?: string | null | undefined;
319
+ isActive: boolean;
320
+ position?: number | null | undefined;
321
+ parameterType: ParameterType;
322
+ config: Config;
323
+ };
324
+ export type ParametersT = Parameters1 | Parameters2 | Parameters3;
325
+ export type PostV2ModelsLitellmImportResponseBody = {
326
+ /**
327
+ * Unique identifier of the model
328
+ */
329
+ id: string;
330
+ /**
331
+ * A timestamp reflecting when the model was created
332
+ */
333
+ created: Date;
334
+ /**
335
+ * Indicates the last time the model was updated
336
+ */
337
+ updated: Date;
338
+ /**
339
+ * The display name of the model in the UI
340
+ */
341
+ displayName: string;
342
+ /**
343
+ * The model id for the provider
344
+ */
345
+ modelId: string;
346
+ /**
347
+ * The current revision of the model
348
+ */
349
+ modelRevision?: string | undefined;
350
+ /**
351
+ * The developer of the model
352
+ */
353
+ modelDeveloper: string;
354
+ /**
355
+ * The model family
356
+ */
357
+ modelFamily: string;
358
+ /**
359
+ * The modality of the model
360
+ */
361
+ modelType: PostV2ModelsLitellmImportModelType;
362
+ /**
363
+ * The provider of the AI service
364
+ */
365
+ provider: PostV2ModelsLitellmImportProvider;
366
+ /**
367
+ * Indicates if the model is active
368
+ */
369
+ isActive?: boolean | undefined;
370
+ /**
371
+ * The cost per 1000 input tokens
372
+ */
373
+ inputCost: number;
374
+ /**
375
+ * Input currency
376
+ */
377
+ inputCurrency?: string | undefined;
378
+ /**
379
+ * The cost per 1000 output tokens
380
+ */
381
+ outputCost: number;
382
+ /**
383
+ * Output currency
384
+ */
385
+ outputCurrency?: string | undefined;
386
+ /**
387
+ * Description
388
+ */
389
+ description?: string | undefined;
390
+ /**
391
+ * Indicates if this model supports function calling
392
+ */
393
+ hasFunctions?: boolean | undefined;
394
+ /**
395
+ * Indicates if this model pricing is based on time
396
+ */
397
+ hasCpuPricing?: boolean | undefined;
398
+ /**
399
+ * The url of the pricing for the model
400
+ */
401
+ pricingUrl?: string | undefined;
402
+ /**
403
+ * The link for the endpoint documentation
404
+ */
405
+ docsUrl?: string | undefined;
406
+ /**
407
+ * Indicates if the model is enabled
408
+ */
409
+ enabled: boolean;
410
+ /**
411
+ * If the value is `true` the model will be visible in the Prompt Studio
412
+ */
413
+ enabledForEndpoints?: boolean | undefined;
414
+ /**
415
+ * If the value is `true` the model will be visible in the Playground
416
+ */
417
+ enabledForPlayground?: boolean | undefined;
418
+ /**
419
+ * The owner of the model. If the value is `system` the model is provider by Orq.ai, otherwise is a private model
420
+ */
421
+ owner?: string | undefined;
422
+ metadata: PostV2ModelsLitellmImportMetadata;
423
+ /**
424
+ * The configuration of the model
425
+ */
426
+ configuration?: Configuration3 | Configuration4 | Configuration1 | Configuration2 | undefined;
427
+ /**
428
+ * The parameters of the model
429
+ */
430
+ parameters: Array<Parameters1 | Parameters2 | Parameters3>;
431
+ };
432
+ /** @internal */
433
+ export declare const LitellmParams$inboundSchema: z.ZodType<LitellmParams, z.ZodTypeDef, unknown>;
434
+ /** @internal */
435
+ export type LitellmParams$Outbound = {
436
+ use_in_pass_through: boolean;
437
+ use_litellm_proxy: boolean;
438
+ merge_reasoning_content_in_choices: boolean;
439
+ model: string;
440
+ };
441
+ /** @internal */
442
+ export declare const LitellmParams$outboundSchema: z.ZodType<LitellmParams$Outbound, z.ZodTypeDef, LitellmParams>;
443
+ /**
444
+ * @internal
445
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
446
+ */
447
+ export declare namespace LitellmParams$ {
448
+ /** @deprecated use `LitellmParams$inboundSchema` instead. */
449
+ const inboundSchema: z.ZodType<LitellmParams, z.ZodTypeDef, unknown>;
450
+ /** @deprecated use `LitellmParams$outboundSchema` instead. */
451
+ const outboundSchema: z.ZodType<LitellmParams$Outbound, z.ZodTypeDef, LitellmParams>;
452
+ /** @deprecated use `LitellmParams$Outbound` instead. */
453
+ type Outbound = LitellmParams$Outbound;
454
+ }
455
+ export declare function litellmParamsToJSON(litellmParams: LitellmParams): string;
456
+ export declare function litellmParamsFromJSON(jsonString: string): SafeParseResult<LitellmParams, SDKValidationError>;
457
+ /** @internal */
458
+ export declare const ModelInfo$inboundSchema: z.ZodType<ModelInfo, z.ZodTypeDef, unknown>;
459
+ /** @internal */
460
+ export type ModelInfo$Outbound = {
461
+ id: string | null;
462
+ db_model: boolean | null;
463
+ key: string | null;
464
+ max_tokens?: number | null | undefined;
465
+ max_input_tokens?: number | null | undefined;
466
+ max_output_tokens?: number | null | undefined;
467
+ input_cost_per_token?: number | null | undefined;
468
+ cache_creation_input_token_cost?: number | null | undefined;
469
+ cache_read_input_token_cost?: number | null | undefined;
470
+ input_cost_per_character?: number | null | undefined;
471
+ input_cost_per_token_above_128k_tokens?: number | null | undefined;
472
+ input_cost_per_token_above_200k_tokens?: number | null | undefined;
473
+ input_cost_per_query?: number | null | undefined;
474
+ input_cost_per_second?: number | null | undefined;
475
+ input_cost_per_audio_token?: number | null | undefined;
476
+ input_cost_per_token_batches?: number | null | undefined;
477
+ output_cost_per_token_batches?: number | null | undefined;
478
+ output_cost_per_token?: number | null | undefined;
479
+ output_cost_per_audio_token?: number | null | undefined;
480
+ output_cost_per_character?: number | null | undefined;
481
+ output_cost_per_reasoning_token?: number | null | undefined;
482
+ output_cost_per_token_above_128k_tokens?: number | null | undefined;
483
+ output_cost_per_character_above_128k_tokens?: number | null | undefined;
484
+ output_cost_per_token_above_200k_tokens?: number | null | undefined;
485
+ output_cost_per_second?: number | null | undefined;
486
+ output_cost_per_image?: number | null | undefined;
487
+ output_vector_size?: number | null | undefined;
488
+ litellm_provider: string | null;
489
+ mode: string | null;
490
+ supports_system_messages?: boolean | null | undefined;
491
+ supports_response_schema?: boolean | null | undefined;
492
+ supports_vision?: boolean | null | undefined;
493
+ supports_function_calling?: boolean | null | undefined;
494
+ supports_tool_choice?: boolean | null | undefined;
495
+ supports_assistant_prefill?: boolean | null | undefined;
496
+ supports_prompt_caching?: boolean | null | undefined;
497
+ supports_audio_input?: boolean | null | undefined;
498
+ supports_audio_output?: boolean | null | undefined;
499
+ supports_pdf_input?: boolean | null | undefined;
500
+ supports_embedding_image_input?: boolean | null | undefined;
501
+ supports_native_streaming?: boolean | null | undefined;
502
+ supports_web_search?: boolean | null | undefined;
503
+ supports_url_context?: boolean | null | undefined;
504
+ supports_reasoning?: boolean | null | undefined;
505
+ supports_computer_use?: boolean | null | undefined;
506
+ search_context_cost_per_query?: number | null | undefined;
507
+ tpm?: number | null | undefined;
508
+ rpm?: number | null | undefined;
509
+ supported_openai_params?: Array<string> | null | undefined;
510
+ };
511
+ /** @internal */
512
+ export declare const ModelInfo$outboundSchema: z.ZodType<ModelInfo$Outbound, z.ZodTypeDef, ModelInfo>;
513
+ /**
514
+ * @internal
515
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
516
+ */
517
+ export declare namespace ModelInfo$ {
518
+ /** @deprecated use `ModelInfo$inboundSchema` instead. */
519
+ const inboundSchema: z.ZodType<ModelInfo, z.ZodTypeDef, unknown>;
520
+ /** @deprecated use `ModelInfo$outboundSchema` instead. */
521
+ const outboundSchema: z.ZodType<ModelInfo$Outbound, z.ZodTypeDef, ModelInfo>;
522
+ /** @deprecated use `ModelInfo$Outbound` instead. */
523
+ type Outbound = ModelInfo$Outbound;
524
+ }
525
+ export declare function modelInfoToJSON(modelInfo: ModelInfo): string;
526
+ export declare function modelInfoFromJSON(jsonString: string): SafeParseResult<ModelInfo, SDKValidationError>;
527
+ /** @internal */
528
+ export declare const RequestBody$inboundSchema: z.ZodType<RequestBody, z.ZodTypeDef, unknown>;
529
+ /** @internal */
530
+ export type RequestBody$Outbound = {
531
+ model_name: string;
532
+ litellm_params: LitellmParams$Outbound;
533
+ model_info: ModelInfo$Outbound;
534
+ };
535
+ /** @internal */
536
+ export declare const RequestBody$outboundSchema: z.ZodType<RequestBody$Outbound, z.ZodTypeDef, RequestBody>;
537
+ /**
538
+ * @internal
539
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
540
+ */
541
+ export declare namespace RequestBody$ {
542
+ /** @deprecated use `RequestBody$inboundSchema` instead. */
543
+ const inboundSchema: z.ZodType<RequestBody, z.ZodTypeDef, unknown>;
544
+ /** @deprecated use `RequestBody$outboundSchema` instead. */
545
+ const outboundSchema: z.ZodType<RequestBody$Outbound, z.ZodTypeDef, RequestBody>;
546
+ /** @deprecated use `RequestBody$Outbound` instead. */
547
+ type Outbound = RequestBody$Outbound;
548
+ }
549
+ export declare function requestBodyToJSON(requestBody: RequestBody): string;
550
+ export declare function requestBodyFromJSON(jsonString: string): SafeParseResult<RequestBody, SDKValidationError>;
551
+ /** @internal */
552
+ export declare const PostV2ModelsLitellmImportModelType$inboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportModelType>;
553
+ /** @internal */
554
+ export declare const PostV2ModelsLitellmImportModelType$outboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportModelType>;
555
+ /**
556
+ * @internal
557
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
558
+ */
559
+ export declare namespace PostV2ModelsLitellmImportModelType$ {
560
+ /** @deprecated use `PostV2ModelsLitellmImportModelType$inboundSchema` instead. */
561
+ const inboundSchema: z.ZodNativeEnum<{
562
+ readonly Chat: "chat";
563
+ readonly Completion: "completion";
564
+ readonly Embedding: "embedding";
565
+ readonly Vision: "vision";
566
+ readonly Image: "image";
567
+ readonly Tts: "tts";
568
+ readonly Stt: "stt";
569
+ readonly Rerank: "rerank";
570
+ readonly Moderations: "moderations";
571
+ }>;
572
+ /** @deprecated use `PostV2ModelsLitellmImportModelType$outboundSchema` instead. */
573
+ const outboundSchema: z.ZodNativeEnum<{
574
+ readonly Chat: "chat";
575
+ readonly Completion: "completion";
576
+ readonly Embedding: "embedding";
577
+ readonly Vision: "vision";
578
+ readonly Image: "image";
579
+ readonly Tts: "tts";
580
+ readonly Stt: "stt";
581
+ readonly Rerank: "rerank";
582
+ readonly Moderations: "moderations";
583
+ }>;
584
+ }
585
+ /** @internal */
586
+ export declare const PostV2ModelsLitellmImportProvider$inboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportProvider>;
587
+ /** @internal */
588
+ export declare const PostV2ModelsLitellmImportProvider$outboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportProvider>;
589
+ /**
590
+ * @internal
591
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
592
+ */
593
+ export declare namespace PostV2ModelsLitellmImportProvider$ {
594
+ /** @deprecated use `PostV2ModelsLitellmImportProvider$inboundSchema` instead. */
595
+ const inboundSchema: z.ZodNativeEnum<{
596
+ readonly Cohere: "cohere";
597
+ readonly Openai: "openai";
598
+ readonly Anthropic: "anthropic";
599
+ readonly Huggingface: "huggingface";
600
+ readonly Replicate: "replicate";
601
+ readonly Google: "google";
602
+ readonly GoogleAi: "google-ai";
603
+ readonly Azure: "azure";
604
+ readonly Aws: "aws";
605
+ readonly Anyscale: "anyscale";
606
+ readonly Perplexity: "perplexity";
607
+ readonly Groq: "groq";
608
+ readonly Fal: "fal";
609
+ readonly Leonardoai: "leonardoai";
610
+ readonly Nvidia: "nvidia";
611
+ readonly Jina: "jina";
612
+ readonly Togetherai: "togetherai";
613
+ readonly Elevenlabs: "elevenlabs";
614
+ readonly Litellm: "litellm";
615
+ }>;
616
+ /** @deprecated use `PostV2ModelsLitellmImportProvider$outboundSchema` instead. */
617
+ const outboundSchema: z.ZodNativeEnum<{
618
+ readonly Cohere: "cohere";
619
+ readonly Openai: "openai";
620
+ readonly Anthropic: "anthropic";
621
+ readonly Huggingface: "huggingface";
622
+ readonly Replicate: "replicate";
623
+ readonly Google: "google";
624
+ readonly GoogleAi: "google-ai";
625
+ readonly Azure: "azure";
626
+ readonly Aws: "aws";
627
+ readonly Anyscale: "anyscale";
628
+ readonly Perplexity: "perplexity";
629
+ readonly Groq: "groq";
630
+ readonly Fal: "fal";
631
+ readonly Leonardoai: "leonardoai";
632
+ readonly Nvidia: "nvidia";
633
+ readonly Jina: "jina";
634
+ readonly Togetherai: "togetherai";
635
+ readonly Elevenlabs: "elevenlabs";
636
+ readonly Litellm: "litellm";
637
+ }>;
638
+ }
639
+ /** @internal */
640
+ export declare const Region$inboundSchema: z.ZodNativeEnum<typeof Region>;
641
+ /** @internal */
642
+ export declare const Region$outboundSchema: z.ZodNativeEnum<typeof Region>;
643
+ /**
644
+ * @internal
645
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
646
+ */
647
+ export declare namespace Region$ {
648
+ /** @deprecated use `Region$inboundSchema` instead. */
649
+ const inboundSchema: z.ZodNativeEnum<{
650
+ readonly Us: "us";
651
+ readonly Europe: "europe";
652
+ readonly Rest: "rest";
653
+ }>;
654
+ /** @deprecated use `Region$outboundSchema` instead. */
655
+ const outboundSchema: z.ZodNativeEnum<{
656
+ readonly Us: "us";
657
+ readonly Europe: "europe";
658
+ readonly Rest: "rest";
659
+ }>;
660
+ }
661
+ /** @internal */
662
+ export declare const PostV2ModelsLitellmImportMetadata$inboundSchema: z.ZodType<PostV2ModelsLitellmImportMetadata, z.ZodTypeDef, unknown>;
663
+ /** @internal */
664
+ export type PostV2ModelsLitellmImportMetadata$Outbound = {
665
+ context_window?: number | undefined;
666
+ is_private: boolean;
667
+ region: string;
668
+ has_functions?: boolean | undefined;
669
+ strict_tool_supported?: boolean | undefined;
670
+ json_mode_response_format_supported?: boolean | undefined;
671
+ json_schema_response_format_supported?: boolean | undefined;
672
+ support_system_message?: boolean | undefined;
673
+ streaming_not_supported?: boolean | undefined;
674
+ db_match: boolean;
675
+ image_token_cost?: number | undefined;
676
+ };
677
+ /** @internal */
678
+ export declare const PostV2ModelsLitellmImportMetadata$outboundSchema: z.ZodType<PostV2ModelsLitellmImportMetadata$Outbound, z.ZodTypeDef, PostV2ModelsLitellmImportMetadata>;
679
+ /**
680
+ * @internal
681
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
682
+ */
683
+ export declare namespace PostV2ModelsLitellmImportMetadata$ {
684
+ /** @deprecated use `PostV2ModelsLitellmImportMetadata$inboundSchema` instead. */
685
+ const inboundSchema: z.ZodType<PostV2ModelsLitellmImportMetadata, z.ZodTypeDef, unknown>;
686
+ /** @deprecated use `PostV2ModelsLitellmImportMetadata$outboundSchema` instead. */
687
+ const outboundSchema: z.ZodType<PostV2ModelsLitellmImportMetadata$Outbound, z.ZodTypeDef, PostV2ModelsLitellmImportMetadata>;
688
+ /** @deprecated use `PostV2ModelsLitellmImportMetadata$Outbound` instead. */
689
+ type Outbound = PostV2ModelsLitellmImportMetadata$Outbound;
690
+ }
691
+ export declare function postV2ModelsLitellmImportMetadataToJSON(postV2ModelsLitellmImportMetadata: PostV2ModelsLitellmImportMetadata): string;
692
+ export declare function postV2ModelsLitellmImportMetadataFromJSON(jsonString: string): SafeParseResult<PostV2ModelsLitellmImportMetadata, SDKValidationError>;
693
+ /** @internal */
694
+ export declare const PostV2ModelsLitellmImportConfigurationResponse200Provider$inboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportConfigurationResponse200Provider>;
695
+ /** @internal */
696
+ export declare const PostV2ModelsLitellmImportConfigurationResponse200Provider$outboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportConfigurationResponse200Provider>;
697
+ /**
698
+ * @internal
699
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
700
+ */
701
+ export declare namespace PostV2ModelsLitellmImportConfigurationResponse200Provider$ {
702
+ /** @deprecated use `PostV2ModelsLitellmImportConfigurationResponse200Provider$inboundSchema` instead. */
703
+ const inboundSchema: z.ZodNativeEnum<{
704
+ readonly Nvidia: "nvidia";
705
+ }>;
706
+ /** @deprecated use `PostV2ModelsLitellmImportConfigurationResponse200Provider$outboundSchema` instead. */
707
+ const outboundSchema: z.ZodNativeEnum<{
708
+ readonly Nvidia: "nvidia";
709
+ }>;
710
+ }
711
+ /** @internal */
712
+ export declare const Configuration4$inboundSchema: z.ZodType<Configuration4, z.ZodTypeDef, unknown>;
713
+ /** @internal */
714
+ export type Configuration4$Outbound = {
715
+ provider: string;
716
+ host_url: string;
717
+ };
718
+ /** @internal */
719
+ export declare const Configuration4$outboundSchema: z.ZodType<Configuration4$Outbound, z.ZodTypeDef, Configuration4>;
720
+ /**
721
+ * @internal
722
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
723
+ */
724
+ export declare namespace Configuration4$ {
725
+ /** @deprecated use `Configuration4$inboundSchema` instead. */
726
+ const inboundSchema: z.ZodType<Configuration4, z.ZodTypeDef, unknown>;
727
+ /** @deprecated use `Configuration4$outboundSchema` instead. */
728
+ const outboundSchema: z.ZodType<Configuration4$Outbound, z.ZodTypeDef, Configuration4>;
729
+ /** @deprecated use `Configuration4$Outbound` instead. */
730
+ type Outbound = Configuration4$Outbound;
731
+ }
732
+ export declare function configuration4ToJSON(configuration4: Configuration4): string;
733
+ export declare function configuration4FromJSON(jsonString: string): SafeParseResult<Configuration4, SDKValidationError>;
734
+ /** @internal */
735
+ export declare const PostV2ModelsLitellmImportConfigurationResponseProvider$inboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportConfigurationResponseProvider>;
736
+ /** @internal */
737
+ export declare const PostV2ModelsLitellmImportConfigurationResponseProvider$outboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportConfigurationResponseProvider>;
738
+ /**
739
+ * @internal
740
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
741
+ */
742
+ export declare namespace PostV2ModelsLitellmImportConfigurationResponseProvider$ {
743
+ /** @deprecated use `PostV2ModelsLitellmImportConfigurationResponseProvider$inboundSchema` instead. */
744
+ const inboundSchema: z.ZodNativeEnum<{
745
+ readonly Aws: "aws";
746
+ }>;
747
+ /** @deprecated use `PostV2ModelsLitellmImportConfigurationResponseProvider$outboundSchema` instead. */
748
+ const outboundSchema: z.ZodNativeEnum<{
749
+ readonly Aws: "aws";
750
+ }>;
751
+ }
752
+ /** @internal */
753
+ export declare const Configuration3$inboundSchema: z.ZodType<Configuration3, z.ZodTypeDef, unknown>;
754
+ /** @internal */
755
+ export type Configuration3$Outbound = {
756
+ provider: string;
757
+ region: string;
758
+ };
759
+ /** @internal */
760
+ export declare const Configuration3$outboundSchema: z.ZodType<Configuration3$Outbound, z.ZodTypeDef, Configuration3>;
761
+ /**
762
+ * @internal
763
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
764
+ */
765
+ export declare namespace Configuration3$ {
766
+ /** @deprecated use `Configuration3$inboundSchema` instead. */
767
+ const inboundSchema: z.ZodType<Configuration3, z.ZodTypeDef, unknown>;
768
+ /** @deprecated use `Configuration3$outboundSchema` instead. */
769
+ const outboundSchema: z.ZodType<Configuration3$Outbound, z.ZodTypeDef, Configuration3>;
770
+ /** @deprecated use `Configuration3$Outbound` instead. */
771
+ type Outbound = Configuration3$Outbound;
772
+ }
773
+ export declare function configuration3ToJSON(configuration3: Configuration3): string;
774
+ export declare function configuration3FromJSON(jsonString: string): SafeParseResult<Configuration3, SDKValidationError>;
775
+ /** @internal */
776
+ export declare const PostV2ModelsLitellmImportConfigurationProvider$inboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportConfigurationProvider>;
777
+ /** @internal */
778
+ export declare const PostV2ModelsLitellmImportConfigurationProvider$outboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportConfigurationProvider>;
779
+ /**
780
+ * @internal
781
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
782
+ */
783
+ export declare namespace PostV2ModelsLitellmImportConfigurationProvider$ {
784
+ /** @deprecated use `PostV2ModelsLitellmImportConfigurationProvider$inboundSchema` instead. */
785
+ const inboundSchema: z.ZodNativeEnum<{
786
+ readonly Google: "google";
787
+ }>;
788
+ /** @deprecated use `PostV2ModelsLitellmImportConfigurationProvider$outboundSchema` instead. */
789
+ const outboundSchema: z.ZodNativeEnum<{
790
+ readonly Google: "google";
791
+ }>;
792
+ }
793
+ /** @internal */
794
+ export declare const Configuration2$inboundSchema: z.ZodType<Configuration2, z.ZodTypeDef, unknown>;
795
+ /** @internal */
796
+ export type Configuration2$Outbound = {
797
+ provider: string;
798
+ service_account: string;
799
+ region: string;
800
+ location: string;
801
+ should_use_beta_features: boolean;
802
+ project_id: string;
803
+ is_openai_compatible?: boolean | undefined;
804
+ is_tuned_model?: boolean | undefined;
805
+ };
806
+ /** @internal */
807
+ export declare const Configuration2$outboundSchema: z.ZodType<Configuration2$Outbound, z.ZodTypeDef, Configuration2>;
808
+ /**
809
+ * @internal
810
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
811
+ */
812
+ export declare namespace Configuration2$ {
813
+ /** @deprecated use `Configuration2$inboundSchema` instead. */
814
+ const inboundSchema: z.ZodType<Configuration2, z.ZodTypeDef, unknown>;
815
+ /** @deprecated use `Configuration2$outboundSchema` instead. */
816
+ const outboundSchema: z.ZodType<Configuration2$Outbound, z.ZodTypeDef, Configuration2>;
817
+ /** @deprecated use `Configuration2$Outbound` instead. */
818
+ type Outbound = Configuration2$Outbound;
819
+ }
820
+ export declare function configuration2ToJSON(configuration2: Configuration2): string;
821
+ export declare function configuration2FromJSON(jsonString: string): SafeParseResult<Configuration2, SDKValidationError>;
822
+ /** @internal */
823
+ export declare const ConfigurationProvider$inboundSchema: z.ZodNativeEnum<typeof ConfigurationProvider>;
824
+ /** @internal */
825
+ export declare const ConfigurationProvider$outboundSchema: z.ZodNativeEnum<typeof ConfigurationProvider>;
826
+ /**
827
+ * @internal
828
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
829
+ */
830
+ export declare namespace ConfigurationProvider$ {
831
+ /** @deprecated use `ConfigurationProvider$inboundSchema` instead. */
832
+ const inboundSchema: z.ZodNativeEnum<{
833
+ readonly Azure: "azure";
834
+ }>;
835
+ /** @deprecated use `ConfigurationProvider$outboundSchema` instead. */
836
+ const outboundSchema: z.ZodNativeEnum<{
837
+ readonly Azure: "azure";
838
+ }>;
839
+ }
840
+ /** @internal */
841
+ export declare const Configuration1$inboundSchema: z.ZodType<Configuration1, z.ZodTypeDef, unknown>;
842
+ /** @internal */
843
+ export type Configuration1$Outbound = {
844
+ provider: string;
845
+ endpoint: string;
846
+ api_key: string;
847
+ };
848
+ /** @internal */
849
+ export declare const Configuration1$outboundSchema: z.ZodType<Configuration1$Outbound, z.ZodTypeDef, Configuration1>;
850
+ /**
851
+ * @internal
852
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
853
+ */
854
+ export declare namespace Configuration1$ {
855
+ /** @deprecated use `Configuration1$inboundSchema` instead. */
856
+ const inboundSchema: z.ZodType<Configuration1, z.ZodTypeDef, unknown>;
857
+ /** @deprecated use `Configuration1$outboundSchema` instead. */
858
+ const outboundSchema: z.ZodType<Configuration1$Outbound, z.ZodTypeDef, Configuration1>;
859
+ /** @deprecated use `Configuration1$Outbound` instead. */
860
+ type Outbound = Configuration1$Outbound;
861
+ }
862
+ export declare function configuration1ToJSON(configuration1: Configuration1): string;
863
+ export declare function configuration1FromJSON(jsonString: string): SafeParseResult<Configuration1, SDKValidationError>;
864
+ /** @internal */
865
+ export declare const Configuration$inboundSchema: z.ZodType<Configuration, z.ZodTypeDef, unknown>;
866
+ /** @internal */
867
+ export type Configuration$Outbound = Configuration3$Outbound | Configuration4$Outbound | Configuration1$Outbound | Configuration2$Outbound;
868
+ /** @internal */
869
+ export declare const Configuration$outboundSchema: z.ZodType<Configuration$Outbound, z.ZodTypeDef, Configuration>;
870
+ /**
871
+ * @internal
872
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
873
+ */
874
+ export declare namespace Configuration$ {
875
+ /** @deprecated use `Configuration$inboundSchema` instead. */
876
+ const inboundSchema: z.ZodType<Configuration, z.ZodTypeDef, unknown>;
877
+ /** @deprecated use `Configuration$outboundSchema` instead. */
878
+ const outboundSchema: z.ZodType<Configuration$Outbound, z.ZodTypeDef, Configuration>;
879
+ /** @deprecated use `Configuration$Outbound` instead. */
880
+ type Outbound = Configuration$Outbound;
881
+ }
882
+ export declare function configurationToJSON(configuration: Configuration): string;
883
+ export declare function configurationFromJSON(jsonString: string): SafeParseResult<Configuration, SDKValidationError>;
884
+ /** @internal */
885
+ export declare const PostV2ModelsLitellmImportParametersParameter$inboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportParametersParameter>;
886
+ /** @internal */
887
+ export declare const PostV2ModelsLitellmImportParametersParameter$outboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportParametersParameter>;
888
+ /**
889
+ * @internal
890
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
891
+ */
892
+ export declare namespace PostV2ModelsLitellmImportParametersParameter$ {
893
+ /** @deprecated use `PostV2ModelsLitellmImportParametersParameter$inboundSchema` instead. */
894
+ const inboundSchema: z.ZodNativeEnum<{
895
+ readonly TopK: "topK";
896
+ readonly TopP: "topP";
897
+ readonly Temperature: "temperature";
898
+ readonly FrequencyPenalty: "frequencyPenalty";
899
+ readonly PresencePenalty: "presencePenalty";
900
+ readonly MaxTokens: "maxTokens";
901
+ readonly NumImages: "numImages";
902
+ readonly Format: "format";
903
+ readonly Dimensions: "dimensions";
904
+ readonly Quality: "quality";
905
+ readonly Style: "style";
906
+ readonly Seed: "seed";
907
+ readonly PhotoRealVersion: "photoRealVersion";
908
+ readonly ResponseFormat: "responseFormat";
909
+ readonly ReasoningEffort: "reasoningEffort";
910
+ readonly BudgetTokens: "budgetTokens";
911
+ }>;
912
+ /** @deprecated use `PostV2ModelsLitellmImportParametersParameter$outboundSchema` instead. */
913
+ const outboundSchema: z.ZodNativeEnum<{
914
+ readonly TopK: "topK";
915
+ readonly TopP: "topP";
916
+ readonly Temperature: "temperature";
917
+ readonly FrequencyPenalty: "frequencyPenalty";
918
+ readonly PresencePenalty: "presencePenalty";
919
+ readonly MaxTokens: "maxTokens";
920
+ readonly NumImages: "numImages";
921
+ readonly Format: "format";
922
+ readonly Dimensions: "dimensions";
923
+ readonly Quality: "quality";
924
+ readonly Style: "style";
925
+ readonly Seed: "seed";
926
+ readonly PhotoRealVersion: "photoRealVersion";
927
+ readonly ResponseFormat: "responseFormat";
928
+ readonly ReasoningEffort: "reasoningEffort";
929
+ readonly BudgetTokens: "budgetTokens";
930
+ }>;
931
+ }
932
+ /** @internal */
933
+ export declare const PostV2ModelsLitellmImportParametersParameterType$inboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportParametersParameterType>;
934
+ /** @internal */
935
+ export declare const PostV2ModelsLitellmImportParametersParameterType$outboundSchema: z.ZodNativeEnum<typeof PostV2ModelsLitellmImportParametersParameterType>;
936
+ /**
937
+ * @internal
938
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
939
+ */
940
+ export declare namespace PostV2ModelsLitellmImportParametersParameterType$ {
941
+ /** @deprecated use `PostV2ModelsLitellmImportParametersParameterType$inboundSchema` instead. */
942
+ const inboundSchema: z.ZodNativeEnum<{
943
+ readonly Select: "select";
944
+ }>;
945
+ /** @deprecated use `PostV2ModelsLitellmImportParametersParameterType$outboundSchema` instead. */
946
+ const outboundSchema: z.ZodNativeEnum<{
947
+ readonly Select: "select";
948
+ }>;
949
+ }
950
+ /** @internal */
951
+ export declare const Options$inboundSchema: z.ZodType<Options, z.ZodTypeDef, unknown>;
952
+ /** @internal */
953
+ export type Options$Outbound = {
954
+ display_name: string;
955
+ value: string;
956
+ };
957
+ /** @internal */
958
+ export declare const Options$outboundSchema: z.ZodType<Options$Outbound, z.ZodTypeDef, Options>;
959
+ /**
960
+ * @internal
961
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
962
+ */
963
+ export declare namespace Options$ {
964
+ /** @deprecated use `Options$inboundSchema` instead. */
965
+ const inboundSchema: z.ZodType<Options, z.ZodTypeDef, unknown>;
966
+ /** @deprecated use `Options$outboundSchema` instead. */
967
+ const outboundSchema: z.ZodType<Options$Outbound, z.ZodTypeDef, Options>;
968
+ /** @deprecated use `Options$Outbound` instead. */
969
+ type Outbound = Options$Outbound;
970
+ }
971
+ export declare function optionsToJSON(options: Options): string;
972
+ export declare function optionsFromJSON(jsonString: string): SafeParseResult<Options, SDKValidationError>;
973
+ /** @internal */
974
+ export declare const PostV2ModelsLitellmImportParametersConfig$inboundSchema: z.ZodType<PostV2ModelsLitellmImportParametersConfig, z.ZodTypeDef, unknown>;
975
+ /** @internal */
976
+ export type PostV2ModelsLitellmImportParametersConfig$Outbound = {
977
+ default: string;
978
+ options: Array<Options$Outbound>;
979
+ };
980
+ /** @internal */
981
+ export declare const PostV2ModelsLitellmImportParametersConfig$outboundSchema: z.ZodType<PostV2ModelsLitellmImportParametersConfig$Outbound, z.ZodTypeDef, PostV2ModelsLitellmImportParametersConfig>;
982
+ /**
983
+ * @internal
984
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
985
+ */
986
+ export declare namespace PostV2ModelsLitellmImportParametersConfig$ {
987
+ /** @deprecated use `PostV2ModelsLitellmImportParametersConfig$inboundSchema` instead. */
988
+ const inboundSchema: z.ZodType<PostV2ModelsLitellmImportParametersConfig, z.ZodTypeDef, unknown>;
989
+ /** @deprecated use `PostV2ModelsLitellmImportParametersConfig$outboundSchema` instead. */
990
+ const outboundSchema: z.ZodType<PostV2ModelsLitellmImportParametersConfig$Outbound, z.ZodTypeDef, PostV2ModelsLitellmImportParametersConfig>;
991
+ /** @deprecated use `PostV2ModelsLitellmImportParametersConfig$Outbound` instead. */
992
+ type Outbound = PostV2ModelsLitellmImportParametersConfig$Outbound;
993
+ }
994
+ export declare function postV2ModelsLitellmImportParametersConfigToJSON(postV2ModelsLitellmImportParametersConfig: PostV2ModelsLitellmImportParametersConfig): string;
995
+ export declare function postV2ModelsLitellmImportParametersConfigFromJSON(jsonString: string): SafeParseResult<PostV2ModelsLitellmImportParametersConfig, SDKValidationError>;
996
+ /** @internal */
997
+ export declare const Parameters3$inboundSchema: z.ZodType<Parameters3, z.ZodTypeDef, unknown>;
998
+ /** @internal */
999
+ export type Parameters3$Outbound = {
1000
+ id: string;
1001
+ name: string;
1002
+ parameter: string;
1003
+ description: string;
1004
+ hints?: string | null | undefined;
1005
+ is_active: boolean;
1006
+ position?: number | null | undefined;
1007
+ parameter_type: string;
1008
+ config: PostV2ModelsLitellmImportParametersConfig$Outbound;
1009
+ };
1010
+ /** @internal */
1011
+ export declare const Parameters3$outboundSchema: z.ZodType<Parameters3$Outbound, z.ZodTypeDef, Parameters3>;
1012
+ /**
1013
+ * @internal
1014
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1015
+ */
1016
+ export declare namespace Parameters3$ {
1017
+ /** @deprecated use `Parameters3$inboundSchema` instead. */
1018
+ const inboundSchema: z.ZodType<Parameters3, z.ZodTypeDef, unknown>;
1019
+ /** @deprecated use `Parameters3$outboundSchema` instead. */
1020
+ const outboundSchema: z.ZodType<Parameters3$Outbound, z.ZodTypeDef, Parameters3>;
1021
+ /** @deprecated use `Parameters3$Outbound` instead. */
1022
+ type Outbound = Parameters3$Outbound;
1023
+ }
1024
+ export declare function parameters3ToJSON(parameters3: Parameters3): string;
1025
+ export declare function parameters3FromJSON(jsonString: string): SafeParseResult<Parameters3, SDKValidationError>;
1026
+ /** @internal */
1027
+ export declare const ParametersParameter$inboundSchema: z.ZodNativeEnum<typeof ParametersParameter>;
1028
+ /** @internal */
1029
+ export declare const ParametersParameter$outboundSchema: z.ZodNativeEnum<typeof ParametersParameter>;
1030
+ /**
1031
+ * @internal
1032
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1033
+ */
1034
+ export declare namespace ParametersParameter$ {
1035
+ /** @deprecated use `ParametersParameter$inboundSchema` instead. */
1036
+ const inboundSchema: z.ZodNativeEnum<{
1037
+ readonly TopK: "topK";
1038
+ readonly TopP: "topP";
1039
+ readonly Temperature: "temperature";
1040
+ readonly FrequencyPenalty: "frequencyPenalty";
1041
+ readonly PresencePenalty: "presencePenalty";
1042
+ readonly MaxTokens: "maxTokens";
1043
+ readonly NumImages: "numImages";
1044
+ readonly Format: "format";
1045
+ readonly Dimensions: "dimensions";
1046
+ readonly Quality: "quality";
1047
+ readonly Style: "style";
1048
+ readonly Seed: "seed";
1049
+ readonly PhotoRealVersion: "photoRealVersion";
1050
+ readonly ResponseFormat: "responseFormat";
1051
+ readonly ReasoningEffort: "reasoningEffort";
1052
+ readonly BudgetTokens: "budgetTokens";
1053
+ }>;
1054
+ /** @deprecated use `ParametersParameter$outboundSchema` instead. */
1055
+ const outboundSchema: z.ZodNativeEnum<{
1056
+ readonly TopK: "topK";
1057
+ readonly TopP: "topP";
1058
+ readonly Temperature: "temperature";
1059
+ readonly FrequencyPenalty: "frequencyPenalty";
1060
+ readonly PresencePenalty: "presencePenalty";
1061
+ readonly MaxTokens: "maxTokens";
1062
+ readonly NumImages: "numImages";
1063
+ readonly Format: "format";
1064
+ readonly Dimensions: "dimensions";
1065
+ readonly Quality: "quality";
1066
+ readonly Style: "style";
1067
+ readonly Seed: "seed";
1068
+ readonly PhotoRealVersion: "photoRealVersion";
1069
+ readonly ResponseFormat: "responseFormat";
1070
+ readonly ReasoningEffort: "reasoningEffort";
1071
+ readonly BudgetTokens: "budgetTokens";
1072
+ }>;
1073
+ }
1074
+ /** @internal */
1075
+ export declare const ParametersParameterType$inboundSchema: z.ZodNativeEnum<typeof ParametersParameterType>;
1076
+ /** @internal */
1077
+ export declare const ParametersParameterType$outboundSchema: z.ZodNativeEnum<typeof ParametersParameterType>;
1078
+ /**
1079
+ * @internal
1080
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1081
+ */
1082
+ export declare namespace ParametersParameterType$ {
1083
+ /** @deprecated use `ParametersParameterType$inboundSchema` instead. */
1084
+ const inboundSchema: z.ZodNativeEnum<{
1085
+ readonly Switch: "switch";
1086
+ }>;
1087
+ /** @deprecated use `ParametersParameterType$outboundSchema` instead. */
1088
+ const outboundSchema: z.ZodNativeEnum<{
1089
+ readonly Switch: "switch";
1090
+ }>;
1091
+ }
1092
+ /** @internal */
1093
+ export declare const ParametersConfig$inboundSchema: z.ZodType<ParametersConfig, z.ZodTypeDef, unknown>;
1094
+ /** @internal */
1095
+ export type ParametersConfig$Outbound = {
1096
+ default: boolean;
1097
+ };
1098
+ /** @internal */
1099
+ export declare const ParametersConfig$outboundSchema: z.ZodType<ParametersConfig$Outbound, z.ZodTypeDef, ParametersConfig>;
1100
+ /**
1101
+ * @internal
1102
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1103
+ */
1104
+ export declare namespace ParametersConfig$ {
1105
+ /** @deprecated use `ParametersConfig$inboundSchema` instead. */
1106
+ const inboundSchema: z.ZodType<ParametersConfig, z.ZodTypeDef, unknown>;
1107
+ /** @deprecated use `ParametersConfig$outboundSchema` instead. */
1108
+ const outboundSchema: z.ZodType<ParametersConfig$Outbound, z.ZodTypeDef, ParametersConfig>;
1109
+ /** @deprecated use `ParametersConfig$Outbound` instead. */
1110
+ type Outbound = ParametersConfig$Outbound;
1111
+ }
1112
+ export declare function parametersConfigToJSON(parametersConfig: ParametersConfig): string;
1113
+ export declare function parametersConfigFromJSON(jsonString: string): SafeParseResult<ParametersConfig, SDKValidationError>;
1114
+ /** @internal */
1115
+ export declare const Parameters2$inboundSchema: z.ZodType<Parameters2, z.ZodTypeDef, unknown>;
1116
+ /** @internal */
1117
+ export type Parameters2$Outbound = {
1118
+ id: string;
1119
+ name: string;
1120
+ parameter: string;
1121
+ description: string;
1122
+ hints?: string | null | undefined;
1123
+ is_active: boolean;
1124
+ position?: number | null | undefined;
1125
+ parameter_type: string;
1126
+ config: ParametersConfig$Outbound;
1127
+ };
1128
+ /** @internal */
1129
+ export declare const Parameters2$outboundSchema: z.ZodType<Parameters2$Outbound, z.ZodTypeDef, Parameters2>;
1130
+ /**
1131
+ * @internal
1132
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1133
+ */
1134
+ export declare namespace Parameters2$ {
1135
+ /** @deprecated use `Parameters2$inboundSchema` instead. */
1136
+ const inboundSchema: z.ZodType<Parameters2, z.ZodTypeDef, unknown>;
1137
+ /** @deprecated use `Parameters2$outboundSchema` instead. */
1138
+ const outboundSchema: z.ZodType<Parameters2$Outbound, z.ZodTypeDef, Parameters2>;
1139
+ /** @deprecated use `Parameters2$Outbound` instead. */
1140
+ type Outbound = Parameters2$Outbound;
1141
+ }
1142
+ export declare function parameters2ToJSON(parameters2: Parameters2): string;
1143
+ export declare function parameters2FromJSON(jsonString: string): SafeParseResult<Parameters2, SDKValidationError>;
1144
+ /** @internal */
1145
+ export declare const Parameter$inboundSchema: z.ZodNativeEnum<typeof Parameter>;
1146
+ /** @internal */
1147
+ export declare const Parameter$outboundSchema: z.ZodNativeEnum<typeof Parameter>;
1148
+ /**
1149
+ * @internal
1150
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1151
+ */
1152
+ export declare namespace Parameter$ {
1153
+ /** @deprecated use `Parameter$inboundSchema` instead. */
1154
+ const inboundSchema: z.ZodNativeEnum<{
1155
+ readonly TopK: "topK";
1156
+ readonly TopP: "topP";
1157
+ readonly Temperature: "temperature";
1158
+ readonly FrequencyPenalty: "frequencyPenalty";
1159
+ readonly PresencePenalty: "presencePenalty";
1160
+ readonly MaxTokens: "maxTokens";
1161
+ readonly NumImages: "numImages";
1162
+ readonly Format: "format";
1163
+ readonly Dimensions: "dimensions";
1164
+ readonly Quality: "quality";
1165
+ readonly Style: "style";
1166
+ readonly Seed: "seed";
1167
+ readonly PhotoRealVersion: "photoRealVersion";
1168
+ readonly ResponseFormat: "responseFormat";
1169
+ readonly ReasoningEffort: "reasoningEffort";
1170
+ readonly BudgetTokens: "budgetTokens";
1171
+ }>;
1172
+ /** @deprecated use `Parameter$outboundSchema` instead. */
1173
+ const outboundSchema: z.ZodNativeEnum<{
1174
+ readonly TopK: "topK";
1175
+ readonly TopP: "topP";
1176
+ readonly Temperature: "temperature";
1177
+ readonly FrequencyPenalty: "frequencyPenalty";
1178
+ readonly PresencePenalty: "presencePenalty";
1179
+ readonly MaxTokens: "maxTokens";
1180
+ readonly NumImages: "numImages";
1181
+ readonly Format: "format";
1182
+ readonly Dimensions: "dimensions";
1183
+ readonly Quality: "quality";
1184
+ readonly Style: "style";
1185
+ readonly Seed: "seed";
1186
+ readonly PhotoRealVersion: "photoRealVersion";
1187
+ readonly ResponseFormat: "responseFormat";
1188
+ readonly ReasoningEffort: "reasoningEffort";
1189
+ readonly BudgetTokens: "budgetTokens";
1190
+ }>;
1191
+ }
1192
+ /** @internal */
1193
+ export declare const ParameterType$inboundSchema: z.ZodNativeEnum<typeof ParameterType>;
1194
+ /** @internal */
1195
+ export declare const ParameterType$outboundSchema: z.ZodNativeEnum<typeof ParameterType>;
1196
+ /**
1197
+ * @internal
1198
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1199
+ */
1200
+ export declare namespace ParameterType$ {
1201
+ /** @deprecated use `ParameterType$inboundSchema` instead. */
1202
+ const inboundSchema: z.ZodNativeEnum<{
1203
+ readonly Slider: "slider";
1204
+ }>;
1205
+ /** @deprecated use `ParameterType$outboundSchema` instead. */
1206
+ const outboundSchema: z.ZodNativeEnum<{
1207
+ readonly Slider: "slider";
1208
+ }>;
1209
+ }
1210
+ /** @internal */
1211
+ export declare const Config$inboundSchema: z.ZodType<Config, z.ZodTypeDef, unknown>;
1212
+ /** @internal */
1213
+ export type Config$Outbound = {
1214
+ default: number;
1215
+ max: number;
1216
+ min: number;
1217
+ step: number;
1218
+ };
1219
+ /** @internal */
1220
+ export declare const Config$outboundSchema: z.ZodType<Config$Outbound, z.ZodTypeDef, Config>;
1221
+ /**
1222
+ * @internal
1223
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1224
+ */
1225
+ export declare namespace Config$ {
1226
+ /** @deprecated use `Config$inboundSchema` instead. */
1227
+ const inboundSchema: z.ZodType<Config, z.ZodTypeDef, unknown>;
1228
+ /** @deprecated use `Config$outboundSchema` instead. */
1229
+ const outboundSchema: z.ZodType<Config$Outbound, z.ZodTypeDef, Config>;
1230
+ /** @deprecated use `Config$Outbound` instead. */
1231
+ type Outbound = Config$Outbound;
1232
+ }
1233
+ export declare function configToJSON(config: Config): string;
1234
+ export declare function configFromJSON(jsonString: string): SafeParseResult<Config, SDKValidationError>;
1235
+ /** @internal */
1236
+ export declare const Parameters1$inboundSchema: z.ZodType<Parameters1, z.ZodTypeDef, unknown>;
1237
+ /** @internal */
1238
+ export type Parameters1$Outbound = {
1239
+ id: string;
1240
+ name: string;
1241
+ parameter: string;
1242
+ description: string;
1243
+ hints?: string | null | undefined;
1244
+ is_active: boolean;
1245
+ position?: number | null | undefined;
1246
+ parameter_type: string;
1247
+ config: Config$Outbound;
1248
+ };
1249
+ /** @internal */
1250
+ export declare const Parameters1$outboundSchema: z.ZodType<Parameters1$Outbound, z.ZodTypeDef, Parameters1>;
1251
+ /**
1252
+ * @internal
1253
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1254
+ */
1255
+ export declare namespace Parameters1$ {
1256
+ /** @deprecated use `Parameters1$inboundSchema` instead. */
1257
+ const inboundSchema: z.ZodType<Parameters1, z.ZodTypeDef, unknown>;
1258
+ /** @deprecated use `Parameters1$outboundSchema` instead. */
1259
+ const outboundSchema: z.ZodType<Parameters1$Outbound, z.ZodTypeDef, Parameters1>;
1260
+ /** @deprecated use `Parameters1$Outbound` instead. */
1261
+ type Outbound = Parameters1$Outbound;
1262
+ }
1263
+ export declare function parameters1ToJSON(parameters1: Parameters1): string;
1264
+ export declare function parameters1FromJSON(jsonString: string): SafeParseResult<Parameters1, SDKValidationError>;
1265
+ /** @internal */
1266
+ export declare const ParametersT$inboundSchema: z.ZodType<ParametersT, z.ZodTypeDef, unknown>;
1267
+ /** @internal */
1268
+ export type ParametersT$Outbound = Parameters1$Outbound | Parameters2$Outbound | Parameters3$Outbound;
1269
+ /** @internal */
1270
+ export declare const ParametersT$outboundSchema: z.ZodType<ParametersT$Outbound, z.ZodTypeDef, ParametersT>;
1271
+ /**
1272
+ * @internal
1273
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1274
+ */
1275
+ export declare namespace ParametersT$ {
1276
+ /** @deprecated use `ParametersT$inboundSchema` instead. */
1277
+ const inboundSchema: z.ZodType<ParametersT, z.ZodTypeDef, unknown>;
1278
+ /** @deprecated use `ParametersT$outboundSchema` instead. */
1279
+ const outboundSchema: z.ZodType<ParametersT$Outbound, z.ZodTypeDef, ParametersT>;
1280
+ /** @deprecated use `ParametersT$Outbound` instead. */
1281
+ type Outbound = ParametersT$Outbound;
1282
+ }
1283
+ export declare function parametersToJSON(parametersT: ParametersT): string;
1284
+ export declare function parametersFromJSON(jsonString: string): SafeParseResult<ParametersT, SDKValidationError>;
1285
+ /** @internal */
1286
+ export declare const PostV2ModelsLitellmImportResponseBody$inboundSchema: z.ZodType<PostV2ModelsLitellmImportResponseBody, z.ZodTypeDef, unknown>;
1287
+ /** @internal */
1288
+ export type PostV2ModelsLitellmImportResponseBody$Outbound = {
1289
+ id: string;
1290
+ created: string;
1291
+ updated: string;
1292
+ display_name: string;
1293
+ model_id: string;
1294
+ model_revision?: string | undefined;
1295
+ model_developer: string;
1296
+ model_family: string;
1297
+ model_type: string;
1298
+ provider: string;
1299
+ is_active: boolean;
1300
+ input_cost: number;
1301
+ input_currency: string;
1302
+ output_cost: number;
1303
+ output_currency: string;
1304
+ description?: string | undefined;
1305
+ has_functions: boolean;
1306
+ has_cpu_pricing: boolean;
1307
+ pricing_url?: string | undefined;
1308
+ docs_url?: string | undefined;
1309
+ enabled: boolean;
1310
+ enabled_for_endpoints: boolean;
1311
+ enabled_for_playground: boolean;
1312
+ owner: string;
1313
+ metadata: PostV2ModelsLitellmImportMetadata$Outbound;
1314
+ configuration?: Configuration3$Outbound | Configuration4$Outbound | Configuration1$Outbound | Configuration2$Outbound | undefined;
1315
+ parameters: Array<Parameters1$Outbound | Parameters2$Outbound | Parameters3$Outbound>;
1316
+ };
1317
+ /** @internal */
1318
+ export declare const PostV2ModelsLitellmImportResponseBody$outboundSchema: z.ZodType<PostV2ModelsLitellmImportResponseBody$Outbound, z.ZodTypeDef, PostV2ModelsLitellmImportResponseBody>;
1319
+ /**
1320
+ * @internal
1321
+ * @deprecated This namespace will be removed in future versions. Use schemas and types that are exported directly from this module.
1322
+ */
1323
+ export declare namespace PostV2ModelsLitellmImportResponseBody$ {
1324
+ /** @deprecated use `PostV2ModelsLitellmImportResponseBody$inboundSchema` instead. */
1325
+ const inboundSchema: z.ZodType<PostV2ModelsLitellmImportResponseBody, z.ZodTypeDef, unknown>;
1326
+ /** @deprecated use `PostV2ModelsLitellmImportResponseBody$outboundSchema` instead. */
1327
+ const outboundSchema: z.ZodType<PostV2ModelsLitellmImportResponseBody$Outbound, z.ZodTypeDef, PostV2ModelsLitellmImportResponseBody>;
1328
+ /** @deprecated use `PostV2ModelsLitellmImportResponseBody$Outbound` instead. */
1329
+ type Outbound = PostV2ModelsLitellmImportResponseBody$Outbound;
1330
+ }
1331
+ export declare function postV2ModelsLitellmImportResponseBodyToJSON(postV2ModelsLitellmImportResponseBody: PostV2ModelsLitellmImportResponseBody): string;
1332
+ export declare function postV2ModelsLitellmImportResponseBodyFromJSON(jsonString: string): SafeParseResult<PostV2ModelsLitellmImportResponseBody, SDKValidationError>;
1333
+ //# sourceMappingURL=postv2modelslitellmimport.d.ts.map