@hedra/sdk 4.0.1 → 5.1.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 (413) hide show
  1. package/README.md +196 -49
  2. package/dist/cjs/BaseClient.d.ts +2 -2
  3. package/dist/cjs/BaseClient.js +3 -3
  4. package/dist/cjs/api/resources/billing/client/Client.d.ts +22 -0
  5. package/dist/cjs/api/resources/billing/client/Client.js +78 -2
  6. package/dist/cjs/api/resources/billing/client/requests/BillingListTransactionsRequest.d.ts +10 -0
  7. package/dist/cjs/api/resources/billing/client/requests/BillingListTransactionsRequest.js +3 -0
  8. package/dist/cjs/api/resources/billing/client/requests/index.d.ts +1 -0
  9. package/dist/cjs/api/resources/files/client/Client.js +1 -1
  10. package/dist/cjs/api/resources/jobs/client/Client.d.ts +194 -72
  11. package/dist/cjs/api/resources/jobs/client/Client.js +497 -167
  12. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyCreatifyAurora.d.ts +24 -0
  13. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyCreatifyAurora.js +3 -0
  14. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.d.ts +17 -0
  15. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.js +3 -0
  16. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGptImage2.d.ts +1 -2
  17. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.d.ts +18 -0
  18. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.js +3 -0
  19. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyHeygenPhotoAvatar4.d.ts +25 -0
  20. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyHeygenPhotoAvatar4.js +3 -0
  21. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyHidreamO1Image.d.ts +1 -2
  22. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyIdeogramV4.d.ts +1 -2
  23. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingAiAvatarV2.d.ts +1 -2
  24. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.ts +1 -2
  25. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.ts +1 -2
  26. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyLtx23.d.ts +1 -2
  27. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyLumaRay32.d.ts +1 -1
  28. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMaiImage25.d.ts +1 -2
  29. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxH3.d.ts +1 -1
  30. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo02.d.ts +1 -2
  31. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo23.d.ts +1 -2
  32. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyNanoBanana2.d.ts +2 -2
  33. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyNanoBananaPro.d.ts +1 -1
  34. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyQwenImage2.d.ts +1 -2
  35. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodySeedance20.d.ts +1 -2
  36. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeo3.d.ts +1 -2
  37. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeo31.d.ts +1 -2
  38. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyViduQ3.d.ts +1 -2
  39. package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyWan30.d.ts +1 -2
  40. package/dist/cjs/api/resources/jobs/client/requests/index.d.ts +4 -0
  41. package/dist/cjs/api/resources/keys/client/Client.js +4 -4
  42. package/dist/cjs/api/resources/logDrains/client/Client.js +6 -6
  43. package/dist/cjs/api/resources/models/client/Client.d.ts +23 -0
  44. package/dist/cjs/api/resources/models/client/Client.js +85 -6
  45. package/dist/cjs/api/resources/models/client/requests/ModelsSearchVoicesRequest.d.ts +17 -0
  46. package/dist/cjs/api/resources/models/client/requests/ModelsSearchVoicesRequest.js +3 -0
  47. package/dist/cjs/api/resources/models/client/requests/index.d.ts +1 -0
  48. package/dist/cjs/api/resources/tokens/client/Client.js +1 -1
  49. package/dist/cjs/api/resources/webhooks/client/Client.js +7 -7
  50. package/dist/cjs/api/types/InputCreatifyAurora.d.ts +24 -0
  51. package/dist/cjs/api/types/InputCreatifyAurora.js +12 -0
  52. package/dist/cjs/api/types/InputCreatifyAuroraAudio.d.ts +23 -0
  53. package/dist/cjs/api/types/InputCreatifyAuroraAudio.js +3 -0
  54. package/dist/cjs/api/types/InputCreatifyAuroraStartImage.d.ts +23 -0
  55. package/dist/cjs/api/types/InputCreatifyAuroraStartImage.js +3 -0
  56. package/dist/cjs/api/types/InputElevenlabsMusic.d.ts +13 -0
  57. package/dist/cjs/api/types/InputElevenlabsMusic.js +3 -0
  58. package/dist/cjs/api/types/InputFlux3.d.ts +2 -2
  59. package/dist/cjs/api/types/InputFlux3EndImage.d.ts +1 -1
  60. package/dist/cjs/api/types/InputFlux3StartImage.d.ts +1 -1
  61. package/dist/cjs/api/types/InputGeminiOmniFlash.d.ts +2 -2
  62. package/dist/cjs/api/types/InputGeminiOmniFlashSourceVideo.d.ts +1 -1
  63. package/dist/cjs/api/types/InputGeminiOmniFlashStartImage.d.ts +1 -1
  64. package/dist/cjs/api/types/InputGptImage2.d.ts +3 -3
  65. package/dist/cjs/api/types/InputGptImage2.js +1 -1
  66. package/dist/cjs/api/types/InputGrokImagine.d.ts +32 -3
  67. package/dist/cjs/api/types/InputGrokImagine.js +22 -1
  68. package/dist/cjs/api/types/InputGrokImagine20.d.ts +52 -0
  69. package/dist/cjs/api/types/InputGrokImagine20.js +34 -0
  70. package/dist/cjs/api/types/InputGrokImagine20ImagesItem.d.ts +20 -0
  71. package/dist/cjs/api/types/InputGrokImagine20ImagesItem.js +3 -0
  72. package/dist/cjs/api/types/InputGrokVideo.d.ts +1 -1
  73. package/dist/cjs/api/types/InputGrokVideoStartImage.d.ts +1 -1
  74. package/dist/cjs/api/types/InputHappyHorse.d.ts +1 -1
  75. package/dist/cjs/api/types/InputHappyHorseStartImage.d.ts +1 -1
  76. package/dist/cjs/api/types/InputHedraAvatar.d.ts +1 -1
  77. package/dist/cjs/api/types/InputHedraAvatarStartImage.d.ts +1 -1
  78. package/dist/cjs/api/types/InputHedraCharacter3.d.ts +1 -1
  79. package/dist/cjs/api/types/InputHedraCharacter3StartImage.d.ts +1 -1
  80. package/dist/cjs/api/types/InputHeygenPhotoAvatar4.d.ts +39 -0
  81. package/dist/cjs/api/types/InputHeygenPhotoAvatar4.js +24 -0
  82. package/dist/cjs/api/types/InputHeygenPhotoAvatar4Audio.d.ts +23 -0
  83. package/dist/cjs/api/types/InputHeygenPhotoAvatar4Audio.js +3 -0
  84. package/dist/cjs/api/types/InputHeygenPhotoAvatar4StartImage.d.ts +23 -0
  85. package/dist/cjs/api/types/InputHeygenPhotoAvatar4StartImage.js +3 -0
  86. package/dist/cjs/api/types/InputHidreamO1Image.d.ts +3 -3
  87. package/dist/cjs/api/types/InputHidreamO1Image.js +1 -1
  88. package/dist/cjs/api/types/InputIdeogramV4.d.ts +3 -3
  89. package/dist/cjs/api/types/InputIdeogramV4.js +1 -1
  90. package/dist/cjs/api/types/InputKling16.d.ts +1 -1
  91. package/dist/cjs/api/types/InputKling16StartImage.d.ts +1 -1
  92. package/dist/cjs/api/types/InputKling21Master.d.ts +1 -1
  93. package/dist/cjs/api/types/InputKling21MasterStartImage.d.ts +1 -1
  94. package/dist/cjs/api/types/InputKling25Turbo.d.ts +1 -1
  95. package/dist/cjs/api/types/InputKling25TurboStartImage.d.ts +1 -1
  96. package/dist/cjs/api/types/InputKling26MotionControl.d.ts +2 -2
  97. package/dist/cjs/api/types/InputKling26MotionControlSourceVideo.d.ts +1 -1
  98. package/dist/cjs/api/types/InputKling26MotionControlStartImage.d.ts +1 -1
  99. package/dist/cjs/api/types/InputKling26Pro.d.ts +1 -1
  100. package/dist/cjs/api/types/InputKling26ProStartImage.d.ts +1 -1
  101. package/dist/cjs/api/types/InputKlingAiAvatarV2.d.ts +4 -4
  102. package/dist/cjs/api/types/InputKlingAiAvatarV2.js +1 -1
  103. package/dist/cjs/api/types/InputKlingAiAvatarV2StartImage.d.ts +1 -1
  104. package/dist/cjs/api/types/InputKlingO1.d.ts +2 -2
  105. package/dist/cjs/api/types/InputKlingO1EndImage.d.ts +1 -1
  106. package/dist/cjs/api/types/InputKlingO1StartImage.d.ts +1 -1
  107. package/dist/cjs/api/types/InputKlingO3.d.ts +5 -5
  108. package/dist/cjs/api/types/InputKlingO3.js +1 -1
  109. package/dist/cjs/api/types/InputKlingO3Edit.d.ts +1 -1
  110. package/dist/cjs/api/types/InputKlingO3EditSourceVideo.d.ts +1 -1
  111. package/dist/cjs/api/types/InputKlingO3EndImage.d.ts +1 -1
  112. package/dist/cjs/api/types/InputKlingO3Reference.d.ts +1 -1
  113. package/dist/cjs/api/types/InputKlingO3ReferenceSourceVideo.d.ts +1 -1
  114. package/dist/cjs/api/types/InputKlingO3StartImage.d.ts +1 -1
  115. package/dist/cjs/api/types/InputKlingV3.d.ts +5 -5
  116. package/dist/cjs/api/types/InputKlingV3.js +1 -1
  117. package/dist/cjs/api/types/InputKlingV3EndImage.d.ts +1 -1
  118. package/dist/cjs/api/types/InputKlingV3MotionControl.d.ts +2 -2
  119. package/dist/cjs/api/types/InputKlingV3MotionControlSourceVideo.d.ts +1 -1
  120. package/dist/cjs/api/types/InputKlingV3MotionControlStartImage.d.ts +1 -1
  121. package/dist/cjs/api/types/InputKlingV3StartImage.d.ts +1 -1
  122. package/dist/cjs/api/types/InputLtx23.d.ts +5 -5
  123. package/dist/cjs/api/types/InputLtx23.js +1 -1
  124. package/dist/cjs/api/types/InputLtx23EndImage.d.ts +1 -1
  125. package/dist/cjs/api/types/InputLtx23StartImage.d.ts +1 -1
  126. package/dist/cjs/api/types/InputLumaRay32.d.ts +2 -2
  127. package/dist/cjs/api/types/InputLumaRay32.js +2 -2
  128. package/dist/cjs/api/types/InputMaiImage25.d.ts +3 -3
  129. package/dist/cjs/api/types/InputMaiImage25.js +1 -1
  130. package/dist/cjs/api/types/InputMinimaxH3.d.ts +3 -2
  131. package/dist/cjs/api/types/InputMinimaxH3.js +1 -0
  132. package/dist/cjs/api/types/InputMinimaxH3EndImage.d.ts +1 -1
  133. package/dist/cjs/api/types/InputMinimaxH3StartImage.d.ts +1 -1
  134. package/dist/cjs/api/types/InputMinimaxHailuo02.d.ts +5 -5
  135. package/dist/cjs/api/types/InputMinimaxHailuo02.js +1 -1
  136. package/dist/cjs/api/types/InputMinimaxHailuo02EndImage.d.ts +1 -1
  137. package/dist/cjs/api/types/InputMinimaxHailuo02StartImage.d.ts +1 -1
  138. package/dist/cjs/api/types/InputMinimaxHailuo23.d.ts +4 -4
  139. package/dist/cjs/api/types/InputMinimaxHailuo23.js +1 -1
  140. package/dist/cjs/api/types/InputMinimaxHailuo23StartImage.d.ts +1 -1
  141. package/dist/cjs/api/types/InputNanoBanana.d.ts +2 -2
  142. package/dist/cjs/api/types/InputNanoBanana.js +1 -1
  143. package/dist/cjs/api/types/InputNanoBanana2.d.ts +20 -2
  144. package/dist/cjs/api/types/InputNanoBanana2.js +12 -1
  145. package/dist/cjs/api/types/InputNanoBananaPro.d.ts +5 -2
  146. package/dist/cjs/api/types/InputNanoBananaPro.js +2 -1
  147. package/dist/cjs/api/types/InputOmnihuman15.d.ts +1 -1
  148. package/dist/cjs/api/types/InputOmnihuman15StartImage.d.ts +1 -1
  149. package/dist/cjs/api/types/InputPixverseV6.d.ts +1 -1
  150. package/dist/cjs/api/types/InputPixverseV6StartImage.d.ts +1 -1
  151. package/dist/cjs/api/types/InputQwenImage2.d.ts +3 -3
  152. package/dist/cjs/api/types/InputQwenImage2.js +1 -1
  153. package/dist/cjs/api/types/InputSeedance15Pro.d.ts +3 -2
  154. package/dist/cjs/api/types/InputSeedance15Pro.js +1 -0
  155. package/dist/cjs/api/types/InputSeedance15ProEndImage.d.ts +1 -1
  156. package/dist/cjs/api/types/InputSeedance15ProStartImage.d.ts +1 -1
  157. package/dist/cjs/api/types/InputSeedance20.d.ts +6 -5
  158. package/dist/cjs/api/types/InputSeedance20.js +2 -1
  159. package/dist/cjs/api/types/InputSeedance20EndImage.d.ts +1 -1
  160. package/dist/cjs/api/types/InputSeedance20Mini.d.ts +3 -2
  161. package/dist/cjs/api/types/InputSeedance20Mini.js +1 -0
  162. package/dist/cjs/api/types/InputSeedance20MiniEndImage.d.ts +1 -1
  163. package/dist/cjs/api/types/InputSeedance20MiniStartImage.d.ts +1 -1
  164. package/dist/cjs/api/types/InputSeedance20StartImage.d.ts +1 -1
  165. package/dist/cjs/api/types/InputSeedance25.d.ts +2 -2
  166. package/dist/cjs/api/types/InputSeedance25EndImage.d.ts +1 -1
  167. package/dist/cjs/api/types/InputSeedance25StartImage.d.ts +1 -1
  168. package/dist/cjs/api/types/InputSeedream50Lite.d.ts +8 -0
  169. package/dist/cjs/api/types/InputSeedream50Lite.js +5 -0
  170. package/dist/cjs/api/types/InputSeedream50Pro.d.ts +8 -0
  171. package/dist/cjs/api/types/InputSeedream50Pro.js +5 -0
  172. package/dist/cjs/api/types/InputSora2Pro.d.ts +1 -1
  173. package/dist/cjs/api/types/InputSora2ProStartImage.d.ts +1 -1
  174. package/dist/cjs/api/types/InputVeedFabric10.d.ts +1 -1
  175. package/dist/cjs/api/types/InputVeedFabric10StartImage.d.ts +1 -1
  176. package/dist/cjs/api/types/InputVeo2.d.ts +1 -1
  177. package/dist/cjs/api/types/InputVeo2StartImage.d.ts +1 -1
  178. package/dist/cjs/api/types/InputVeo3.d.ts +4 -4
  179. package/dist/cjs/api/types/InputVeo3.js +1 -1
  180. package/dist/cjs/api/types/InputVeo31.d.ts +6 -6
  181. package/dist/cjs/api/types/InputVeo31.js +1 -1
  182. package/dist/cjs/api/types/InputVeo31EndImage.d.ts +1 -1
  183. package/dist/cjs/api/types/InputVeo31SourceVideo.d.ts +1 -1
  184. package/dist/cjs/api/types/InputVeo31StartImage.d.ts +1 -1
  185. package/dist/cjs/api/types/InputVeo3StartImage.d.ts +1 -1
  186. package/dist/cjs/api/types/InputViduQ3.d.ts +5 -5
  187. package/dist/cjs/api/types/InputViduQ3.js +1 -1
  188. package/dist/cjs/api/types/InputViduQ3EndImage.d.ts +1 -1
  189. package/dist/cjs/api/types/InputViduQ3StartImage.d.ts +1 -1
  190. package/dist/cjs/api/types/InputWan27.d.ts +2 -2
  191. package/dist/cjs/api/types/InputWan27EndImage.d.ts +1 -1
  192. package/dist/cjs/api/types/InputWan27StartImage.d.ts +1 -1
  193. package/dist/cjs/api/types/InputWan30.d.ts +5 -5
  194. package/dist/cjs/api/types/InputWan30.js +1 -1
  195. package/dist/cjs/api/types/InputWan30EndImage.d.ts +1 -1
  196. package/dist/cjs/api/types/InputWan30StartImage.d.ts +1 -1
  197. package/dist/cjs/api/types/TransactionListResponse.d.ts +7 -0
  198. package/dist/cjs/api/types/TransactionListResponse.js +3 -0
  199. package/dist/cjs/api/types/TransactionRecord.d.ts +15 -0
  200. package/dist/cjs/api/types/TransactionRecord.js +3 -0
  201. package/dist/cjs/api/types/VoiceGender.d.ts +12 -0
  202. package/dist/cjs/api/types/VoiceGender.js +15 -0
  203. package/dist/cjs/api/types/index.d.ts +12 -0
  204. package/dist/cjs/api/types/index.js +12 -0
  205. package/dist/cjs/version.d.ts +1 -1
  206. package/dist/cjs/version.js +1 -1
  207. package/dist/esm/BaseClient.d.mts +2 -2
  208. package/dist/esm/BaseClient.mjs +3 -3
  209. package/dist/esm/api/resources/billing/client/Client.d.mts +22 -0
  210. package/dist/esm/api/resources/billing/client/Client.mjs +78 -2
  211. package/dist/esm/api/resources/billing/client/requests/BillingListTransactionsRequest.d.mts +10 -0
  212. package/dist/esm/api/resources/billing/client/requests/BillingListTransactionsRequest.mjs +2 -0
  213. package/dist/esm/api/resources/billing/client/requests/index.d.mts +1 -0
  214. package/dist/esm/api/resources/files/client/Client.mjs +1 -1
  215. package/dist/esm/api/resources/jobs/client/Client.d.mts +194 -72
  216. package/dist/esm/api/resources/jobs/client/Client.mjs +497 -167
  217. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyCreatifyAurora.d.mts +24 -0
  218. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyCreatifyAurora.mjs +2 -0
  219. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.d.mts +17 -0
  220. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.mjs +2 -0
  221. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGptImage2.d.mts +1 -2
  222. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.d.mts +18 -0
  223. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.mjs +2 -0
  224. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyHeygenPhotoAvatar4.d.mts +25 -0
  225. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyHeygenPhotoAvatar4.mjs +2 -0
  226. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyHidreamO1Image.d.mts +1 -2
  227. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyIdeogramV4.d.mts +1 -2
  228. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingAiAvatarV2.d.mts +1 -2
  229. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.mts +1 -2
  230. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.mts +1 -2
  231. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyLtx23.d.mts +1 -2
  232. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyLumaRay32.d.mts +1 -1
  233. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMaiImage25.d.mts +1 -2
  234. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxH3.d.mts +1 -1
  235. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo02.d.mts +1 -2
  236. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo23.d.mts +1 -2
  237. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyNanoBanana2.d.mts +2 -2
  238. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyNanoBananaPro.d.mts +1 -1
  239. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyQwenImage2.d.mts +1 -2
  240. package/dist/esm/api/resources/jobs/client/requests/SubmitBodySeedance20.d.mts +1 -2
  241. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeo3.d.mts +1 -2
  242. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeo31.d.mts +1 -2
  243. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyViduQ3.d.mts +1 -2
  244. package/dist/esm/api/resources/jobs/client/requests/SubmitBodyWan30.d.mts +1 -2
  245. package/dist/esm/api/resources/jobs/client/requests/index.d.mts +4 -0
  246. package/dist/esm/api/resources/keys/client/Client.mjs +4 -4
  247. package/dist/esm/api/resources/logDrains/client/Client.mjs +6 -6
  248. package/dist/esm/api/resources/models/client/Client.d.mts +23 -0
  249. package/dist/esm/api/resources/models/client/Client.mjs +85 -6
  250. package/dist/esm/api/resources/models/client/requests/ModelsSearchVoicesRequest.d.mts +17 -0
  251. package/dist/esm/api/resources/models/client/requests/ModelsSearchVoicesRequest.mjs +2 -0
  252. package/dist/esm/api/resources/models/client/requests/index.d.mts +1 -0
  253. package/dist/esm/api/resources/tokens/client/Client.mjs +1 -1
  254. package/dist/esm/api/resources/webhooks/client/Client.mjs +7 -7
  255. package/dist/esm/api/types/InputCreatifyAurora.d.mts +24 -0
  256. package/dist/esm/api/types/InputCreatifyAurora.mjs +9 -0
  257. package/dist/esm/api/types/InputCreatifyAuroraAudio.d.mts +23 -0
  258. package/dist/esm/api/types/InputCreatifyAuroraAudio.mjs +2 -0
  259. package/dist/esm/api/types/InputCreatifyAuroraStartImage.d.mts +23 -0
  260. package/dist/esm/api/types/InputCreatifyAuroraStartImage.mjs +2 -0
  261. package/dist/esm/api/types/InputElevenlabsMusic.d.mts +13 -0
  262. package/dist/esm/api/types/InputElevenlabsMusic.mjs +2 -0
  263. package/dist/esm/api/types/InputFlux3.d.mts +2 -2
  264. package/dist/esm/api/types/InputFlux3EndImage.d.mts +1 -1
  265. package/dist/esm/api/types/InputFlux3StartImage.d.mts +1 -1
  266. package/dist/esm/api/types/InputGeminiOmniFlash.d.mts +2 -2
  267. package/dist/esm/api/types/InputGeminiOmniFlashSourceVideo.d.mts +1 -1
  268. package/dist/esm/api/types/InputGeminiOmniFlashStartImage.d.mts +1 -1
  269. package/dist/esm/api/types/InputGptImage2.d.mts +3 -3
  270. package/dist/esm/api/types/InputGptImage2.mjs +1 -1
  271. package/dist/esm/api/types/InputGrokImagine.d.mts +32 -3
  272. package/dist/esm/api/types/InputGrokImagine.mjs +22 -1
  273. package/dist/esm/api/types/InputGrokImagine20.d.mts +52 -0
  274. package/dist/esm/api/types/InputGrokImagine20.mjs +31 -0
  275. package/dist/esm/api/types/InputGrokImagine20ImagesItem.d.mts +20 -0
  276. package/dist/esm/api/types/InputGrokImagine20ImagesItem.mjs +2 -0
  277. package/dist/esm/api/types/InputGrokVideo.d.mts +1 -1
  278. package/dist/esm/api/types/InputGrokVideoStartImage.d.mts +1 -1
  279. package/dist/esm/api/types/InputHappyHorse.d.mts +1 -1
  280. package/dist/esm/api/types/InputHappyHorseStartImage.d.mts +1 -1
  281. package/dist/esm/api/types/InputHedraAvatar.d.mts +1 -1
  282. package/dist/esm/api/types/InputHedraAvatarStartImage.d.mts +1 -1
  283. package/dist/esm/api/types/InputHedraCharacter3.d.mts +1 -1
  284. package/dist/esm/api/types/InputHedraCharacter3StartImage.d.mts +1 -1
  285. package/dist/esm/api/types/InputHeygenPhotoAvatar4.d.mts +39 -0
  286. package/dist/esm/api/types/InputHeygenPhotoAvatar4.mjs +21 -0
  287. package/dist/esm/api/types/InputHeygenPhotoAvatar4Audio.d.mts +23 -0
  288. package/dist/esm/api/types/InputHeygenPhotoAvatar4Audio.mjs +2 -0
  289. package/dist/esm/api/types/InputHeygenPhotoAvatar4StartImage.d.mts +23 -0
  290. package/dist/esm/api/types/InputHeygenPhotoAvatar4StartImage.mjs +2 -0
  291. package/dist/esm/api/types/InputHidreamO1Image.d.mts +3 -3
  292. package/dist/esm/api/types/InputHidreamO1Image.mjs +1 -1
  293. package/dist/esm/api/types/InputIdeogramV4.d.mts +3 -3
  294. package/dist/esm/api/types/InputIdeogramV4.mjs +1 -1
  295. package/dist/esm/api/types/InputKling16.d.mts +1 -1
  296. package/dist/esm/api/types/InputKling16StartImage.d.mts +1 -1
  297. package/dist/esm/api/types/InputKling21Master.d.mts +1 -1
  298. package/dist/esm/api/types/InputKling21MasterStartImage.d.mts +1 -1
  299. package/dist/esm/api/types/InputKling25Turbo.d.mts +1 -1
  300. package/dist/esm/api/types/InputKling25TurboStartImage.d.mts +1 -1
  301. package/dist/esm/api/types/InputKling26MotionControl.d.mts +2 -2
  302. package/dist/esm/api/types/InputKling26MotionControlSourceVideo.d.mts +1 -1
  303. package/dist/esm/api/types/InputKling26MotionControlStartImage.d.mts +1 -1
  304. package/dist/esm/api/types/InputKling26Pro.d.mts +1 -1
  305. package/dist/esm/api/types/InputKling26ProStartImage.d.mts +1 -1
  306. package/dist/esm/api/types/InputKlingAiAvatarV2.d.mts +4 -4
  307. package/dist/esm/api/types/InputKlingAiAvatarV2.mjs +1 -1
  308. package/dist/esm/api/types/InputKlingAiAvatarV2StartImage.d.mts +1 -1
  309. package/dist/esm/api/types/InputKlingO1.d.mts +2 -2
  310. package/dist/esm/api/types/InputKlingO1EndImage.d.mts +1 -1
  311. package/dist/esm/api/types/InputKlingO1StartImage.d.mts +1 -1
  312. package/dist/esm/api/types/InputKlingO3.d.mts +5 -5
  313. package/dist/esm/api/types/InputKlingO3.mjs +1 -1
  314. package/dist/esm/api/types/InputKlingO3Edit.d.mts +1 -1
  315. package/dist/esm/api/types/InputKlingO3EditSourceVideo.d.mts +1 -1
  316. package/dist/esm/api/types/InputKlingO3EndImage.d.mts +1 -1
  317. package/dist/esm/api/types/InputKlingO3Reference.d.mts +1 -1
  318. package/dist/esm/api/types/InputKlingO3ReferenceSourceVideo.d.mts +1 -1
  319. package/dist/esm/api/types/InputKlingO3StartImage.d.mts +1 -1
  320. package/dist/esm/api/types/InputKlingV3.d.mts +5 -5
  321. package/dist/esm/api/types/InputKlingV3.mjs +1 -1
  322. package/dist/esm/api/types/InputKlingV3EndImage.d.mts +1 -1
  323. package/dist/esm/api/types/InputKlingV3MotionControl.d.mts +2 -2
  324. package/dist/esm/api/types/InputKlingV3MotionControlSourceVideo.d.mts +1 -1
  325. package/dist/esm/api/types/InputKlingV3MotionControlStartImage.d.mts +1 -1
  326. package/dist/esm/api/types/InputKlingV3StartImage.d.mts +1 -1
  327. package/dist/esm/api/types/InputLtx23.d.mts +5 -5
  328. package/dist/esm/api/types/InputLtx23.mjs +1 -1
  329. package/dist/esm/api/types/InputLtx23EndImage.d.mts +1 -1
  330. package/dist/esm/api/types/InputLtx23StartImage.d.mts +1 -1
  331. package/dist/esm/api/types/InputLumaRay32.d.mts +2 -2
  332. package/dist/esm/api/types/InputLumaRay32.mjs +2 -2
  333. package/dist/esm/api/types/InputMaiImage25.d.mts +3 -3
  334. package/dist/esm/api/types/InputMaiImage25.mjs +1 -1
  335. package/dist/esm/api/types/InputMinimaxH3.d.mts +3 -2
  336. package/dist/esm/api/types/InputMinimaxH3.mjs +1 -0
  337. package/dist/esm/api/types/InputMinimaxH3EndImage.d.mts +1 -1
  338. package/dist/esm/api/types/InputMinimaxH3StartImage.d.mts +1 -1
  339. package/dist/esm/api/types/InputMinimaxHailuo02.d.mts +5 -5
  340. package/dist/esm/api/types/InputMinimaxHailuo02.mjs +1 -1
  341. package/dist/esm/api/types/InputMinimaxHailuo02EndImage.d.mts +1 -1
  342. package/dist/esm/api/types/InputMinimaxHailuo02StartImage.d.mts +1 -1
  343. package/dist/esm/api/types/InputMinimaxHailuo23.d.mts +4 -4
  344. package/dist/esm/api/types/InputMinimaxHailuo23.mjs +1 -1
  345. package/dist/esm/api/types/InputMinimaxHailuo23StartImage.d.mts +1 -1
  346. package/dist/esm/api/types/InputNanoBanana.d.mts +2 -2
  347. package/dist/esm/api/types/InputNanoBanana.mjs +1 -1
  348. package/dist/esm/api/types/InputNanoBanana2.d.mts +20 -2
  349. package/dist/esm/api/types/InputNanoBanana2.mjs +12 -1
  350. package/dist/esm/api/types/InputNanoBananaPro.d.mts +5 -2
  351. package/dist/esm/api/types/InputNanoBananaPro.mjs +2 -1
  352. package/dist/esm/api/types/InputOmnihuman15.d.mts +1 -1
  353. package/dist/esm/api/types/InputOmnihuman15StartImage.d.mts +1 -1
  354. package/dist/esm/api/types/InputPixverseV6.d.mts +1 -1
  355. package/dist/esm/api/types/InputPixverseV6StartImage.d.mts +1 -1
  356. package/dist/esm/api/types/InputQwenImage2.d.mts +3 -3
  357. package/dist/esm/api/types/InputQwenImage2.mjs +1 -1
  358. package/dist/esm/api/types/InputSeedance15Pro.d.mts +3 -2
  359. package/dist/esm/api/types/InputSeedance15Pro.mjs +1 -0
  360. package/dist/esm/api/types/InputSeedance15ProEndImage.d.mts +1 -1
  361. package/dist/esm/api/types/InputSeedance15ProStartImage.d.mts +1 -1
  362. package/dist/esm/api/types/InputSeedance20.d.mts +6 -5
  363. package/dist/esm/api/types/InputSeedance20.mjs +2 -1
  364. package/dist/esm/api/types/InputSeedance20EndImage.d.mts +1 -1
  365. package/dist/esm/api/types/InputSeedance20Mini.d.mts +3 -2
  366. package/dist/esm/api/types/InputSeedance20Mini.mjs +1 -0
  367. package/dist/esm/api/types/InputSeedance20MiniEndImage.d.mts +1 -1
  368. package/dist/esm/api/types/InputSeedance20MiniStartImage.d.mts +1 -1
  369. package/dist/esm/api/types/InputSeedance20StartImage.d.mts +1 -1
  370. package/dist/esm/api/types/InputSeedance25.d.mts +2 -2
  371. package/dist/esm/api/types/InputSeedance25EndImage.d.mts +1 -1
  372. package/dist/esm/api/types/InputSeedance25StartImage.d.mts +1 -1
  373. package/dist/esm/api/types/InputSeedream50Lite.d.mts +8 -0
  374. package/dist/esm/api/types/InputSeedream50Lite.mjs +5 -0
  375. package/dist/esm/api/types/InputSeedream50Pro.d.mts +8 -0
  376. package/dist/esm/api/types/InputSeedream50Pro.mjs +5 -0
  377. package/dist/esm/api/types/InputSora2Pro.d.mts +1 -1
  378. package/dist/esm/api/types/InputSora2ProStartImage.d.mts +1 -1
  379. package/dist/esm/api/types/InputVeedFabric10.d.mts +1 -1
  380. package/dist/esm/api/types/InputVeedFabric10StartImage.d.mts +1 -1
  381. package/dist/esm/api/types/InputVeo2.d.mts +1 -1
  382. package/dist/esm/api/types/InputVeo2StartImage.d.mts +1 -1
  383. package/dist/esm/api/types/InputVeo3.d.mts +4 -4
  384. package/dist/esm/api/types/InputVeo3.mjs +1 -1
  385. package/dist/esm/api/types/InputVeo31.d.mts +6 -6
  386. package/dist/esm/api/types/InputVeo31.mjs +1 -1
  387. package/dist/esm/api/types/InputVeo31EndImage.d.mts +1 -1
  388. package/dist/esm/api/types/InputVeo31SourceVideo.d.mts +1 -1
  389. package/dist/esm/api/types/InputVeo31StartImage.d.mts +1 -1
  390. package/dist/esm/api/types/InputVeo3StartImage.d.mts +1 -1
  391. package/dist/esm/api/types/InputViduQ3.d.mts +5 -5
  392. package/dist/esm/api/types/InputViduQ3.mjs +1 -1
  393. package/dist/esm/api/types/InputViduQ3EndImage.d.mts +1 -1
  394. package/dist/esm/api/types/InputViduQ3StartImage.d.mts +1 -1
  395. package/dist/esm/api/types/InputWan27.d.mts +2 -2
  396. package/dist/esm/api/types/InputWan27EndImage.d.mts +1 -1
  397. package/dist/esm/api/types/InputWan27StartImage.d.mts +1 -1
  398. package/dist/esm/api/types/InputWan30.d.mts +5 -5
  399. package/dist/esm/api/types/InputWan30.mjs +1 -1
  400. package/dist/esm/api/types/InputWan30EndImage.d.mts +1 -1
  401. package/dist/esm/api/types/InputWan30StartImage.d.mts +1 -1
  402. package/dist/esm/api/types/TransactionListResponse.d.mts +7 -0
  403. package/dist/esm/api/types/TransactionListResponse.mjs +2 -0
  404. package/dist/esm/api/types/TransactionRecord.d.mts +15 -0
  405. package/dist/esm/api/types/TransactionRecord.mjs +2 -0
  406. package/dist/esm/api/types/VoiceGender.d.mts +12 -0
  407. package/dist/esm/api/types/VoiceGender.mjs +12 -0
  408. package/dist/esm/api/types/index.d.mts +12 -0
  409. package/dist/esm/api/types/index.mjs +12 -0
  410. package/dist/esm/version.d.mts +1 -1
  411. package/dist/esm/version.mjs +1 -1
  412. package/package.json +2 -2
  413. package/reference.md +496 -72
@@ -89,7 +89,43 @@ 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
+ * Create high-fidelity speaking or singing avatar videos.
93
+ *
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
+ *
96
+ * @param {Hedra.SubmitBodyCreatifyAurora} request
97
+ * @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
98
+ *
99
+ * @throws {@link Hedra.BadRequestError}
100
+ * @throws {@link Hedra.UnauthorizedError}
101
+ * @throws {@link Hedra.PaymentRequiredError}
102
+ * @throws {@link Hedra.ForbiddenError}
103
+ * @throws {@link Hedra.NotFoundError}
104
+ * @throws {@link Hedra.UnprocessableEntityError}
105
+ * @throws {@link Hedra.TooManyRequestsError}
106
+ * @throws {@link Hedra.InternalServerError}
107
+ * @throws {@link errors.HedraError}
108
+ * @throws {@link errors.HedraTimeoutError}
109
+ *
110
+ * @example
111
+ * await client.jobs.submitCreatifyAurora({
112
+ * input: {
113
+ * resolution: "480p",
114
+ * start_image: {
115
+ * source: "url",
116
+ * url: "url"
117
+ * },
118
+ * audio: {
119
+ * source: "url",
120
+ * url: "url"
121
+ * }
122
+ * }
123
+ * })
124
+ */
125
+ submitCreatifyAurora(request: Hedra.SubmitBodyCreatifyAurora, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
126
+ private __submitCreatifyAurora;
127
+ /**
128
+ * Polished, print-ready stills when the brief is a finished image rather than a sketch.
93
129
  *
94
130
  * 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
131
  *
@@ -180,6 +216,8 @@ export declare class JobsClient {
180
216
  submitElevenlabsEnglishStsV2(request: Hedra.SubmitBodyElevenlabsEnglishStsV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
181
217
  private __submitElevenlabsEnglishStsV2;
182
218
  /**
219
+ * The low-latency voice across 30+ languages, for interactive and high-volume speech.
220
+ *
183
221
  * 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
222
  *
185
223
  * @param {Hedra.SubmitBodyElevenlabsFlashMultilingualV2} request
@@ -207,6 +245,8 @@ export declare class JobsClient {
207
245
  submitElevenlabsFlashMultilingualV2(request: Hedra.SubmitBodyElevenlabsFlashMultilingualV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
208
246
  private __submitElevenlabsFlashMultilingualV2;
209
247
  /**
248
+ * The low-latency English voice, for interactive speech.
249
+ *
210
250
  * 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
251
  *
212
252
  * @param {Hedra.SubmitBodyElevenlabsFlashV2} request
@@ -264,6 +304,8 @@ export declare class JobsClient {
264
304
  submitElevenlabsMultilingualStsV2(request: Hedra.SubmitBodyElevenlabsMultilingualStsV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
265
305
  private __submitElevenlabsMultilingualStsV2;
266
306
  /**
307
+ * Steady, natural narration across 30+ languages, for finished voiceover.
308
+ *
267
309
  * 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
310
  *
269
311
  * @param {Hedra.SubmitBodyElevenlabsMultilingualV2} request
@@ -291,7 +333,36 @@ export declare class JobsClient {
291
333
  submitElevenlabsMultilingualV2(request: Hedra.SubmitBodyElevenlabsMultilingualV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
292
334
  private __submitElevenlabsMultilingualV2;
293
335
  /**
294
- * Generate sound effects from text descriptions using ElevenLabs
336
+ * Full tracks from a written brief, with optional lyrics placed across the length you ask for.
337
+ *
338
+ * 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`.
339
+ *
340
+ * @param {Hedra.SubmitBodyElevenlabsMusic} request
341
+ * @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
342
+ *
343
+ * @throws {@link Hedra.BadRequestError}
344
+ * @throws {@link Hedra.UnauthorizedError}
345
+ * @throws {@link Hedra.PaymentRequiredError}
346
+ * @throws {@link Hedra.ForbiddenError}
347
+ * @throws {@link Hedra.NotFoundError}
348
+ * @throws {@link Hedra.UnprocessableEntityError}
349
+ * @throws {@link Hedra.TooManyRequestsError}
350
+ * @throws {@link Hedra.InternalServerError}
351
+ * @throws {@link errors.HedraError}
352
+ * @throws {@link errors.HedraTimeoutError}
353
+ *
354
+ * @example
355
+ * await client.jobs.submitElevenlabsMusic({
356
+ * input: {
357
+ * prompt: "prompt",
358
+ * duration_ms: 1
359
+ * }
360
+ * })
361
+ */
362
+ submitElevenlabsMusic(request: Hedra.SubmitBodyElevenlabsMusic, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
363
+ private __submitElevenlabsMusic;
364
+ /**
365
+ * One-off sound effects from a written description, loopable on request.
295
366
  *
296
367
  * 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
368
  *
@@ -320,7 +391,7 @@ export declare class JobsClient {
320
391
  submitElevenlabsSoundEffects(request: Hedra.SubmitBodyElevenlabsSoundEffects, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
321
392
  private __submitElevenlabsSoundEffects;
322
393
  /**
323
- * ElevenLabs V3
394
+ * The most expressive ElevenLabs voice — emotional range and delivery cues for performance, not just narration.
324
395
  *
325
396
  * 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
397
  *
@@ -440,7 +511,7 @@ export declare class JobsClient {
440
511
  submitFlux11Ultra(request: Hedra.SubmitBodyFlux11Ultra, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
441
512
  private __submitFlux11Ultra;
442
513
  /**
443
- * Black Forest Labs FLUX.3 text-to-video with native audio.
514
+ * Video with native audio, straight from a prompt.
444
515
  *
445
516
  * 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
517
  *
@@ -557,7 +628,7 @@ export declare class JobsClient {
557
628
  submitFluxKontextPro(request: Hedra.SubmitBodyFluxKontextPro, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
558
629
  private __submitFluxKontextPro;
559
630
  /**
560
- * Image creation and editing with FLUX.2 [flex] from Black Forest Labs.
631
+ * The tunable Flux.2 tier trade denoising steps against speed per generation.
561
632
  *
562
633
  * 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
634
  *
@@ -586,7 +657,7 @@ export declare class JobsClient {
586
657
  submitFlux2Flex(request: Hedra.SubmitBodyFlux2Flex, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
587
658
  private __submitFlux2Flex;
588
659
  /**
589
- * Flux.2 [klein] 9B model from Black Forest Labs.
660
+ * The lean Flux.2 tier quick, inexpensive stills for concepting and high-volume work.
590
661
  *
591
662
  * 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
663
  *
@@ -615,7 +686,7 @@ export declare class JobsClient {
615
686
  submitFlux2Klein9B(request: Hedra.SubmitBodyFlux2Klein9B, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
616
687
  private __submitFlux2Klein9B;
617
688
  /**
618
- * FLUX.2 [max] delivers state-of-the-art image generation and advanced image editing with exceptional realism, precision, and consistency.
689
+ * The top Flux.2 tier, for realism and precision in final deliverables.
619
690
  *
620
691
  * 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
692
  *
@@ -644,7 +715,7 @@ export declare class JobsClient {
644
715
  submitFlux2Max(request: Hedra.SubmitBodyFlux2Max, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
645
716
  private __submitFlux2Max;
646
717
  /**
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
718
+ * The everyday Flux.2 tier style transfer and sequential edits that hold together across passes.
648
719
  *
649
720
  * 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
721
  *
@@ -702,7 +773,7 @@ export declare class JobsClient {
702
773
  submitGeminiOmniFlash(request: Hedra.SubmitBodyGeminiOmniFlash, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
703
774
  private __submitGeminiOmniFlash;
704
775
  /**
705
- * OpenAI-powered image generation with exceptional prompt understanding and versatile editing capabilities.
776
+ * Reads a long, specific brief closely the choice when the prompt carries the detail.
706
777
  *
707
778
  * 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
779
  *
@@ -754,15 +825,14 @@ export declare class JobsClient {
754
825
  * input: {
755
826
  * prompt: "prompt",
756
827
  * aspect_ratio: "16:9",
757
- * resolution: "1K",
758
- * quality: "low"
828
+ * resolution: "1K"
759
829
  * }
760
830
  * })
761
831
  */
762
832
  submitGptImage2(request: Hedra.SubmitBodyGptImage2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
763
833
  private __submitGptImage2;
764
834
  /**
765
- * xAI's Grok Imagine image generation model
835
+ * Grok's take on a prompt — punchy, irreverent stills, in everything from ultrawide to tall.
766
836
  *
767
837
  * 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
838
  *
@@ -790,7 +860,37 @@ export declare class JobsClient {
790
860
  submitGrokImagine(request: Hedra.SubmitBodyGrokImagine, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
791
861
  private __submitGrokImagine;
792
862
  /**
793
- * xAI's text-to-video generation model.
863
+ * xAI's current Grok Imagine — the same irreverence at higher fidelity, from a prompt or from up to three source images.
864
+ *
865
+ * 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`.
866
+ *
867
+ * @param {Hedra.SubmitBodyGrokImagine20} request
868
+ * @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
869
+ *
870
+ * @throws {@link Hedra.BadRequestError}
871
+ * @throws {@link Hedra.UnauthorizedError}
872
+ * @throws {@link Hedra.PaymentRequiredError}
873
+ * @throws {@link Hedra.ForbiddenError}
874
+ * @throws {@link Hedra.NotFoundError}
875
+ * @throws {@link Hedra.UnprocessableEntityError}
876
+ * @throws {@link Hedra.TooManyRequestsError}
877
+ * @throws {@link Hedra.InternalServerError}
878
+ * @throws {@link errors.HedraError}
879
+ * @throws {@link errors.HedraTimeoutError}
880
+ *
881
+ * @example
882
+ * await client.jobs.submitGrokImagine20({
883
+ * input: {
884
+ * prompt: "prompt",
885
+ * aspect_ratio: "2:1",
886
+ * resolution: "1k"
887
+ * }
888
+ * })
889
+ */
890
+ submitGrokImagine20(request: Hedra.SubmitBodyGrokImagine20, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
891
+ private __submitGrokImagine20;
892
+ /**
893
+ * Short, punchy clips from a prompt at 480p or 720p.
794
894
  *
795
895
  * 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
896
  *
@@ -821,7 +921,7 @@ export declare class JobsClient {
821
921
  submitGrokVideo(request: Hedra.SubmitBodyGrokVideo, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
822
922
  private __submitGrokVideo;
823
923
  /**
824
- * Generate video from text with Alibaba Happy Horse 1.0.
924
+ * Open-weight video generation from a prompt.
825
925
  *
826
926
  * 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
927
  *
@@ -927,6 +1027,43 @@ export declare class JobsClient {
927
1027
  */
928
1028
  submitHedraCharacter3(request: Hedra.SubmitBodyHedraCharacter3, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
929
1029
  private __submitHedraCharacter3;
1030
+ /**
1031
+ * Turn a clear portrait and driving audio into a talking avatar.
1032
+ *
1033
+ * 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`.
1034
+ *
1035
+ * @param {Hedra.SubmitBodyHeygenPhotoAvatar4} request
1036
+ * @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
1037
+ *
1038
+ * @throws {@link Hedra.BadRequestError}
1039
+ * @throws {@link Hedra.UnauthorizedError}
1040
+ * @throws {@link Hedra.PaymentRequiredError}
1041
+ * @throws {@link Hedra.ForbiddenError}
1042
+ * @throws {@link Hedra.NotFoundError}
1043
+ * @throws {@link Hedra.UnprocessableEntityError}
1044
+ * @throws {@link Hedra.TooManyRequestsError}
1045
+ * @throws {@link Hedra.InternalServerError}
1046
+ * @throws {@link errors.HedraError}
1047
+ * @throws {@link errors.HedraTimeoutError}
1048
+ *
1049
+ * @example
1050
+ * await client.jobs.submitHeygenPhotoAvatar4({
1051
+ * input: {
1052
+ * aspect_ratio: "16:9",
1053
+ * resolution: "360p",
1054
+ * start_image: {
1055
+ * source: "url",
1056
+ * url: "url"
1057
+ * },
1058
+ * audio: {
1059
+ * source: "url",
1060
+ * url: "url"
1061
+ * }
1062
+ * }
1063
+ * })
1064
+ */
1065
+ submitHeygenPhotoAvatar4(request: Hedra.SubmitBodyHeygenPhotoAvatar4, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1066
+ private __submitHeygenPhotoAvatar4;
930
1067
  /**
931
1068
  * HiDream.ai's open-weights HiDream-O1-Image (8B): one pixel-native model that generates, edits, and personalizes without a VAE or a separate text encoder.
932
1069
  *
@@ -950,8 +1087,7 @@ export declare class JobsClient {
950
1087
  * await client.jobs.submitHidreamO1Image({
951
1088
  * input: {
952
1089
  * prompt: "prompt",
953
- * aspect_ratio: "16:9",
954
- * quality: "standard"
1090
+ * aspect_ratio: "16:9"
955
1091
  * }
956
1092
  * })
957
1093
  */
@@ -1010,15 +1146,14 @@ export declare class JobsClient {
1010
1146
  * input: {
1011
1147
  * prompt: "prompt",
1012
1148
  * aspect_ratio: "16:9",
1013
- * resolution: "720p",
1014
- * quality: "turbo"
1149
+ * resolution: "720p"
1015
1150
  * }
1016
1151
  * })
1017
1152
  */
1018
1153
  submitIdeogramV4(request: Hedra.SubmitBodyIdeogramV4, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1019
1154
  private __submitIdeogramV4;
1020
1155
  /**
1021
- * The latest text to image model from Google
1156
+ * Google's earlier photoreal generator, kept for parity.
1022
1157
  *
1023
1158
  * 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
1159
  *
@@ -1258,8 +1393,7 @@ export declare class JobsClient {
1258
1393
  * audio: {
1259
1394
  * source: "url",
1260
1395
  * url: "url"
1261
- * },
1262
- * quality: "standard"
1396
+ * }
1263
1397
  * }
1264
1398
  * })
1265
1399
  */
@@ -1296,7 +1430,7 @@ export declare class JobsClient {
1296
1430
  submitKlingO1(request: Hedra.SubmitBodyKlingO1, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1297
1431
  private __submitKlingO1;
1298
1432
  /**
1299
- * Text-to-video model with up to 15-second generations and native audio.
1433
+ * Clips up to 15 seconds with native audio.
1300
1434
  *
1301
1435
  * 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
1436
  *
@@ -1318,8 +1452,7 @@ export declare class JobsClient {
1318
1452
  * await client.jobs.submitKlingO3({
1319
1453
  * input: {
1320
1454
  * aspect_ratio: "16:9",
1321
- * duration_ms: 1,
1322
- * quality: "standard"
1455
+ * duration_ms: 1
1323
1456
  * }
1324
1457
  * })
1325
1458
  */
@@ -1392,7 +1525,7 @@ export declare class JobsClient {
1392
1525
  submitKlingO3Reference(request: Hedra.SubmitBodyKlingO3Reference, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1393
1526
  private __submitKlingO3Reference;
1394
1527
  /**
1395
- * Text-to-video with ultra-high-definition storyboards and native audio.
1528
+ * Ultra-high-definition storyboards with native audio.
1396
1529
  *
1397
1530
  * 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
1531
  *
@@ -1414,8 +1547,7 @@ export declare class JobsClient {
1414
1547
  * await client.jobs.submitKlingV3({
1415
1548
  * input: {
1416
1549
  * aspect_ratio: "16:9",
1417
- * duration_ms: 1,
1418
- * quality: "standard"
1550
+ * duration_ms: 1
1419
1551
  * }
1420
1552
  * })
1421
1553
  */
@@ -1458,7 +1590,7 @@ export declare class JobsClient {
1458
1590
  submitKlingV3MotionControl(request: Hedra.SubmitBodyKlingV3MotionControl, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1459
1591
  private __submitKlingV3MotionControl;
1460
1592
  /**
1461
- * Lightricks LTX-2.3 text-to-video at up to 4K, with synchronized native audio
1593
+ * Clips up to 4K with synchronized native audio, for final output.
1462
1594
  *
1463
1595
  * 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
1596
  *
@@ -1482,15 +1614,14 @@ export declare class JobsClient {
1482
1614
  * prompt: "prompt",
1483
1615
  * resolution: "1080p",
1484
1616
  * duration_ms: 1,
1485
- * aspect_ratio: "auto",
1486
- * quality: "fast"
1617
+ * aspect_ratio: "auto"
1487
1618
  * }
1488
1619
  * })
1489
1620
  */
1490
1621
  submitLtx23(request: Hedra.SubmitBodyLtx23, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1491
1622
  private __submitLtx23;
1492
1623
  /**
1493
- * Luma Ray 3.2 text-to-video with cinematic motion and camera control
1624
+ * Cinematic motion with deliberate camera control, from a prompt.
1494
1625
  *
1495
1626
  * 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
1627
  *
@@ -1512,7 +1643,7 @@ export declare class JobsClient {
1512
1643
  * await client.jobs.submitLumaRay32({
1513
1644
  * input: {
1514
1645
  * prompt: "prompt",
1515
- * aspect_ratio: "1:1",
1646
+ * aspect_ratio: "3:4",
1516
1647
  * resolution: "540p",
1517
1648
  * duration_ms: 1
1518
1649
  * }
@@ -1543,15 +1674,14 @@ export declare class JobsClient {
1543
1674
  * await client.jobs.submitMaiImage25({
1544
1675
  * input: {
1545
1676
  * prompt: "prompt",
1546
- * aspect_ratio: "1:1",
1547
- * quality: "standard"
1677
+ * aspect_ratio: "1:1"
1548
1678
  * }
1549
1679
  * })
1550
1680
  */
1551
1681
  submitMaiImage25(request: Hedra.SubmitBodyMaiImage25, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1552
1682
  private __submitMaiImage25;
1553
1683
  /**
1554
- * MiniMax H3 video generation from text, frames, or references.
1684
+ * One model for every starting point — a prompt, a keyframe pair, or reference images that keep a subject consistent.
1555
1685
  *
1556
1686
  * 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
1687
  *
@@ -1573,7 +1703,7 @@ export declare class JobsClient {
1573
1703
  * await client.jobs.submitMinimaxH3({
1574
1704
  * input: {
1575
1705
  * prompt: "prompt",
1576
- * resolution: "768p",
1706
+ * resolution: "480p",
1577
1707
  * duration_ms: 1
1578
1708
  * }
1579
1709
  * })
@@ -1603,8 +1733,7 @@ export declare class JobsClient {
1603
1733
  * await client.jobs.submitMinimaxHailuo02({
1604
1734
  * input: {
1605
1735
  * prompt: "prompt",
1606
- * duration_ms: 1,
1607
- * quality: "standard"
1736
+ * duration_ms: 1
1608
1737
  * }
1609
1738
  * })
1610
1739
  */
@@ -1633,15 +1762,14 @@ export declare class JobsClient {
1633
1762
  * await client.jobs.submitMinimaxHailuo23({
1634
1763
  * input: {
1635
1764
  * prompt: "prompt",
1636
- * duration_ms: 1,
1637
- * quality: "standard"
1765
+ * duration_ms: 1
1638
1766
  * }
1639
1767
  * })
1640
1768
  */
1641
1769
  submitMinimaxHailuo23(request: Hedra.SubmitBodyMinimaxHailuo23, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1642
1770
  private __submitMinimaxHailuo23;
1643
1771
  /**
1644
- * The brand new HD model. Ultimate Similarity, Ultra-High Quality. Supports 40+ languages including Tamil, Hebrew, Swedish, etc.
1772
+ * The high-fidelity tier closest voice likeness, across 40+ languages.
1645
1773
  *
1646
1774
  * 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
1775
  *
@@ -1670,7 +1798,7 @@ export declare class JobsClient {
1670
1798
  submitMinimaxSpeech25HdPreview(request: Hedra.SubmitBodyMinimaxSpeech25HdPreview, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1671
1799
  private __submitMinimaxSpeech25HdPreview;
1672
1800
  /**
1673
- * The brand new Turbo model. Ultimate Value, 40 Languages. Major improvements to natural English expression.
1801
+ * The value tier natural English delivery across 40+ languages, at a lower rate.
1674
1802
  *
1675
1803
  * 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
1804
  *
@@ -1699,7 +1827,7 @@ export declare class JobsClient {
1699
1827
  submitMinimaxSpeech25TurboPreview(request: Hedra.SubmitBodyMinimaxSpeech25TurboPreview, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1700
1828
  private __submitMinimaxSpeech25TurboPreview;
1701
1829
  /**
1702
- * Best in class image model with reference image support and ultra high quality generations for professional grade images.
1830
+ * Reference-guided stills that hold a character or product across a set.
1703
1831
  *
1704
1832
  * 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
1833
  *
@@ -1729,7 +1857,7 @@ export declare class JobsClient {
1729
1857
  submitNanoBanana(request: Hedra.SubmitBodyNanoBanana, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1730
1858
  private __submitNanoBanana;
1731
1859
  /**
1732
- * Gemini 3.1 Flash native image generation with improved quality and advanced features including multi-subject reference and high-fidelity style transfer
1860
+ * Multi-subject stills up to 4K hand it several references and it keeps each one recognizable.
1733
1861
  *
1734
1862
  * 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
1863
  *
@@ -1751,15 +1879,15 @@ export declare class JobsClient {
1751
1879
  * await client.jobs.submitNanoBanana2({
1752
1880
  * input: {
1753
1881
  * prompt: "prompt",
1754
- * aspect_ratio: "16:9",
1755
- * resolution: "1K"
1882
+ * aspect_ratio: "adaptive",
1883
+ * resolution: "512px"
1756
1884
  * }
1757
1885
  * })
1758
1886
  */
1759
1887
  submitNanoBanana2(request: Hedra.SubmitBodyNanoBanana2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1760
1888
  private __submitNanoBanana2;
1761
1889
  /**
1762
- * Gemini 3 Pro native image generation with advanced multimodal understanding and richer visuals
1890
+ * The reasoning-heavy tier dense prompts, mixed references, and style transfer up to 4K.
1763
1891
  *
1764
1892
  * 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
1893
  *
@@ -1781,7 +1909,7 @@ export declare class JobsClient {
1781
1909
  * await client.jobs.submitNanoBananaPro({
1782
1910
  * input: {
1783
1911
  * prompt: "prompt",
1784
- * aspect_ratio: "16:9",
1912
+ * aspect_ratio: "adaptive",
1785
1913
  * resolution: "1K"
1786
1914
  * }
1787
1915
  * })
@@ -1825,7 +1953,7 @@ export declare class JobsClient {
1825
1953
  submitOmnihuman15(request: Hedra.SubmitBodyOmnihuman15, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
1826
1954
  private __submitOmnihuman15;
1827
1955
  /**
1828
- * PixVerse V6 text-to-video with native audio and 1080p output up to 15 seconds
1956
+ * Stylized 1080p clips up to 15 seconds, with native audio.
1829
1957
  *
1830
1958
  * 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
1959
  *
@@ -1878,8 +2006,7 @@ export declare class JobsClient {
1878
2006
  * input: {
1879
2007
  * prompt: "prompt",
1880
2008
  * aspect_ratio: "16:9",
1881
- * resolution: "540p",
1882
- * quality: "standard"
2009
+ * resolution: "540p"
1883
2010
  * }
1884
2011
  * })
1885
2012
  */
@@ -2041,7 +2168,7 @@ export declare class JobsClient {
2041
2168
  submitSana(request: Hedra.SubmitBodySana, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2042
2169
  private __submitSana;
2043
2170
  /**
2044
- * ByteDance Seedance 1.5 Pro video generation model
2171
+ * Keyframe-driven video with native audio, from a start frame, an end frame, or both.
2045
2172
  *
2046
2173
  * 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
2174
  *
@@ -2072,7 +2199,7 @@ export declare class JobsClient {
2072
2199
  submitSeedance15Pro(request: Hedra.SubmitBodySeedance15Pro, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2073
2200
  private __submitSeedance15Pro;
2074
2201
  /**
2075
- * ByteDance Seedance 2.0 video generation model
2202
+ * Reference-driven video up to 4K with native audio — hold a look across shots with reference images, clips, or audio.
2076
2203
  *
2077
2204
  * 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
2205
  *
@@ -2096,15 +2223,14 @@ export declare class JobsClient {
2096
2223
  * prompt: "prompt",
2097
2224
  * aspect_ratio: "1:1",
2098
2225
  * resolution: "4K",
2099
- * duration_ms: 1,
2100
- * quality: "standard"
2226
+ * duration_ms: 1
2101
2227
  * }
2102
2228
  * })
2103
2229
  */
2104
2230
  submitSeedance20(request: Hedra.SubmitBodySeedance20, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2105
2231
  private __submitSeedance20;
2106
2232
  /**
2107
- * ByteDance Seedance 2.0 Mini video generation model
2233
+ * The lightest Seedance tier short reference-driven clips at 480p and 720p.
2108
2234
  *
2109
2235
  * 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
2236
  *
@@ -2135,7 +2261,7 @@ export declare class JobsClient {
2135
2261
  submitSeedance20Mini(request: Hedra.SubmitBodySeedance20Mini, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2136
2262
  private __submitSeedance20Mini;
2137
2263
  /**
2138
- * ByteDance Seedance 2.5 video generation model
2264
+ * Reference-driven video up to 30 seconds at 1080p, with native audio.
2139
2265
  *
2140
2266
  * 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
2267
  *
@@ -2166,7 +2292,7 @@ export declare class JobsClient {
2166
2292
  submitSeedance25(request: Hedra.SubmitBodySeedance25, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2167
2293
  private __submitSeedance25;
2168
2294
  /**
2169
- * Ultra-fast pro grade image model, pairing reference image support with high quality output for professional visuals
2295
+ * Quick, reference-aware stills for professional work on a tight turnaround.
2170
2296
  *
2171
2297
  * 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
2298
  *
@@ -2196,7 +2322,7 @@ export declare class JobsClient {
2196
2322
  submitSeedream40(request: Hedra.SubmitBodySeedream40, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2197
2323
  private __submitSeedream40;
2198
2324
  /**
2199
- * Latest Seedream with enhanced detail, refined composition, and multi-reference image support for professional visuals.
2325
+ * Finer detail and steadier composition than 4.0, with support for several references at once.
2200
2326
  *
2201
2327
  * 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
2328
  *
@@ -2226,7 +2352,7 @@ export declare class JobsClient {
2226
2352
  submitSeedream45(request: Hedra.SubmitBodySeedream45, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2227
2353
  private __submitSeedream45;
2228
2354
  /**
2229
- * ByteDance Seedream 5.0 Lite Text-to-Image
2355
+ * Sharp 2K and 4K stills from a prompt, at the light tier's price.
2230
2356
  *
2231
2357
  * 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
2358
  *
@@ -2256,7 +2382,7 @@ export declare class JobsClient {
2256
2382
  submitSeedream50Lite(request: Hedra.SubmitBodySeedream50Lite, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2257
2383
  private __submitSeedream50Lite;
2258
2384
  /**
2259
- * ByteDance Seedream 5.0 Pro Text-to-Image
2385
+ * The top Seedream tier layer-separable output and strong multilingual in-image text, up to 2K.
2260
2386
  *
2261
2387
  * 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
2388
  *
@@ -2609,7 +2735,7 @@ export declare class JobsClient {
2609
2735
  submitVeedVideoBackgroundRemoval(request: Hedra.SubmitBodyVeedVideoBackgroundRemoval, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2610
2736
  private __submitVeedVideoBackgroundRemoval;
2611
2737
  /**
2612
- * The current state of the art in video generation
2738
+ * Google's earlier cinematic generator, kept for existing workflows.
2613
2739
  *
2614
2740
  * 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
2741
  *
@@ -2661,8 +2787,7 @@ export declare class JobsClient {
2661
2787
  * prompt: "prompt",
2662
2788
  * aspect_ratio: "16:9",
2663
2789
  * resolution: "720p",
2664
- * duration_ms: 1,
2665
- * quality: "standard"
2790
+ * duration_ms: 1
2666
2791
  * }
2667
2792
  * })
2668
2793
  */
@@ -2692,15 +2817,14 @@ export declare class JobsClient {
2692
2817
  * input: {
2693
2818
  * prompt: "prompt",
2694
2819
  * aspect_ratio: "16:9",
2695
- * resolution: "720p",
2696
- * quality: "standard"
2820
+ * resolution: "720p"
2697
2821
  * }
2698
2822
  * })
2699
2823
  */
2700
2824
  submitVeo31(request: Hedra.SubmitBodyVeo31, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2701
2825
  private __submitVeo31;
2702
2826
  /**
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
2827
+ * 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
2828
  *
2705
2829
  * 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
2830
  *
@@ -2723,15 +2847,14 @@ export declare class JobsClient {
2723
2847
  * input: {
2724
2848
  * prompt: "prompt",
2725
2849
  * resolution: "540p",
2726
- * duration_ms: 1,
2727
- * quality: "standard"
2850
+ * duration_ms: 1
2728
2851
  * }
2729
2852
  * })
2730
2853
  */
2731
2854
  submitViduQ3(request: Hedra.SubmitBodyViduQ3, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
2732
2855
  private __submitViduQ3;
2733
2856
  /**
2734
- * Vidu Q3 reference-to-video keeping up to four subjects consistent
2857
+ * Keep up to four subjects consistent across a clip from reference images.
2735
2858
  *
2736
2859
  * 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
2860
  *
@@ -2820,8 +2943,7 @@ export declare class JobsClient {
2820
2943
  * prompt: "prompt",
2821
2944
  * aspect_ratio: "adaptive",
2822
2945
  * resolution: "480p",
2823
- * duration_ms: 1,
2824
- * quality: "standard"
2946
+ * duration_ms: 1
2825
2947
  * }
2826
2948
  * })
2827
2949
  */