@hedra/sdk 4.0.0 → 5.0.0

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 (380) hide show
  1. package/dist/cjs/BaseClient.d.ts +2 -2
  2. package/dist/cjs/BaseClient.js +3 -3
  3. package/dist/cjs/api/resources/billing/client/Client.d.ts +22 -0
  4. package/dist/cjs/api/resources/billing/client/Client.js +78 -2
  5. package/dist/cjs/api/resources/billing/client/requests/BillingListTransactionsRequest.d.ts +10 -0
  6. package/dist/cjs/api/resources/billing/client/requests/BillingListTransactionsRequest.js +3 -0
  7. package/dist/cjs/api/resources/billing/client/requests/index.d.ts +1 -0
  8. package/dist/cjs/api/resources/files/client/Client.js +1 -1
  9. package/dist/cjs/api/resources/jobs/client/Client.d.ts +121 -72
  10. package/dist/cjs/api/resources/jobs/client/Client.js +320 -167
  11. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.d.ts +17 -0
  12. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.js +3 -0
  13. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGptImage2.d.ts +1 -2
  14. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.d.ts +18 -0
  15. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.js +3 -0
  16. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyHidreamO1Image.d.ts +1 -2
  17. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyIdeogramV4.d.ts +1 -2
  18. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingAiAvatarV2.d.ts +1 -2
  19. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.ts +1 -2
  20. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.ts +1 -2
  21. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyLtx23.d.ts +1 -2
  22. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyLumaRay32.d.ts +1 -1
  23. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMaiImage25.d.ts +1 -2
  24. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxH3.d.ts +1 -1
  25. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo02.d.ts +1 -2
  26. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo23.d.ts +1 -2
  27. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyNanoBanana2.d.ts +2 -2
  28. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyNanoBananaPro.d.ts +1 -1
  29. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyQwenImage2.d.ts +1 -2
  30. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodySeedance20.d.ts +1 -2
  31. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeo3.d.ts +1 -2
  32. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeo31.d.ts +1 -2
  33. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyViduQ3.d.ts +1 -2
  34. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyWan30.d.ts +1 -2
  35. package/dist/cjs/api/resources/jobs/client/requests/index.d.ts +2 -0
  36. package/dist/cjs/api/resources/keys/client/Client.js +4 -4
  37. package/dist/cjs/api/resources/logDrains/client/Client.js +6 -6
  38. package/dist/cjs/api/resources/models/client/Client.d.ts +23 -0
  39. package/dist/cjs/api/resources/models/client/Client.js +85 -6
  40. package/dist/cjs/api/resources/models/client/requests/ModelsSearchVoicesRequest.d.ts +17 -0
  41. package/dist/cjs/api/resources/models/client/requests/ModelsSearchVoicesRequest.js +3 -0
  42. package/dist/cjs/api/resources/models/client/requests/index.d.ts +1 -0
  43. package/dist/cjs/api/resources/tokens/client/Client.js +1 -1
  44. package/dist/cjs/api/resources/webhooks/client/Client.js +7 -7
  45. package/dist/cjs/api/types/InputElevenlabsMusic.d.ts +13 -0
  46. package/dist/cjs/api/types/InputElevenlabsMusic.js +3 -0
  47. package/dist/cjs/api/types/InputFlux3.d.ts +2 -2
  48. package/dist/cjs/api/types/InputFlux3EndImage.d.ts +1 -1
  49. package/dist/cjs/api/types/InputFlux3StartImage.d.ts +1 -1
  50. package/dist/cjs/api/types/InputGeminiOmniFlash.d.ts +2 -2
  51. package/dist/cjs/api/types/InputGeminiOmniFlashSourceVideo.d.ts +1 -1
  52. package/dist/cjs/api/types/InputGeminiOmniFlashStartImage.d.ts +1 -1
  53. package/dist/cjs/api/types/InputGptImage2.d.ts +3 -3
  54. package/dist/cjs/api/types/InputGptImage2.js +1 -1
  55. package/dist/cjs/api/types/InputGrokImagine.d.ts +32 -3
  56. package/dist/cjs/api/types/InputGrokImagine.js +22 -1
  57. package/dist/cjs/api/types/InputGrokImagine20.d.ts +52 -0
  58. package/dist/cjs/api/types/InputGrokImagine20.js +34 -0
  59. package/dist/cjs/api/types/InputGrokImagine20ImagesItem.d.ts +20 -0
  60. package/dist/cjs/api/types/InputGrokImagine20ImagesItem.js +3 -0
  61. package/dist/cjs/api/types/InputGrokVideo.d.ts +1 -1
  62. package/dist/cjs/api/types/InputGrokVideoStartImage.d.ts +1 -1
  63. package/dist/cjs/api/types/InputHappyHorse.d.ts +1 -1
  64. package/dist/cjs/api/types/InputHappyHorseStartImage.d.ts +1 -1
  65. package/dist/cjs/api/types/InputHedraAvatar.d.ts +1 -1
  66. package/dist/cjs/api/types/InputHedraAvatarStartImage.d.ts +1 -1
  67. package/dist/cjs/api/types/InputHedraCharacter3.d.ts +1 -1
  68. package/dist/cjs/api/types/InputHedraCharacter3StartImage.d.ts +1 -1
  69. package/dist/cjs/api/types/InputHidreamO1Image.d.ts +3 -3
  70. package/dist/cjs/api/types/InputHidreamO1Image.js +1 -1
  71. package/dist/cjs/api/types/InputIdeogramV4.d.ts +3 -3
  72. package/dist/cjs/api/types/InputIdeogramV4.js +1 -1
  73. package/dist/cjs/api/types/InputKling16.d.ts +1 -1
  74. package/dist/cjs/api/types/InputKling16StartImage.d.ts +1 -1
  75. package/dist/cjs/api/types/InputKling21Master.d.ts +1 -1
  76. package/dist/cjs/api/types/InputKling21MasterStartImage.d.ts +1 -1
  77. package/dist/cjs/api/types/InputKling25Turbo.d.ts +1 -1
  78. package/dist/cjs/api/types/InputKling25TurboStartImage.d.ts +1 -1
  79. package/dist/cjs/api/types/InputKling26MotionControl.d.ts +2 -2
  80. package/dist/cjs/api/types/InputKling26MotionControlSourceVideo.d.ts +1 -1
  81. package/dist/cjs/api/types/InputKling26MotionControlStartImage.d.ts +1 -1
  82. package/dist/cjs/api/types/InputKling26Pro.d.ts +1 -1
  83. package/dist/cjs/api/types/InputKling26ProStartImage.d.ts +1 -1
  84. package/dist/cjs/api/types/InputKlingAiAvatarV2.d.ts +4 -4
  85. package/dist/cjs/api/types/InputKlingAiAvatarV2.js +1 -1
  86. package/dist/cjs/api/types/InputKlingAiAvatarV2StartImage.d.ts +1 -1
  87. package/dist/cjs/api/types/InputKlingO1.d.ts +2 -2
  88. package/dist/cjs/api/types/InputKlingO1EndImage.d.ts +1 -1
  89. package/dist/cjs/api/types/InputKlingO1StartImage.d.ts +1 -1
  90. package/dist/cjs/api/types/InputKlingO3.d.ts +5 -5
  91. package/dist/cjs/api/types/InputKlingO3.js +1 -1
  92. package/dist/cjs/api/types/InputKlingO3Edit.d.ts +1 -1
  93. package/dist/cjs/api/types/InputKlingO3EditSourceVideo.d.ts +1 -1
  94. package/dist/cjs/api/types/InputKlingO3EndImage.d.ts +1 -1
  95. package/dist/cjs/api/types/InputKlingO3Reference.d.ts +1 -1
  96. package/dist/cjs/api/types/InputKlingO3ReferenceSourceVideo.d.ts +1 -1
  97. package/dist/cjs/api/types/InputKlingO3StartImage.d.ts +1 -1
  98. package/dist/cjs/api/types/InputKlingV3.d.ts +5 -5
  99. package/dist/cjs/api/types/InputKlingV3.js +1 -1
  100. package/dist/cjs/api/types/InputKlingV3EndImage.d.ts +1 -1
  101. package/dist/cjs/api/types/InputKlingV3MotionControl.d.ts +2 -2
  102. package/dist/cjs/api/types/InputKlingV3MotionControlSourceVideo.d.ts +1 -1
  103. package/dist/cjs/api/types/InputKlingV3MotionControlStartImage.d.ts +1 -1
  104. package/dist/cjs/api/types/InputKlingV3StartImage.d.ts +1 -1
  105. package/dist/cjs/api/types/InputLtx23.d.ts +5 -5
  106. package/dist/cjs/api/types/InputLtx23.js +1 -1
  107. package/dist/cjs/api/types/InputLtx23EndImage.d.ts +1 -1
  108. package/dist/cjs/api/types/InputLtx23StartImage.d.ts +1 -1
  109. package/dist/cjs/api/types/InputLumaRay32.d.ts +2 -2
  110. package/dist/cjs/api/types/InputLumaRay32.js +2 -2
  111. package/dist/cjs/api/types/InputMaiImage25.d.ts +3 -3
  112. package/dist/cjs/api/types/InputMaiImage25.js +1 -1
  113. package/dist/cjs/api/types/InputMinimaxH3.d.ts +3 -2
  114. package/dist/cjs/api/types/InputMinimaxH3.js +1 -0
  115. package/dist/cjs/api/types/InputMinimaxH3EndImage.d.ts +1 -1
  116. package/dist/cjs/api/types/InputMinimaxH3StartImage.d.ts +1 -1
  117. package/dist/cjs/api/types/InputMinimaxHailuo02.d.ts +5 -5
  118. package/dist/cjs/api/types/InputMinimaxHailuo02.js +1 -1
  119. package/dist/cjs/api/types/InputMinimaxHailuo02EndImage.d.ts +1 -1
  120. package/dist/cjs/api/types/InputMinimaxHailuo02StartImage.d.ts +1 -1
  121. package/dist/cjs/api/types/InputMinimaxHailuo23.d.ts +4 -4
  122. package/dist/cjs/api/types/InputMinimaxHailuo23.js +1 -1
  123. package/dist/cjs/api/types/InputMinimaxHailuo23StartImage.d.ts +1 -1
  124. package/dist/cjs/api/types/InputNanoBanana.d.ts +2 -2
  125. package/dist/cjs/api/types/InputNanoBanana.js +1 -1
  126. package/dist/cjs/api/types/InputNanoBanana2.d.ts +20 -2
  127. package/dist/cjs/api/types/InputNanoBanana2.js +12 -1
  128. package/dist/cjs/api/types/InputNanoBananaPro.d.ts +5 -2
  129. package/dist/cjs/api/types/InputNanoBananaPro.js +2 -1
  130. package/dist/cjs/api/types/InputOmnihuman15.d.ts +1 -1
  131. package/dist/cjs/api/types/InputOmnihuman15StartImage.d.ts +1 -1
  132. package/dist/cjs/api/types/InputPixverseV6.d.ts +1 -1
  133. package/dist/cjs/api/types/InputPixverseV6StartImage.d.ts +1 -1
  134. package/dist/cjs/api/types/InputQwenImage2.d.ts +3 -3
  135. package/dist/cjs/api/types/InputQwenImage2.js +1 -1
  136. package/dist/cjs/api/types/InputSeedance15Pro.d.ts +3 -2
  137. package/dist/cjs/api/types/InputSeedance15Pro.js +1 -0
  138. package/dist/cjs/api/types/InputSeedance15ProEndImage.d.ts +1 -1
  139. package/dist/cjs/api/types/InputSeedance15ProStartImage.d.ts +1 -1
  140. package/dist/cjs/api/types/InputSeedance20.d.ts +6 -5
  141. package/dist/cjs/api/types/InputSeedance20.js +2 -1
  142. package/dist/cjs/api/types/InputSeedance20EndImage.d.ts +1 -1
  143. package/dist/cjs/api/types/InputSeedance20Mini.d.ts +3 -2
  144. package/dist/cjs/api/types/InputSeedance20Mini.js +1 -0
  145. package/dist/cjs/api/types/InputSeedance20MiniEndImage.d.ts +1 -1
  146. package/dist/cjs/api/types/InputSeedance20MiniStartImage.d.ts +1 -1
  147. package/dist/cjs/api/types/InputSeedance20StartImage.d.ts +1 -1
  148. package/dist/cjs/api/types/InputSeedance25.d.ts +2 -2
  149. package/dist/cjs/api/types/InputSeedance25EndImage.d.ts +1 -1
  150. package/dist/cjs/api/types/InputSeedance25StartImage.d.ts +1 -1
  151. package/dist/cjs/api/types/InputSeedream50Lite.d.ts +8 -0
  152. package/dist/cjs/api/types/InputSeedream50Lite.js +5 -0
  153. package/dist/cjs/api/types/InputSeedream50Pro.d.ts +8 -0
  154. package/dist/cjs/api/types/InputSeedream50Pro.js +5 -0
  155. package/dist/cjs/api/types/InputSora2Pro.d.ts +1 -1
  156. package/dist/cjs/api/types/InputSora2ProStartImage.d.ts +1 -1
  157. package/dist/cjs/api/types/InputVeedFabric10.d.ts +1 -1
  158. package/dist/cjs/api/types/InputVeedFabric10StartImage.d.ts +1 -1
  159. package/dist/cjs/api/types/InputVeo2.d.ts +1 -1
  160. package/dist/cjs/api/types/InputVeo2StartImage.d.ts +1 -1
  161. package/dist/cjs/api/types/InputVeo3.d.ts +4 -4
  162. package/dist/cjs/api/types/InputVeo3.js +1 -1
  163. package/dist/cjs/api/types/InputVeo31.d.ts +6 -6
  164. package/dist/cjs/api/types/InputVeo31.js +1 -1
  165. package/dist/cjs/api/types/InputVeo31EndImage.d.ts +1 -1
  166. package/dist/cjs/api/types/InputVeo31SourceVideo.d.ts +1 -1
  167. package/dist/cjs/api/types/InputVeo31StartImage.d.ts +1 -1
  168. package/dist/cjs/api/types/InputVeo3StartImage.d.ts +1 -1
  169. package/dist/cjs/api/types/InputViduQ3.d.ts +5 -5
  170. package/dist/cjs/api/types/InputViduQ3.js +1 -1
  171. package/dist/cjs/api/types/InputViduQ3EndImage.d.ts +1 -1
  172. package/dist/cjs/api/types/InputViduQ3StartImage.d.ts +1 -1
  173. package/dist/cjs/api/types/InputWan27.d.ts +2 -2
  174. package/dist/cjs/api/types/InputWan27EndImage.d.ts +1 -1
  175. package/dist/cjs/api/types/InputWan27StartImage.d.ts +1 -1
  176. package/dist/cjs/api/types/InputWan30.d.ts +5 -5
  177. package/dist/cjs/api/types/InputWan30.js +1 -1
  178. package/dist/cjs/api/types/InputWan30EndImage.d.ts +1 -1
  179. package/dist/cjs/api/types/InputWan30StartImage.d.ts +1 -1
  180. package/dist/cjs/api/types/TransactionListResponse.d.ts +7 -0
  181. package/dist/cjs/api/types/TransactionListResponse.js +3 -0
  182. package/dist/cjs/api/types/TransactionRecord.d.ts +15 -0
  183. package/dist/cjs/api/types/TransactionRecord.js +3 -0
  184. package/dist/cjs/api/types/VoiceGender.d.ts +12 -0
  185. package/dist/cjs/api/types/VoiceGender.js +15 -0
  186. package/dist/cjs/api/types/index.d.ts +6 -0
  187. package/dist/cjs/api/types/index.js +6 -0
  188. package/dist/cjs/version.d.ts +1 -1
  189. package/dist/cjs/version.js +1 -1
  190. package/dist/esm/BaseClient.d.mts +2 -2
  191. package/dist/esm/BaseClient.mjs +3 -3
  192. package/dist/esm/api/resources/billing/client/Client.d.mts +22 -0
  193. package/dist/esm/api/resources/billing/client/Client.mjs +78 -2
  194. package/dist/esm/api/resources/billing/client/requests/BillingListTransactionsRequest.d.mts +10 -0
  195. package/dist/esm/api/resources/billing/client/requests/BillingListTransactionsRequest.mjs +2 -0
  196. package/dist/esm/api/resources/billing/client/requests/index.d.mts +1 -0
  197. package/dist/esm/api/resources/files/client/Client.mjs +1 -1
  198. package/dist/esm/api/resources/jobs/client/Client.d.mts +121 -72
  199. package/dist/esm/api/resources/jobs/client/Client.mjs +320 -167
  200. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.d.mts +17 -0
  201. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.mjs +2 -0
  202. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGptImage2.d.mts +1 -2
  203. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.d.mts +18 -0
  204. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.mjs +2 -0
  205. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyHidreamO1Image.d.mts +1 -2
  206. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyIdeogramV4.d.mts +1 -2
  207. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingAiAvatarV2.d.mts +1 -2
  208. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.mts +1 -2
  209. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.mts +1 -2
  210. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyLtx23.d.mts +1 -2
  211. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyLumaRay32.d.mts +1 -1
  212. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMaiImage25.d.mts +1 -2
  213. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxH3.d.mts +1 -1
  214. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo02.d.mts +1 -2
  215. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo23.d.mts +1 -2
  216. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyNanoBanana2.d.mts +2 -2
  217. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyNanoBananaPro.d.mts +1 -1
  218. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyQwenImage2.d.mts +1 -2
  219. package/dist/esm/api/resources/jobs/client/requests/SubmitBodySeedance20.d.mts +1 -2
  220. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeo3.d.mts +1 -2
  221. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeo31.d.mts +1 -2
  222. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyViduQ3.d.mts +1 -2
  223. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyWan30.d.mts +1 -2
  224. package/dist/esm/api/resources/jobs/client/requests/index.d.mts +2 -0
  225. package/dist/esm/api/resources/keys/client/Client.mjs +4 -4
  226. package/dist/esm/api/resources/logDrains/client/Client.mjs +6 -6
  227. package/dist/esm/api/resources/models/client/Client.d.mts +23 -0
  228. package/dist/esm/api/resources/models/client/Client.mjs +85 -6
  229. package/dist/esm/api/resources/models/client/requests/ModelsSearchVoicesRequest.d.mts +17 -0
  230. package/dist/esm/api/resources/models/client/requests/ModelsSearchVoicesRequest.mjs +2 -0
  231. package/dist/esm/api/resources/models/client/requests/index.d.mts +1 -0
  232. package/dist/esm/api/resources/tokens/client/Client.mjs +1 -1
  233. package/dist/esm/api/resources/webhooks/client/Client.mjs +7 -7
  234. package/dist/esm/api/types/InputElevenlabsMusic.d.mts +13 -0
  235. package/dist/esm/api/types/InputElevenlabsMusic.mjs +2 -0
  236. package/dist/esm/api/types/InputFlux3.d.mts +2 -2
  237. package/dist/esm/api/types/InputFlux3EndImage.d.mts +1 -1
  238. package/dist/esm/api/types/InputFlux3StartImage.d.mts +1 -1
  239. package/dist/esm/api/types/InputGeminiOmniFlash.d.mts +2 -2
  240. package/dist/esm/api/types/InputGeminiOmniFlashSourceVideo.d.mts +1 -1
  241. package/dist/esm/api/types/InputGeminiOmniFlashStartImage.d.mts +1 -1
  242. package/dist/esm/api/types/InputGptImage2.d.mts +3 -3
  243. package/dist/esm/api/types/InputGptImage2.mjs +1 -1
  244. package/dist/esm/api/types/InputGrokImagine.d.mts +32 -3
  245. package/dist/esm/api/types/InputGrokImagine.mjs +22 -1
  246. package/dist/esm/api/types/InputGrokImagine20.d.mts +52 -0
  247. package/dist/esm/api/types/InputGrokImagine20.mjs +31 -0
  248. package/dist/esm/api/types/InputGrokImagine20ImagesItem.d.mts +20 -0
  249. package/dist/esm/api/types/InputGrokImagine20ImagesItem.mjs +2 -0
  250. package/dist/esm/api/types/InputGrokVideo.d.mts +1 -1
  251. package/dist/esm/api/types/InputGrokVideoStartImage.d.mts +1 -1
  252. package/dist/esm/api/types/InputHappyHorse.d.mts +1 -1
  253. package/dist/esm/api/types/InputHappyHorseStartImage.d.mts +1 -1
  254. package/dist/esm/api/types/InputHedraAvatar.d.mts +1 -1
  255. package/dist/esm/api/types/InputHedraAvatarStartImage.d.mts +1 -1
  256. package/dist/esm/api/types/InputHedraCharacter3.d.mts +1 -1
  257. package/dist/esm/api/types/InputHedraCharacter3StartImage.d.mts +1 -1
  258. package/dist/esm/api/types/InputHidreamO1Image.d.mts +3 -3
  259. package/dist/esm/api/types/InputHidreamO1Image.mjs +1 -1
  260. package/dist/esm/api/types/InputIdeogramV4.d.mts +3 -3
  261. package/dist/esm/api/types/InputIdeogramV4.mjs +1 -1
  262. package/dist/esm/api/types/InputKling16.d.mts +1 -1
  263. package/dist/esm/api/types/InputKling16StartImage.d.mts +1 -1
  264. package/dist/esm/api/types/InputKling21Master.d.mts +1 -1
  265. package/dist/esm/api/types/InputKling21MasterStartImage.d.mts +1 -1
  266. package/dist/esm/api/types/InputKling25Turbo.d.mts +1 -1
  267. package/dist/esm/api/types/InputKling25TurboStartImage.d.mts +1 -1
  268. package/dist/esm/api/types/InputKling26MotionControl.d.mts +2 -2
  269. package/dist/esm/api/types/InputKling26MotionControlSourceVideo.d.mts +1 -1
  270. package/dist/esm/api/types/InputKling26MotionControlStartImage.d.mts +1 -1
  271. package/dist/esm/api/types/InputKling26Pro.d.mts +1 -1
  272. package/dist/esm/api/types/InputKling26ProStartImage.d.mts +1 -1
  273. package/dist/esm/api/types/InputKlingAiAvatarV2.d.mts +4 -4
  274. package/dist/esm/api/types/InputKlingAiAvatarV2.mjs +1 -1
  275. package/dist/esm/api/types/InputKlingAiAvatarV2StartImage.d.mts +1 -1
  276. package/dist/esm/api/types/InputKlingO1.d.mts +2 -2
  277. package/dist/esm/api/types/InputKlingO1EndImage.d.mts +1 -1
  278. package/dist/esm/api/types/InputKlingO1StartImage.d.mts +1 -1
  279. package/dist/esm/api/types/InputKlingO3.d.mts +5 -5
  280. package/dist/esm/api/types/InputKlingO3.mjs +1 -1
  281. package/dist/esm/api/types/InputKlingO3Edit.d.mts +1 -1
  282. package/dist/esm/api/types/InputKlingO3EditSourceVideo.d.mts +1 -1
  283. package/dist/esm/api/types/InputKlingO3EndImage.d.mts +1 -1
  284. package/dist/esm/api/types/InputKlingO3Reference.d.mts +1 -1
  285. package/dist/esm/api/types/InputKlingO3ReferenceSourceVideo.d.mts +1 -1
  286. package/dist/esm/api/types/InputKlingO3StartImage.d.mts +1 -1
  287. package/dist/esm/api/types/InputKlingV3.d.mts +5 -5
  288. package/dist/esm/api/types/InputKlingV3.mjs +1 -1
  289. package/dist/esm/api/types/InputKlingV3EndImage.d.mts +1 -1
  290. package/dist/esm/api/types/InputKlingV3MotionControl.d.mts +2 -2
  291. package/dist/esm/api/types/InputKlingV3MotionControlSourceVideo.d.mts +1 -1
  292. package/dist/esm/api/types/InputKlingV3MotionControlStartImage.d.mts +1 -1
  293. package/dist/esm/api/types/InputKlingV3StartImage.d.mts +1 -1
  294. package/dist/esm/api/types/InputLtx23.d.mts +5 -5
  295. package/dist/esm/api/types/InputLtx23.mjs +1 -1
  296. package/dist/esm/api/types/InputLtx23EndImage.d.mts +1 -1
  297. package/dist/esm/api/types/InputLtx23StartImage.d.mts +1 -1
  298. package/dist/esm/api/types/InputLumaRay32.d.mts +2 -2
  299. package/dist/esm/api/types/InputLumaRay32.mjs +2 -2
  300. package/dist/esm/api/types/InputMaiImage25.d.mts +3 -3
  301. package/dist/esm/api/types/InputMaiImage25.mjs +1 -1
  302. package/dist/esm/api/types/InputMinimaxH3.d.mts +3 -2
  303. package/dist/esm/api/types/InputMinimaxH3.mjs +1 -0
  304. package/dist/esm/api/types/InputMinimaxH3EndImage.d.mts +1 -1
  305. package/dist/esm/api/types/InputMinimaxH3StartImage.d.mts +1 -1
  306. package/dist/esm/api/types/InputMinimaxHailuo02.d.mts +5 -5
  307. package/dist/esm/api/types/InputMinimaxHailuo02.mjs +1 -1
  308. package/dist/esm/api/types/InputMinimaxHailuo02EndImage.d.mts +1 -1
  309. package/dist/esm/api/types/InputMinimaxHailuo02StartImage.d.mts +1 -1
  310. package/dist/esm/api/types/InputMinimaxHailuo23.d.mts +4 -4
  311. package/dist/esm/api/types/InputMinimaxHailuo23.mjs +1 -1
  312. package/dist/esm/api/types/InputMinimaxHailuo23StartImage.d.mts +1 -1
  313. package/dist/esm/api/types/InputNanoBanana.d.mts +2 -2
  314. package/dist/esm/api/types/InputNanoBanana.mjs +1 -1
  315. package/dist/esm/api/types/InputNanoBanana2.d.mts +20 -2
  316. package/dist/esm/api/types/InputNanoBanana2.mjs +12 -1
  317. package/dist/esm/api/types/InputNanoBananaPro.d.mts +5 -2
  318. package/dist/esm/api/types/InputNanoBananaPro.mjs +2 -1
  319. package/dist/esm/api/types/InputOmnihuman15.d.mts +1 -1
  320. package/dist/esm/api/types/InputOmnihuman15StartImage.d.mts +1 -1
  321. package/dist/esm/api/types/InputPixverseV6.d.mts +1 -1
  322. package/dist/esm/api/types/InputPixverseV6StartImage.d.mts +1 -1
  323. package/dist/esm/api/types/InputQwenImage2.d.mts +3 -3
  324. package/dist/esm/api/types/InputQwenImage2.mjs +1 -1
  325. package/dist/esm/api/types/InputSeedance15Pro.d.mts +3 -2
  326. package/dist/esm/api/types/InputSeedance15Pro.mjs +1 -0
  327. package/dist/esm/api/types/InputSeedance15ProEndImage.d.mts +1 -1
  328. package/dist/esm/api/types/InputSeedance15ProStartImage.d.mts +1 -1
  329. package/dist/esm/api/types/InputSeedance20.d.mts +6 -5
  330. package/dist/esm/api/types/InputSeedance20.mjs +2 -1
  331. package/dist/esm/api/types/InputSeedance20EndImage.d.mts +1 -1
  332. package/dist/esm/api/types/InputSeedance20Mini.d.mts +3 -2
  333. package/dist/esm/api/types/InputSeedance20Mini.mjs +1 -0
  334. package/dist/esm/api/types/InputSeedance20MiniEndImage.d.mts +1 -1
  335. package/dist/esm/api/types/InputSeedance20MiniStartImage.d.mts +1 -1
  336. package/dist/esm/api/types/InputSeedance20StartImage.d.mts +1 -1
  337. package/dist/esm/api/types/InputSeedance25.d.mts +2 -2
  338. package/dist/esm/api/types/InputSeedance25EndImage.d.mts +1 -1
  339. package/dist/esm/api/types/InputSeedance25StartImage.d.mts +1 -1
  340. package/dist/esm/api/types/InputSeedream50Lite.d.mts +8 -0
  341. package/dist/esm/api/types/InputSeedream50Lite.mjs +5 -0
  342. package/dist/esm/api/types/InputSeedream50Pro.d.mts +8 -0
  343. package/dist/esm/api/types/InputSeedream50Pro.mjs +5 -0
  344. package/dist/esm/api/types/InputSora2Pro.d.mts +1 -1
  345. package/dist/esm/api/types/InputSora2ProStartImage.d.mts +1 -1
  346. package/dist/esm/api/types/InputVeedFabric10.d.mts +1 -1
  347. package/dist/esm/api/types/InputVeedFabric10StartImage.d.mts +1 -1
  348. package/dist/esm/api/types/InputVeo2.d.mts +1 -1
  349. package/dist/esm/api/types/InputVeo2StartImage.d.mts +1 -1
  350. package/dist/esm/api/types/InputVeo3.d.mts +4 -4
  351. package/dist/esm/api/types/InputVeo3.mjs +1 -1
  352. package/dist/esm/api/types/InputVeo31.d.mts +6 -6
  353. package/dist/esm/api/types/InputVeo31.mjs +1 -1
  354. package/dist/esm/api/types/InputVeo31EndImage.d.mts +1 -1
  355. package/dist/esm/api/types/InputVeo31SourceVideo.d.mts +1 -1
  356. package/dist/esm/api/types/InputVeo31StartImage.d.mts +1 -1
  357. package/dist/esm/api/types/InputVeo3StartImage.d.mts +1 -1
  358. package/dist/esm/api/types/InputViduQ3.d.mts +5 -5
  359. package/dist/esm/api/types/InputViduQ3.mjs +1 -1
  360. package/dist/esm/api/types/InputViduQ3EndImage.d.mts +1 -1
  361. package/dist/esm/api/types/InputViduQ3StartImage.d.mts +1 -1
  362. package/dist/esm/api/types/InputWan27.d.mts +2 -2
  363. package/dist/esm/api/types/InputWan27EndImage.d.mts +1 -1
  364. package/dist/esm/api/types/InputWan27StartImage.d.mts +1 -1
  365. package/dist/esm/api/types/InputWan30.d.mts +5 -5
  366. package/dist/esm/api/types/InputWan30.mjs +1 -1
  367. package/dist/esm/api/types/InputWan30EndImage.d.mts +1 -1
  368. package/dist/esm/api/types/InputWan30StartImage.d.mts +1 -1
  369. package/dist/esm/api/types/TransactionListResponse.d.mts +7 -0
  370. package/dist/esm/api/types/TransactionListResponse.mjs +2 -0
  371. package/dist/esm/api/types/TransactionRecord.d.mts +15 -0
  372. package/dist/esm/api/types/TransactionRecord.mjs +2 -0
  373. package/dist/esm/api/types/VoiceGender.d.mts +12 -0
  374. package/dist/esm/api/types/VoiceGender.mjs +12 -0
  375. package/dist/esm/api/types/index.d.mts +6 -0
  376. package/dist/esm/api/types/index.mjs +6 -0
  377. package/dist/esm/version.d.mts +1 -1
  378. package/dist/esm/version.mjs +1 -1
  379. package/package.json +2 -2
  380. package/reference.md +341 -72
package/reference.md CHANGED
@@ -316,7 +316,7 @@ for await (const item of response) {
316
316
  <dl>
317
317
  <dd>
318
318
 
319
- Ultra high quality generations for professional grade images.
319
+ Polished, print-ready stills when the brief is a finished image rather than a sketch.
320
320
 
321
321
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
322
322
  </dd>
@@ -530,6 +530,8 @@ await client.jobs.submitElevenlabsEnglishStsV2({
530
530
  <dl>
531
531
  <dd>
532
532
 
533
+ The low-latency voice across 30+ languages, for interactive and high-volume speech.
534
+
533
535
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
534
536
  </dd>
535
537
  </dl>
@@ -598,6 +600,8 @@ await client.jobs.submitElevenlabsFlashMultilingualV2({
598
600
  <dl>
599
601
  <dd>
600
602
 
603
+ The low-latency English voice, for interactive speech.
604
+
601
605
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
602
606
  </dd>
603
607
  </dl>
@@ -737,6 +741,8 @@ await client.jobs.submitElevenlabsMultilingualStsV2({
737
741
  <dl>
738
742
  <dd>
739
743
 
744
+ Steady, natural narration across 30+ languages, for finished voiceover.
745
+
740
746
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
741
747
  </dd>
742
748
  </dl>
@@ -789,6 +795,76 @@ await client.jobs.submitElevenlabsMultilingualV2({
789
795
  </dl>
790
796
 
791
797
 
798
+ </dd>
799
+ </dl>
800
+ </details>
801
+
802
+ <details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsMusic</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
803
+ <dl>
804
+ <dd>
805
+
806
+ #### 📝 Description
807
+
808
+ <dl>
809
+ <dd>
810
+
811
+ <dl>
812
+ <dd>
813
+
814
+ Full tracks from a written brief, with optional lyrics placed across the length you ask for.
815
+
816
+ Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
817
+ </dd>
818
+ </dl>
819
+ </dd>
820
+ </dl>
821
+
822
+ #### 🔌 Usage
823
+
824
+ <dl>
825
+ <dd>
826
+
827
+ <dl>
828
+ <dd>
829
+
830
+ ```typescript
831
+ await client.jobs.submitElevenlabsMusic({
832
+ input: {
833
+ prompt: "prompt",
834
+ duration_ms: 1
835
+ }
836
+ });
837
+
838
+ ```
839
+ </dd>
840
+ </dl>
841
+ </dd>
842
+ </dl>
843
+
844
+ #### ⚙️ Parameters
845
+
846
+ <dl>
847
+ <dd>
848
+
849
+ <dl>
850
+ <dd>
851
+
852
+ **request:** `Hedra.SubmitBodyElevenlabsMusic`
853
+
854
+ </dd>
855
+ </dl>
856
+
857
+ <dl>
858
+ <dd>
859
+
860
+ **requestOptions:** `JobsClient.RequestOptions`
861
+
862
+ </dd>
863
+ </dl>
864
+ </dd>
865
+ </dl>
866
+
867
+
792
868
  </dd>
793
869
  </dl>
794
870
  </details>
@@ -805,7 +881,7 @@ await client.jobs.submitElevenlabsMultilingualV2({
805
881
  <dl>
806
882
  <dd>
807
883
 
808
- Generate sound effects from text descriptions using ElevenLabs
884
+ One-off sound effects from a written description, loopable on request.
809
885
 
810
886
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
811
887
  </dd>
@@ -875,7 +951,7 @@ await client.jobs.submitElevenlabsSoundEffects({
875
951
  <dl>
876
952
  <dd>
877
953
 
878
- ElevenLabs V3
954
+ The most expressive ElevenLabs voice — emotional range and delivery cues for performance, not just narration.
879
955
 
880
956
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
881
957
  </dd>
@@ -1159,7 +1235,7 @@ await client.jobs.submitFlux11Ultra({
1159
1235
  <dl>
1160
1236
  <dd>
1161
1237
 
1162
- Black Forest Labs FLUX.3 text-to-video with native audio.
1238
+ Video with native audio, straight from a prompt.
1163
1239
 
1164
1240
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1165
1241
  </dd>
@@ -1440,7 +1516,7 @@ await client.jobs.submitFluxKontextPro({
1440
1516
  <dl>
1441
1517
  <dd>
1442
1518
 
1443
- Image creation and editing with FLUX.2 [flex] from Black Forest Labs.
1519
+ The tunable Flux.2 tier trade denoising steps against speed per generation.
1444
1520
 
1445
1521
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1446
1522
  </dd>
@@ -1510,7 +1586,7 @@ await client.jobs.submitFlux2Flex({
1510
1586
  <dl>
1511
1587
  <dd>
1512
1588
 
1513
- Flux.2 [klein] 9B model from Black Forest Labs.
1589
+ The lean Flux.2 tier quick, inexpensive stills for concepting and high-volume work.
1514
1590
 
1515
1591
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1516
1592
  </dd>
@@ -1580,7 +1656,7 @@ await client.jobs.submitFlux2Klein9B({
1580
1656
  <dl>
1581
1657
  <dd>
1582
1658
 
1583
- FLUX.2 [max] delivers state-of-the-art image generation and advanced image editing with exceptional realism, precision, and consistency.
1659
+ The top Flux.2 tier, for realism and precision in final deliverables.
1584
1660
 
1585
1661
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1586
1662
  </dd>
@@ -1650,7 +1726,7 @@ await client.jobs.submitFlux2Max({
1650
1726
  <dl>
1651
1727
  <dd>
1652
1728
 
1653
- Image creation and editing with FLUX.2 [pro] from Black Forest Labs. Ideal for high-quality image manipulation, style transfer, and sequential editing workflows
1729
+ The everyday Flux.2 tier style transfer and sequential edits that hold together across passes.
1654
1730
 
1655
1731
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1656
1732
  </dd>
@@ -1790,7 +1866,7 @@ await client.jobs.submitGeminiOmniFlash({
1790
1866
  <dl>
1791
1867
  <dd>
1792
1868
 
1793
- OpenAI-powered image generation with exceptional prompt understanding and versatile editing capabilities.
1869
+ Reads a long, specific brief closely the choice when the prompt carries the detail.
1794
1870
 
1795
1871
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1796
1872
  </dd>
@@ -1881,8 +1957,7 @@ await client.jobs.submitGptImage2({
1881
1957
  input: {
1882
1958
  prompt: "prompt",
1883
1959
  aspect_ratio: "16:9",
1884
- resolution: "1K",
1885
- quality: "low"
1960
+ resolution: "1K"
1886
1961
  }
1887
1962
  });
1888
1963
 
@@ -1932,7 +2007,7 @@ await client.jobs.submitGptImage2({
1932
2007
  <dl>
1933
2008
  <dd>
1934
2009
 
1935
- xAI's Grok Imagine image generation model
2010
+ Grok's take on a prompt — punchy, irreverent stills, in everything from ultrawide to tall.
1936
2011
 
1937
2012
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1938
2013
  </dd>
@@ -1985,6 +2060,77 @@ await client.jobs.submitGrokImagine({
1985
2060
  </dl>
1986
2061
 
1987
2062
 
2063
+ </dd>
2064
+ </dl>
2065
+ </details>
2066
+
2067
+ <details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGrokImagine20</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
2068
+ <dl>
2069
+ <dd>
2070
+
2071
+ #### 📝 Description
2072
+
2073
+ <dl>
2074
+ <dd>
2075
+
2076
+ <dl>
2077
+ <dd>
2078
+
2079
+ xAI's current Grok Imagine — the same irreverence at higher fidelity, from a prompt or from up to three source images.
2080
+
2081
+ Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
2082
+ </dd>
2083
+ </dl>
2084
+ </dd>
2085
+ </dl>
2086
+
2087
+ #### 🔌 Usage
2088
+
2089
+ <dl>
2090
+ <dd>
2091
+
2092
+ <dl>
2093
+ <dd>
2094
+
2095
+ ```typescript
2096
+ await client.jobs.submitGrokImagine20({
2097
+ input: {
2098
+ prompt: "prompt",
2099
+ aspect_ratio: "2:1",
2100
+ resolution: "1k"
2101
+ }
2102
+ });
2103
+
2104
+ ```
2105
+ </dd>
2106
+ </dl>
2107
+ </dd>
2108
+ </dl>
2109
+
2110
+ #### ⚙️ Parameters
2111
+
2112
+ <dl>
2113
+ <dd>
2114
+
2115
+ <dl>
2116
+ <dd>
2117
+
2118
+ **request:** `Hedra.SubmitBodyGrokImagine20`
2119
+
2120
+ </dd>
2121
+ </dl>
2122
+
2123
+ <dl>
2124
+ <dd>
2125
+
2126
+ **requestOptions:** `JobsClient.RequestOptions`
2127
+
2128
+ </dd>
2129
+ </dl>
2130
+ </dd>
2131
+ </dl>
2132
+
2133
+
1988
2134
  </dd>
1989
2135
  </dl>
1990
2136
  </details>
@@ -2001,7 +2147,7 @@ await client.jobs.submitGrokImagine({
2001
2147
  <dl>
2002
2148
  <dd>
2003
2149
 
2004
- xAI's text-to-video generation model.
2150
+ Short, punchy clips from a prompt at 480p or 720p.
2005
2151
 
2006
2152
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
2007
2153
  </dd>
@@ -2073,7 +2219,7 @@ await client.jobs.submitGrokVideo({
2073
2219
  <dl>
2074
2220
  <dd>
2075
2221
 
2076
- Generate video from text with Alibaba Happy Horse 1.0.
2222
+ Open-weight video generation from a prompt.
2077
2223
 
2078
2224
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
2079
2225
  </dd>
@@ -2323,8 +2469,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
2323
2469
  await client.jobs.submitHidreamO1Image({
2324
2470
  input: {
2325
2471
  prompt: "prompt",
2326
- aspect_ratio: "16:9",
2327
- quality: "standard"
2472
+ aspect_ratio: "16:9"
2328
2473
  }
2329
2474
  });
2330
2475
 
@@ -2465,8 +2610,7 @@ await client.jobs.submitIdeogramV4({
2465
2610
  input: {
2466
2611
  prompt: "prompt",
2467
2612
  aspect_ratio: "16:9",
2468
- resolution: "720p",
2469
- quality: "turbo"
2613
+ resolution: "720p"
2470
2614
  }
2471
2615
  });
2472
2616
 
@@ -2516,7 +2660,7 @@ await client.jobs.submitIdeogramV4({
2516
2660
  <dl>
2517
2661
  <dd>
2518
2662
 
2519
- The latest text to image model from Google
2663
+ Google's earlier photoreal generator, kept for parity.
2520
2664
 
2521
2665
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
2522
2666
  </dd>
@@ -3041,8 +3185,7 @@ await client.jobs.submitKlingAiAvatarV2({
3041
3185
  audio: {
3042
3186
  source: "url",
3043
3187
  url: "url"
3044
- },
3045
- quality: "standard"
3188
+ }
3046
3189
  }
3047
3190
  });
3048
3191
 
@@ -3163,7 +3306,7 @@ await client.jobs.submitKlingO1({
3163
3306
  <dl>
3164
3307
  <dd>
3165
3308
 
3166
- Text-to-video model with up to 15-second generations and native audio.
3309
+ Clips up to 15 seconds with native audio.
3167
3310
 
3168
3311
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3169
3312
  </dd>
@@ -3183,8 +3326,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3183
3326
  await client.jobs.submitKlingO3({
3184
3327
  input: {
3185
3328
  aspect_ratio: "16:9",
3186
- duration_ms: 1,
3187
- quality: "standard"
3329
+ duration_ms: 1
3188
3330
  }
3189
3331
  });
3190
3332
 
@@ -3382,7 +3524,7 @@ await client.jobs.submitKlingO3Reference({
3382
3524
  <dl>
3383
3525
  <dd>
3384
3526
 
3385
- Text-to-video with ultra-high-definition storyboards and native audio.
3527
+ Ultra-high-definition storyboards with native audio.
3386
3528
 
3387
3529
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3388
3530
  </dd>
@@ -3402,8 +3544,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3402
3544
  await client.jobs.submitKlingV3({
3403
3545
  input: {
3404
3546
  aspect_ratio: "16:9",
3405
- duration_ms: 1,
3406
- quality: "standard"
3547
+ duration_ms: 1
3407
3548
  }
3408
3549
  });
3409
3550
 
@@ -3530,7 +3671,7 @@ await client.jobs.submitKlingV3MotionControl({
3530
3671
  <dl>
3531
3672
  <dd>
3532
3673
 
3533
- Lightricks LTX-2.3 text-to-video at up to 4K, with synchronized native audio
3674
+ Clips up to 4K with synchronized native audio, for final output.
3534
3675
 
3535
3676
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3536
3677
  </dd>
@@ -3552,8 +3693,7 @@ await client.jobs.submitLtx23({
3552
3693
  prompt: "prompt",
3553
3694
  resolution: "1080p",
3554
3695
  duration_ms: 1,
3555
- aspect_ratio: "auto",
3556
- quality: "fast"
3696
+ aspect_ratio: "auto"
3557
3697
  }
3558
3698
  });
3559
3699
 
@@ -3603,7 +3743,7 @@ await client.jobs.submitLtx23({
3603
3743
  <dl>
3604
3744
  <dd>
3605
3745
 
3606
- Luma Ray 3.2 text-to-video with cinematic motion and camera control
3746
+ Cinematic motion with deliberate camera control, from a prompt.
3607
3747
 
3608
3748
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3609
3749
  </dd>
@@ -3623,7 +3763,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3623
3763
  await client.jobs.submitLumaRay32({
3624
3764
  input: {
3625
3765
  prompt: "prompt",
3626
- aspect_ratio: "1:1",
3766
+ aspect_ratio: "3:4",
3627
3767
  resolution: "540p",
3628
3768
  duration_ms: 1
3629
3769
  }
@@ -3695,8 +3835,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3695
3835
  await client.jobs.submitMaiImage25({
3696
3836
  input: {
3697
3837
  prompt: "prompt",
3698
- aspect_ratio: "1:1",
3699
- quality: "standard"
3838
+ aspect_ratio: "1:1"
3700
3839
  }
3701
3840
  });
3702
3841
 
@@ -3746,7 +3885,7 @@ await client.jobs.submitMaiImage25({
3746
3885
  <dl>
3747
3886
  <dd>
3748
3887
 
3749
- MiniMax H3 video generation from text, frames, or references.
3888
+ One model for every starting point — a prompt, a keyframe pair, or reference images that keep a subject consistent.
3750
3889
 
3751
3890
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3752
3891
  </dd>
@@ -3766,7 +3905,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3766
3905
  await client.jobs.submitMinimaxH3({
3767
3906
  input: {
3768
3907
  prompt: "prompt",
3769
- resolution: "768p",
3908
+ resolution: "480p",
3770
3909
  duration_ms: 1
3771
3910
  }
3772
3911
  });
@@ -3837,8 +3976,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3837
3976
  await client.jobs.submitMinimaxHailuo02({
3838
3977
  input: {
3839
3978
  prompt: "prompt",
3840
- duration_ms: 1,
3841
- quality: "standard"
3979
+ duration_ms: 1
3842
3980
  }
3843
3981
  });
3844
3982
 
@@ -3908,8 +4046,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3908
4046
  await client.jobs.submitMinimaxHailuo23({
3909
4047
  input: {
3910
4048
  prompt: "prompt",
3911
- duration_ms: 1,
3912
- quality: "standard"
4049
+ duration_ms: 1
3913
4050
  }
3914
4051
  });
3915
4052
 
@@ -3959,7 +4096,7 @@ await client.jobs.submitMinimaxHailuo23({
3959
4096
  <dl>
3960
4097
  <dd>
3961
4098
 
3962
- The brand new HD model. Ultimate Similarity, Ultra-High Quality. Supports 40+ languages including Tamil, Hebrew, Swedish, etc.
4099
+ The high-fidelity tier closest voice likeness, across 40+ languages.
3963
4100
 
3964
4101
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3965
4102
  </dd>
@@ -4029,7 +4166,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
4029
4166
  <dl>
4030
4167
  <dd>
4031
4168
 
4032
- The brand new Turbo model. Ultimate Value, 40 Languages. Major improvements to natural English expression.
4169
+ The value tier natural English delivery across 40+ languages, at a lower rate.
4033
4170
 
4034
4171
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4035
4172
  </dd>
@@ -4099,7 +4236,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
4099
4236
  <dl>
4100
4237
  <dd>
4101
4238
 
4102
- Best in class image model with reference image support and ultra high quality generations for professional grade images.
4239
+ Reference-guided stills that hold a character or product across a set.
4103
4240
 
4104
4241
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4105
4242
  </dd>
@@ -4170,7 +4307,7 @@ await client.jobs.submitNanoBanana({
4170
4307
  <dl>
4171
4308
  <dd>
4172
4309
 
4173
- Gemini 3.1 Flash native image generation with improved quality and advanced features including multi-subject reference and high-fidelity style transfer
4310
+ Multi-subject stills up to 4K hand it several references and it keeps each one recognizable.
4174
4311
 
4175
4312
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4176
4313
  </dd>
@@ -4190,8 +4327,8 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
4190
4327
  await client.jobs.submitNanoBanana2({
4191
4328
  input: {
4192
4329
  prompt: "prompt",
4193
- aspect_ratio: "16:9",
4194
- resolution: "1K"
4330
+ aspect_ratio: "adaptive",
4331
+ resolution: "512px"
4195
4332
  }
4196
4333
  });
4197
4334
 
@@ -4241,7 +4378,7 @@ await client.jobs.submitNanoBanana2({
4241
4378
  <dl>
4242
4379
  <dd>
4243
4380
 
4244
- Gemini 3 Pro native image generation with advanced multimodal understanding and richer visuals
4381
+ The reasoning-heavy tier dense prompts, mixed references, and style transfer up to 4K.
4245
4382
 
4246
4383
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4247
4384
  </dd>
@@ -4261,7 +4398,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
4261
4398
  await client.jobs.submitNanoBananaPro({
4262
4399
  input: {
4263
4400
  prompt: "prompt",
4264
- aspect_ratio: "16:9",
4401
+ aspect_ratio: "adaptive",
4265
4402
  resolution: "1K"
4266
4403
  }
4267
4404
  });
@@ -4389,7 +4526,7 @@ await client.jobs.submitOmnihuman15({
4389
4526
  <dl>
4390
4527
  <dd>
4391
4528
 
4392
- PixVerse V6 text-to-video with native audio and 1080p output up to 15 seconds
4529
+ Stylized 1080p clips up to 15 seconds, with native audio.
4393
4530
 
4394
4531
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4395
4532
  </dd>
@@ -4481,8 +4618,7 @@ await client.jobs.submitQwenImage2({
4481
4618
  input: {
4482
4619
  prompt: "prompt",
4483
4620
  aspect_ratio: "16:9",
4484
- resolution: "540p",
4485
- quality: "standard"
4621
+ resolution: "540p"
4486
4622
  }
4487
4623
  });
4488
4624
 
@@ -4892,7 +5028,7 @@ await client.jobs.submitSana({
4892
5028
  <dl>
4893
5029
  <dd>
4894
5030
 
4895
- ByteDance Seedance 1.5 Pro video generation model
5031
+ Keyframe-driven video with native audio, from a start frame, an end frame, or both.
4896
5032
 
4897
5033
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4898
5034
  </dd>
@@ -4964,7 +5100,7 @@ await client.jobs.submitSeedance15Pro({
4964
5100
  <dl>
4965
5101
  <dd>
4966
5102
 
4967
- ByteDance Seedance 2.0 video generation model
5103
+ Reference-driven video up to 4K with native audio — hold a look across shots with reference images, clips, or audio.
4968
5104
 
4969
5105
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4970
5106
  </dd>
@@ -4986,8 +5122,7 @@ await client.jobs.submitSeedance20({
4986
5122
  prompt: "prompt",
4987
5123
  aspect_ratio: "1:1",
4988
5124
  resolution: "4K",
4989
- duration_ms: 1,
4990
- quality: "standard"
5125
+ duration_ms: 1
4991
5126
  }
4992
5127
  });
4993
5128
 
@@ -5037,7 +5172,7 @@ await client.jobs.submitSeedance20({
5037
5172
  <dl>
5038
5173
  <dd>
5039
5174
 
5040
- ByteDance Seedance 2.0 Mini video generation model
5175
+ The lightest Seedance tier short reference-driven clips at 480p and 720p.
5041
5176
 
5042
5177
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5043
5178
  </dd>
@@ -5109,7 +5244,7 @@ await client.jobs.submitSeedance20Mini({
5109
5244
  <dl>
5110
5245
  <dd>
5111
5246
 
5112
- ByteDance Seedance 2.5 video generation model
5247
+ Reference-driven video up to 30 seconds at 1080p, with native audio.
5113
5248
 
5114
5249
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5115
5250
  </dd>
@@ -5181,7 +5316,7 @@ await client.jobs.submitSeedance25({
5181
5316
  <dl>
5182
5317
  <dd>
5183
5318
 
5184
- Ultra-fast pro grade image model, pairing reference image support with high quality output for professional visuals
5319
+ Quick, reference-aware stills for professional work on a tight turnaround.
5185
5320
 
5186
5321
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5187
5322
  </dd>
@@ -5252,7 +5387,7 @@ await client.jobs.submitSeedream40({
5252
5387
  <dl>
5253
5388
  <dd>
5254
5389
 
5255
- Latest Seedream with enhanced detail, refined composition, and multi-reference image support for professional visuals.
5390
+ Finer detail and steadier composition than 4.0, with support for several references at once.
5256
5391
 
5257
5392
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5258
5393
  </dd>
@@ -5323,7 +5458,7 @@ await client.jobs.submitSeedream45({
5323
5458
  <dl>
5324
5459
  <dd>
5325
5460
 
5326
- ByteDance Seedream 5.0 Lite Text-to-Image
5461
+ Sharp 2K and 4K stills from a prompt, at the light tier's price.
5327
5462
 
5328
5463
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5329
5464
  </dd>
@@ -5394,7 +5529,7 @@ await client.jobs.submitSeedream50Lite({
5394
5529
  <dl>
5395
5530
  <dd>
5396
5531
 
5397
- ByteDance Seedream 5.0 Pro Text-to-Image
5532
+ The top Seedream tier layer-separable output and strong multilingual in-image text, up to 2K.
5398
5533
 
5399
5534
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5400
5535
  </dd>
@@ -6198,7 +6333,7 @@ await client.jobs.submitVeedVideoBackgroundRemoval({
6198
6333
  <dl>
6199
6334
  <dd>
6200
6335
 
6201
- The current state of the art in video generation
6336
+ Google's earlier cinematic generator, kept for existing workflows.
6202
6337
 
6203
6338
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
6204
6339
  </dd>
@@ -6289,8 +6424,7 @@ await client.jobs.submitVeo3({
6289
6424
  prompt: "prompt",
6290
6425
  aspect_ratio: "16:9",
6291
6426
  resolution: "720p",
6292
- duration_ms: 1,
6293
- quality: "standard"
6427
+ duration_ms: 1
6294
6428
  }
6295
6429
  });
6296
6430
 
@@ -6361,8 +6495,7 @@ await client.jobs.submitVeo31({
6361
6495
  input: {
6362
6496
  prompt: "prompt",
6363
6497
  aspect_ratio: "16:9",
6364
- resolution: "720p",
6365
- quality: "standard"
6498
+ resolution: "720p"
6366
6499
  }
6367
6500
  });
6368
6501
 
@@ -6412,7 +6545,7 @@ await client.jobs.submitVeo31({
6412
6545
  <dl>
6413
6546
  <dd>
6414
6547
 
6415
- Vidu Q3 video with native dialogue and sound, up to 16 seconds from a text prompt, from a start frame, or between a start and end frame
6548
+ The longest clips in the catalog up to 16 seconds with native dialogue and sound, from a text prompt, from a start frame, or between a start and end frame
6416
6549
 
6417
6550
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
6418
6551
  </dd>
@@ -6433,8 +6566,7 @@ await client.jobs.submitViduQ3({
6433
6566
  input: {
6434
6567
  prompt: "prompt",
6435
6568
  resolution: "540p",
6436
- duration_ms: 1,
6437
- quality: "standard"
6569
+ duration_ms: 1
6438
6570
  }
6439
6571
  });
6440
6572
 
@@ -6484,7 +6616,7 @@ await client.jobs.submitViduQ3({
6484
6616
  <dl>
6485
6617
  <dd>
6486
6618
 
6487
- Vidu Q3 reference-to-video keeping up to four subjects consistent
6619
+ Keep up to four subjects consistent across a clip from reference images.
6488
6620
 
6489
6621
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
6490
6622
  </dd>
@@ -6653,8 +6785,7 @@ await client.jobs.submitWan30({
6653
6785
  prompt: "prompt",
6654
6786
  aspect_ratio: "adaptive",
6655
6787
  resolution: "480p",
6656
- duration_ms: 1,
6657
- quality: "standard"
6788
+ duration_ms: 1
6658
6789
  }
6659
6790
  });
6660
6791
 
@@ -7014,6 +7145,79 @@ await client.models.listVoices("model");
7014
7145
  </dl>
7015
7146
 
7016
7147
 
7148
+ </dd>
7149
+ </dl>
7150
+ </details>
7151
+
7152
+ <details><summary><code>client.models.<a href="/src/api/resources/models/client/Client.ts">searchVoices</a>(model, { ...params }) -> Hedra.VoiceListResponse</code></summary>
7153
+ <dl>
7154
+ <dd>
7155
+
7156
+ #### 📝 Description
7157
+
7158
+ <dl>
7159
+ <dd>
7160
+
7161
+ <dl>
7162
+ <dd>
7163
+
7164
+ The voices this model accepts, ranked against a description — the whole shared library, including the voices the listing does not return.
7165
+ </dd>
7166
+ </dl>
7167
+ </dd>
7168
+ </dl>
7169
+
7170
+ #### 🔌 Usage
7171
+
7172
+ <dl>
7173
+ <dd>
7174
+
7175
+ <dl>
7176
+ <dd>
7177
+
7178
+ ```typescript
7179
+ await client.models.searchVoices("model", {
7180
+ q: "q"
7181
+ });
7182
+
7183
+ ```
7184
+ </dd>
7185
+ </dl>
7186
+ </dd>
7187
+ </dl>
7188
+
7189
+ #### ⚙️ Parameters
7190
+
7191
+ <dl>
7192
+ <dd>
7193
+
7194
+ <dl>
7195
+ <dd>
7196
+
7197
+ **model:** `string` — The model's public id (`GET /v3/models`).
7198
+
7199
+ </dd>
7200
+ </dl>
7201
+
7202
+ <dl>
7203
+ <dd>
7204
+
7205
+ **request:** `Hedra.ModelsSearchVoicesRequest`
7206
+
7207
+ </dd>
7208
+ </dl>
7209
+
7210
+ <dl>
7211
+ <dd>
7212
+
7213
+ **requestOptions:** `ModelsClient.RequestOptions`
7214
+
7215
+ </dd>
7216
+ </dl>
7217
+ </dd>
7218
+ </dl>
7219
+
7220
+
7017
7221
  </dd>
7018
7222
  </dl>
7019
7223
  </details>
@@ -7566,6 +7770,71 @@ await client.billing.getUsage();
7566
7770
  </dl>
7567
7771
 
7568
7772
 
7773
+ </dd>
7774
+ </dl>
7775
+ </details>
7776
+
7777
+ <details><summary><code>client.billing.<a href="/src/api/resources/billing/client/Client.ts">listTransactions</a>({ ...params }) -> Hedra.TransactionListResponse</code></summary>
7778
+ <dl>
7779
+ <dd>
7780
+
7781
+ #### 📝 Description
7782
+
7783
+ <dl>
7784
+ <dd>
7785
+
7786
+ <dl>
7787
+ <dd>
7788
+
7789
+ Every movement of the API wallet's balance, newest first: funds added,
7790
+ jobs charged, charges refunded, and corrections. Scoped to the workspace
7791
+ the credential bills, the same one `GET /v3/balance` reports.
7792
+ </dd>
7793
+ </dl>
7794
+ </dd>
7795
+ </dl>
7796
+
7797
+ #### 🔌 Usage
7798
+
7799
+ <dl>
7800
+ <dd>
7801
+
7802
+ <dl>
7803
+ <dd>
7804
+
7805
+ ```typescript
7806
+ await client.billing.listTransactions();
7807
+
7808
+ ```
7809
+ </dd>
7810
+ </dl>
7811
+ </dd>
7812
+ </dl>
7813
+
7814
+ #### ⚙️ Parameters
7815
+
7816
+ <dl>
7817
+ <dd>
7818
+
7819
+ <dl>
7820
+ <dd>
7821
+
7822
+ **request:** `Hedra.BillingListTransactionsRequest`
7823
+
7824
+ </dd>
7825
+ </dl>
7826
+
7827
+ <dl>
7828
+ <dd>
7829
+
7830
+ **requestOptions:** `BillingClient.RequestOptions`
7831
+
7832
+ </dd>
7833
+ </dl>
7834
+ </dd>
7835
+ </dl>
7836
+
7837
+
7569
7838
  </dd>
7570
7839
  </dl>
7571
7840
  </details>