@hedra/sdk 4.0.0 → 5.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/cjs/BaseClient.d.ts +2 -2
- package/dist/cjs/BaseClient.js +3 -3
- package/dist/cjs/api/resources/billing/client/Client.d.ts +22 -0
- package/dist/cjs/api/resources/billing/client/Client.js +78 -2
- package/dist/cjs/api/resources/billing/client/requests/BillingListTransactionsRequest.d.ts +10 -0
- package/dist/cjs/api/resources/billing/client/requests/BillingListTransactionsRequest.js +3 -0
- package/dist/cjs/api/resources/billing/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/files/client/Client.js +1 -1
- package/dist/cjs/api/resources/jobs/client/Client.d.ts +121 -72
- package/dist/cjs/api/resources/jobs/client/Client.js +320 -167
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.d.ts +17 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGptImage2.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.d.ts +18 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyHidreamO1Image.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyIdeogramV4.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingAiAvatarV2.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyLtx23.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyLumaRay32.d.ts +1 -1
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMaiImage25.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxH3.d.ts +1 -1
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo02.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo23.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyNanoBanana2.d.ts +2 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyNanoBananaPro.d.ts +1 -1
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyQwenImage2.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodySeedance20.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeo3.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeo31.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyViduQ3.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyWan30.d.ts +1 -2
- package/dist/cjs/api/resources/jobs/client/requests/index.d.ts +2 -0
- package/dist/cjs/api/resources/keys/client/Client.js +4 -4
- package/dist/cjs/api/resources/logDrains/client/Client.js +6 -6
- package/dist/cjs/api/resources/models/client/Client.d.ts +23 -0
- package/dist/cjs/api/resources/models/client/Client.js +85 -6
- package/dist/cjs/api/resources/models/client/requests/ModelsSearchVoicesRequest.d.ts +17 -0
- package/dist/cjs/api/resources/models/client/requests/ModelsSearchVoicesRequest.js +3 -0
- package/dist/cjs/api/resources/models/client/requests/index.d.ts +1 -0
- package/dist/cjs/api/resources/tokens/client/Client.js +1 -1
- package/dist/cjs/api/resources/webhooks/client/Client.js +7 -7
- package/dist/cjs/api/types/InputElevenlabsMusic.d.ts +13 -0
- package/dist/cjs/api/types/InputElevenlabsMusic.js +3 -0
- package/dist/cjs/api/types/InputFlux3.d.ts +2 -2
- package/dist/cjs/api/types/InputFlux3EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputFlux3StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputGeminiOmniFlash.d.ts +2 -2
- package/dist/cjs/api/types/InputGeminiOmniFlashSourceVideo.d.ts +1 -1
- package/dist/cjs/api/types/InputGeminiOmniFlashStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputGptImage2.d.ts +3 -3
- package/dist/cjs/api/types/InputGptImage2.js +1 -1
- package/dist/cjs/api/types/InputGrokImagine.d.ts +32 -3
- package/dist/cjs/api/types/InputGrokImagine.js +22 -1
- package/dist/cjs/api/types/InputGrokImagine20.d.ts +52 -0
- package/dist/cjs/api/types/InputGrokImagine20.js +34 -0
- package/dist/cjs/api/types/InputGrokImagine20ImagesItem.d.ts +20 -0
- package/dist/cjs/api/types/InputGrokImagine20ImagesItem.js +3 -0
- package/dist/cjs/api/types/InputGrokVideo.d.ts +1 -1
- package/dist/cjs/api/types/InputGrokVideoStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputHappyHorse.d.ts +1 -1
- package/dist/cjs/api/types/InputHappyHorseStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputHedraAvatar.d.ts +1 -1
- package/dist/cjs/api/types/InputHedraAvatarStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputHedraCharacter3.d.ts +1 -1
- package/dist/cjs/api/types/InputHedraCharacter3StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputHidreamO1Image.d.ts +3 -3
- package/dist/cjs/api/types/InputHidreamO1Image.js +1 -1
- package/dist/cjs/api/types/InputIdeogramV4.d.ts +3 -3
- package/dist/cjs/api/types/InputIdeogramV4.js +1 -1
- package/dist/cjs/api/types/InputKling16.d.ts +1 -1
- package/dist/cjs/api/types/InputKling16StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKling21Master.d.ts +1 -1
- package/dist/cjs/api/types/InputKling21MasterStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKling25Turbo.d.ts +1 -1
- package/dist/cjs/api/types/InputKling25TurboStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKling26MotionControl.d.ts +2 -2
- package/dist/cjs/api/types/InputKling26MotionControlSourceVideo.d.ts +1 -1
- package/dist/cjs/api/types/InputKling26MotionControlStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKling26Pro.d.ts +1 -1
- package/dist/cjs/api/types/InputKling26ProStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingAiAvatarV2.d.ts +4 -4
- package/dist/cjs/api/types/InputKlingAiAvatarV2.js +1 -1
- package/dist/cjs/api/types/InputKlingAiAvatarV2StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO1.d.ts +2 -2
- package/dist/cjs/api/types/InputKlingO1EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO1StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO3.d.ts +5 -5
- package/dist/cjs/api/types/InputKlingO3.js +1 -1
- package/dist/cjs/api/types/InputKlingO3Edit.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO3EditSourceVideo.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO3EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO3Reference.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO3ReferenceSourceVideo.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO3StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingV3.d.ts +5 -5
- package/dist/cjs/api/types/InputKlingV3.js +1 -1
- package/dist/cjs/api/types/InputKlingV3EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingV3MotionControl.d.ts +2 -2
- package/dist/cjs/api/types/InputKlingV3MotionControlSourceVideo.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingV3MotionControlStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingV3StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputLtx23.d.ts +5 -5
- package/dist/cjs/api/types/InputLtx23.js +1 -1
- package/dist/cjs/api/types/InputLtx23EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputLtx23StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputLumaRay32.d.ts +2 -2
- package/dist/cjs/api/types/InputLumaRay32.js +2 -2
- package/dist/cjs/api/types/InputMaiImage25.d.ts +3 -3
- package/dist/cjs/api/types/InputMaiImage25.js +1 -1
- package/dist/cjs/api/types/InputMinimaxH3.d.ts +3 -2
- package/dist/cjs/api/types/InputMinimaxH3.js +1 -0
- package/dist/cjs/api/types/InputMinimaxH3EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputMinimaxH3StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputMinimaxHailuo02.d.ts +5 -5
- package/dist/cjs/api/types/InputMinimaxHailuo02.js +1 -1
- package/dist/cjs/api/types/InputMinimaxHailuo02EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputMinimaxHailuo02StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputMinimaxHailuo23.d.ts +4 -4
- package/dist/cjs/api/types/InputMinimaxHailuo23.js +1 -1
- package/dist/cjs/api/types/InputMinimaxHailuo23StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputNanoBanana.d.ts +2 -2
- package/dist/cjs/api/types/InputNanoBanana.js +1 -1
- package/dist/cjs/api/types/InputNanoBanana2.d.ts +20 -2
- package/dist/cjs/api/types/InputNanoBanana2.js +12 -1
- package/dist/cjs/api/types/InputNanoBananaPro.d.ts +5 -2
- package/dist/cjs/api/types/InputNanoBananaPro.js +2 -1
- package/dist/cjs/api/types/InputOmnihuman15.d.ts +1 -1
- package/dist/cjs/api/types/InputOmnihuman15StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputPixverseV6.d.ts +1 -1
- package/dist/cjs/api/types/InputPixverseV6StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputQwenImage2.d.ts +3 -3
- package/dist/cjs/api/types/InputQwenImage2.js +1 -1
- package/dist/cjs/api/types/InputSeedance15Pro.d.ts +3 -2
- package/dist/cjs/api/types/InputSeedance15Pro.js +1 -0
- package/dist/cjs/api/types/InputSeedance15ProEndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance15ProStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance20.d.ts +6 -5
- package/dist/cjs/api/types/InputSeedance20.js +2 -1
- package/dist/cjs/api/types/InputSeedance20EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance20Mini.d.ts +3 -2
- package/dist/cjs/api/types/InputSeedance20Mini.js +1 -0
- package/dist/cjs/api/types/InputSeedance20MiniEndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance20MiniStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance20StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance25.d.ts +2 -2
- package/dist/cjs/api/types/InputSeedance25EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance25StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedream50Lite.d.ts +8 -0
- package/dist/cjs/api/types/InputSeedream50Lite.js +5 -0
- package/dist/cjs/api/types/InputSeedream50Pro.d.ts +8 -0
- package/dist/cjs/api/types/InputSeedream50Pro.js +5 -0
- package/dist/cjs/api/types/InputSora2Pro.d.ts +1 -1
- package/dist/cjs/api/types/InputSora2ProStartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputVeedFabric10.d.ts +1 -1
- package/dist/cjs/api/types/InputVeedFabric10StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputVeo2.d.ts +1 -1
- package/dist/cjs/api/types/InputVeo2StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputVeo3.d.ts +4 -4
- package/dist/cjs/api/types/InputVeo3.js +1 -1
- package/dist/cjs/api/types/InputVeo31.d.ts +6 -6
- package/dist/cjs/api/types/InputVeo31.js +1 -1
- package/dist/cjs/api/types/InputVeo31EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputVeo31SourceVideo.d.ts +1 -1
- package/dist/cjs/api/types/InputVeo31StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputVeo3StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputViduQ3.d.ts +5 -5
- package/dist/cjs/api/types/InputViduQ3.js +1 -1
- package/dist/cjs/api/types/InputViduQ3EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputViduQ3StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputWan27.d.ts +2 -2
- package/dist/cjs/api/types/InputWan27EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputWan27StartImage.d.ts +1 -1
- package/dist/cjs/api/types/InputWan30.d.ts +5 -5
- package/dist/cjs/api/types/InputWan30.js +1 -1
- package/dist/cjs/api/types/InputWan30EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputWan30StartImage.d.ts +1 -1
- package/dist/cjs/api/types/TransactionListResponse.d.ts +7 -0
- package/dist/cjs/api/types/TransactionListResponse.js +3 -0
- package/dist/cjs/api/types/TransactionRecord.d.ts +15 -0
- package/dist/cjs/api/types/TransactionRecord.js +3 -0
- package/dist/cjs/api/types/VoiceGender.d.ts +12 -0
- package/dist/cjs/api/types/VoiceGender.js +15 -0
- package/dist/cjs/api/types/index.d.ts +6 -0
- package/dist/cjs/api/types/index.js +6 -0
- package/dist/cjs/version.d.ts +1 -1
- package/dist/cjs/version.js +1 -1
- package/dist/esm/BaseClient.d.mts +2 -2
- package/dist/esm/BaseClient.mjs +3 -3
- package/dist/esm/api/resources/billing/client/Client.d.mts +22 -0
- package/dist/esm/api/resources/billing/client/Client.mjs +78 -2
- package/dist/esm/api/resources/billing/client/requests/BillingListTransactionsRequest.d.mts +10 -0
- package/dist/esm/api/resources/billing/client/requests/BillingListTransactionsRequest.mjs +2 -0
- package/dist/esm/api/resources/billing/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/files/client/Client.mjs +1 -1
- package/dist/esm/api/resources/jobs/client/Client.d.mts +121 -72
- package/dist/esm/api/resources/jobs/client/Client.mjs +320 -167
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.d.mts +17 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMusic.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGptImage2.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.d.mts +18 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyGrokImagine20.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyHidreamO1Image.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyIdeogramV4.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingAiAvatarV2.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyLtx23.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyLumaRay32.d.mts +1 -1
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMaiImage25.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxH3.d.mts +1 -1
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo02.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyMinimaxHailuo23.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyNanoBanana2.d.mts +2 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyNanoBananaPro.d.mts +1 -1
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyQwenImage2.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodySeedance20.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeo3.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeo31.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyViduQ3.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyWan30.d.mts +1 -2
- package/dist/esm/api/resources/jobs/client/requests/index.d.mts +2 -0
- package/dist/esm/api/resources/keys/client/Client.mjs +4 -4
- package/dist/esm/api/resources/logDrains/client/Client.mjs +6 -6
- package/dist/esm/api/resources/models/client/Client.d.mts +23 -0
- package/dist/esm/api/resources/models/client/Client.mjs +85 -6
- package/dist/esm/api/resources/models/client/requests/ModelsSearchVoicesRequest.d.mts +17 -0
- package/dist/esm/api/resources/models/client/requests/ModelsSearchVoicesRequest.mjs +2 -0
- package/dist/esm/api/resources/models/client/requests/index.d.mts +1 -0
- package/dist/esm/api/resources/tokens/client/Client.mjs +1 -1
- package/dist/esm/api/resources/webhooks/client/Client.mjs +7 -7
- package/dist/esm/api/types/InputElevenlabsMusic.d.mts +13 -0
- package/dist/esm/api/types/InputElevenlabsMusic.mjs +2 -0
- package/dist/esm/api/types/InputFlux3.d.mts +2 -2
- package/dist/esm/api/types/InputFlux3EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputFlux3StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputGeminiOmniFlash.d.mts +2 -2
- package/dist/esm/api/types/InputGeminiOmniFlashSourceVideo.d.mts +1 -1
- package/dist/esm/api/types/InputGeminiOmniFlashStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputGptImage2.d.mts +3 -3
- package/dist/esm/api/types/InputGptImage2.mjs +1 -1
- package/dist/esm/api/types/InputGrokImagine.d.mts +32 -3
- package/dist/esm/api/types/InputGrokImagine.mjs +22 -1
- package/dist/esm/api/types/InputGrokImagine20.d.mts +52 -0
- package/dist/esm/api/types/InputGrokImagine20.mjs +31 -0
- package/dist/esm/api/types/InputGrokImagine20ImagesItem.d.mts +20 -0
- package/dist/esm/api/types/InputGrokImagine20ImagesItem.mjs +2 -0
- package/dist/esm/api/types/InputGrokVideo.d.mts +1 -1
- package/dist/esm/api/types/InputGrokVideoStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputHappyHorse.d.mts +1 -1
- package/dist/esm/api/types/InputHappyHorseStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputHedraAvatar.d.mts +1 -1
- package/dist/esm/api/types/InputHedraAvatarStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputHedraCharacter3.d.mts +1 -1
- package/dist/esm/api/types/InputHedraCharacter3StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputHidreamO1Image.d.mts +3 -3
- package/dist/esm/api/types/InputHidreamO1Image.mjs +1 -1
- package/dist/esm/api/types/InputIdeogramV4.d.mts +3 -3
- package/dist/esm/api/types/InputIdeogramV4.mjs +1 -1
- package/dist/esm/api/types/InputKling16.d.mts +1 -1
- package/dist/esm/api/types/InputKling16StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKling21Master.d.mts +1 -1
- package/dist/esm/api/types/InputKling21MasterStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKling25Turbo.d.mts +1 -1
- package/dist/esm/api/types/InputKling25TurboStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKling26MotionControl.d.mts +2 -2
- package/dist/esm/api/types/InputKling26MotionControlSourceVideo.d.mts +1 -1
- package/dist/esm/api/types/InputKling26MotionControlStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKling26Pro.d.mts +1 -1
- package/dist/esm/api/types/InputKling26ProStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingAiAvatarV2.d.mts +4 -4
- package/dist/esm/api/types/InputKlingAiAvatarV2.mjs +1 -1
- package/dist/esm/api/types/InputKlingAiAvatarV2StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO1.d.mts +2 -2
- package/dist/esm/api/types/InputKlingO1EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO1StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO3.d.mts +5 -5
- package/dist/esm/api/types/InputKlingO3.mjs +1 -1
- package/dist/esm/api/types/InputKlingO3Edit.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO3EditSourceVideo.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO3EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO3Reference.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO3ReferenceSourceVideo.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO3StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingV3.d.mts +5 -5
- package/dist/esm/api/types/InputKlingV3.mjs +1 -1
- package/dist/esm/api/types/InputKlingV3EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingV3MotionControl.d.mts +2 -2
- package/dist/esm/api/types/InputKlingV3MotionControlSourceVideo.d.mts +1 -1
- package/dist/esm/api/types/InputKlingV3MotionControlStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputKlingV3StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputLtx23.d.mts +5 -5
- package/dist/esm/api/types/InputLtx23.mjs +1 -1
- package/dist/esm/api/types/InputLtx23EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputLtx23StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputLumaRay32.d.mts +2 -2
- package/dist/esm/api/types/InputLumaRay32.mjs +2 -2
- package/dist/esm/api/types/InputMaiImage25.d.mts +3 -3
- package/dist/esm/api/types/InputMaiImage25.mjs +1 -1
- package/dist/esm/api/types/InputMinimaxH3.d.mts +3 -2
- package/dist/esm/api/types/InputMinimaxH3.mjs +1 -0
- package/dist/esm/api/types/InputMinimaxH3EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputMinimaxH3StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputMinimaxHailuo02.d.mts +5 -5
- package/dist/esm/api/types/InputMinimaxHailuo02.mjs +1 -1
- package/dist/esm/api/types/InputMinimaxHailuo02EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputMinimaxHailuo02StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputMinimaxHailuo23.d.mts +4 -4
- package/dist/esm/api/types/InputMinimaxHailuo23.mjs +1 -1
- package/dist/esm/api/types/InputMinimaxHailuo23StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputNanoBanana.d.mts +2 -2
- package/dist/esm/api/types/InputNanoBanana.mjs +1 -1
- package/dist/esm/api/types/InputNanoBanana2.d.mts +20 -2
- package/dist/esm/api/types/InputNanoBanana2.mjs +12 -1
- package/dist/esm/api/types/InputNanoBananaPro.d.mts +5 -2
- package/dist/esm/api/types/InputNanoBananaPro.mjs +2 -1
- package/dist/esm/api/types/InputOmnihuman15.d.mts +1 -1
- package/dist/esm/api/types/InputOmnihuman15StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputPixverseV6.d.mts +1 -1
- package/dist/esm/api/types/InputPixverseV6StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputQwenImage2.d.mts +3 -3
- package/dist/esm/api/types/InputQwenImage2.mjs +1 -1
- package/dist/esm/api/types/InputSeedance15Pro.d.mts +3 -2
- package/dist/esm/api/types/InputSeedance15Pro.mjs +1 -0
- package/dist/esm/api/types/InputSeedance15ProEndImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance15ProStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance20.d.mts +6 -5
- package/dist/esm/api/types/InputSeedance20.mjs +2 -1
- package/dist/esm/api/types/InputSeedance20EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance20Mini.d.mts +3 -2
- package/dist/esm/api/types/InputSeedance20Mini.mjs +1 -0
- package/dist/esm/api/types/InputSeedance20MiniEndImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance20MiniStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance20StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance25.d.mts +2 -2
- package/dist/esm/api/types/InputSeedance25EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance25StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedream50Lite.d.mts +8 -0
- package/dist/esm/api/types/InputSeedream50Lite.mjs +5 -0
- package/dist/esm/api/types/InputSeedream50Pro.d.mts +8 -0
- package/dist/esm/api/types/InputSeedream50Pro.mjs +5 -0
- package/dist/esm/api/types/InputSora2Pro.d.mts +1 -1
- package/dist/esm/api/types/InputSora2ProStartImage.d.mts +1 -1
- package/dist/esm/api/types/InputVeedFabric10.d.mts +1 -1
- package/dist/esm/api/types/InputVeedFabric10StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputVeo2.d.mts +1 -1
- package/dist/esm/api/types/InputVeo2StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputVeo3.d.mts +4 -4
- package/dist/esm/api/types/InputVeo3.mjs +1 -1
- package/dist/esm/api/types/InputVeo31.d.mts +6 -6
- package/dist/esm/api/types/InputVeo31.mjs +1 -1
- package/dist/esm/api/types/InputVeo31EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputVeo31SourceVideo.d.mts +1 -1
- package/dist/esm/api/types/InputVeo31StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputVeo3StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputViduQ3.d.mts +5 -5
- package/dist/esm/api/types/InputViduQ3.mjs +1 -1
- package/dist/esm/api/types/InputViduQ3EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputViduQ3StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputWan27.d.mts +2 -2
- package/dist/esm/api/types/InputWan27EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputWan27StartImage.d.mts +1 -1
- package/dist/esm/api/types/InputWan30.d.mts +5 -5
- package/dist/esm/api/types/InputWan30.mjs +1 -1
- package/dist/esm/api/types/InputWan30EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputWan30StartImage.d.mts +1 -1
- package/dist/esm/api/types/TransactionListResponse.d.mts +7 -0
- package/dist/esm/api/types/TransactionListResponse.mjs +2 -0
- package/dist/esm/api/types/TransactionRecord.d.mts +15 -0
- package/dist/esm/api/types/TransactionRecord.mjs +2 -0
- package/dist/esm/api/types/VoiceGender.d.mts +12 -0
- package/dist/esm/api/types/VoiceGender.mjs +12 -0
- package/dist/esm/api/types/index.d.mts +6 -0
- package/dist/esm/api/types/index.mjs +6 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +341 -72
|
@@ -89,7 +89,7 @@ export declare class JobsClient {
|
|
|
89
89
|
stream(job_id: string, request?: Hedra.JobsStreamRequest, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<core.Stream<Hedra.JobsStreamResponse>>;
|
|
90
90
|
private __stream;
|
|
91
91
|
/**
|
|
92
|
-
*
|
|
92
|
+
* Polished, print-ready stills when the brief is a finished image rather than a sketch.
|
|
93
93
|
*
|
|
94
94
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
95
95
|
*
|
|
@@ -180,6 +180,8 @@ export declare class JobsClient {
|
|
|
180
180
|
submitElevenlabsEnglishStsV2(request: Hedra.SubmitBodyElevenlabsEnglishStsV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
181
181
|
private __submitElevenlabsEnglishStsV2;
|
|
182
182
|
/**
|
|
183
|
+
* The low-latency voice across 30+ languages, for interactive and high-volume speech.
|
|
184
|
+
*
|
|
183
185
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
184
186
|
*
|
|
185
187
|
* @param {Hedra.SubmitBodyElevenlabsFlashMultilingualV2} request
|
|
@@ -207,6 +209,8 @@ export declare class JobsClient {
|
|
|
207
209
|
submitElevenlabsFlashMultilingualV2(request: Hedra.SubmitBodyElevenlabsFlashMultilingualV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
208
210
|
private __submitElevenlabsFlashMultilingualV2;
|
|
209
211
|
/**
|
|
212
|
+
* The low-latency English voice, for interactive speech.
|
|
213
|
+
*
|
|
210
214
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
211
215
|
*
|
|
212
216
|
* @param {Hedra.SubmitBodyElevenlabsFlashV2} request
|
|
@@ -264,6 +268,8 @@ export declare class JobsClient {
|
|
|
264
268
|
submitElevenlabsMultilingualStsV2(request: Hedra.SubmitBodyElevenlabsMultilingualStsV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
265
269
|
private __submitElevenlabsMultilingualStsV2;
|
|
266
270
|
/**
|
|
271
|
+
* Steady, natural narration across 30+ languages, for finished voiceover.
|
|
272
|
+
*
|
|
267
273
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
268
274
|
*
|
|
269
275
|
* @param {Hedra.SubmitBodyElevenlabsMultilingualV2} request
|
|
@@ -291,7 +297,36 @@ export declare class JobsClient {
|
|
|
291
297
|
submitElevenlabsMultilingualV2(request: Hedra.SubmitBodyElevenlabsMultilingualV2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
292
298
|
private __submitElevenlabsMultilingualV2;
|
|
293
299
|
/**
|
|
294
|
-
*
|
|
300
|
+
* Full tracks from a written brief, with optional lyrics placed across the length you ask for.
|
|
301
|
+
*
|
|
302
|
+
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
303
|
+
*
|
|
304
|
+
* @param {Hedra.SubmitBodyElevenlabsMusic} request
|
|
305
|
+
* @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
306
|
+
*
|
|
307
|
+
* @throws {@link Hedra.BadRequestError}
|
|
308
|
+
* @throws {@link Hedra.UnauthorizedError}
|
|
309
|
+
* @throws {@link Hedra.PaymentRequiredError}
|
|
310
|
+
* @throws {@link Hedra.ForbiddenError}
|
|
311
|
+
* @throws {@link Hedra.NotFoundError}
|
|
312
|
+
* @throws {@link Hedra.UnprocessableEntityError}
|
|
313
|
+
* @throws {@link Hedra.TooManyRequestsError}
|
|
314
|
+
* @throws {@link Hedra.InternalServerError}
|
|
315
|
+
* @throws {@link errors.HedraError}
|
|
316
|
+
* @throws {@link errors.HedraTimeoutError}
|
|
317
|
+
*
|
|
318
|
+
* @example
|
|
319
|
+
* await client.jobs.submitElevenlabsMusic({
|
|
320
|
+
* input: {
|
|
321
|
+
* prompt: "prompt",
|
|
322
|
+
* duration_ms: 1
|
|
323
|
+
* }
|
|
324
|
+
* })
|
|
325
|
+
*/
|
|
326
|
+
submitElevenlabsMusic(request: Hedra.SubmitBodyElevenlabsMusic, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
327
|
+
private __submitElevenlabsMusic;
|
|
328
|
+
/**
|
|
329
|
+
* One-off sound effects from a written description, loopable on request.
|
|
295
330
|
*
|
|
296
331
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
297
332
|
*
|
|
@@ -320,7 +355,7 @@ export declare class JobsClient {
|
|
|
320
355
|
submitElevenlabsSoundEffects(request: Hedra.SubmitBodyElevenlabsSoundEffects, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
321
356
|
private __submitElevenlabsSoundEffects;
|
|
322
357
|
/**
|
|
323
|
-
* ElevenLabs
|
|
358
|
+
* The most expressive ElevenLabs voice — emotional range and delivery cues for performance, not just narration.
|
|
324
359
|
*
|
|
325
360
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
326
361
|
*
|
|
@@ -440,7 +475,7 @@ export declare class JobsClient {
|
|
|
440
475
|
submitFlux11Ultra(request: Hedra.SubmitBodyFlux11Ultra, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
441
476
|
private __submitFlux11Ultra;
|
|
442
477
|
/**
|
|
443
|
-
*
|
|
478
|
+
* Video with native audio, straight from a prompt.
|
|
444
479
|
*
|
|
445
480
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
446
481
|
*
|
|
@@ -557,7 +592,7 @@ export declare class JobsClient {
|
|
|
557
592
|
submitFluxKontextPro(request: Hedra.SubmitBodyFluxKontextPro, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
558
593
|
private __submitFluxKontextPro;
|
|
559
594
|
/**
|
|
560
|
-
*
|
|
595
|
+
* The tunable Flux.2 tier — trade denoising steps against speed per generation.
|
|
561
596
|
*
|
|
562
597
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
563
598
|
*
|
|
@@ -586,7 +621,7 @@ export declare class JobsClient {
|
|
|
586
621
|
submitFlux2Flex(request: Hedra.SubmitBodyFlux2Flex, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
587
622
|
private __submitFlux2Flex;
|
|
588
623
|
/**
|
|
589
|
-
* Flux.2
|
|
624
|
+
* The lean Flux.2 tier — quick, inexpensive stills for concepting and high-volume work.
|
|
590
625
|
*
|
|
591
626
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
592
627
|
*
|
|
@@ -615,7 +650,7 @@ export declare class JobsClient {
|
|
|
615
650
|
submitFlux2Klein9B(request: Hedra.SubmitBodyFlux2Klein9B, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
616
651
|
private __submitFlux2Klein9B;
|
|
617
652
|
/**
|
|
618
|
-
*
|
|
653
|
+
* The top Flux.2 tier, for realism and precision in final deliverables.
|
|
619
654
|
*
|
|
620
655
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
621
656
|
*
|
|
@@ -644,7 +679,7 @@ export declare class JobsClient {
|
|
|
644
679
|
submitFlux2Max(request: Hedra.SubmitBodyFlux2Max, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
645
680
|
private __submitFlux2Max;
|
|
646
681
|
/**
|
|
647
|
-
*
|
|
682
|
+
* The everyday Flux.2 tier — style transfer and sequential edits that hold together across passes.
|
|
648
683
|
*
|
|
649
684
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
650
685
|
*
|
|
@@ -702,7 +737,7 @@ export declare class JobsClient {
|
|
|
702
737
|
submitGeminiOmniFlash(request: Hedra.SubmitBodyGeminiOmniFlash, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
703
738
|
private __submitGeminiOmniFlash;
|
|
704
739
|
/**
|
|
705
|
-
*
|
|
740
|
+
* Reads a long, specific brief closely — the choice when the prompt carries the detail.
|
|
706
741
|
*
|
|
707
742
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
708
743
|
*
|
|
@@ -754,15 +789,14 @@ export declare class JobsClient {
|
|
|
754
789
|
* input: {
|
|
755
790
|
* prompt: "prompt",
|
|
756
791
|
* aspect_ratio: "16:9",
|
|
757
|
-
* resolution: "1K"
|
|
758
|
-
* quality: "low"
|
|
792
|
+
* resolution: "1K"
|
|
759
793
|
* }
|
|
760
794
|
* })
|
|
761
795
|
*/
|
|
762
796
|
submitGptImage2(request: Hedra.SubmitBodyGptImage2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
763
797
|
private __submitGptImage2;
|
|
764
798
|
/**
|
|
765
|
-
*
|
|
799
|
+
* Grok's take on a prompt — punchy, irreverent stills, in everything from ultrawide to tall.
|
|
766
800
|
*
|
|
767
801
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
768
802
|
*
|
|
@@ -790,7 +824,37 @@ export declare class JobsClient {
|
|
|
790
824
|
submitGrokImagine(request: Hedra.SubmitBodyGrokImagine, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
791
825
|
private __submitGrokImagine;
|
|
792
826
|
/**
|
|
793
|
-
* xAI's
|
|
827
|
+
* xAI's current Grok Imagine — the same irreverence at higher fidelity, from a prompt or from up to three source images.
|
|
828
|
+
*
|
|
829
|
+
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
830
|
+
*
|
|
831
|
+
* @param {Hedra.SubmitBodyGrokImagine20} request
|
|
832
|
+
* @param {JobsClient.RequestOptions} requestOptions - Request-specific configuration.
|
|
833
|
+
*
|
|
834
|
+
* @throws {@link Hedra.BadRequestError}
|
|
835
|
+
* @throws {@link Hedra.UnauthorizedError}
|
|
836
|
+
* @throws {@link Hedra.PaymentRequiredError}
|
|
837
|
+
* @throws {@link Hedra.ForbiddenError}
|
|
838
|
+
* @throws {@link Hedra.NotFoundError}
|
|
839
|
+
* @throws {@link Hedra.UnprocessableEntityError}
|
|
840
|
+
* @throws {@link Hedra.TooManyRequestsError}
|
|
841
|
+
* @throws {@link Hedra.InternalServerError}
|
|
842
|
+
* @throws {@link errors.HedraError}
|
|
843
|
+
* @throws {@link errors.HedraTimeoutError}
|
|
844
|
+
*
|
|
845
|
+
* @example
|
|
846
|
+
* await client.jobs.submitGrokImagine20({
|
|
847
|
+
* input: {
|
|
848
|
+
* prompt: "prompt",
|
|
849
|
+
* aspect_ratio: "2:1",
|
|
850
|
+
* resolution: "1k"
|
|
851
|
+
* }
|
|
852
|
+
* })
|
|
853
|
+
*/
|
|
854
|
+
submitGrokImagine20(request: Hedra.SubmitBodyGrokImagine20, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
855
|
+
private __submitGrokImagine20;
|
|
856
|
+
/**
|
|
857
|
+
* Short, punchy clips from a prompt at 480p or 720p.
|
|
794
858
|
*
|
|
795
859
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
796
860
|
*
|
|
@@ -821,7 +885,7 @@ export declare class JobsClient {
|
|
|
821
885
|
submitGrokVideo(request: Hedra.SubmitBodyGrokVideo, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
822
886
|
private __submitGrokVideo;
|
|
823
887
|
/**
|
|
824
|
-
*
|
|
888
|
+
* Open-weight video generation from a prompt.
|
|
825
889
|
*
|
|
826
890
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
827
891
|
*
|
|
@@ -950,8 +1014,7 @@ export declare class JobsClient {
|
|
|
950
1014
|
* await client.jobs.submitHidreamO1Image({
|
|
951
1015
|
* input: {
|
|
952
1016
|
* prompt: "prompt",
|
|
953
|
-
* aspect_ratio: "16:9"
|
|
954
|
-
* quality: "standard"
|
|
1017
|
+
* aspect_ratio: "16:9"
|
|
955
1018
|
* }
|
|
956
1019
|
* })
|
|
957
1020
|
*/
|
|
@@ -1010,15 +1073,14 @@ export declare class JobsClient {
|
|
|
1010
1073
|
* input: {
|
|
1011
1074
|
* prompt: "prompt",
|
|
1012
1075
|
* aspect_ratio: "16:9",
|
|
1013
|
-
* resolution: "720p"
|
|
1014
|
-
* quality: "turbo"
|
|
1076
|
+
* resolution: "720p"
|
|
1015
1077
|
* }
|
|
1016
1078
|
* })
|
|
1017
1079
|
*/
|
|
1018
1080
|
submitIdeogramV4(request: Hedra.SubmitBodyIdeogramV4, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1019
1081
|
private __submitIdeogramV4;
|
|
1020
1082
|
/**
|
|
1021
|
-
*
|
|
1083
|
+
* Google's earlier photoreal generator, kept for parity.
|
|
1022
1084
|
*
|
|
1023
1085
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1024
1086
|
*
|
|
@@ -1258,8 +1320,7 @@ export declare class JobsClient {
|
|
|
1258
1320
|
* audio: {
|
|
1259
1321
|
* source: "url",
|
|
1260
1322
|
* url: "url"
|
|
1261
|
-
* }
|
|
1262
|
-
* quality: "standard"
|
|
1323
|
+
* }
|
|
1263
1324
|
* }
|
|
1264
1325
|
* })
|
|
1265
1326
|
*/
|
|
@@ -1296,7 +1357,7 @@ export declare class JobsClient {
|
|
|
1296
1357
|
submitKlingO1(request: Hedra.SubmitBodyKlingO1, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1297
1358
|
private __submitKlingO1;
|
|
1298
1359
|
/**
|
|
1299
|
-
*
|
|
1360
|
+
* Clips up to 15 seconds with native audio.
|
|
1300
1361
|
*
|
|
1301
1362
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1302
1363
|
*
|
|
@@ -1318,8 +1379,7 @@ export declare class JobsClient {
|
|
|
1318
1379
|
* await client.jobs.submitKlingO3({
|
|
1319
1380
|
* input: {
|
|
1320
1381
|
* aspect_ratio: "16:9",
|
|
1321
|
-
* duration_ms: 1
|
|
1322
|
-
* quality: "standard"
|
|
1382
|
+
* duration_ms: 1
|
|
1323
1383
|
* }
|
|
1324
1384
|
* })
|
|
1325
1385
|
*/
|
|
@@ -1392,7 +1452,7 @@ export declare class JobsClient {
|
|
|
1392
1452
|
submitKlingO3Reference(request: Hedra.SubmitBodyKlingO3Reference, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1393
1453
|
private __submitKlingO3Reference;
|
|
1394
1454
|
/**
|
|
1395
|
-
*
|
|
1455
|
+
* Ultra-high-definition storyboards with native audio.
|
|
1396
1456
|
*
|
|
1397
1457
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1398
1458
|
*
|
|
@@ -1414,8 +1474,7 @@ export declare class JobsClient {
|
|
|
1414
1474
|
* await client.jobs.submitKlingV3({
|
|
1415
1475
|
* input: {
|
|
1416
1476
|
* aspect_ratio: "16:9",
|
|
1417
|
-
* duration_ms: 1
|
|
1418
|
-
* quality: "standard"
|
|
1477
|
+
* duration_ms: 1
|
|
1419
1478
|
* }
|
|
1420
1479
|
* })
|
|
1421
1480
|
*/
|
|
@@ -1458,7 +1517,7 @@ export declare class JobsClient {
|
|
|
1458
1517
|
submitKlingV3MotionControl(request: Hedra.SubmitBodyKlingV3MotionControl, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1459
1518
|
private __submitKlingV3MotionControl;
|
|
1460
1519
|
/**
|
|
1461
|
-
*
|
|
1520
|
+
* Clips up to 4K with synchronized native audio, for final output.
|
|
1462
1521
|
*
|
|
1463
1522
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1464
1523
|
*
|
|
@@ -1482,15 +1541,14 @@ export declare class JobsClient {
|
|
|
1482
1541
|
* prompt: "prompt",
|
|
1483
1542
|
* resolution: "1080p",
|
|
1484
1543
|
* duration_ms: 1,
|
|
1485
|
-
* aspect_ratio: "auto"
|
|
1486
|
-
* quality: "fast"
|
|
1544
|
+
* aspect_ratio: "auto"
|
|
1487
1545
|
* }
|
|
1488
1546
|
* })
|
|
1489
1547
|
*/
|
|
1490
1548
|
submitLtx23(request: Hedra.SubmitBodyLtx23, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1491
1549
|
private __submitLtx23;
|
|
1492
1550
|
/**
|
|
1493
|
-
*
|
|
1551
|
+
* Cinematic motion with deliberate camera control, from a prompt.
|
|
1494
1552
|
*
|
|
1495
1553
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1496
1554
|
*
|
|
@@ -1512,7 +1570,7 @@ export declare class JobsClient {
|
|
|
1512
1570
|
* await client.jobs.submitLumaRay32({
|
|
1513
1571
|
* input: {
|
|
1514
1572
|
* prompt: "prompt",
|
|
1515
|
-
* aspect_ratio: "
|
|
1573
|
+
* aspect_ratio: "3:4",
|
|
1516
1574
|
* resolution: "540p",
|
|
1517
1575
|
* duration_ms: 1
|
|
1518
1576
|
* }
|
|
@@ -1543,15 +1601,14 @@ export declare class JobsClient {
|
|
|
1543
1601
|
* await client.jobs.submitMaiImage25({
|
|
1544
1602
|
* input: {
|
|
1545
1603
|
* prompt: "prompt",
|
|
1546
|
-
* aspect_ratio: "1:1"
|
|
1547
|
-
* quality: "standard"
|
|
1604
|
+
* aspect_ratio: "1:1"
|
|
1548
1605
|
* }
|
|
1549
1606
|
* })
|
|
1550
1607
|
*/
|
|
1551
1608
|
submitMaiImage25(request: Hedra.SubmitBodyMaiImage25, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1552
1609
|
private __submitMaiImage25;
|
|
1553
1610
|
/**
|
|
1554
|
-
*
|
|
1611
|
+
* One model for every starting point — a prompt, a keyframe pair, or reference images that keep a subject consistent.
|
|
1555
1612
|
*
|
|
1556
1613
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1557
1614
|
*
|
|
@@ -1573,7 +1630,7 @@ export declare class JobsClient {
|
|
|
1573
1630
|
* await client.jobs.submitMinimaxH3({
|
|
1574
1631
|
* input: {
|
|
1575
1632
|
* prompt: "prompt",
|
|
1576
|
-
* resolution: "
|
|
1633
|
+
* resolution: "480p",
|
|
1577
1634
|
* duration_ms: 1
|
|
1578
1635
|
* }
|
|
1579
1636
|
* })
|
|
@@ -1603,8 +1660,7 @@ export declare class JobsClient {
|
|
|
1603
1660
|
* await client.jobs.submitMinimaxHailuo02({
|
|
1604
1661
|
* input: {
|
|
1605
1662
|
* prompt: "prompt",
|
|
1606
|
-
* duration_ms: 1
|
|
1607
|
-
* quality: "standard"
|
|
1663
|
+
* duration_ms: 1
|
|
1608
1664
|
* }
|
|
1609
1665
|
* })
|
|
1610
1666
|
*/
|
|
@@ -1633,15 +1689,14 @@ export declare class JobsClient {
|
|
|
1633
1689
|
* await client.jobs.submitMinimaxHailuo23({
|
|
1634
1690
|
* input: {
|
|
1635
1691
|
* prompt: "prompt",
|
|
1636
|
-
* duration_ms: 1
|
|
1637
|
-
* quality: "standard"
|
|
1692
|
+
* duration_ms: 1
|
|
1638
1693
|
* }
|
|
1639
1694
|
* })
|
|
1640
1695
|
*/
|
|
1641
1696
|
submitMinimaxHailuo23(request: Hedra.SubmitBodyMinimaxHailuo23, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1642
1697
|
private __submitMinimaxHailuo23;
|
|
1643
1698
|
/**
|
|
1644
|
-
* The
|
|
1699
|
+
* The high-fidelity tier — closest voice likeness, across 40+ languages.
|
|
1645
1700
|
*
|
|
1646
1701
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1647
1702
|
*
|
|
@@ -1670,7 +1725,7 @@ export declare class JobsClient {
|
|
|
1670
1725
|
submitMinimaxSpeech25HdPreview(request: Hedra.SubmitBodyMinimaxSpeech25HdPreview, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1671
1726
|
private __submitMinimaxSpeech25HdPreview;
|
|
1672
1727
|
/**
|
|
1673
|
-
* The
|
|
1728
|
+
* The value tier — natural English delivery across 40+ languages, at a lower rate.
|
|
1674
1729
|
*
|
|
1675
1730
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1676
1731
|
*
|
|
@@ -1699,7 +1754,7 @@ export declare class JobsClient {
|
|
|
1699
1754
|
submitMinimaxSpeech25TurboPreview(request: Hedra.SubmitBodyMinimaxSpeech25TurboPreview, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1700
1755
|
private __submitMinimaxSpeech25TurboPreview;
|
|
1701
1756
|
/**
|
|
1702
|
-
*
|
|
1757
|
+
* Reference-guided stills that hold a character or product across a set.
|
|
1703
1758
|
*
|
|
1704
1759
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1705
1760
|
*
|
|
@@ -1729,7 +1784,7 @@ export declare class JobsClient {
|
|
|
1729
1784
|
submitNanoBanana(request: Hedra.SubmitBodyNanoBanana, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1730
1785
|
private __submitNanoBanana;
|
|
1731
1786
|
/**
|
|
1732
|
-
*
|
|
1787
|
+
* Multi-subject stills up to 4K — hand it several references and it keeps each one recognizable.
|
|
1733
1788
|
*
|
|
1734
1789
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1735
1790
|
*
|
|
@@ -1751,15 +1806,15 @@ export declare class JobsClient {
|
|
|
1751
1806
|
* await client.jobs.submitNanoBanana2({
|
|
1752
1807
|
* input: {
|
|
1753
1808
|
* prompt: "prompt",
|
|
1754
|
-
* aspect_ratio: "
|
|
1755
|
-
* resolution: "
|
|
1809
|
+
* aspect_ratio: "adaptive",
|
|
1810
|
+
* resolution: "512px"
|
|
1756
1811
|
* }
|
|
1757
1812
|
* })
|
|
1758
1813
|
*/
|
|
1759
1814
|
submitNanoBanana2(request: Hedra.SubmitBodyNanoBanana2, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1760
1815
|
private __submitNanoBanana2;
|
|
1761
1816
|
/**
|
|
1762
|
-
*
|
|
1817
|
+
* The reasoning-heavy tier — dense prompts, mixed references, and style transfer up to 4K.
|
|
1763
1818
|
*
|
|
1764
1819
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1765
1820
|
*
|
|
@@ -1781,7 +1836,7 @@ export declare class JobsClient {
|
|
|
1781
1836
|
* await client.jobs.submitNanoBananaPro({
|
|
1782
1837
|
* input: {
|
|
1783
1838
|
* prompt: "prompt",
|
|
1784
|
-
* aspect_ratio: "
|
|
1839
|
+
* aspect_ratio: "adaptive",
|
|
1785
1840
|
* resolution: "1K"
|
|
1786
1841
|
* }
|
|
1787
1842
|
* })
|
|
@@ -1825,7 +1880,7 @@ export declare class JobsClient {
|
|
|
1825
1880
|
submitOmnihuman15(request: Hedra.SubmitBodyOmnihuman15, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
1826
1881
|
private __submitOmnihuman15;
|
|
1827
1882
|
/**
|
|
1828
|
-
*
|
|
1883
|
+
* Stylized 1080p clips up to 15 seconds, with native audio.
|
|
1829
1884
|
*
|
|
1830
1885
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
1831
1886
|
*
|
|
@@ -1878,8 +1933,7 @@ export declare class JobsClient {
|
|
|
1878
1933
|
* input: {
|
|
1879
1934
|
* prompt: "prompt",
|
|
1880
1935
|
* aspect_ratio: "16:9",
|
|
1881
|
-
* resolution: "540p"
|
|
1882
|
-
* quality: "standard"
|
|
1936
|
+
* resolution: "540p"
|
|
1883
1937
|
* }
|
|
1884
1938
|
* })
|
|
1885
1939
|
*/
|
|
@@ -2041,7 +2095,7 @@ export declare class JobsClient {
|
|
|
2041
2095
|
submitSana(request: Hedra.SubmitBodySana, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2042
2096
|
private __submitSana;
|
|
2043
2097
|
/**
|
|
2044
|
-
*
|
|
2098
|
+
* Keyframe-driven video with native audio, from a start frame, an end frame, or both.
|
|
2045
2099
|
*
|
|
2046
2100
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2047
2101
|
*
|
|
@@ -2072,7 +2126,7 @@ export declare class JobsClient {
|
|
|
2072
2126
|
submitSeedance15Pro(request: Hedra.SubmitBodySeedance15Pro, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2073
2127
|
private __submitSeedance15Pro;
|
|
2074
2128
|
/**
|
|
2075
|
-
*
|
|
2129
|
+
* Reference-driven video up to 4K with native audio — hold a look across shots with reference images, clips, or audio.
|
|
2076
2130
|
*
|
|
2077
2131
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2078
2132
|
*
|
|
@@ -2096,15 +2150,14 @@ export declare class JobsClient {
|
|
|
2096
2150
|
* prompt: "prompt",
|
|
2097
2151
|
* aspect_ratio: "1:1",
|
|
2098
2152
|
* resolution: "4K",
|
|
2099
|
-
* duration_ms: 1
|
|
2100
|
-
* quality: "standard"
|
|
2153
|
+
* duration_ms: 1
|
|
2101
2154
|
* }
|
|
2102
2155
|
* })
|
|
2103
2156
|
*/
|
|
2104
2157
|
submitSeedance20(request: Hedra.SubmitBodySeedance20, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2105
2158
|
private __submitSeedance20;
|
|
2106
2159
|
/**
|
|
2107
|
-
*
|
|
2160
|
+
* The lightest Seedance tier — short reference-driven clips at 480p and 720p.
|
|
2108
2161
|
*
|
|
2109
2162
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2110
2163
|
*
|
|
@@ -2135,7 +2188,7 @@ export declare class JobsClient {
|
|
|
2135
2188
|
submitSeedance20Mini(request: Hedra.SubmitBodySeedance20Mini, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2136
2189
|
private __submitSeedance20Mini;
|
|
2137
2190
|
/**
|
|
2138
|
-
*
|
|
2191
|
+
* Reference-driven video up to 30 seconds at 1080p, with native audio.
|
|
2139
2192
|
*
|
|
2140
2193
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2141
2194
|
*
|
|
@@ -2166,7 +2219,7 @@ export declare class JobsClient {
|
|
|
2166
2219
|
submitSeedance25(request: Hedra.SubmitBodySeedance25, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2167
2220
|
private __submitSeedance25;
|
|
2168
2221
|
/**
|
|
2169
|
-
*
|
|
2222
|
+
* Quick, reference-aware stills for professional work on a tight turnaround.
|
|
2170
2223
|
*
|
|
2171
2224
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2172
2225
|
*
|
|
@@ -2196,7 +2249,7 @@ export declare class JobsClient {
|
|
|
2196
2249
|
submitSeedream40(request: Hedra.SubmitBodySeedream40, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2197
2250
|
private __submitSeedream40;
|
|
2198
2251
|
/**
|
|
2199
|
-
*
|
|
2252
|
+
* Finer detail and steadier composition than 4.0, with support for several references at once.
|
|
2200
2253
|
*
|
|
2201
2254
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2202
2255
|
*
|
|
@@ -2226,7 +2279,7 @@ export declare class JobsClient {
|
|
|
2226
2279
|
submitSeedream45(request: Hedra.SubmitBodySeedream45, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2227
2280
|
private __submitSeedream45;
|
|
2228
2281
|
/**
|
|
2229
|
-
*
|
|
2282
|
+
* Sharp 2K and 4K stills from a prompt, at the light tier's price.
|
|
2230
2283
|
*
|
|
2231
2284
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2232
2285
|
*
|
|
@@ -2256,7 +2309,7 @@ export declare class JobsClient {
|
|
|
2256
2309
|
submitSeedream50Lite(request: Hedra.SubmitBodySeedream50Lite, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2257
2310
|
private __submitSeedream50Lite;
|
|
2258
2311
|
/**
|
|
2259
|
-
*
|
|
2312
|
+
* The top Seedream tier — layer-separable output and strong multilingual in-image text, up to 2K.
|
|
2260
2313
|
*
|
|
2261
2314
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2262
2315
|
*
|
|
@@ -2609,7 +2662,7 @@ export declare class JobsClient {
|
|
|
2609
2662
|
submitVeedVideoBackgroundRemoval(request: Hedra.SubmitBodyVeedVideoBackgroundRemoval, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2610
2663
|
private __submitVeedVideoBackgroundRemoval;
|
|
2611
2664
|
/**
|
|
2612
|
-
*
|
|
2665
|
+
* Google's earlier cinematic generator, kept for existing workflows.
|
|
2613
2666
|
*
|
|
2614
2667
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2615
2668
|
*
|
|
@@ -2661,8 +2714,7 @@ export declare class JobsClient {
|
|
|
2661
2714
|
* prompt: "prompt",
|
|
2662
2715
|
* aspect_ratio: "16:9",
|
|
2663
2716
|
* resolution: "720p",
|
|
2664
|
-
* duration_ms: 1
|
|
2665
|
-
* quality: "standard"
|
|
2717
|
+
* duration_ms: 1
|
|
2666
2718
|
* }
|
|
2667
2719
|
* })
|
|
2668
2720
|
*/
|
|
@@ -2692,15 +2744,14 @@ export declare class JobsClient {
|
|
|
2692
2744
|
* input: {
|
|
2693
2745
|
* prompt: "prompt",
|
|
2694
2746
|
* aspect_ratio: "16:9",
|
|
2695
|
-
* resolution: "720p"
|
|
2696
|
-
* quality: "standard"
|
|
2747
|
+
* resolution: "720p"
|
|
2697
2748
|
* }
|
|
2698
2749
|
* })
|
|
2699
2750
|
*/
|
|
2700
2751
|
submitVeo31(request: Hedra.SubmitBodyVeo31, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2701
2752
|
private __submitVeo31;
|
|
2702
2753
|
/**
|
|
2703
|
-
*
|
|
2754
|
+
* The longest clips in the catalog — up to 16 seconds with native dialogue and sound, from a text prompt, from a start frame, or between a start and end frame
|
|
2704
2755
|
*
|
|
2705
2756
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2706
2757
|
*
|
|
@@ -2723,15 +2774,14 @@ export declare class JobsClient {
|
|
|
2723
2774
|
* input: {
|
|
2724
2775
|
* prompt: "prompt",
|
|
2725
2776
|
* resolution: "540p",
|
|
2726
|
-
* duration_ms: 1
|
|
2727
|
-
* quality: "standard"
|
|
2777
|
+
* duration_ms: 1
|
|
2728
2778
|
* }
|
|
2729
2779
|
* })
|
|
2730
2780
|
*/
|
|
2731
2781
|
submitViduQ3(request: Hedra.SubmitBodyViduQ3, requestOptions?: JobsClient.RequestOptions): core.HttpResponsePromise<Hedra.SubmitResponse>;
|
|
2732
2782
|
private __submitViduQ3;
|
|
2733
2783
|
/**
|
|
2734
|
-
*
|
|
2784
|
+
* Keep up to four subjects consistent across a clip from reference images.
|
|
2735
2785
|
*
|
|
2736
2786
|
* Submits an asynchronous job and returns `202` with a job id. Fetch the result at `GET /v3/jobs/{job_id}` — each item in its `outputs[]` follows the `OutputItem` schema — or track progress via `GET /v3/jobs/{job_id}/status` / the SSE stream at `GET /v3/jobs/{job_id}/stream`.
|
|
2737
2787
|
*
|
|
@@ -2820,8 +2870,7 @@ export declare class JobsClient {
|
|
|
2820
2870
|
* prompt: "prompt",
|
|
2821
2871
|
* aspect_ratio: "adaptive",
|
|
2822
2872
|
* resolution: "480p",
|
|
2823
|
-
* duration_ms: 1
|
|
2824
|
-
* quality: "standard"
|
|
2873
|
+
* duration_ms: 1
|
|
2825
2874
|
* }
|
|
2826
2875
|
* })
|
|
2827
2876
|
*/
|