@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
package/reference.md CHANGED
@@ -300,6 +300,83 @@ for await (const item of response) {
300
300
  </dl>
301
301
 
302
302
 
303
+ </dd>
304
+ </dl>
305
+ </details>
306
+
307
+ <details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitCreatifyAurora</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
308
+ <dl>
309
+ <dd>
310
+
311
+ #### 📝 Description
312
+
313
+ <dl>
314
+ <dd>
315
+
316
+ <dl>
317
+ <dd>
318
+
319
+ Create high-fidelity speaking or singing avatar videos.
320
+
321
+ Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
322
+ </dd>
323
+ </dl>
324
+ </dd>
325
+ </dl>
326
+
327
+ #### 🔌 Usage
328
+
329
+ <dl>
330
+ <dd>
331
+
332
+ <dl>
333
+ <dd>
334
+
335
+ ```typescript
336
+ await client.jobs.submitCreatifyAurora({
337
+ input: {
338
+ resolution: "480p",
339
+ start_image: {
340
+ source: "url",
341
+ url: "url"
342
+ },
343
+ audio: {
344
+ source: "url",
345
+ url: "url"
346
+ }
347
+ }
348
+ });
349
+
350
+ ```
351
+ </dd>
352
+ </dl>
353
+ </dd>
354
+ </dl>
355
+
356
+ #### ⚙️ Parameters
357
+
358
+ <dl>
359
+ <dd>
360
+
361
+ <dl>
362
+ <dd>
363
+
364
+ **request:** `Hedra.SubmitBodyCreatifyAurora`
365
+
366
+ </dd>
367
+ </dl>
368
+
369
+ <dl>
370
+ <dd>
371
+
372
+ **requestOptions:** `JobsClient.RequestOptions`
373
+
374
+ </dd>
375
+ </dl>
376
+ </dd>
377
+ </dl>
378
+
379
+
303
380
  </dd>
304
381
  </dl>
305
382
  </details>
@@ -316,7 +393,7 @@ for await (const item of response) {
316
393
  <dl>
317
394
  <dd>
318
395
 
319
- Ultra high quality generations for professional grade images.
396
+ Polished, print-ready stills when the brief is a finished image rather than a sketch.
320
397
 
321
398
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
322
399
  </dd>
@@ -530,6 +607,8 @@ await client.jobs.submitElevenlabsEnglishStsV2({
530
607
  <dl>
531
608
  <dd>
532
609
 
610
+ The low-latency voice across 30+ languages, for interactive and high-volume speech.
611
+
533
612
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
534
613
  </dd>
535
614
  </dl>
@@ -598,6 +677,8 @@ await client.jobs.submitElevenlabsFlashMultilingualV2({
598
677
  <dl>
599
678
  <dd>
600
679
 
680
+ The low-latency English voice, for interactive speech.
681
+
601
682
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
602
683
  </dd>
603
684
  </dl>
@@ -737,6 +818,8 @@ await client.jobs.submitElevenlabsMultilingualStsV2({
737
818
  <dl>
738
819
  <dd>
739
820
 
821
+ Steady, natural narration across 30+ languages, for finished voiceover.
822
+
740
823
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
741
824
  </dd>
742
825
  </dl>
@@ -789,6 +872,76 @@ await client.jobs.submitElevenlabsMultilingualV2({
789
872
  </dl>
790
873
 
791
874
 
875
+ </dd>
876
+ </dl>
877
+ </details>
878
+
879
+ <details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsMusic</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
880
+ <dl>
881
+ <dd>
882
+
883
+ #### 📝 Description
884
+
885
+ <dl>
886
+ <dd>
887
+
888
+ <dl>
889
+ <dd>
890
+
891
+ Full tracks from a written brief, with optional lyrics placed across the length you ask for.
892
+
893
+ 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`.
894
+ </dd>
895
+ </dl>
896
+ </dd>
897
+ </dl>
898
+
899
+ #### 🔌 Usage
900
+
901
+ <dl>
902
+ <dd>
903
+
904
+ <dl>
905
+ <dd>
906
+
907
+ ```typescript
908
+ await client.jobs.submitElevenlabsMusic({
909
+ input: {
910
+ prompt: "prompt",
911
+ duration_ms: 1
912
+ }
913
+ });
914
+
915
+ ```
916
+ </dd>
917
+ </dl>
918
+ </dd>
919
+ </dl>
920
+
921
+ #### ⚙️ Parameters
922
+
923
+ <dl>
924
+ <dd>
925
+
926
+ <dl>
927
+ <dd>
928
+
929
+ **request:** `Hedra.SubmitBodyElevenlabsMusic`
930
+
931
+ </dd>
932
+ </dl>
933
+
934
+ <dl>
935
+ <dd>
936
+
937
+ **requestOptions:** `JobsClient.RequestOptions`
938
+
939
+ </dd>
940
+ </dl>
941
+ </dd>
942
+ </dl>
943
+
944
+
792
945
  </dd>
793
946
  </dl>
794
947
  </details>
@@ -805,7 +958,7 @@ await client.jobs.submitElevenlabsMultilingualV2({
805
958
  <dl>
806
959
  <dd>
807
960
 
808
- Generate sound effects from text descriptions using ElevenLabs
961
+ One-off sound effects from a written description, loopable on request.
809
962
 
810
963
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
811
964
  </dd>
@@ -875,7 +1028,7 @@ await client.jobs.submitElevenlabsSoundEffects({
875
1028
  <dl>
876
1029
  <dd>
877
1030
 
878
- ElevenLabs V3
1031
+ The most expressive ElevenLabs voice — emotional range and delivery cues for performance, not just narration.
879
1032
 
880
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`.
881
1034
  </dd>
@@ -1159,7 +1312,7 @@ await client.jobs.submitFlux11Ultra({
1159
1312
  <dl>
1160
1313
  <dd>
1161
1314
 
1162
- Black Forest Labs FLUX.3 text-to-video with native audio.
1315
+ Video with native audio, straight from a prompt.
1163
1316
 
1164
1317
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1165
1318
  </dd>
@@ -1440,7 +1593,7 @@ await client.jobs.submitFluxKontextPro({
1440
1593
  <dl>
1441
1594
  <dd>
1442
1595
 
1443
- Image creation and editing with FLUX.2 [flex] from Black Forest Labs.
1596
+ The tunable Flux.2 tier trade denoising steps against speed per generation.
1444
1597
 
1445
1598
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1446
1599
  </dd>
@@ -1510,7 +1663,7 @@ await client.jobs.submitFlux2Flex({
1510
1663
  <dl>
1511
1664
  <dd>
1512
1665
 
1513
- Flux.2 [klein] 9B model from Black Forest Labs.
1666
+ The lean Flux.2 tier quick, inexpensive stills for concepting and high-volume work.
1514
1667
 
1515
1668
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1516
1669
  </dd>
@@ -1580,7 +1733,7 @@ await client.jobs.submitFlux2Klein9B({
1580
1733
  <dl>
1581
1734
  <dd>
1582
1735
 
1583
- FLUX.2 [max] delivers state-of-the-art image generation and advanced image editing with exceptional realism, precision, and consistency.
1736
+ The top Flux.2 tier, for realism and precision in final deliverables.
1584
1737
 
1585
1738
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1586
1739
  </dd>
@@ -1650,7 +1803,7 @@ await client.jobs.submitFlux2Max({
1650
1803
  <dl>
1651
1804
  <dd>
1652
1805
 
1653
- Image creation and editing with FLUX.2 [pro] from Black Forest Labs. Ideal for high-quality image manipulation, style transfer, and sequential editing workflows
1806
+ The everyday Flux.2 tier style transfer and sequential edits that hold together across passes.
1654
1807
 
1655
1808
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1656
1809
  </dd>
@@ -1790,7 +1943,7 @@ await client.jobs.submitGeminiOmniFlash({
1790
1943
  <dl>
1791
1944
  <dd>
1792
1945
 
1793
- OpenAI-powered image generation with exceptional prompt understanding and versatile editing capabilities.
1946
+ Reads a long, specific brief closely the choice when the prompt carries the detail.
1794
1947
 
1795
1948
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1796
1949
  </dd>
@@ -1881,8 +2034,7 @@ await client.jobs.submitGptImage2({
1881
2034
  input: {
1882
2035
  prompt: "prompt",
1883
2036
  aspect_ratio: "16:9",
1884
- resolution: "1K",
1885
- quality: "low"
2037
+ resolution: "1K"
1886
2038
  }
1887
2039
  });
1888
2040
 
@@ -1932,7 +2084,7 @@ await client.jobs.submitGptImage2({
1932
2084
  <dl>
1933
2085
  <dd>
1934
2086
 
1935
- xAI's Grok Imagine image generation model
2087
+ Grok's take on a prompt — punchy, irreverent stills, in everything from ultrawide to tall.
1936
2088
 
1937
2089
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
1938
2090
  </dd>
@@ -1985,6 +2137,77 @@ await client.jobs.submitGrokImagine({
1985
2137
  </dl>
1986
2138
 
1987
2139
 
2140
+ </dd>
2141
+ </dl>
2142
+ </details>
2143
+
2144
+ <details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGrokImagine20</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
2145
+ <dl>
2146
+ <dd>
2147
+
2148
+ #### 📝 Description
2149
+
2150
+ <dl>
2151
+ <dd>
2152
+
2153
+ <dl>
2154
+ <dd>
2155
+
2156
+ xAI's current Grok Imagine — the same irreverence at higher fidelity, from a prompt or from up to three source images.
2157
+
2158
+ 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`.
2159
+ </dd>
2160
+ </dl>
2161
+ </dd>
2162
+ </dl>
2163
+
2164
+ #### 🔌 Usage
2165
+
2166
+ <dl>
2167
+ <dd>
2168
+
2169
+ <dl>
2170
+ <dd>
2171
+
2172
+ ```typescript
2173
+ await client.jobs.submitGrokImagine20({
2174
+ input: {
2175
+ prompt: "prompt",
2176
+ aspect_ratio: "2:1",
2177
+ resolution: "1k"
2178
+ }
2179
+ });
2180
+
2181
+ ```
2182
+ </dd>
2183
+ </dl>
2184
+ </dd>
2185
+ </dl>
2186
+
2187
+ #### ⚙️ Parameters
2188
+
2189
+ <dl>
2190
+ <dd>
2191
+
2192
+ <dl>
2193
+ <dd>
2194
+
2195
+ **request:** `Hedra.SubmitBodyGrokImagine20`
2196
+
2197
+ </dd>
2198
+ </dl>
2199
+
2200
+ <dl>
2201
+ <dd>
2202
+
2203
+ **requestOptions:** `JobsClient.RequestOptions`
2204
+
2205
+ </dd>
2206
+ </dl>
2207
+ </dd>
2208
+ </dl>
2209
+
2210
+
1988
2211
  </dd>
1989
2212
  </dl>
1990
2213
  </details>
@@ -2001,7 +2224,7 @@ await client.jobs.submitGrokImagine({
2001
2224
  <dl>
2002
2225
  <dd>
2003
2226
 
2004
- xAI's text-to-video generation model.
2227
+ Short, punchy clips from a prompt at 480p or 720p.
2005
2228
 
2006
2229
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
2007
2230
  </dd>
@@ -2073,7 +2296,7 @@ await client.jobs.submitGrokVideo({
2073
2296
  <dl>
2074
2297
  <dd>
2075
2298
 
2076
- Generate video from text with Alibaba Happy Horse 1.0.
2299
+ Open-weight video generation from a prompt.
2077
2300
 
2078
2301
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
2079
2302
  </dd>
@@ -2287,6 +2510,84 @@ await client.jobs.submitHedraCharacter3({
2287
2510
  </dl>
2288
2511
 
2289
2512
 
2513
+ </dd>
2514
+ </dl>
2515
+ </details>
2516
+
2517
+ <details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHeygenPhotoAvatar4</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
2518
+ <dl>
2519
+ <dd>
2520
+
2521
+ #### 📝 Description
2522
+
2523
+ <dl>
2524
+ <dd>
2525
+
2526
+ <dl>
2527
+ <dd>
2528
+
2529
+ Turn a clear portrait and driving audio into a talking avatar.
2530
+
2531
+ 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`.
2532
+ </dd>
2533
+ </dl>
2534
+ </dd>
2535
+ </dl>
2536
+
2537
+ #### 🔌 Usage
2538
+
2539
+ <dl>
2540
+ <dd>
2541
+
2542
+ <dl>
2543
+ <dd>
2544
+
2545
+ ```typescript
2546
+ await client.jobs.submitHeygenPhotoAvatar4({
2547
+ input: {
2548
+ aspect_ratio: "16:9",
2549
+ resolution: "360p",
2550
+ start_image: {
2551
+ source: "url",
2552
+ url: "url"
2553
+ },
2554
+ audio: {
2555
+ source: "url",
2556
+ url: "url"
2557
+ }
2558
+ }
2559
+ });
2560
+
2561
+ ```
2562
+ </dd>
2563
+ </dl>
2564
+ </dd>
2565
+ </dl>
2566
+
2567
+ #### ⚙️ Parameters
2568
+
2569
+ <dl>
2570
+ <dd>
2571
+
2572
+ <dl>
2573
+ <dd>
2574
+
2575
+ **request:** `Hedra.SubmitBodyHeygenPhotoAvatar4`
2576
+
2577
+ </dd>
2578
+ </dl>
2579
+
2580
+ <dl>
2581
+ <dd>
2582
+
2583
+ **requestOptions:** `JobsClient.RequestOptions`
2584
+
2585
+ </dd>
2586
+ </dl>
2587
+ </dd>
2588
+ </dl>
2589
+
2590
+
2290
2591
  </dd>
2291
2592
  </dl>
2292
2593
  </details>
@@ -2323,8 +2624,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
2323
2624
  await client.jobs.submitHidreamO1Image({
2324
2625
  input: {
2325
2626
  prompt: "prompt",
2326
- aspect_ratio: "16:9",
2327
- quality: "standard"
2627
+ aspect_ratio: "16:9"
2328
2628
  }
2329
2629
  });
2330
2630
 
@@ -2465,8 +2765,7 @@ await client.jobs.submitIdeogramV4({
2465
2765
  input: {
2466
2766
  prompt: "prompt",
2467
2767
  aspect_ratio: "16:9",
2468
- resolution: "720p",
2469
- quality: "turbo"
2768
+ resolution: "720p"
2470
2769
  }
2471
2770
  });
2472
2771
 
@@ -2516,7 +2815,7 @@ await client.jobs.submitIdeogramV4({
2516
2815
  <dl>
2517
2816
  <dd>
2518
2817
 
2519
- The latest text to image model from Google
2818
+ Google's earlier photoreal generator, kept for parity.
2520
2819
 
2521
2820
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
2522
2821
  </dd>
@@ -3041,8 +3340,7 @@ await client.jobs.submitKlingAiAvatarV2({
3041
3340
  audio: {
3042
3341
  source: "url",
3043
3342
  url: "url"
3044
- },
3045
- quality: "standard"
3343
+ }
3046
3344
  }
3047
3345
  });
3048
3346
 
@@ -3163,7 +3461,7 @@ await client.jobs.submitKlingO1({
3163
3461
  <dl>
3164
3462
  <dd>
3165
3463
 
3166
- Text-to-video model with up to 15-second generations and native audio.
3464
+ Clips up to 15 seconds with native audio.
3167
3465
 
3168
3466
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3169
3467
  </dd>
@@ -3183,8 +3481,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3183
3481
  await client.jobs.submitKlingO3({
3184
3482
  input: {
3185
3483
  aspect_ratio: "16:9",
3186
- duration_ms: 1,
3187
- quality: "standard"
3484
+ duration_ms: 1
3188
3485
  }
3189
3486
  });
3190
3487
 
@@ -3382,7 +3679,7 @@ await client.jobs.submitKlingO3Reference({
3382
3679
  <dl>
3383
3680
  <dd>
3384
3681
 
3385
- Text-to-video with ultra-high-definition storyboards and native audio.
3682
+ Ultra-high-definition storyboards with native audio.
3386
3683
 
3387
3684
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3388
3685
  </dd>
@@ -3402,8 +3699,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3402
3699
  await client.jobs.submitKlingV3({
3403
3700
  input: {
3404
3701
  aspect_ratio: "16:9",
3405
- duration_ms: 1,
3406
- quality: "standard"
3702
+ duration_ms: 1
3407
3703
  }
3408
3704
  });
3409
3705
 
@@ -3530,7 +3826,7 @@ await client.jobs.submitKlingV3MotionControl({
3530
3826
  <dl>
3531
3827
  <dd>
3532
3828
 
3533
- Lightricks LTX-2.3 text-to-video at up to 4K, with synchronized native audio
3829
+ Clips up to 4K with synchronized native audio, for final output.
3534
3830
 
3535
3831
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3536
3832
  </dd>
@@ -3552,8 +3848,7 @@ await client.jobs.submitLtx23({
3552
3848
  prompt: "prompt",
3553
3849
  resolution: "1080p",
3554
3850
  duration_ms: 1,
3555
- aspect_ratio: "auto",
3556
- quality: "fast"
3851
+ aspect_ratio: "auto"
3557
3852
  }
3558
3853
  });
3559
3854
 
@@ -3603,7 +3898,7 @@ await client.jobs.submitLtx23({
3603
3898
  <dl>
3604
3899
  <dd>
3605
3900
 
3606
- Luma Ray 3.2 text-to-video with cinematic motion and camera control
3901
+ Cinematic motion with deliberate camera control, from a prompt.
3607
3902
 
3608
3903
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3609
3904
  </dd>
@@ -3623,7 +3918,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3623
3918
  await client.jobs.submitLumaRay32({
3624
3919
  input: {
3625
3920
  prompt: "prompt",
3626
- aspect_ratio: "1:1",
3921
+ aspect_ratio: "3:4",
3627
3922
  resolution: "540p",
3628
3923
  duration_ms: 1
3629
3924
  }
@@ -3695,8 +3990,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3695
3990
  await client.jobs.submitMaiImage25({
3696
3991
  input: {
3697
3992
  prompt: "prompt",
3698
- aspect_ratio: "1:1",
3699
- quality: "standard"
3993
+ aspect_ratio: "1:1"
3700
3994
  }
3701
3995
  });
3702
3996
 
@@ -3746,7 +4040,7 @@ await client.jobs.submitMaiImage25({
3746
4040
  <dl>
3747
4041
  <dd>
3748
4042
 
3749
- MiniMax H3 video generation from text, frames, or references.
4043
+ One model for every starting point — a prompt, a keyframe pair, or reference images that keep a subject consistent.
3750
4044
 
3751
4045
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3752
4046
  </dd>
@@ -3766,7 +4060,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3766
4060
  await client.jobs.submitMinimaxH3({
3767
4061
  input: {
3768
4062
  prompt: "prompt",
3769
- resolution: "768p",
4063
+ resolution: "480p",
3770
4064
  duration_ms: 1
3771
4065
  }
3772
4066
  });
@@ -3837,8 +4131,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3837
4131
  await client.jobs.submitMinimaxHailuo02({
3838
4132
  input: {
3839
4133
  prompt: "prompt",
3840
- duration_ms: 1,
3841
- quality: "standard"
4134
+ duration_ms: 1
3842
4135
  }
3843
4136
  });
3844
4137
 
@@ -3908,8 +4201,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
3908
4201
  await client.jobs.submitMinimaxHailuo23({
3909
4202
  input: {
3910
4203
  prompt: "prompt",
3911
- duration_ms: 1,
3912
- quality: "standard"
4204
+ duration_ms: 1
3913
4205
  }
3914
4206
  });
3915
4207
 
@@ -3959,7 +4251,7 @@ await client.jobs.submitMinimaxHailuo23({
3959
4251
  <dl>
3960
4252
  <dd>
3961
4253
 
3962
- The brand new HD model. Ultimate Similarity, Ultra-High Quality. Supports 40+ languages including Tamil, Hebrew, Swedish, etc.
4254
+ The high-fidelity tier closest voice likeness, across 40+ languages.
3963
4255
 
3964
4256
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
3965
4257
  </dd>
@@ -4029,7 +4321,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
4029
4321
  <dl>
4030
4322
  <dd>
4031
4323
 
4032
- The brand new Turbo model. Ultimate Value, 40 Languages. Major improvements to natural English expression.
4324
+ The value tier natural English delivery across 40+ languages, at a lower rate.
4033
4325
 
4034
4326
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4035
4327
  </dd>
@@ -4099,7 +4391,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
4099
4391
  <dl>
4100
4392
  <dd>
4101
4393
 
4102
- Best in class image model with reference image support and ultra high quality generations for professional grade images.
4394
+ Reference-guided stills that hold a character or product across a set.
4103
4395
 
4104
4396
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4105
4397
  </dd>
@@ -4170,7 +4462,7 @@ await client.jobs.submitNanoBanana({
4170
4462
  <dl>
4171
4463
  <dd>
4172
4464
 
4173
- Gemini 3.1 Flash native image generation with improved quality and advanced features including multi-subject reference and high-fidelity style transfer
4465
+ Multi-subject stills up to 4K hand it several references and it keeps each one recognizable.
4174
4466
 
4175
4467
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4176
4468
  </dd>
@@ -4190,8 +4482,8 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
4190
4482
  await client.jobs.submitNanoBanana2({
4191
4483
  input: {
4192
4484
  prompt: "prompt",
4193
- aspect_ratio: "16:9",
4194
- resolution: "1K"
4485
+ aspect_ratio: "adaptive",
4486
+ resolution: "512px"
4195
4487
  }
4196
4488
  });
4197
4489
 
@@ -4241,7 +4533,7 @@ await client.jobs.submitNanoBanana2({
4241
4533
  <dl>
4242
4534
  <dd>
4243
4535
 
4244
- Gemini 3 Pro native image generation with advanced multimodal understanding and richer visuals
4536
+ The reasoning-heavy tier dense prompts, mixed references, and style transfer up to 4K.
4245
4537
 
4246
4538
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4247
4539
  </dd>
@@ -4261,7 +4553,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
4261
4553
  await client.jobs.submitNanoBananaPro({
4262
4554
  input: {
4263
4555
  prompt: "prompt",
4264
- aspect_ratio: "16:9",
4556
+ aspect_ratio: "adaptive",
4265
4557
  resolution: "1K"
4266
4558
  }
4267
4559
  });
@@ -4389,7 +4681,7 @@ await client.jobs.submitOmnihuman15({
4389
4681
  <dl>
4390
4682
  <dd>
4391
4683
 
4392
- PixVerse V6 text-to-video with native audio and 1080p output up to 15 seconds
4684
+ Stylized 1080p clips up to 15 seconds, with native audio.
4393
4685
 
4394
4686
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4395
4687
  </dd>
@@ -4481,8 +4773,7 @@ await client.jobs.submitQwenImage2({
4481
4773
  input: {
4482
4774
  prompt: "prompt",
4483
4775
  aspect_ratio: "16:9",
4484
- resolution: "540p",
4485
- quality: "standard"
4776
+ resolution: "540p"
4486
4777
  }
4487
4778
  });
4488
4779
 
@@ -4892,7 +5183,7 @@ await client.jobs.submitSana({
4892
5183
  <dl>
4893
5184
  <dd>
4894
5185
 
4895
- ByteDance Seedance 1.5 Pro video generation model
5186
+ Keyframe-driven video with native audio, from a start frame, an end frame, or both.
4896
5187
 
4897
5188
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4898
5189
  </dd>
@@ -4964,7 +5255,7 @@ await client.jobs.submitSeedance15Pro({
4964
5255
  <dl>
4965
5256
  <dd>
4966
5257
 
4967
- ByteDance Seedance 2.0 video generation model
5258
+ Reference-driven video up to 4K with native audio — hold a look across shots with reference images, clips, or audio.
4968
5259
 
4969
5260
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
4970
5261
  </dd>
@@ -4986,8 +5277,7 @@ await client.jobs.submitSeedance20({
4986
5277
  prompt: "prompt",
4987
5278
  aspect_ratio: "1:1",
4988
5279
  resolution: "4K",
4989
- duration_ms: 1,
4990
- quality: "standard"
5280
+ duration_ms: 1
4991
5281
  }
4992
5282
  });
4993
5283
 
@@ -5037,7 +5327,7 @@ await client.jobs.submitSeedance20({
5037
5327
  <dl>
5038
5328
  <dd>
5039
5329
 
5040
- ByteDance Seedance 2.0 Mini video generation model
5330
+ The lightest Seedance tier short reference-driven clips at 480p and 720p.
5041
5331
 
5042
5332
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5043
5333
  </dd>
@@ -5109,7 +5399,7 @@ await client.jobs.submitSeedance20Mini({
5109
5399
  <dl>
5110
5400
  <dd>
5111
5401
 
5112
- ByteDance Seedance 2.5 video generation model
5402
+ Reference-driven video up to 30 seconds at 1080p, with native audio.
5113
5403
 
5114
5404
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5115
5405
  </dd>
@@ -5181,7 +5471,7 @@ await client.jobs.submitSeedance25({
5181
5471
  <dl>
5182
5472
  <dd>
5183
5473
 
5184
- Ultra-fast pro grade image model, pairing reference image support with high quality output for professional visuals
5474
+ Quick, reference-aware stills for professional work on a tight turnaround.
5185
5475
 
5186
5476
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5187
5477
  </dd>
@@ -5252,7 +5542,7 @@ await client.jobs.submitSeedream40({
5252
5542
  <dl>
5253
5543
  <dd>
5254
5544
 
5255
- Latest Seedream with enhanced detail, refined composition, and multi-reference image support for professional visuals.
5545
+ Finer detail and steadier composition than 4.0, with support for several references at once.
5256
5546
 
5257
5547
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5258
5548
  </dd>
@@ -5323,7 +5613,7 @@ await client.jobs.submitSeedream45({
5323
5613
  <dl>
5324
5614
  <dd>
5325
5615
 
5326
- ByteDance Seedream 5.0 Lite Text-to-Image
5616
+ Sharp 2K and 4K stills from a prompt, at the light tier's price.
5327
5617
 
5328
5618
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5329
5619
  </dd>
@@ -5394,7 +5684,7 @@ await client.jobs.submitSeedream50Lite({
5394
5684
  <dl>
5395
5685
  <dd>
5396
5686
 
5397
- ByteDance Seedream 5.0 Pro Text-to-Image
5687
+ The top Seedream tier layer-separable output and strong multilingual in-image text, up to 2K.
5398
5688
 
5399
5689
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
5400
5690
  </dd>
@@ -6198,7 +6488,7 @@ await client.jobs.submitVeedVideoBackgroundRemoval({
6198
6488
  <dl>
6199
6489
  <dd>
6200
6490
 
6201
- The current state of the art in video generation
6491
+ Google's earlier cinematic generator, kept for existing workflows.
6202
6492
 
6203
6493
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
6204
6494
  </dd>
@@ -6289,8 +6579,7 @@ await client.jobs.submitVeo3({
6289
6579
  prompt: "prompt",
6290
6580
  aspect_ratio: "16:9",
6291
6581
  resolution: "720p",
6292
- duration_ms: 1,
6293
- quality: "standard"
6582
+ duration_ms: 1
6294
6583
  }
6295
6584
  });
6296
6585
 
@@ -6361,8 +6650,7 @@ await client.jobs.submitVeo31({
6361
6650
  input: {
6362
6651
  prompt: "prompt",
6363
6652
  aspect_ratio: "16:9",
6364
- resolution: "720p",
6365
- quality: "standard"
6653
+ resolution: "720p"
6366
6654
  }
6367
6655
  });
6368
6656
 
@@ -6412,7 +6700,7 @@ await client.jobs.submitVeo31({
6412
6700
  <dl>
6413
6701
  <dd>
6414
6702
 
6415
- Vidu Q3 video with native dialogue and sound, up to 16 seconds from a text prompt, from a start frame, or between a start and end frame
6703
+ The longest clips in the catalog up to 16 seconds with native dialogue and sound, from a text prompt, from a start frame, or between a start and end frame
6416
6704
 
6417
6705
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
6418
6706
  </dd>
@@ -6433,8 +6721,7 @@ await client.jobs.submitViduQ3({
6433
6721
  input: {
6434
6722
  prompt: "prompt",
6435
6723
  resolution: "540p",
6436
- duration_ms: 1,
6437
- quality: "standard"
6724
+ duration_ms: 1
6438
6725
  }
6439
6726
  });
6440
6727
 
@@ -6484,7 +6771,7 @@ await client.jobs.submitViduQ3({
6484
6771
  <dl>
6485
6772
  <dd>
6486
6773
 
6487
- Vidu Q3 reference-to-video keeping up to four subjects consistent
6774
+ Keep up to four subjects consistent across a clip from reference images.
6488
6775
 
6489
6776
  Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
6490
6777
  </dd>
@@ -6653,8 +6940,7 @@ await client.jobs.submitWan30({
6653
6940
  prompt: "prompt",
6654
6941
  aspect_ratio: "adaptive",
6655
6942
  resolution: "480p",
6656
- duration_ms: 1,
6657
- quality: "standard"
6943
+ duration_ms: 1
6658
6944
  }
6659
6945
  });
6660
6946
 
@@ -7014,6 +7300,79 @@ await client.models.listVoices("model");
7014
7300
  </dl>
7015
7301
 
7016
7302
 
7303
+ </dd>
7304
+ </dl>
7305
+ </details>
7306
+
7307
+ <details><summary><code>client.models.<a href="/src/api/resources/models/client/Client.ts">searchVoices</a>(model, { ...params }) -> Hedra.VoiceListResponse</code></summary>
7308
+ <dl>
7309
+ <dd>
7310
+
7311
+ #### 📝 Description
7312
+
7313
+ <dl>
7314
+ <dd>
7315
+
7316
+ <dl>
7317
+ <dd>
7318
+
7319
+ The voices this model accepts, ranked against a description — the whole shared library, including the voices the listing does not return.
7320
+ </dd>
7321
+ </dl>
7322
+ </dd>
7323
+ </dl>
7324
+
7325
+ #### 🔌 Usage
7326
+
7327
+ <dl>
7328
+ <dd>
7329
+
7330
+ <dl>
7331
+ <dd>
7332
+
7333
+ ```typescript
7334
+ await client.models.searchVoices("model", {
7335
+ q: "q"
7336
+ });
7337
+
7338
+ ```
7339
+ </dd>
7340
+ </dl>
7341
+ </dd>
7342
+ </dl>
7343
+
7344
+ #### ⚙️ Parameters
7345
+
7346
+ <dl>
7347
+ <dd>
7348
+
7349
+ <dl>
7350
+ <dd>
7351
+
7352
+ **model:** `string` — The model's public id (`GET /v3/models`).
7353
+
7354
+ </dd>
7355
+ </dl>
7356
+
7357
+ <dl>
7358
+ <dd>
7359
+
7360
+ **request:** `Hedra.ModelsSearchVoicesRequest`
7361
+
7362
+ </dd>
7363
+ </dl>
7364
+
7365
+ <dl>
7366
+ <dd>
7367
+
7368
+ **requestOptions:** `ModelsClient.RequestOptions`
7369
+
7370
+ </dd>
7371
+ </dl>
7372
+ </dd>
7373
+ </dl>
7374
+
7375
+
7017
7376
  </dd>
7018
7377
  </dl>
7019
7378
  </details>
@@ -7566,6 +7925,71 @@ await client.billing.getUsage();
7566
7925
  </dl>
7567
7926
 
7568
7927
 
7928
+ </dd>
7929
+ </dl>
7930
+ </details>
7931
+
7932
+ <details><summary><code>client.billing.<a href="/src/api/resources/billing/client/Client.ts">listTransactions</a>({ ...params }) -> Hedra.TransactionListResponse</code></summary>
7933
+ <dl>
7934
+ <dd>
7935
+
7936
+ #### 📝 Description
7937
+
7938
+ <dl>
7939
+ <dd>
7940
+
7941
+ <dl>
7942
+ <dd>
7943
+
7944
+ Every movement of the API wallet's balance, newest first: funds added,
7945
+ jobs charged, charges refunded, and corrections. Scoped to the workspace
7946
+ the credential bills, the same one `GET /v3/balance` reports.
7947
+ </dd>
7948
+ </dl>
7949
+ </dd>
7950
+ </dl>
7951
+
7952
+ #### 🔌 Usage
7953
+
7954
+ <dl>
7955
+ <dd>
7956
+
7957
+ <dl>
7958
+ <dd>
7959
+
7960
+ ```typescript
7961
+ await client.billing.listTransactions();
7962
+
7963
+ ```
7964
+ </dd>
7965
+ </dl>
7966
+ </dd>
7967
+ </dl>
7968
+
7969
+ #### ⚙️ Parameters
7970
+
7971
+ <dl>
7972
+ <dd>
7973
+
7974
+ <dl>
7975
+ <dd>
7976
+
7977
+ **request:** `Hedra.BillingListTransactionsRequest`
7978
+
7979
+ </dd>
7980
+ </dl>
7981
+
7982
+ <dl>
7983
+ <dd>
7984
+
7985
+ **requestOptions:** `BillingClient.RequestOptions`
7986
+
7987
+ </dd>
7988
+ </dl>
7989
+ </dd>
7990
+ </dl>
7991
+
7992
+
7569
7993
  </dd>
7570
7994
  </dl>
7571
7995
  </details>