@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
@@ -89,7 +89,7 @@ export declare class JobsClient {
89
89
  stream(job_id: string, request?: Hedra.JobsStreamRequest, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<core.Stream<Hedra.JobsStreamResponse>>;
90
90
  private __stream;
91
91
  /**
92
- * Ultra high quality generations for professional grade images.
92
+ * Polished, print-ready stills when the brief is a finished image rather than a sketch.
93
93
  *
94
94
  * 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`.
95
95
  *
@@ -180,6 +180,8 @@ export declare class JobsClient {
180
180
  submitElevenlabsEnglishStsV2(request: Hedra.SubmitBodyElevenlabsEnglishStsV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
181
181
  private __submitElevenlabsEnglishStsV2;
182
182
  /**
183
+ * The low-latency voice across 30+ languages, for interactive and high-volume speech.
184
+ *
183
185
  * 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`.
184
186
  *
185
187
  * @param {Hedra.SubmitBodyElevenlabsFlashMultilingualV2} request
@@ -207,6 +209,8 @@ export declare class JobsClient {
207
209
  submitElevenlabsFlashMultilingualV2(request: Hedra.SubmitBodyElevenlabsFlashMultilingualV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
208
210
  private __submitElevenlabsFlashMultilingualV2;
209
211
  /**
212
+ * The low-latency English voice, for interactive speech.
213
+ *
210
214
  * 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`.
211
215
  *
212
216
  * @param {Hedra.SubmitBodyElevenlabsFlashV2} request
@@ -264,6 +268,8 @@ export declare class JobsClient {
264
268
  submitElevenlabsMultilingualStsV2(request: Hedra.SubmitBodyElevenlabsMultilingualStsV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
265
269
  private __submitElevenlabsMultilingualStsV2;
266
270
  /**
271
+ * Steady, natural narration across 30+ languages, for finished voiceover.
272
+ *
267
273
  * 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`.
268
274
  *
269
275
  * @param {Hedra.SubmitBodyElevenlabsMultilingualV2} request
@@ -291,7 +297,36 @@ export declare class JobsClient {
291
297
  submitElevenlabsMultilingualV2(request: Hedra.SubmitBodyElevenlabsMultilingualV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
292
298
  private __submitElevenlabsMultilingualV2;
293
299
  /**
294
- * Generate sound effects from text descriptions using ElevenLabs
300
+ * Full tracks from a written brief, with optional lyrics placed across the length you ask for.
301
+ *
302
+ * 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`.
303
+ *
304
+ * @param {Hedra.SubmitBodyElevenlabsMusic} request
305
+ * @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
306
+ *
307
+ * @throws {@link Hedra.BadRequestError}
308
+ * @throws {@link Hedra.UnauthorizedError}
309
+ * @throws {@link Hedra.PaymentRequiredError}
310
+ * @throws {@link Hedra.ForbiddenError}
311
+ * @throws {@link Hedra.NotFoundError}
312
+ * @throws {@link Hedra.UnprocessableEntityError}
313
+ * @throws {@link Hedra.TooManyRequestsError}
314
+ * @throws {@link Hedra.InternalServerError}
315
+ * @throws {@link errors.HedraError}
316
+ * @throws {@link errors.HedraTimeoutError}
317
+ *
318
+ * @example
319
+ * await client.jobs.submitElevenlabsMusic({
320
+ * input: {
321
+ * prompt: "prompt",
322
+ * duration_ms: 1
323
+ * }
324
+ * })
325
+ */
326
+ submitElevenlabsMusic(request: Hedra.SubmitBodyElevenlabsMusic, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
327
+ private __submitElevenlabsMusic;
328
+ /**
329
+ * One-off sound effects from a written description, loopable on request.
295
330
  *
296
331
  * 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`.
297
332
  *
@@ -320,7 +355,7 @@ export declare class JobsClient {
320
355
  submitElevenlabsSoundEffects(request: Hedra.SubmitBodyElevenlabsSoundEffects, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
321
356
  private __submitElevenlabsSoundEffects;
322
357
  /**
323
- * ElevenLabs V3
358
+ * The most expressive ElevenLabs voice — emotional range and delivery cues for performance, not just narration.
324
359
  *
325
360
  * 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`.
326
361
  *
@@ -440,7 +475,7 @@ export declare class JobsClient {
440
475
  submitFlux11Ultra(request: Hedra.SubmitBodyFlux11Ultra, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
441
476
  private __submitFlux11Ultra;
442
477
  /**
443
- * Black Forest Labs FLUX.3 text-to-video with native audio.
478
+ * Video with native audio, straight from a prompt.
444
479
  *
445
480
  * 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`.
446
481
  *
@@ -557,7 +592,7 @@ export declare class JobsClient {
557
592
  submitFluxKontextPro(request: Hedra.SubmitBodyFluxKontextPro, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
558
593
  private __submitFluxKontextPro;
559
594
  /**
560
- * Image creation and editing with FLUX.2 [flex] from Black Forest Labs.
595
+ * The tunable Flux.2 tier trade denoising steps against speed per generation.
561
596
  *
562
597
  * 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`.
563
598
  *
@@ -586,7 +621,7 @@ export declare class JobsClient {
586
621
  submitFlux2Flex(request: Hedra.SubmitBodyFlux2Flex, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
587
622
  private __submitFlux2Flex;
588
623
  /**
589
- * Flux.2 [klein] 9B model from Black Forest Labs.
624
+ * The lean Flux.2 tier quick, inexpensive stills for concepting and high-volume work.
590
625
  *
591
626
  * 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`.
592
627
  *
@@ -615,7 +650,7 @@ export declare class JobsClient {
615
650
  submitFlux2Klein9B(request: Hedra.SubmitBodyFlux2Klein9B, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
616
651
  private __submitFlux2Klein9B;
617
652
  /**
618
- * FLUX.2 [max] delivers state-of-the-art image generation and advanced image editing with exceptional realism, precision, and consistency.
653
+ * The top Flux.2 tier, for realism and precision in final deliverables.
619
654
  *
620
655
  * 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`.
621
656
  *
@@ -644,7 +679,7 @@ export declare class JobsClient {
644
679
  submitFlux2Max(request: Hedra.SubmitBodyFlux2Max, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
645
680
  private __submitFlux2Max;
646
681
  /**
647
- * Image creation and editing with FLUX.2 [pro] from Black Forest Labs. Ideal for high-quality image manipulation, style transfer, and sequential editing workflows
682
+ * The everyday Flux.2 tier style transfer and sequential edits that hold together across passes.
648
683
  *
649
684
  * 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`.
650
685
  *
@@ -702,7 +737,7 @@ export declare class JobsClient {
702
737
  submitGeminiOmniFlash(request: Hedra.SubmitBodyGeminiOmniFlash, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
703
738
  private __submitGeminiOmniFlash;
704
739
  /**
705
- * OpenAI-powered image generation with exceptional prompt understanding and versatile editing capabilities.
740
+ * Reads a long, specific brief closely the choice when the prompt carries the detail.
706
741
  *
707
742
  * 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`.
708
743
  *
@@ -754,15 +789,14 @@ export declare class JobsClient {
754
789
  * input: {
755
790
  * prompt: "prompt",
756
791
  * aspect_ratio: "16:9",
757
- * resolution: "1K",
758
- * quality: "low"
792
+ * resolution: "1K"
759
793
  * }
760
794
  * })
761
795
  */
762
796
  submitGptImage2(request: Hedra.SubmitBodyGptImage2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
763
797
  private __submitGptImage2;
764
798
  /**
765
- * xAI's Grok Imagine image generation model
799
+ * Grok's take on a prompt — punchy, irreverent stills, in everything from ultrawide to tall.
766
800
  *
767
801
  * 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`.
768
802
  *
@@ -790,7 +824,37 @@ export declare class JobsClient {
790
824
  submitGrokImagine(request: Hedra.SubmitBodyGrokImagine, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
791
825
  private __submitGrokImagine;
792
826
  /**
793
- * xAI's text-to-video generation model.
827
+ * xAI's current Grok Imagine — the same irreverence at higher fidelity, from a prompt or from up to three source images.
828
+ *
829
+ * 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`.
830
+ *
831
+ * @param {Hedra.SubmitBodyGrokImagine20} request
832
+ * @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
833
+ *
834
+ * @throws {@link Hedra.BadRequestError}
835
+ * @throws {@link Hedra.UnauthorizedError}
836
+ * @throws {@link Hedra.PaymentRequiredError}
837
+ * @throws {@link Hedra.ForbiddenError}
838
+ * @throws {@link Hedra.NotFoundError}
839
+ * @throws {@link Hedra.UnprocessableEntityError}
840
+ * @throws {@link Hedra.TooManyRequestsError}
841
+ * @throws {@link Hedra.InternalServerError}
842
+ * @throws {@link errors.HedraError}
843
+ * @throws {@link errors.HedraTimeoutError}
844
+ *
845
+ * @example
846
+ * await client.jobs.submitGrokImagine20({
847
+ * input: {
848
+ * prompt: "prompt",
849
+ * aspect_ratio: "2:1",
850
+ * resolution: "1k"
851
+ * }
852
+ * })
853
+ */
854
+ submitGrokImagine20(request: Hedra.SubmitBodyGrokImagine20, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
855
+ private __submitGrokImagine20;
856
+ /**
857
+ * Short, punchy clips from a prompt at 480p or 720p.
794
858
  *
795
859
  * 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`.
796
860
  *
@@ -821,7 +885,7 @@ export declare class JobsClient {
821
885
  submitGrokVideo(request: Hedra.SubmitBodyGrokVideo, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
822
886
  private __submitGrokVideo;
823
887
  /**
824
- * Generate video from text with Alibaba Happy Horse 1.0.
888
+ * Open-weight video generation from a prompt.
825
889
  *
826
890
  * 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`.
827
891
  *
@@ -950,8 +1014,7 @@ export declare class JobsClient {
950
1014
  * await client.jobs.submitHidreamO1Image({
951
1015
  * input: {
952
1016
  * prompt: "prompt",
953
- * aspect_ratio: "16:9",
954
- * quality: "standard"
1017
+ * aspect_ratio: "16:9"
955
1018
  * }
956
1019
  * })
957
1020
  */
@@ -1010,15 +1073,14 @@ export declare class JobsClient {
1010
1073
  * input: {
1011
1074
  * prompt: "prompt",
1012
1075
  * aspect_ratio: "16:9",
1013
- * resolution: "720p",
1014
- * quality: "turbo"
1076
+ * resolution: "720p"
1015
1077
  * }
1016
1078
  * })
1017
1079
  */
1018
1080
  submitIdeogramV4(request: Hedra.SubmitBodyIdeogramV4, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1019
1081
  private __submitIdeogramV4;
1020
1082
  /**
1021
- * The latest text to image model from Google
1083
+ * Google's earlier photoreal generator, kept for parity.
1022
1084
  *
1023
1085
  * 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`.
1024
1086
  *
@@ -1258,8 +1320,7 @@ export declare class JobsClient {
1258
1320
  * audio: {
1259
1321
  * source: "url",
1260
1322
  * url: "url"
1261
- * },
1262
- * quality: "standard"
1323
+ * }
1263
1324
  * }
1264
1325
  * })
1265
1326
  */
@@ -1296,7 +1357,7 @@ export declare class JobsClient {
1296
1357
  submitKlingO1(request: Hedra.SubmitBodyKlingO1, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1297
1358
  private __submitKlingO1;
1298
1359
  /**
1299
- * Text-to-video model with up to 15-second generations and native audio.
1360
+ * Clips up to 15 seconds with native audio.
1300
1361
  *
1301
1362
  * 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`.
1302
1363
  *
@@ -1318,8 +1379,7 @@ export declare class JobsClient {
1318
1379
  * await client.jobs.submitKlingO3({
1319
1380
  * input: {
1320
1381
  * aspect_ratio: "16:9",
1321
- * duration_ms: 1,
1322
- * quality: "standard"
1382
+ * duration_ms: 1
1323
1383
  * }
1324
1384
  * })
1325
1385
  */
@@ -1392,7 +1452,7 @@ export declare class JobsClient {
1392
1452
  submitKlingO3Reference(request: Hedra.SubmitBodyKlingO3Reference, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1393
1453
  private __submitKlingO3Reference;
1394
1454
  /**
1395
- * Text-to-video with ultra-high-definition storyboards and native audio.
1455
+ * Ultra-high-definition storyboards with native audio.
1396
1456
  *
1397
1457
  * 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`.
1398
1458
  *
@@ -1414,8 +1474,7 @@ export declare class JobsClient {
1414
1474
  * await client.jobs.submitKlingV3({
1415
1475
  * input: {
1416
1476
  * aspect_ratio: "16:9",
1417
- * duration_ms: 1,
1418
- * quality: "standard"
1477
+ * duration_ms: 1
1419
1478
  * }
1420
1479
  * })
1421
1480
  */
@@ -1458,7 +1517,7 @@ export declare class JobsClient {
1458
1517
  submitKlingV3MotionControl(request: Hedra.SubmitBodyKlingV3MotionControl, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1459
1518
  private __submitKlingV3MotionControl;
1460
1519
  /**
1461
- * Lightricks LTX-2.3 text-to-video at up to 4K, with synchronized native audio
1520
+ * Clips up to 4K with synchronized native audio, for final output.
1462
1521
  *
1463
1522
  * 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`.
1464
1523
  *
@@ -1482,15 +1541,14 @@ export declare class JobsClient {
1482
1541
  * prompt: "prompt",
1483
1542
  * resolution: "1080p",
1484
1543
  * duration_ms: 1,
1485
- * aspect_ratio: "auto",
1486
- * quality: "fast"
1544
+ * aspect_ratio: "auto"
1487
1545
  * }
1488
1546
  * })
1489
1547
  */
1490
1548
  submitLtx23(request: Hedra.SubmitBodyLtx23, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1491
1549
  private __submitLtx23;
1492
1550
  /**
1493
- * Luma Ray 3.2 text-to-video with cinematic motion and camera control
1551
+ * Cinematic motion with deliberate camera control, from a prompt.
1494
1552
  *
1495
1553
  * 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`.
1496
1554
  *
@@ -1512,7 +1570,7 @@ export declare class JobsClient {
1512
1570
  * await client.jobs.submitLumaRay32({
1513
1571
  * input: {
1514
1572
  * prompt: "prompt",
1515
- * aspect_ratio: "1:1",
1573
+ * aspect_ratio: "3:4",
1516
1574
  * resolution: "540p",
1517
1575
  * duration_ms: 1
1518
1576
  * }
@@ -1543,15 +1601,14 @@ export declare class JobsClient {
1543
1601
  * await client.jobs.submitMaiImage25({
1544
1602
  * input: {
1545
1603
  * prompt: "prompt",
1546
- * aspect_ratio: "1:1",
1547
- * quality: "standard"
1604
+ * aspect_ratio: "1:1"
1548
1605
  * }
1549
1606
  * })
1550
1607
  */
1551
1608
  submitMaiImage25(request: Hedra.SubmitBodyMaiImage25, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1552
1609
  private __submitMaiImage25;
1553
1610
  /**
1554
- * MiniMax H3 video generation from text, frames, or references.
1611
+ * One model for every starting point — a prompt, a keyframe pair, or reference images that keep a subject consistent.
1555
1612
  *
1556
1613
  * 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`.
1557
1614
  *
@@ -1573,7 +1630,7 @@ export declare class JobsClient {
1573
1630
  * await client.jobs.submitMinimaxH3({
1574
1631
  * input: {
1575
1632
  * prompt: "prompt",
1576
- * resolution: "768p",
1633
+ * resolution: "480p",
1577
1634
  * duration_ms: 1
1578
1635
  * }
1579
1636
  * })
@@ -1603,8 +1660,7 @@ export declare class JobsClient {
1603
1660
  * await client.jobs.submitMinimaxHailuo02({
1604
1661
  * input: {
1605
1662
  * prompt: "prompt",
1606
- * duration_ms: 1,
1607
- * quality: "standard"
1663
+ * duration_ms: 1
1608
1664
  * }
1609
1665
  * })
1610
1666
  */
@@ -1633,15 +1689,14 @@ export declare class JobsClient {
1633
1689
  * await client.jobs.submitMinimaxHailuo23({
1634
1690
  * input: {
1635
1691
  * prompt: "prompt",
1636
- * duration_ms: 1,
1637
- * quality: "standard"
1692
+ * duration_ms: 1
1638
1693
  * }
1639
1694
  * })
1640
1695
  */
1641
1696
  submitMinimaxHailuo23(request: Hedra.SubmitBodyMinimaxHailuo23, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1642
1697
  private __submitMinimaxHailuo23;
1643
1698
  /**
1644
- * The brand new HD model. Ultimate Similarity, Ultra-High Quality. Supports 40+ languages including Tamil, Hebrew, Swedish, etc.
1699
+ * The high-fidelity tier closest voice likeness, across 40+ languages.
1645
1700
  *
1646
1701
  * 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`.
1647
1702
  *
@@ -1670,7 +1725,7 @@ export declare class JobsClient {
1670
1725
  submitMinimaxSpeech25HdPreview(request: Hedra.SubmitBodyMinimaxSpeech25HdPreview, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1671
1726
  private __submitMinimaxSpeech25HdPreview;
1672
1727
  /**
1673
- * The brand new Turbo model. Ultimate Value, 40 Languages. Major improvements to natural English expression.
1728
+ * The value tier natural English delivery across 40+ languages, at a lower rate.
1674
1729
  *
1675
1730
  * 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`.
1676
1731
  *
@@ -1699,7 +1754,7 @@ export declare class JobsClient {
1699
1754
  submitMinimaxSpeech25TurboPreview(request: Hedra.SubmitBodyMinimaxSpeech25TurboPreview, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1700
1755
  private __submitMinimaxSpeech25TurboPreview;
1701
1756
  /**
1702
- * Best in class image model with reference image support and ultra high quality generations for professional grade images.
1757
+ * Reference-guided stills that hold a character or product across a set.
1703
1758
  *
1704
1759
  * 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`.
1705
1760
  *
@@ -1729,7 +1784,7 @@ export declare class JobsClient {
1729
1784
  submitNanoBanana(request: Hedra.SubmitBodyNanoBanana, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1730
1785
  private __submitNanoBanana;
1731
1786
  /**
1732
- * Gemini 3.1 Flash native image generation with improved quality and advanced features including multi-subject reference and high-fidelity style transfer
1787
+ * Multi-subject stills up to 4K hand it several references and it keeps each one recognizable.
1733
1788
  *
1734
1789
  * 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`.
1735
1790
  *
@@ -1751,15 +1806,15 @@ export declare class JobsClient {
1751
1806
  * await client.jobs.submitNanoBanana2({
1752
1807
  * input: {
1753
1808
  * prompt: "prompt",
1754
- * aspect_ratio: "16:9",
1755
- * resolution: "1K"
1809
+ * aspect_ratio: "adaptive",
1810
+ * resolution: "512px"
1756
1811
  * }
1757
1812
  * })
1758
1813
  */
1759
1814
  submitNanoBanana2(request: Hedra.SubmitBodyNanoBanana2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1760
1815
  private __submitNanoBanana2;
1761
1816
  /**
1762
- * Gemini 3 Pro native image generation with advanced multimodal understanding and richer visuals
1817
+ * The reasoning-heavy tier dense prompts, mixed references, and style transfer up to 4K.
1763
1818
  *
1764
1819
  * 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`.
1765
1820
  *
@@ -1781,7 +1836,7 @@ export declare class JobsClient {
1781
1836
  * await client.jobs.submitNanoBananaPro({
1782
1837
  * input: {
1783
1838
  * prompt: "prompt",
1784
- * aspect_ratio: "16:9",
1839
+ * aspect_ratio: "adaptive",
1785
1840
  * resolution: "1K"
1786
1841
  * }
1787
1842
  * })
@@ -1825,7 +1880,7 @@ export declare class JobsClient {
1825
1880
  submitOmnihuman15(request: Hedra.SubmitBodyOmnihuman15, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1826
1881
  private __submitOmnihuman15;
1827
1882
  /**
1828
- * PixVerse V6 text-to-video with native audio and 1080p output up to 15 seconds
1883
+ * Stylized 1080p clips up to 15 seconds, with native audio.
1829
1884
  *
1830
1885
  * 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`.
1831
1886
  *
@@ -1878,8 +1933,7 @@ export declare class JobsClient {
1878
1933
  * input: {
1879
1934
  * prompt: "prompt",
1880
1935
  * aspect_ratio: "16:9",
1881
- * resolution: "540p",
1882
- * quality: "standard"
1936
+ * resolution: "540p"
1883
1937
  * }
1884
1938
  * })
1885
1939
  */
@@ -2041,7 +2095,7 @@ export declare class JobsClient {
2041
2095
  submitSana(request: Hedra.SubmitBodySana, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2042
2096
  private __submitSana;
2043
2097
  /**
2044
- * ByteDance Seedance 1.5 Pro video generation model
2098
+ * Keyframe-driven video with native audio, from a start frame, an end frame, or both.
2045
2099
  *
2046
2100
  * 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`.
2047
2101
  *
@@ -2072,7 +2126,7 @@ export declare class JobsClient {
2072
2126
  submitSeedance15Pro(request: Hedra.SubmitBodySeedance15Pro, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2073
2127
  private __submitSeedance15Pro;
2074
2128
  /**
2075
- * ByteDance Seedance 2.0 video generation model
2129
+ * Reference-driven video up to 4K with native audio — hold a look across shots with reference images, clips, or audio.
2076
2130
  *
2077
2131
  * 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`.
2078
2132
  *
@@ -2096,15 +2150,14 @@ export declare class JobsClient {
2096
2150
  * prompt: "prompt",
2097
2151
  * aspect_ratio: "1:1",
2098
2152
  * resolution: "4K",
2099
- * duration_ms: 1,
2100
- * quality: "standard"
2153
+ * duration_ms: 1
2101
2154
  * }
2102
2155
  * })
2103
2156
  */
2104
2157
  submitSeedance20(request: Hedra.SubmitBodySeedance20, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2105
2158
  private __submitSeedance20;
2106
2159
  /**
2107
- * ByteDance Seedance 2.0 Mini video generation model
2160
+ * The lightest Seedance tier short reference-driven clips at 480p and 720p.
2108
2161
  *
2109
2162
  * 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`.
2110
2163
  *
@@ -2135,7 +2188,7 @@ export declare class JobsClient {
2135
2188
  submitSeedance20Mini(request: Hedra.SubmitBodySeedance20Mini, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2136
2189
  private __submitSeedance20Mini;
2137
2190
  /**
2138
- * ByteDance Seedance 2.5 video generation model
2191
+ * Reference-driven video up to 30 seconds at 1080p, with native audio.
2139
2192
  *
2140
2193
  * 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`.
2141
2194
  *
@@ -2166,7 +2219,7 @@ export declare class JobsClient {
2166
2219
  submitSeedance25(request: Hedra.SubmitBodySeedance25, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2167
2220
  private __submitSeedance25;
2168
2221
  /**
2169
- * Ultra-fast pro grade image model, pairing reference image support with high quality output for professional visuals
2222
+ * Quick, reference-aware stills for professional work on a tight turnaround.
2170
2223
  *
2171
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`.
2172
2225
  *
@@ -2196,7 +2249,7 @@ export declare class JobsClient {
2196
2249
  submitSeedream40(request: Hedra.SubmitBodySeedream40, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2197
2250
  private __submitSeedream40;
2198
2251
  /**
2199
- * Latest Seedream with enhanced detail, refined composition, and multi-reference image support for professional visuals.
2252
+ * Finer detail and steadier composition than 4.0, with support for several references at once.
2200
2253
  *
2201
2254
  * 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`.
2202
2255
  *
@@ -2226,7 +2279,7 @@ export declare class JobsClient {
2226
2279
  submitSeedream45(request: Hedra.SubmitBodySeedream45, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2227
2280
  private __submitSeedream45;
2228
2281
  /**
2229
- * ByteDance Seedream 5.0 Lite Text-to-Image
2282
+ * Sharp 2K and 4K stills from a prompt, at the light tier's price.
2230
2283
  *
2231
2284
  * 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`.
2232
2285
  *
@@ -2256,7 +2309,7 @@ export declare class JobsClient {
2256
2309
  submitSeedream50Lite(request: Hedra.SubmitBodySeedream50Lite, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2257
2310
  private __submitSeedream50Lite;
2258
2311
  /**
2259
- * ByteDance Seedream 5.0 Pro Text-to-Image
2312
+ * The top Seedream tier layer-separable output and strong multilingual in-image text, up to 2K.
2260
2313
  *
2261
2314
  * 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`.
2262
2315
  *
@@ -2609,7 +2662,7 @@ export declare class JobsClient {
2609
2662
  submitVeedVideoBackgroundRemoval(request: Hedra.SubmitBodyVeedVideoBackgroundRemoval, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2610
2663
  private __submitVeedVideoBackgroundRemoval;
2611
2664
  /**
2612
- * The current state of the art in video generation
2665
+ * Google's earlier cinematic generator, kept for existing workflows.
2613
2666
  *
2614
2667
  * 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`.
2615
2668
  *
@@ -2661,8 +2714,7 @@ export declare class JobsClient {
2661
2714
  * prompt: "prompt",
2662
2715
  * aspect_ratio: "16:9",
2663
2716
  * resolution: "720p",
2664
- * duration_ms: 1,
2665
- * quality: "standard"
2717
+ * duration_ms: 1
2666
2718
  * }
2667
2719
  * })
2668
2720
  */
@@ -2692,15 +2744,14 @@ export declare class JobsClient {
2692
2744
  * input: {
2693
2745
  * prompt: "prompt",
2694
2746
  * aspect_ratio: "16:9",
2695
- * resolution: "720p",
2696
- * quality: "standard"
2747
+ * resolution: "720p"
2697
2748
  * }
2698
2749
  * })
2699
2750
  */
2700
2751
  submitVeo31(request: Hedra.SubmitBodyVeo31, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2701
2752
  private __submitVeo31;
2702
2753
  /**
2703
- * 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
2754
+ * 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
2704
2755
  *
2705
2756
  * 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`.
2706
2757
  *
@@ -2723,15 +2774,14 @@ export declare class JobsClient {
2723
2774
  * input: {
2724
2775
  * prompt: "prompt",
2725
2776
  * resolution: "540p",
2726
- * duration_ms: 1,
2727
- * quality: "standard"
2777
+ * duration_ms: 1
2728
2778
  * }
2729
2779
  * })
2730
2780
  */
2731
2781
  submitViduQ3(request: Hedra.SubmitBodyViduQ3, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2732
2782
  private __submitViduQ3;
2733
2783
  /**
2734
- * Vidu Q3 reference-to-video keeping up to four subjects consistent
2784
+ * Keep up to four subjects consistent across a clip from reference images.
2735
2785
  *
2736
2786
  * 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`.
2737
2787
  *
@@ -2820,8 +2870,7 @@ export declare class JobsClient {
2820
2870
  * prompt: "prompt",
2821
2871
  * aspect_ratio: "adaptive",
2822
2872
  * resolution: "480p",
2823
- * duration_ms: 1,
2824
- * quality: "standard"
2873
+ * duration_ms: 1
2825
2874
  * }
2826
2875
  * })
2827
2876
  */