@hedra/sdk 2.0.2 → 4.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.js +2 -2
- package/dist/cjs/api/resources/files/client/Client.js +1 -1
- package/dist/cjs/api/resources/jobs/client/Client.d.ts +438 -2
- package/dist/cjs/api/resources/jobs/client/Client.js +1984 -820
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsAudioIsolation.d.ts +19 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsAudioIsolation.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsEnglishStsV2.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsEnglishStsV2.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMultilingualStsV2.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsMultilingualStsV2.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsSoundEffects.d.ts +17 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsSoundEffects.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsVoiceClone.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyElevenlabsVoiceClone.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.ts +0 -1
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.ts +0 -1
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscaler.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscaler.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscalerWonder.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscalerWonder.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscaler.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscaler.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerHyperion25.d.ts +19 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerHyperion25.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightFast.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightFast.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightHq.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightHq.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightPrecise.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightPrecise.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeedVideoBackgroundRemoval.d.ts +19 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyVeedVideoBackgroundRemoval.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyWan30.d.ts +20 -0
- package/dist/cjs/api/resources/jobs/client/requests/SubmitBodyWan30.js +3 -0
- package/dist/cjs/api/resources/jobs/client/requests/index.d.ts +14 -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 +2 -1
- package/dist/cjs/api/resources/models/client/Client.js +11 -7
- 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/ApiKeyScope.d.ts +1 -0
- package/dist/cjs/api/types/ApiKeyScope.js +1 -0
- package/dist/cjs/api/types/ErrorCode.d.ts +1 -0
- package/dist/cjs/api/types/ErrorCode.js +1 -0
- package/dist/cjs/api/types/InputElevenlabsAudioIsolation.d.ts +8 -0
- package/dist/cjs/api/types/InputElevenlabsAudioIsolation.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsAudioIsolationAudio.d.ts +23 -0
- package/dist/cjs/api/types/InputElevenlabsAudioIsolationAudio.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsEnglishStsV2.d.ts +10 -0
- package/dist/cjs/api/types/InputElevenlabsEnglishStsV2.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsEnglishStsV2Audio.d.ts +23 -0
- package/dist/cjs/api/types/InputElevenlabsEnglishStsV2Audio.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsFlashMultilingualV2.d.ts +1 -1
- package/dist/cjs/api/types/InputElevenlabsFlashV2.d.ts +1 -1
- package/dist/cjs/api/types/InputElevenlabsMultilingualStsV2.d.ts +10 -0
- package/dist/cjs/api/types/InputElevenlabsMultilingualStsV2.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsMultilingualStsV2Audio.d.ts +23 -0
- package/dist/cjs/api/types/InputElevenlabsMultilingualStsV2Audio.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsMultilingualV2.d.ts +1 -1
- package/dist/cjs/api/types/InputElevenlabsSoundEffects.d.ts +13 -0
- package/dist/cjs/api/types/InputElevenlabsSoundEffects.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsV3.d.ts +1 -1
- package/dist/cjs/api/types/InputElevenlabsVoiceClone.d.ts +10 -0
- package/dist/cjs/api/types/InputElevenlabsVoiceClone.js +3 -0
- package/dist/cjs/api/types/InputElevenlabsVoiceCloneAudio.d.ts +23 -0
- package/dist/cjs/api/types/InputElevenlabsVoiceCloneAudio.js +3 -0
- package/dist/cjs/api/types/InputGptImage2.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingAiAvatarV2.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingAiAvatarV2Audio.d.ts +1 -1
- package/dist/cjs/api/types/InputKlingO3.d.ts +29 -7
- package/dist/cjs/api/types/InputKlingO3.js +5 -0
- package/dist/cjs/api/types/InputKlingV3.d.ts +29 -7
- package/dist/cjs/api/types/InputKlingV3.js +5 -0
- package/dist/cjs/api/types/InputMinimaxH3.d.ts +3 -3
- 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/InputMinimaxSpeech25HdPreview.d.ts +1 -1
- package/dist/cjs/api/types/InputMinimaxSpeech25TurboPreview.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance15Pro.d.ts +2 -2
- 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 +3 -3
- package/dist/cjs/api/types/InputSeedance20EndImage.d.ts +1 -1
- package/dist/cjs/api/types/InputSeedance20Mini.d.ts +3 -3
- 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 +4 -3
- package/dist/cjs/api/types/InputSeedance25.js +1 -0
- 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/InputTopazImageUpscaler.d.ts +41 -0
- package/dist/cjs/api/types/InputTopazImageUpscaler.js +27 -0
- package/dist/cjs/api/types/InputTopazImageUpscalerSourceImage.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazImageUpscalerSourceImage.js +3 -0
- package/dist/cjs/api/types/InputTopazImageUpscalerWonder.d.ts +32 -0
- package/dist/cjs/api/types/InputTopazImageUpscalerWonder.js +19 -0
- package/dist/cjs/api/types/InputTopazImageUpscalerWonderSourceImage.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazImageUpscalerWonderSourceImage.js +3 -0
- package/dist/cjs/api/types/InputTopazVideoUpscaler.d.ts +37 -0
- package/dist/cjs/api/types/InputTopazVideoUpscaler.js +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerHyperion25.d.ts +10 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerHyperion25.js +3 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerHyperion25SourceVideo.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerHyperion25SourceVideo.js +3 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerSourceVideo.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerSourceVideo.js +3 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightFast.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightFast.js +13 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightFastSourceVideo.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightFastSourceVideo.js +3 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightHq.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightHq.js +13 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightHqSourceVideo.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightHqSourceVideo.js +3 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightPrecise.d.ts +31 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightPrecise.js +20 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightPreciseSourceVideo.d.ts +23 -0
- package/dist/cjs/api/types/InputTopazVideoUpscalerStarlightPreciseSourceVideo.js +3 -0
- package/dist/cjs/api/types/InputVeedVideoBackgroundRemoval.d.ts +12 -0
- package/dist/cjs/api/types/InputVeedVideoBackgroundRemoval.js +3 -0
- package/dist/cjs/api/types/InputVeedVideoBackgroundRemovalSourceVideo.d.ts +23 -0
- package/dist/cjs/api/types/InputVeedVideoBackgroundRemovalSourceVideo.js +3 -0
- package/dist/cjs/api/types/InputWan30.d.ts +62 -0
- package/dist/cjs/api/types/InputWan30.js +27 -0
- package/dist/cjs/api/types/InputWan30AudiosItem.d.ts +20 -0
- package/dist/cjs/api/types/InputWan30AudiosItem.js +3 -0
- package/dist/cjs/api/types/InputWan30EndImage.d.ts +23 -0
- package/dist/cjs/api/types/InputWan30EndImage.js +3 -0
- package/dist/cjs/api/types/InputWan30ImagesItem.d.ts +20 -0
- package/dist/cjs/api/types/InputWan30ImagesItem.js +3 -0
- package/dist/cjs/api/types/InputWan30StartImage.d.ts +23 -0
- package/dist/cjs/api/types/InputWan30StartImage.js +3 -0
- package/dist/cjs/api/types/InputWan30VideosItem.d.ts +20 -0
- package/dist/cjs/api/types/InputWan30VideosItem.js +3 -0
- package/dist/cjs/api/types/ModelDetail.d.ts +2 -0
- package/dist/cjs/api/types/ModelSummary.d.ts +2 -0
- package/dist/cjs/api/types/OutputItem.d.ts +6 -0
- package/dist/cjs/api/types/UsageBucket.d.ts +2 -0
- package/dist/cjs/api/types/UsageResponse.d.ts +2 -0
- package/dist/cjs/api/types/index.d.ts +31 -0
- package/dist/cjs/api/types/index.js +31 -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.mjs +2 -2
- package/dist/esm/api/resources/files/client/Client.mjs +1 -1
- package/dist/esm/api/resources/jobs/client/Client.d.mts +438 -2
- package/dist/esm/api/resources/jobs/client/Client.mjs +1984 -820
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsAudioIsolation.d.mts +19 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsAudioIsolation.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsEnglishStsV2.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsEnglishStsV2.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMultilingualStsV2.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsMultilingualStsV2.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsSoundEffects.d.mts +17 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsSoundEffects.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsVoiceClone.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyElevenlabsVoiceClone.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingO3.d.mts +0 -1
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyKlingV3.d.mts +0 -1
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscaler.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscaler.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscalerWonder.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazImageUpscalerWonder.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscaler.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscaler.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerHyperion25.d.mts +19 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerHyperion25.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightFast.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightFast.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightHq.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightHq.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightPrecise.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyTopazVideoUpscalerStarlightPrecise.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeedVideoBackgroundRemoval.d.mts +19 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyVeedVideoBackgroundRemoval.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyWan30.d.mts +20 -0
- package/dist/esm/api/resources/jobs/client/requests/SubmitBodyWan30.mjs +2 -0
- package/dist/esm/api/resources/jobs/client/requests/index.d.mts +14 -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 +2 -1
- package/dist/esm/api/resources/models/client/Client.mjs +11 -7
- 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/ApiKeyScope.d.mts +1 -0
- package/dist/esm/api/types/ApiKeyScope.mjs +1 -0
- package/dist/esm/api/types/ErrorCode.d.mts +1 -0
- package/dist/esm/api/types/ErrorCode.mjs +1 -0
- package/dist/esm/api/types/InputElevenlabsAudioIsolation.d.mts +8 -0
- package/dist/esm/api/types/InputElevenlabsAudioIsolation.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsAudioIsolationAudio.d.mts +23 -0
- package/dist/esm/api/types/InputElevenlabsAudioIsolationAudio.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsEnglishStsV2.d.mts +10 -0
- package/dist/esm/api/types/InputElevenlabsEnglishStsV2.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsEnglishStsV2Audio.d.mts +23 -0
- package/dist/esm/api/types/InputElevenlabsEnglishStsV2Audio.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsFlashMultilingualV2.d.mts +1 -1
- package/dist/esm/api/types/InputElevenlabsFlashV2.d.mts +1 -1
- package/dist/esm/api/types/InputElevenlabsMultilingualStsV2.d.mts +10 -0
- package/dist/esm/api/types/InputElevenlabsMultilingualStsV2.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsMultilingualStsV2Audio.d.mts +23 -0
- package/dist/esm/api/types/InputElevenlabsMultilingualStsV2Audio.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsMultilingualV2.d.mts +1 -1
- package/dist/esm/api/types/InputElevenlabsSoundEffects.d.mts +13 -0
- package/dist/esm/api/types/InputElevenlabsSoundEffects.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsV3.d.mts +1 -1
- package/dist/esm/api/types/InputElevenlabsVoiceClone.d.mts +10 -0
- package/dist/esm/api/types/InputElevenlabsVoiceClone.mjs +2 -0
- package/dist/esm/api/types/InputElevenlabsVoiceCloneAudio.d.mts +23 -0
- package/dist/esm/api/types/InputElevenlabsVoiceCloneAudio.mjs +2 -0
- package/dist/esm/api/types/InputGptImage2.d.mts +1 -1
- package/dist/esm/api/types/InputKlingAiAvatarV2.d.mts +1 -1
- package/dist/esm/api/types/InputKlingAiAvatarV2Audio.d.mts +1 -1
- package/dist/esm/api/types/InputKlingO3.d.mts +29 -7
- package/dist/esm/api/types/InputKlingO3.mjs +5 -0
- package/dist/esm/api/types/InputKlingV3.d.mts +29 -7
- package/dist/esm/api/types/InputKlingV3.mjs +5 -0
- package/dist/esm/api/types/InputMinimaxH3.d.mts +3 -3
- 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/InputMinimaxSpeech25HdPreview.d.mts +1 -1
- package/dist/esm/api/types/InputMinimaxSpeech25TurboPreview.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance15Pro.d.mts +2 -2
- 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 +3 -3
- package/dist/esm/api/types/InputSeedance20EndImage.d.mts +1 -1
- package/dist/esm/api/types/InputSeedance20Mini.d.mts +3 -3
- 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 +4 -3
- package/dist/esm/api/types/InputSeedance25.mjs +1 -0
- 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/InputTopazImageUpscaler.d.mts +41 -0
- package/dist/esm/api/types/InputTopazImageUpscaler.mjs +24 -0
- package/dist/esm/api/types/InputTopazImageUpscalerSourceImage.d.mts +23 -0
- package/dist/esm/api/types/InputTopazImageUpscalerSourceImage.mjs +2 -0
- package/dist/esm/api/types/InputTopazImageUpscalerWonder.d.mts +32 -0
- package/dist/esm/api/types/InputTopazImageUpscalerWonder.mjs +16 -0
- package/dist/esm/api/types/InputTopazImageUpscalerWonderSourceImage.d.mts +23 -0
- package/dist/esm/api/types/InputTopazImageUpscalerWonderSourceImage.mjs +2 -0
- package/dist/esm/api/types/InputTopazVideoUpscaler.d.mts +37 -0
- package/dist/esm/api/types/InputTopazVideoUpscaler.mjs +20 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerHyperion25.d.mts +10 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerHyperion25.mjs +2 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerHyperion25SourceVideo.d.mts +23 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerHyperion25SourceVideo.mjs +2 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerSourceVideo.d.mts +23 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerSourceVideo.mjs +2 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightFast.d.mts +23 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightFast.mjs +10 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightFastSourceVideo.d.mts +23 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightFastSourceVideo.mjs +2 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightHq.d.mts +23 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightHq.mjs +10 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightHqSourceVideo.d.mts +23 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightHqSourceVideo.mjs +2 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightPrecise.d.mts +31 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightPrecise.mjs +17 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightPreciseSourceVideo.d.mts +23 -0
- package/dist/esm/api/types/InputTopazVideoUpscalerStarlightPreciseSourceVideo.mjs +2 -0
- package/dist/esm/api/types/InputVeedVideoBackgroundRemoval.d.mts +12 -0
- package/dist/esm/api/types/InputVeedVideoBackgroundRemoval.mjs +2 -0
- package/dist/esm/api/types/InputVeedVideoBackgroundRemovalSourceVideo.d.mts +23 -0
- package/dist/esm/api/types/InputVeedVideoBackgroundRemovalSourceVideo.mjs +2 -0
- package/dist/esm/api/types/InputWan30.d.mts +62 -0
- package/dist/esm/api/types/InputWan30.mjs +24 -0
- package/dist/esm/api/types/InputWan30AudiosItem.d.mts +20 -0
- package/dist/esm/api/types/InputWan30AudiosItem.mjs +2 -0
- package/dist/esm/api/types/InputWan30EndImage.d.mts +23 -0
- package/dist/esm/api/types/InputWan30EndImage.mjs +2 -0
- package/dist/esm/api/types/InputWan30ImagesItem.d.mts +20 -0
- package/dist/esm/api/types/InputWan30ImagesItem.mjs +2 -0
- package/dist/esm/api/types/InputWan30StartImage.d.mts +23 -0
- package/dist/esm/api/types/InputWan30StartImage.mjs +2 -0
- package/dist/esm/api/types/InputWan30VideosItem.d.mts +20 -0
- package/dist/esm/api/types/InputWan30VideosItem.mjs +2 -0
- package/dist/esm/api/types/ModelDetail.d.mts +2 -0
- package/dist/esm/api/types/ModelSummary.d.mts +2 -0
- package/dist/esm/api/types/OutputItem.d.mts +6 -0
- package/dist/esm/api/types/UsageBucket.d.mts +2 -0
- package/dist/esm/api/types/UsageResponse.d.mts +2 -0
- package/dist/esm/api/types/index.d.mts +31 -0
- package/dist/esm/api/types/index.mjs +31 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +1473 -463
package/reference.md
CHANGED
|
@@ -375,7 +375,7 @@ await client.jobs.submitDreamina31({
|
|
|
375
375
|
</dl>
|
|
376
376
|
</details>
|
|
377
377
|
|
|
378
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
378
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsAudioIsolation</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
379
379
|
<dl>
|
|
380
380
|
<dd>
|
|
381
381
|
|
|
@@ -387,6 +387,8 @@ await client.jobs.submitDreamina31({
|
|
|
387
387
|
<dl>
|
|
388
388
|
<dd>
|
|
389
389
|
|
|
390
|
+
Strip background noise from a recording, keeping the speech.
|
|
391
|
+
|
|
390
392
|
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`.
|
|
391
393
|
</dd>
|
|
392
394
|
</dl>
|
|
@@ -402,10 +404,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
402
404
|
<dd>
|
|
403
405
|
|
|
404
406
|
```typescript
|
|
405
|
-
await client.jobs.
|
|
407
|
+
await client.jobs.submitElevenlabsAudioIsolation({
|
|
406
408
|
input: {
|
|
407
|
-
|
|
408
|
-
|
|
409
|
+
audio: {
|
|
410
|
+
source: "url",
|
|
411
|
+
url: "url"
|
|
412
|
+
}
|
|
409
413
|
}
|
|
410
414
|
});
|
|
411
415
|
|
|
@@ -423,7 +427,7 @@ await client.jobs.submitElevenlabsFlashMultilingualV2({
|
|
|
423
427
|
<dl>
|
|
424
428
|
<dd>
|
|
425
429
|
|
|
426
|
-
**request:** `Hedra.
|
|
430
|
+
**request:** `Hedra.SubmitBodyElevenlabsAudioIsolation`
|
|
427
431
|
|
|
428
432
|
</dd>
|
|
429
433
|
</dl>
|
|
@@ -443,7 +447,7 @@ await client.jobs.submitElevenlabsFlashMultilingualV2({
|
|
|
443
447
|
</dl>
|
|
444
448
|
</details>
|
|
445
449
|
|
|
446
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
450
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsEnglishStsV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
447
451
|
<dl>
|
|
448
452
|
<dd>
|
|
449
453
|
|
|
@@ -470,9 +474,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
470
474
|
<dd>
|
|
471
475
|
|
|
472
476
|
```typescript
|
|
473
|
-
await client.jobs.
|
|
477
|
+
await client.jobs.submitElevenlabsEnglishStsV2({
|
|
474
478
|
input: {
|
|
475
|
-
|
|
479
|
+
audio: {
|
|
480
|
+
source: "url",
|
|
481
|
+
url: "url"
|
|
482
|
+
},
|
|
476
483
|
voice_id: "voice_id"
|
|
477
484
|
}
|
|
478
485
|
});
|
|
@@ -491,7 +498,7 @@ await client.jobs.submitElevenlabsFlashV2({
|
|
|
491
498
|
<dl>
|
|
492
499
|
<dd>
|
|
493
500
|
|
|
494
|
-
**request:** `Hedra.
|
|
501
|
+
**request:** `Hedra.SubmitBodyElevenlabsEnglishStsV2`
|
|
495
502
|
|
|
496
503
|
</dd>
|
|
497
504
|
</dl>
|
|
@@ -511,7 +518,7 @@ await client.jobs.submitElevenlabsFlashV2({
|
|
|
511
518
|
</dl>
|
|
512
519
|
</details>
|
|
513
520
|
|
|
514
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
521
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsFlashMultilingualV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
515
522
|
<dl>
|
|
516
523
|
<dd>
|
|
517
524
|
|
|
@@ -538,7 +545,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
538
545
|
<dd>
|
|
539
546
|
|
|
540
547
|
```typescript
|
|
541
|
-
await client.jobs.
|
|
548
|
+
await client.jobs.submitElevenlabsFlashMultilingualV2({
|
|
542
549
|
input: {
|
|
543
550
|
text: "text",
|
|
544
551
|
voice_id: "voice_id"
|
|
@@ -559,7 +566,7 @@ await client.jobs.submitElevenlabsMultilingualV2({
|
|
|
559
566
|
<dl>
|
|
560
567
|
<dd>
|
|
561
568
|
|
|
562
|
-
**request:** `Hedra.
|
|
569
|
+
**request:** `Hedra.SubmitBodyElevenlabsFlashMultilingualV2`
|
|
563
570
|
|
|
564
571
|
</dd>
|
|
565
572
|
</dl>
|
|
@@ -579,7 +586,7 @@ await client.jobs.submitElevenlabsMultilingualV2({
|
|
|
579
586
|
</dl>
|
|
580
587
|
</details>
|
|
581
588
|
|
|
582
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
589
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsFlashV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
583
590
|
<dl>
|
|
584
591
|
<dd>
|
|
585
592
|
|
|
@@ -591,8 +598,6 @@ await client.jobs.submitElevenlabsMultilingualV2({
|
|
|
591
598
|
<dl>
|
|
592
599
|
<dd>
|
|
593
600
|
|
|
594
|
-
ElevenLabs V3
|
|
595
|
-
|
|
596
601
|
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`.
|
|
597
602
|
</dd>
|
|
598
603
|
</dl>
|
|
@@ -608,7 +613,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
608
613
|
<dd>
|
|
609
614
|
|
|
610
615
|
```typescript
|
|
611
|
-
await client.jobs.
|
|
616
|
+
await client.jobs.submitElevenlabsFlashV2({
|
|
612
617
|
input: {
|
|
613
618
|
text: "text",
|
|
614
619
|
voice_id: "voice_id"
|
|
@@ -629,7 +634,7 @@ await client.jobs.submitElevenlabsV3({
|
|
|
629
634
|
<dl>
|
|
630
635
|
<dd>
|
|
631
636
|
|
|
632
|
-
**request:** `Hedra.
|
|
637
|
+
**request:** `Hedra.SubmitBodyElevenlabsFlashV2`
|
|
633
638
|
|
|
634
639
|
</dd>
|
|
635
640
|
</dl>
|
|
@@ -649,7 +654,7 @@ await client.jobs.submitElevenlabsV3({
|
|
|
649
654
|
</dl>
|
|
650
655
|
</details>
|
|
651
656
|
|
|
652
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
657
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsMultilingualStsV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
653
658
|
<dl>
|
|
654
659
|
<dd>
|
|
655
660
|
|
|
@@ -661,8 +666,6 @@ await client.jobs.submitElevenlabsV3({
|
|
|
661
666
|
<dl>
|
|
662
667
|
<dd>
|
|
663
668
|
|
|
664
|
-
Premium color depth and clarity when you want campaign-ready art that feels handcrafted.
|
|
665
|
-
|
|
666
669
|
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`.
|
|
667
670
|
</dd>
|
|
668
671
|
</dl>
|
|
@@ -678,11 +681,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
678
681
|
<dd>
|
|
679
682
|
|
|
680
683
|
```typescript
|
|
681
|
-
await client.jobs.
|
|
684
|
+
await client.jobs.submitElevenlabsMultilingualStsV2({
|
|
682
685
|
input: {
|
|
683
|
-
|
|
684
|
-
|
|
685
|
-
|
|
686
|
+
audio: {
|
|
687
|
+
source: "url",
|
|
688
|
+
url: "url"
|
|
689
|
+
},
|
|
690
|
+
voice_id: "voice_id"
|
|
686
691
|
}
|
|
687
692
|
});
|
|
688
693
|
|
|
@@ -700,7 +705,7 @@ await client.jobs.submitFlux11Pro({
|
|
|
700
705
|
<dl>
|
|
701
706
|
<dd>
|
|
702
707
|
|
|
703
|
-
**request:** `Hedra.
|
|
708
|
+
**request:** `Hedra.SubmitBodyElevenlabsMultilingualStsV2`
|
|
704
709
|
|
|
705
710
|
</dd>
|
|
706
711
|
</dl>
|
|
@@ -720,7 +725,7 @@ await client.jobs.submitFlux11Pro({
|
|
|
720
725
|
</dl>
|
|
721
726
|
</details>
|
|
722
727
|
|
|
723
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
728
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsMultilingualV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
724
729
|
<dl>
|
|
725
730
|
<dd>
|
|
726
731
|
|
|
@@ -732,8 +737,6 @@ await client.jobs.submitFlux11Pro({
|
|
|
732
737
|
<dl>
|
|
733
738
|
<dd>
|
|
734
739
|
|
|
735
|
-
The big-canvas choice for ultra-high-res images and flagship visuals.
|
|
736
|
-
|
|
737
740
|
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`.
|
|
738
741
|
</dd>
|
|
739
742
|
</dl>
|
|
@@ -749,10 +752,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
749
752
|
<dd>
|
|
750
753
|
|
|
751
754
|
```typescript
|
|
752
|
-
await client.jobs.
|
|
755
|
+
await client.jobs.submitElevenlabsMultilingualV2({
|
|
753
756
|
input: {
|
|
754
|
-
|
|
755
|
-
|
|
757
|
+
text: "text",
|
|
758
|
+
voice_id: "voice_id"
|
|
756
759
|
}
|
|
757
760
|
});
|
|
758
761
|
|
|
@@ -770,7 +773,7 @@ await client.jobs.submitFlux11Ultra({
|
|
|
770
773
|
<dl>
|
|
771
774
|
<dd>
|
|
772
775
|
|
|
773
|
-
**request:** `Hedra.
|
|
776
|
+
**request:** `Hedra.SubmitBodyElevenlabsMultilingualV2`
|
|
774
777
|
|
|
775
778
|
</dd>
|
|
776
779
|
</dl>
|
|
@@ -790,7 +793,7 @@ await client.jobs.submitFlux11Ultra({
|
|
|
790
793
|
</dl>
|
|
791
794
|
</details>
|
|
792
795
|
|
|
793
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
796
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsSoundEffects</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
794
797
|
<dl>
|
|
795
798
|
<dd>
|
|
796
799
|
|
|
@@ -802,7 +805,7 @@ await client.jobs.submitFlux11Ultra({
|
|
|
802
805
|
<dl>
|
|
803
806
|
<dd>
|
|
804
807
|
|
|
805
|
-
|
|
808
|
+
Generate sound effects from text descriptions using ElevenLabs
|
|
806
809
|
|
|
807
810
|
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`.
|
|
808
811
|
</dd>
|
|
@@ -819,11 +822,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
819
822
|
<dd>
|
|
820
823
|
|
|
821
824
|
```typescript
|
|
822
|
-
await client.jobs.
|
|
825
|
+
await client.jobs.submitElevenlabsSoundEffects({
|
|
823
826
|
input: {
|
|
824
|
-
|
|
825
|
-
aspect_ratio: "auto",
|
|
826
|
-
resolution: "720p",
|
|
827
|
+
text: "text",
|
|
827
828
|
duration_ms: 1
|
|
828
829
|
}
|
|
829
830
|
});
|
|
@@ -842,7 +843,7 @@ await client.jobs.submitFlux3({
|
|
|
842
843
|
<dl>
|
|
843
844
|
<dd>
|
|
844
845
|
|
|
845
|
-
**request:** `Hedra.
|
|
846
|
+
**request:** `Hedra.SubmitBodyElevenlabsSoundEffects`
|
|
846
847
|
|
|
847
848
|
</dd>
|
|
848
849
|
</dl>
|
|
@@ -862,7 +863,7 @@ await client.jobs.submitFlux3({
|
|
|
862
863
|
</dl>
|
|
863
864
|
</details>
|
|
864
865
|
|
|
865
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
866
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsV3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
866
867
|
<dl>
|
|
867
868
|
<dd>
|
|
868
869
|
|
|
@@ -874,7 +875,7 @@ await client.jobs.submitFlux3({
|
|
|
874
875
|
<dl>
|
|
875
876
|
<dd>
|
|
876
877
|
|
|
877
|
-
|
|
878
|
+
ElevenLabs V3
|
|
878
879
|
|
|
879
880
|
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`.
|
|
880
881
|
</dd>
|
|
@@ -891,11 +892,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
891
892
|
<dd>
|
|
892
893
|
|
|
893
894
|
```typescript
|
|
894
|
-
await client.jobs.
|
|
895
|
+
await client.jobs.submitElevenlabsV3({
|
|
895
896
|
input: {
|
|
896
|
-
|
|
897
|
-
|
|
898
|
-
resolution: "540p"
|
|
897
|
+
text: "text",
|
|
898
|
+
voice_id: "voice_id"
|
|
899
899
|
}
|
|
900
900
|
});
|
|
901
901
|
|
|
@@ -913,7 +913,7 @@ await client.jobs.submitFluxDev({
|
|
|
913
913
|
<dl>
|
|
914
914
|
<dd>
|
|
915
915
|
|
|
916
|
-
**request:** `Hedra.
|
|
916
|
+
**request:** `Hedra.SubmitBodyElevenlabsV3`
|
|
917
917
|
|
|
918
918
|
</dd>
|
|
919
919
|
</dl>
|
|
@@ -933,7 +933,7 @@ await client.jobs.submitFluxDev({
|
|
|
933
933
|
</dl>
|
|
934
934
|
</details>
|
|
935
935
|
|
|
936
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
936
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitElevenlabsVoiceClone</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
937
937
|
<dl>
|
|
938
938
|
<dd>
|
|
939
939
|
|
|
@@ -945,7 +945,7 @@ await client.jobs.submitFluxDev({
|
|
|
945
945
|
<dl>
|
|
946
946
|
<dd>
|
|
947
947
|
|
|
948
|
-
|
|
948
|
+
Use an audio clip to create a new Voice.
|
|
949
949
|
|
|
950
950
|
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`.
|
|
951
951
|
</dd>
|
|
@@ -962,9 +962,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
962
962
|
<dd>
|
|
963
963
|
|
|
964
964
|
```typescript
|
|
965
|
-
await client.jobs.
|
|
965
|
+
await client.jobs.submitElevenlabsVoiceClone({
|
|
966
966
|
input: {
|
|
967
|
-
|
|
967
|
+
audio: {
|
|
968
|
+
source: "url",
|
|
969
|
+
url: "url"
|
|
970
|
+
},
|
|
971
|
+
name: "name"
|
|
968
972
|
}
|
|
969
973
|
});
|
|
970
974
|
|
|
@@ -982,7 +986,7 @@ await client.jobs.submitFluxKontextMax({
|
|
|
982
986
|
<dl>
|
|
983
987
|
<dd>
|
|
984
988
|
|
|
985
|
-
**request:** `Hedra.
|
|
989
|
+
**request:** `Hedra.SubmitBodyElevenlabsVoiceClone`
|
|
986
990
|
|
|
987
991
|
</dd>
|
|
988
992
|
</dl>
|
|
@@ -1002,7 +1006,7 @@ await client.jobs.submitFluxKontextMax({
|
|
|
1002
1006
|
</dl>
|
|
1003
1007
|
</details>
|
|
1004
1008
|
|
|
1005
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1009
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFlux11Pro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1006
1010
|
<dl>
|
|
1007
1011
|
<dd>
|
|
1008
1012
|
|
|
@@ -1014,7 +1018,7 @@ await client.jobs.submitFluxKontextMax({
|
|
|
1014
1018
|
<dl>
|
|
1015
1019
|
<dd>
|
|
1016
1020
|
|
|
1017
|
-
|
|
1021
|
+
Premium color depth and clarity when you want campaign-ready art that feels handcrafted.
|
|
1018
1022
|
|
|
1019
1023
|
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`.
|
|
1020
1024
|
</dd>
|
|
@@ -1031,9 +1035,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1031
1035
|
<dd>
|
|
1032
1036
|
|
|
1033
1037
|
```typescript
|
|
1034
|
-
await client.jobs.
|
|
1038
|
+
await client.jobs.submitFlux11Pro({
|
|
1035
1039
|
input: {
|
|
1036
|
-
prompt: "prompt"
|
|
1040
|
+
prompt: "prompt",
|
|
1041
|
+
aspect_ratio: "1:1",
|
|
1042
|
+
resolution: "540p"
|
|
1037
1043
|
}
|
|
1038
1044
|
});
|
|
1039
1045
|
|
|
@@ -1051,7 +1057,7 @@ await client.jobs.submitFluxKontextPro({
|
|
|
1051
1057
|
<dl>
|
|
1052
1058
|
<dd>
|
|
1053
1059
|
|
|
1054
|
-
**request:** `Hedra.
|
|
1060
|
+
**request:** `Hedra.SubmitBodyFlux11Pro`
|
|
1055
1061
|
|
|
1056
1062
|
</dd>
|
|
1057
1063
|
</dl>
|
|
@@ -1071,7 +1077,7 @@ await client.jobs.submitFluxKontextPro({
|
|
|
1071
1077
|
</dl>
|
|
1072
1078
|
</details>
|
|
1073
1079
|
|
|
1074
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1080
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFlux11Ultra</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1075
1081
|
<dl>
|
|
1076
1082
|
<dd>
|
|
1077
1083
|
|
|
@@ -1083,7 +1089,7 @@ await client.jobs.submitFluxKontextPro({
|
|
|
1083
1089
|
<dl>
|
|
1084
1090
|
<dd>
|
|
1085
1091
|
|
|
1086
|
-
|
|
1092
|
+
The big-canvas choice for ultra-high-res images and flagship visuals.
|
|
1087
1093
|
|
|
1088
1094
|
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`.
|
|
1089
1095
|
</dd>
|
|
@@ -1100,7 +1106,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1100
1106
|
<dd>
|
|
1101
1107
|
|
|
1102
1108
|
```typescript
|
|
1103
|
-
await client.jobs.
|
|
1109
|
+
await client.jobs.submitFlux11Ultra({
|
|
1104
1110
|
input: {
|
|
1105
1111
|
prompt: "prompt",
|
|
1106
1112
|
aspect_ratio: "16:9"
|
|
@@ -1121,7 +1127,7 @@ await client.jobs.submitFlux2Flex({
|
|
|
1121
1127
|
<dl>
|
|
1122
1128
|
<dd>
|
|
1123
1129
|
|
|
1124
|
-
**request:** `Hedra.
|
|
1130
|
+
**request:** `Hedra.SubmitBodyFlux11Ultra`
|
|
1125
1131
|
|
|
1126
1132
|
</dd>
|
|
1127
1133
|
</dl>
|
|
@@ -1141,7 +1147,7 @@ await client.jobs.submitFlux2Flex({
|
|
|
1141
1147
|
</dl>
|
|
1142
1148
|
</details>
|
|
1143
1149
|
|
|
1144
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1150
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFlux3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1145
1151
|
<dl>
|
|
1146
1152
|
<dd>
|
|
1147
1153
|
|
|
@@ -1153,7 +1159,7 @@ await client.jobs.submitFlux2Flex({
|
|
|
1153
1159
|
<dl>
|
|
1154
1160
|
<dd>
|
|
1155
1161
|
|
|
1156
|
-
|
|
1162
|
+
Black Forest Labs FLUX.3 text-to-video with native audio.
|
|
1157
1163
|
|
|
1158
1164
|
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`.
|
|
1159
1165
|
</dd>
|
|
@@ -1170,10 +1176,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1170
1176
|
<dd>
|
|
1171
1177
|
|
|
1172
1178
|
```typescript
|
|
1173
|
-
await client.jobs.
|
|
1179
|
+
await client.jobs.submitFlux3({
|
|
1174
1180
|
input: {
|
|
1175
1181
|
prompt: "prompt",
|
|
1176
|
-
aspect_ratio: "
|
|
1182
|
+
aspect_ratio: "auto",
|
|
1183
|
+
resolution: "720p",
|
|
1184
|
+
duration_ms: 1
|
|
1177
1185
|
}
|
|
1178
1186
|
});
|
|
1179
1187
|
|
|
@@ -1191,7 +1199,7 @@ await client.jobs.submitFlux2Klein9B({
|
|
|
1191
1199
|
<dl>
|
|
1192
1200
|
<dd>
|
|
1193
1201
|
|
|
1194
|
-
**request:** `Hedra.
|
|
1202
|
+
**request:** `Hedra.SubmitBodyFlux3`
|
|
1195
1203
|
|
|
1196
1204
|
</dd>
|
|
1197
1205
|
</dl>
|
|
@@ -1211,7 +1219,7 @@ await client.jobs.submitFlux2Klein9B({
|
|
|
1211
1219
|
</dl>
|
|
1212
1220
|
</details>
|
|
1213
1221
|
|
|
1214
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1222
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFluxDev</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1215
1223
|
<dl>
|
|
1216
1224
|
<dd>
|
|
1217
1225
|
|
|
@@ -1223,7 +1231,7 @@ await client.jobs.submitFlux2Klein9B({
|
|
|
1223
1231
|
<dl>
|
|
1224
1232
|
<dd>
|
|
1225
1233
|
|
|
1226
|
-
|
|
1234
|
+
Fast and light for quick concepts or high-volume social posts on a budget.
|
|
1227
1235
|
|
|
1228
1236
|
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`.
|
|
1229
1237
|
</dd>
|
|
@@ -1240,10 +1248,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1240
1248
|
<dd>
|
|
1241
1249
|
|
|
1242
1250
|
```typescript
|
|
1243
|
-
await client.jobs.
|
|
1251
|
+
await client.jobs.submitFluxDev({
|
|
1244
1252
|
input: {
|
|
1245
1253
|
prompt: "prompt",
|
|
1246
|
-
aspect_ratio: "
|
|
1254
|
+
aspect_ratio: "1:1",
|
|
1255
|
+
resolution: "540p"
|
|
1247
1256
|
}
|
|
1248
1257
|
});
|
|
1249
1258
|
|
|
@@ -1261,7 +1270,7 @@ await client.jobs.submitFlux2Max({
|
|
|
1261
1270
|
<dl>
|
|
1262
1271
|
<dd>
|
|
1263
1272
|
|
|
1264
|
-
**request:** `Hedra.
|
|
1273
|
+
**request:** `Hedra.SubmitBodyFluxDev`
|
|
1265
1274
|
|
|
1266
1275
|
</dd>
|
|
1267
1276
|
</dl>
|
|
@@ -1281,7 +1290,7 @@ await client.jobs.submitFlux2Max({
|
|
|
1281
1290
|
</dl>
|
|
1282
1291
|
</details>
|
|
1283
1292
|
|
|
1284
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1293
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFluxKontextMax</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1285
1294
|
<dl>
|
|
1286
1295
|
<dd>
|
|
1287
1296
|
|
|
@@ -1293,7 +1302,7 @@ await client.jobs.submitFlux2Max({
|
|
|
1293
1302
|
<dl>
|
|
1294
1303
|
<dd>
|
|
1295
1304
|
|
|
1296
|
-
|
|
1305
|
+
Highest-fidelity reference-image support for complex, multi-element scenes and perfectly matched branded visuals.
|
|
1297
1306
|
|
|
1298
1307
|
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`.
|
|
1299
1308
|
</dd>
|
|
@@ -1310,10 +1319,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1310
1319
|
<dd>
|
|
1311
1320
|
|
|
1312
1321
|
```typescript
|
|
1313
|
-
await client.jobs.
|
|
1322
|
+
await client.jobs.submitFluxKontextMax({
|
|
1314
1323
|
input: {
|
|
1315
|
-
prompt: "prompt"
|
|
1316
|
-
aspect_ratio: "16:9"
|
|
1324
|
+
prompt: "prompt"
|
|
1317
1325
|
}
|
|
1318
1326
|
});
|
|
1319
1327
|
|
|
@@ -1331,7 +1339,7 @@ await client.jobs.submitFlux2Pro({
|
|
|
1331
1339
|
<dl>
|
|
1332
1340
|
<dd>
|
|
1333
1341
|
|
|
1334
|
-
**request:** `Hedra.
|
|
1342
|
+
**request:** `Hedra.SubmitBodyFluxKontextMax`
|
|
1335
1343
|
|
|
1336
1344
|
</dd>
|
|
1337
1345
|
</dl>
|
|
@@ -1351,7 +1359,7 @@ await client.jobs.submitFlux2Pro({
|
|
|
1351
1359
|
</dl>
|
|
1352
1360
|
</details>
|
|
1353
1361
|
|
|
1354
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1362
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFluxKontextPro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1355
1363
|
<dl>
|
|
1356
1364
|
<dd>
|
|
1357
1365
|
|
|
@@ -1363,7 +1371,7 @@ await client.jobs.submitFlux2Pro({
|
|
|
1363
1371
|
<dl>
|
|
1364
1372
|
<dd>
|
|
1365
1373
|
|
|
1366
|
-
|
|
1374
|
+
Reference-image support for character, brand, or style consistency.
|
|
1367
1375
|
|
|
1368
1376
|
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`.
|
|
1369
1377
|
</dd>
|
|
@@ -1380,10 +1388,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1380
1388
|
<dd>
|
|
1381
1389
|
|
|
1382
1390
|
```typescript
|
|
1383
|
-
await client.jobs.
|
|
1391
|
+
await client.jobs.submitFluxKontextPro({
|
|
1384
1392
|
input: {
|
|
1385
|
-
prompt: "prompt"
|
|
1386
|
-
aspect_ratio: "16:9"
|
|
1393
|
+
prompt: "prompt"
|
|
1387
1394
|
}
|
|
1388
1395
|
});
|
|
1389
1396
|
|
|
@@ -1401,7 +1408,7 @@ await client.jobs.submitGeminiOmniFlash({
|
|
|
1401
1408
|
<dl>
|
|
1402
1409
|
<dd>
|
|
1403
1410
|
|
|
1404
|
-
**request:** `Hedra.
|
|
1411
|
+
**request:** `Hedra.SubmitBodyFluxKontextPro`
|
|
1405
1412
|
|
|
1406
1413
|
</dd>
|
|
1407
1414
|
</dl>
|
|
@@ -1421,7 +1428,7 @@ await client.jobs.submitGeminiOmniFlash({
|
|
|
1421
1428
|
</dl>
|
|
1422
1429
|
</details>
|
|
1423
1430
|
|
|
1424
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1431
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFlux2Flex</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1425
1432
|
<dl>
|
|
1426
1433
|
<dd>
|
|
1427
1434
|
|
|
@@ -1433,7 +1440,7 @@ await client.jobs.submitGeminiOmniFlash({
|
|
|
1433
1440
|
<dl>
|
|
1434
1441
|
<dd>
|
|
1435
1442
|
|
|
1436
|
-
|
|
1443
|
+
Image creation and editing with FLUX.2 [flex] from Black Forest Labs.
|
|
1437
1444
|
|
|
1438
1445
|
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`.
|
|
1439
1446
|
</dd>
|
|
@@ -1450,10 +1457,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1450
1457
|
<dd>
|
|
1451
1458
|
|
|
1452
1459
|
```typescript
|
|
1453
|
-
await client.jobs.
|
|
1460
|
+
await client.jobs.submitFlux2Flex({
|
|
1454
1461
|
input: {
|
|
1455
1462
|
prompt: "prompt",
|
|
1456
|
-
aspect_ratio: "
|
|
1463
|
+
aspect_ratio: "16:9"
|
|
1457
1464
|
}
|
|
1458
1465
|
});
|
|
1459
1466
|
|
|
@@ -1471,7 +1478,7 @@ await client.jobs.submitGptImage15({
|
|
|
1471
1478
|
<dl>
|
|
1472
1479
|
<dd>
|
|
1473
1480
|
|
|
1474
|
-
**request:** `Hedra.
|
|
1481
|
+
**request:** `Hedra.SubmitBodyFlux2Flex`
|
|
1475
1482
|
|
|
1476
1483
|
</dd>
|
|
1477
1484
|
</dl>
|
|
@@ -1491,7 +1498,7 @@ await client.jobs.submitGptImage15({
|
|
|
1491
1498
|
</dl>
|
|
1492
1499
|
</details>
|
|
1493
1500
|
|
|
1494
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1501
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFlux2Klein9B</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1495
1502
|
<dl>
|
|
1496
1503
|
<dd>
|
|
1497
1504
|
|
|
@@ -1503,7 +1510,7 @@ await client.jobs.submitGptImage15({
|
|
|
1503
1510
|
<dl>
|
|
1504
1511
|
<dd>
|
|
1505
1512
|
|
|
1506
|
-
|
|
1513
|
+
Flux.2 [klein] 9B model from Black Forest Labs.
|
|
1507
1514
|
|
|
1508
1515
|
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`.
|
|
1509
1516
|
</dd>
|
|
@@ -1520,12 +1527,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1520
1527
|
<dd>
|
|
1521
1528
|
|
|
1522
1529
|
```typescript
|
|
1523
|
-
await client.jobs.
|
|
1530
|
+
await client.jobs.submitFlux2Klein9B({
|
|
1524
1531
|
input: {
|
|
1525
1532
|
prompt: "prompt",
|
|
1526
|
-
aspect_ratio: "16:9"
|
|
1527
|
-
resolution: "1K",
|
|
1528
|
-
quality: "low"
|
|
1533
|
+
aspect_ratio: "16:9"
|
|
1529
1534
|
}
|
|
1530
1535
|
});
|
|
1531
1536
|
|
|
@@ -1543,7 +1548,7 @@ await client.jobs.submitGptImage2({
|
|
|
1543
1548
|
<dl>
|
|
1544
1549
|
<dd>
|
|
1545
1550
|
|
|
1546
|
-
**request:** `Hedra.
|
|
1551
|
+
**request:** `Hedra.SubmitBodyFlux2Klein9B`
|
|
1547
1552
|
|
|
1548
1553
|
</dd>
|
|
1549
1554
|
</dl>
|
|
@@ -1563,7 +1568,7 @@ await client.jobs.submitGptImage2({
|
|
|
1563
1568
|
</dl>
|
|
1564
1569
|
</details>
|
|
1565
1570
|
|
|
1566
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1571
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFlux2Max</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1567
1572
|
<dl>
|
|
1568
1573
|
<dd>
|
|
1569
1574
|
|
|
@@ -1575,7 +1580,7 @@ await client.jobs.submitGptImage2({
|
|
|
1575
1580
|
<dl>
|
|
1576
1581
|
<dd>
|
|
1577
1582
|
|
|
1578
|
-
|
|
1583
|
+
FLUX.2 [max] delivers state-of-the-art image generation and advanced image editing with exceptional realism, precision, and consistency.
|
|
1579
1584
|
|
|
1580
1585
|
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`.
|
|
1581
1586
|
</dd>
|
|
@@ -1592,9 +1597,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1592
1597
|
<dd>
|
|
1593
1598
|
|
|
1594
1599
|
```typescript
|
|
1595
|
-
await client.jobs.
|
|
1600
|
+
await client.jobs.submitFlux2Max({
|
|
1596
1601
|
input: {
|
|
1597
|
-
prompt: "prompt"
|
|
1602
|
+
prompt: "prompt",
|
|
1603
|
+
aspect_ratio: "16:9"
|
|
1598
1604
|
}
|
|
1599
1605
|
});
|
|
1600
1606
|
|
|
@@ -1612,7 +1618,7 @@ await client.jobs.submitGrokImagine({
|
|
|
1612
1618
|
<dl>
|
|
1613
1619
|
<dd>
|
|
1614
1620
|
|
|
1615
|
-
**request:** `Hedra.
|
|
1621
|
+
**request:** `Hedra.SubmitBodyFlux2Max`
|
|
1616
1622
|
|
|
1617
1623
|
</dd>
|
|
1618
1624
|
</dl>
|
|
@@ -1632,7 +1638,7 @@ await client.jobs.submitGrokImagine({
|
|
|
1632
1638
|
</dl>
|
|
1633
1639
|
</details>
|
|
1634
1640
|
|
|
1635
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1641
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitFlux2Pro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1636
1642
|
<dl>
|
|
1637
1643
|
<dd>
|
|
1638
1644
|
|
|
@@ -1644,7 +1650,7 @@ await client.jobs.submitGrokImagine({
|
|
|
1644
1650
|
<dl>
|
|
1645
1651
|
<dd>
|
|
1646
1652
|
|
|
1647
|
-
|
|
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
|
|
1648
1654
|
|
|
1649
1655
|
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`.
|
|
1650
1656
|
</dd>
|
|
@@ -1661,12 +1667,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1661
1667
|
<dd>
|
|
1662
1668
|
|
|
1663
1669
|
```typescript
|
|
1664
|
-
await client.jobs.
|
|
1670
|
+
await client.jobs.submitFlux2Pro({
|
|
1665
1671
|
input: {
|
|
1666
1672
|
prompt: "prompt",
|
|
1667
|
-
aspect_ratio: "
|
|
1668
|
-
resolution: "480p",
|
|
1669
|
-
duration_ms: 1
|
|
1673
|
+
aspect_ratio: "16:9"
|
|
1670
1674
|
}
|
|
1671
1675
|
});
|
|
1672
1676
|
|
|
@@ -1684,7 +1688,7 @@ await client.jobs.submitGrokVideo({
|
|
|
1684
1688
|
<dl>
|
|
1685
1689
|
<dd>
|
|
1686
1690
|
|
|
1687
|
-
**request:** `Hedra.
|
|
1691
|
+
**request:** `Hedra.SubmitBodyFlux2Pro`
|
|
1688
1692
|
|
|
1689
1693
|
</dd>
|
|
1690
1694
|
</dl>
|
|
@@ -1704,7 +1708,7 @@ await client.jobs.submitGrokVideo({
|
|
|
1704
1708
|
</dl>
|
|
1705
1709
|
</details>
|
|
1706
1710
|
|
|
1707
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1711
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGeminiOmniFlash</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1708
1712
|
<dl>
|
|
1709
1713
|
<dd>
|
|
1710
1714
|
|
|
@@ -1716,7 +1720,7 @@ await client.jobs.submitGrokVideo({
|
|
|
1716
1720
|
<dl>
|
|
1717
1721
|
<dd>
|
|
1718
1722
|
|
|
1719
|
-
|
|
1723
|
+
Gemini's fast multimodal video model — cinematic clips with native audio from a prompt, a keyframe, or reference images.
|
|
1720
1724
|
|
|
1721
1725
|
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`.
|
|
1722
1726
|
</dd>
|
|
@@ -1733,12 +1737,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1733
1737
|
<dd>
|
|
1734
1738
|
|
|
1735
1739
|
```typescript
|
|
1736
|
-
await client.jobs.
|
|
1740
|
+
await client.jobs.submitGeminiOmniFlash({
|
|
1737
1741
|
input: {
|
|
1738
1742
|
prompt: "prompt",
|
|
1739
|
-
aspect_ratio: "
|
|
1740
|
-
resolution: "720p",
|
|
1741
|
-
duration_ms: 1
|
|
1743
|
+
aspect_ratio: "16:9"
|
|
1742
1744
|
}
|
|
1743
1745
|
});
|
|
1744
1746
|
|
|
@@ -1756,7 +1758,7 @@ await client.jobs.submitHappyHorse({
|
|
|
1756
1758
|
<dl>
|
|
1757
1759
|
<dd>
|
|
1758
1760
|
|
|
1759
|
-
**request:** `Hedra.
|
|
1761
|
+
**request:** `Hedra.SubmitBodyGeminiOmniFlash`
|
|
1760
1762
|
|
|
1761
1763
|
</dd>
|
|
1762
1764
|
</dl>
|
|
@@ -1776,7 +1778,7 @@ await client.jobs.submitHappyHorse({
|
|
|
1776
1778
|
</dl>
|
|
1777
1779
|
</details>
|
|
1778
1780
|
|
|
1779
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1781
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGptImage15</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1780
1782
|
<dl>
|
|
1781
1783
|
<dd>
|
|
1782
1784
|
|
|
@@ -1788,7 +1790,7 @@ await client.jobs.submitHappyHorse({
|
|
|
1788
1790
|
<dl>
|
|
1789
1791
|
<dd>
|
|
1790
1792
|
|
|
1791
|
-
|
|
1793
|
+
OpenAI-powered image generation with exceptional prompt understanding and versatile editing capabilities.
|
|
1792
1794
|
|
|
1793
1795
|
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`.
|
|
1794
1796
|
</dd>
|
|
@@ -1805,19 +1807,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1805
1807
|
<dd>
|
|
1806
1808
|
|
|
1807
1809
|
```typescript
|
|
1808
|
-
await client.jobs.
|
|
1810
|
+
await client.jobs.submitGptImage15({
|
|
1809
1811
|
input: {
|
|
1810
1812
|
prompt: "prompt",
|
|
1811
|
-
aspect_ratio: "1:1"
|
|
1812
|
-
resolution: "540p",
|
|
1813
|
-
start_image: {
|
|
1814
|
-
source: "url",
|
|
1815
|
-
url: "url"
|
|
1816
|
-
},
|
|
1817
|
-
audio: {
|
|
1818
|
-
source: "url",
|
|
1819
|
-
url: "url"
|
|
1820
|
-
}
|
|
1813
|
+
aspect_ratio: "1:1"
|
|
1821
1814
|
}
|
|
1822
1815
|
});
|
|
1823
1816
|
|
|
@@ -1835,7 +1828,7 @@ await client.jobs.submitHedraAvatar({
|
|
|
1835
1828
|
<dl>
|
|
1836
1829
|
<dd>
|
|
1837
1830
|
|
|
1838
|
-
**request:** `Hedra.
|
|
1831
|
+
**request:** `Hedra.SubmitBodyGptImage15`
|
|
1839
1832
|
|
|
1840
1833
|
</dd>
|
|
1841
1834
|
</dl>
|
|
@@ -1855,7 +1848,7 @@ await client.jobs.submitHedraAvatar({
|
|
|
1855
1848
|
</dl>
|
|
1856
1849
|
</details>
|
|
1857
1850
|
|
|
1858
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1851
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGptImage2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1859
1852
|
<dl>
|
|
1860
1853
|
<dd>
|
|
1861
1854
|
|
|
@@ -1867,7 +1860,7 @@ await client.jobs.submitHedraAvatar({
|
|
|
1867
1860
|
<dl>
|
|
1868
1861
|
<dd>
|
|
1869
1862
|
|
|
1870
|
-
|
|
1863
|
+
OpenAI's balanced tier; moderate cost and fidelity, ideal for iterative refinement and everyday generation.
|
|
1871
1864
|
|
|
1872
1865
|
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`.
|
|
1873
1866
|
</dd>
|
|
@@ -1884,19 +1877,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1884
1877
|
<dd>
|
|
1885
1878
|
|
|
1886
1879
|
```typescript
|
|
1887
|
-
await client.jobs.
|
|
1880
|
+
await client.jobs.submitGptImage2({
|
|
1888
1881
|
input: {
|
|
1889
1882
|
prompt: "prompt",
|
|
1890
|
-
aspect_ratio: "
|
|
1891
|
-
resolution: "
|
|
1892
|
-
|
|
1893
|
-
source: "url",
|
|
1894
|
-
url: "url"
|
|
1895
|
-
},
|
|
1896
|
-
audio: {
|
|
1897
|
-
source: "url",
|
|
1898
|
-
url: "url"
|
|
1899
|
-
}
|
|
1883
|
+
aspect_ratio: "16:9",
|
|
1884
|
+
resolution: "1K",
|
|
1885
|
+
quality: "low"
|
|
1900
1886
|
}
|
|
1901
1887
|
});
|
|
1902
1888
|
|
|
@@ -1914,7 +1900,7 @@ await client.jobs.submitHedraCharacter3({
|
|
|
1914
1900
|
<dl>
|
|
1915
1901
|
<dd>
|
|
1916
1902
|
|
|
1917
|
-
**request:** `Hedra.
|
|
1903
|
+
**request:** `Hedra.SubmitBodyGptImage2`
|
|
1918
1904
|
|
|
1919
1905
|
</dd>
|
|
1920
1906
|
</dl>
|
|
@@ -1934,7 +1920,7 @@ await client.jobs.submitHedraCharacter3({
|
|
|
1934
1920
|
</dl>
|
|
1935
1921
|
</details>
|
|
1936
1922
|
|
|
1937
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1923
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGrokImagine</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1938
1924
|
<dl>
|
|
1939
1925
|
<dd>
|
|
1940
1926
|
|
|
@@ -1946,7 +1932,7 @@ await client.jobs.submitHedraCharacter3({
|
|
|
1946
1932
|
<dl>
|
|
1947
1933
|
<dd>
|
|
1948
1934
|
|
|
1949
|
-
|
|
1935
|
+
xAI's Grok Imagine image generation model
|
|
1950
1936
|
|
|
1951
1937
|
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`.
|
|
1952
1938
|
</dd>
|
|
@@ -1963,11 +1949,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
1963
1949
|
<dd>
|
|
1964
1950
|
|
|
1965
1951
|
```typescript
|
|
1966
|
-
await client.jobs.
|
|
1952
|
+
await client.jobs.submitGrokImagine({
|
|
1967
1953
|
input: {
|
|
1968
|
-
prompt: "prompt"
|
|
1969
|
-
aspect_ratio: "16:9",
|
|
1970
|
-
quality: "standard"
|
|
1954
|
+
prompt: "prompt"
|
|
1971
1955
|
}
|
|
1972
1956
|
});
|
|
1973
1957
|
|
|
@@ -1985,7 +1969,7 @@ await client.jobs.submitHidreamO1Image({
|
|
|
1985
1969
|
<dl>
|
|
1986
1970
|
<dd>
|
|
1987
1971
|
|
|
1988
|
-
**request:** `Hedra.
|
|
1972
|
+
**request:** `Hedra.SubmitBodyGrokImagine`
|
|
1989
1973
|
|
|
1990
1974
|
</dd>
|
|
1991
1975
|
</dl>
|
|
@@ -2005,7 +1989,7 @@ await client.jobs.submitHidreamO1Image({
|
|
|
2005
1989
|
</dl>
|
|
2006
1990
|
</details>
|
|
2007
1991
|
|
|
2008
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
1992
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGrokVideo</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2009
1993
|
<dl>
|
|
2010
1994
|
<dd>
|
|
2011
1995
|
|
|
@@ -2017,7 +2001,7 @@ await client.jobs.submitHidreamO1Image({
|
|
|
2017
2001
|
<dl>
|
|
2018
2002
|
<dd>
|
|
2019
2003
|
|
|
2020
|
-
|
|
2004
|
+
xAI's text-to-video generation model.
|
|
2021
2005
|
|
|
2022
2006
|
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`.
|
|
2023
2007
|
</dd>
|
|
@@ -2034,10 +2018,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2034
2018
|
<dd>
|
|
2035
2019
|
|
|
2036
2020
|
```typescript
|
|
2037
|
-
await client.jobs.
|
|
2021
|
+
await client.jobs.submitGrokVideo({
|
|
2038
2022
|
input: {
|
|
2039
2023
|
prompt: "prompt",
|
|
2040
|
-
aspect_ratio: "
|
|
2024
|
+
aspect_ratio: "auto",
|
|
2025
|
+
resolution: "480p",
|
|
2026
|
+
duration_ms: 1
|
|
2041
2027
|
}
|
|
2042
2028
|
});
|
|
2043
2029
|
|
|
@@ -2055,7 +2041,7 @@ await client.jobs.submitIdeogramV2({
|
|
|
2055
2041
|
<dl>
|
|
2056
2042
|
<dd>
|
|
2057
2043
|
|
|
2058
|
-
**request:** `Hedra.
|
|
2044
|
+
**request:** `Hedra.SubmitBodyGrokVideo`
|
|
2059
2045
|
|
|
2060
2046
|
</dd>
|
|
2061
2047
|
</dl>
|
|
@@ -2075,7 +2061,7 @@ await client.jobs.submitIdeogramV2({
|
|
|
2075
2061
|
</dl>
|
|
2076
2062
|
</details>
|
|
2077
2063
|
|
|
2078
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2064
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHappyHorse</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2079
2065
|
<dl>
|
|
2080
2066
|
<dd>
|
|
2081
2067
|
|
|
@@ -2087,7 +2073,7 @@ await client.jobs.submitIdeogramV2({
|
|
|
2087
2073
|
<dl>
|
|
2088
2074
|
<dd>
|
|
2089
2075
|
|
|
2090
|
-
|
|
2076
|
+
Generate video from text with Alibaba Happy Horse 1.0.
|
|
2091
2077
|
|
|
2092
2078
|
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`.
|
|
2093
2079
|
</dd>
|
|
@@ -2104,12 +2090,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2104
2090
|
<dd>
|
|
2105
2091
|
|
|
2106
2092
|
```typescript
|
|
2107
|
-
await client.jobs.
|
|
2093
|
+
await client.jobs.submitHappyHorse({
|
|
2108
2094
|
input: {
|
|
2109
2095
|
prompt: "prompt",
|
|
2110
|
-
aspect_ratio: "
|
|
2096
|
+
aspect_ratio: "21:9",
|
|
2111
2097
|
resolution: "720p",
|
|
2112
|
-
|
|
2098
|
+
duration_ms: 1
|
|
2113
2099
|
}
|
|
2114
2100
|
});
|
|
2115
2101
|
|
|
@@ -2127,7 +2113,7 @@ await client.jobs.submitIdeogramV4({
|
|
|
2127
2113
|
<dl>
|
|
2128
2114
|
<dd>
|
|
2129
2115
|
|
|
2130
|
-
**request:** `Hedra.
|
|
2116
|
+
**request:** `Hedra.SubmitBodyHappyHorse`
|
|
2131
2117
|
|
|
2132
2118
|
</dd>
|
|
2133
2119
|
</dl>
|
|
@@ -2147,7 +2133,7 @@ await client.jobs.submitIdeogramV4({
|
|
|
2147
2133
|
</dl>
|
|
2148
2134
|
</details>
|
|
2149
2135
|
|
|
2150
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2136
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHedraAvatar</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2151
2137
|
<dl>
|
|
2152
2138
|
<dd>
|
|
2153
2139
|
|
|
@@ -2159,7 +2145,7 @@ await client.jobs.submitIdeogramV4({
|
|
|
2159
2145
|
<dl>
|
|
2160
2146
|
<dd>
|
|
2161
2147
|
|
|
2162
|
-
|
|
2148
|
+
Hedra's latest longform avatar model, audio to video will full multi-language support. Perfect for talking and singing video with speaker selection up to 10 minutes long.
|
|
2163
2149
|
|
|
2164
2150
|
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`.
|
|
2165
2151
|
</dd>
|
|
@@ -2176,10 +2162,19 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2176
2162
|
<dd>
|
|
2177
2163
|
|
|
2178
2164
|
```typescript
|
|
2179
|
-
await client.jobs.
|
|
2165
|
+
await client.jobs.submitHedraAvatar({
|
|
2180
2166
|
input: {
|
|
2181
2167
|
prompt: "prompt",
|
|
2182
|
-
aspect_ratio: "
|
|
2168
|
+
aspect_ratio: "1:1",
|
|
2169
|
+
resolution: "540p",
|
|
2170
|
+
start_image: {
|
|
2171
|
+
source: "url",
|
|
2172
|
+
url: "url"
|
|
2173
|
+
},
|
|
2174
|
+
audio: {
|
|
2175
|
+
source: "url",
|
|
2176
|
+
url: "url"
|
|
2177
|
+
}
|
|
2183
2178
|
}
|
|
2184
2179
|
});
|
|
2185
2180
|
|
|
@@ -2197,7 +2192,7 @@ await client.jobs.submitImagen3({
|
|
|
2197
2192
|
<dl>
|
|
2198
2193
|
<dd>
|
|
2199
2194
|
|
|
2200
|
-
**request:** `Hedra.
|
|
2195
|
+
**request:** `Hedra.SubmitBodyHedraAvatar`
|
|
2201
2196
|
|
|
2202
2197
|
</dd>
|
|
2203
2198
|
</dl>
|
|
@@ -2217,7 +2212,7 @@ await client.jobs.submitImagen3({
|
|
|
2217
2212
|
</dl>
|
|
2218
2213
|
</details>
|
|
2219
2214
|
|
|
2220
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2215
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHedraCharacter3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2221
2216
|
<dl>
|
|
2222
2217
|
<dd>
|
|
2223
2218
|
|
|
@@ -2229,7 +2224,7 @@ await client.jobs.submitImagen3({
|
|
|
2229
2224
|
<dl>
|
|
2230
2225
|
<dd>
|
|
2231
2226
|
|
|
2232
|
-
|
|
2227
|
+
Hedra's latest longform avatar model, audio to video will full multi-language support. Perfect for talking and singing video with speaker selection up to 10 minutes long.
|
|
2233
2228
|
|
|
2234
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`.
|
|
2235
2230
|
</dd>
|
|
@@ -2246,11 +2241,19 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2246
2241
|
<dd>
|
|
2247
2242
|
|
|
2248
2243
|
```typescript
|
|
2249
|
-
await client.jobs.
|
|
2244
|
+
await client.jobs.submitHedraCharacter3({
|
|
2250
2245
|
input: {
|
|
2251
2246
|
prompt: "prompt",
|
|
2252
|
-
aspect_ratio: "
|
|
2253
|
-
resolution: "
|
|
2247
|
+
aspect_ratio: "1:1",
|
|
2248
|
+
resolution: "540p",
|
|
2249
|
+
start_image: {
|
|
2250
|
+
source: "url",
|
|
2251
|
+
url: "url"
|
|
2252
|
+
},
|
|
2253
|
+
audio: {
|
|
2254
|
+
source: "url",
|
|
2255
|
+
url: "url"
|
|
2256
|
+
}
|
|
2254
2257
|
}
|
|
2255
2258
|
});
|
|
2256
2259
|
|
|
@@ -2268,7 +2271,7 @@ await client.jobs.submitImagen4({
|
|
|
2268
2271
|
<dl>
|
|
2269
2272
|
<dd>
|
|
2270
2273
|
|
|
2271
|
-
**request:** `Hedra.
|
|
2274
|
+
**request:** `Hedra.SubmitBodyHedraCharacter3`
|
|
2272
2275
|
|
|
2273
2276
|
</dd>
|
|
2274
2277
|
</dl>
|
|
@@ -2288,7 +2291,7 @@ await client.jobs.submitImagen4({
|
|
|
2288
2291
|
</dl>
|
|
2289
2292
|
</details>
|
|
2290
2293
|
|
|
2291
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2294
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHidreamO1Image</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2292
2295
|
<dl>
|
|
2293
2296
|
<dd>
|
|
2294
2297
|
|
|
@@ -2300,6 +2303,8 @@ await client.jobs.submitImagen4({
|
|
|
2300
2303
|
<dl>
|
|
2301
2304
|
<dd>
|
|
2302
2305
|
|
|
2306
|
+
HiDream.ai's open-weights HiDream-O1-Image (8B): one pixel-native model that generates, edits, and personalizes without a VAE or a separate text encoder.
|
|
2307
|
+
|
|
2303
2308
|
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`.
|
|
2304
2309
|
</dd>
|
|
2305
2310
|
</dl>
|
|
@@ -2315,9 +2320,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2315
2320
|
<dd>
|
|
2316
2321
|
|
|
2317
2322
|
```typescript
|
|
2318
|
-
await client.jobs.
|
|
2323
|
+
await client.jobs.submitHidreamO1Image({
|
|
2319
2324
|
input: {
|
|
2320
|
-
prompt: "prompt"
|
|
2325
|
+
prompt: "prompt",
|
|
2326
|
+
aspect_ratio: "16:9",
|
|
2327
|
+
quality: "standard"
|
|
2321
2328
|
}
|
|
2322
2329
|
});
|
|
2323
2330
|
|
|
@@ -2335,7 +2342,7 @@ await client.jobs.submitKling16({
|
|
|
2335
2342
|
<dl>
|
|
2336
2343
|
<dd>
|
|
2337
2344
|
|
|
2338
|
-
**request:** `Hedra.
|
|
2345
|
+
**request:** `Hedra.SubmitBodyHidreamO1Image`
|
|
2339
2346
|
|
|
2340
2347
|
</dd>
|
|
2341
2348
|
</dl>
|
|
@@ -2355,7 +2362,7 @@ await client.jobs.submitKling16({
|
|
|
2355
2362
|
</dl>
|
|
2356
2363
|
</details>
|
|
2357
2364
|
|
|
2358
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2365
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitIdeogramV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2359
2366
|
<dl>
|
|
2360
2367
|
<dd>
|
|
2361
2368
|
|
|
@@ -2367,7 +2374,7 @@ await client.jobs.submitKling16({
|
|
|
2367
2374
|
<dl>
|
|
2368
2375
|
<dd>
|
|
2369
2376
|
|
|
2370
|
-
|
|
2377
|
+
Best in class for poster-ready images and spot-on text rendering in social graphics.
|
|
2371
2378
|
|
|
2372
2379
|
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`.
|
|
2373
2380
|
</dd>
|
|
@@ -2384,11 +2391,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2384
2391
|
<dd>
|
|
2385
2392
|
|
|
2386
2393
|
```typescript
|
|
2387
|
-
await client.jobs.
|
|
2394
|
+
await client.jobs.submitIdeogramV2({
|
|
2388
2395
|
input: {
|
|
2389
2396
|
prompt: "prompt",
|
|
2390
|
-
aspect_ratio: "
|
|
2391
|
-
duration_ms: 1
|
|
2397
|
+
aspect_ratio: "1:1"
|
|
2392
2398
|
}
|
|
2393
2399
|
});
|
|
2394
2400
|
|
|
@@ -2406,7 +2412,7 @@ await client.jobs.submitKling21Master({
|
|
|
2406
2412
|
<dl>
|
|
2407
2413
|
<dd>
|
|
2408
2414
|
|
|
2409
|
-
**request:** `Hedra.
|
|
2415
|
+
**request:** `Hedra.SubmitBodyIdeogramV2`
|
|
2410
2416
|
|
|
2411
2417
|
</dd>
|
|
2412
2418
|
</dl>
|
|
@@ -2426,7 +2432,7 @@ await client.jobs.submitKling21Master({
|
|
|
2426
2432
|
</dl>
|
|
2427
2433
|
</details>
|
|
2428
2434
|
|
|
2429
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2435
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitIdeogramV4</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2430
2436
|
<dl>
|
|
2431
2437
|
<dd>
|
|
2432
2438
|
|
|
@@ -2438,7 +2444,7 @@ await client.jobs.submitKling21Master({
|
|
|
2438
2444
|
<dl>
|
|
2439
2445
|
<dd>
|
|
2440
2446
|
|
|
2441
|
-
|
|
2447
|
+
Ideogram V4 renders poster-ready text and layout; the required quality parameter picks turbo, balanced or quality, which sets both the render effort and the price.
|
|
2442
2448
|
|
|
2443
2449
|
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`.
|
|
2444
2450
|
</dd>
|
|
@@ -2455,11 +2461,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2455
2461
|
<dd>
|
|
2456
2462
|
|
|
2457
2463
|
```typescript
|
|
2458
|
-
await client.jobs.
|
|
2464
|
+
await client.jobs.submitIdeogramV4({
|
|
2459
2465
|
input: {
|
|
2460
2466
|
prompt: "prompt",
|
|
2461
2467
|
aspect_ratio: "16:9",
|
|
2462
|
-
|
|
2468
|
+
resolution: "720p",
|
|
2469
|
+
quality: "turbo"
|
|
2463
2470
|
}
|
|
2464
2471
|
});
|
|
2465
2472
|
|
|
@@ -2477,7 +2484,7 @@ await client.jobs.submitKling25Turbo({
|
|
|
2477
2484
|
<dl>
|
|
2478
2485
|
<dd>
|
|
2479
2486
|
|
|
2480
|
-
**request:** `Hedra.
|
|
2487
|
+
**request:** `Hedra.SubmitBodyIdeogramV4`
|
|
2481
2488
|
|
|
2482
2489
|
</dd>
|
|
2483
2490
|
</dl>
|
|
@@ -2497,7 +2504,7 @@ await client.jobs.submitKling25Turbo({
|
|
|
2497
2504
|
</dl>
|
|
2498
2505
|
</details>
|
|
2499
2506
|
|
|
2500
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2507
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitImagen3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2501
2508
|
<dl>
|
|
2502
2509
|
<dd>
|
|
2503
2510
|
|
|
@@ -2509,7 +2516,7 @@ await client.jobs.submitKling25Turbo({
|
|
|
2509
2516
|
<dl>
|
|
2510
2517
|
<dd>
|
|
2511
2518
|
|
|
2512
|
-
|
|
2519
|
+
The latest text to image model from Google
|
|
2513
2520
|
|
|
2514
2521
|
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`.
|
|
2515
2522
|
</dd>
|
|
@@ -2526,17 +2533,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2526
2533
|
<dd>
|
|
2527
2534
|
|
|
2528
2535
|
```typescript
|
|
2529
|
-
await client.jobs.
|
|
2536
|
+
await client.jobs.submitImagen3({
|
|
2530
2537
|
input: {
|
|
2531
|
-
|
|
2532
|
-
|
|
2533
|
-
url: "url"
|
|
2534
|
-
},
|
|
2535
|
-
source_video: {
|
|
2536
|
-
source: "url",
|
|
2537
|
-
url: "url"
|
|
2538
|
-
},
|
|
2539
|
-
resolution: "720p"
|
|
2538
|
+
prompt: "prompt",
|
|
2539
|
+
aspect_ratio: "16:9"
|
|
2540
2540
|
}
|
|
2541
2541
|
});
|
|
2542
2542
|
|
|
@@ -2554,7 +2554,7 @@ await client.jobs.submitKling26MotionControl({
|
|
|
2554
2554
|
<dl>
|
|
2555
2555
|
<dd>
|
|
2556
2556
|
|
|
2557
|
-
**request:** `Hedra.
|
|
2557
|
+
**request:** `Hedra.SubmitBodyImagen3`
|
|
2558
2558
|
|
|
2559
2559
|
</dd>
|
|
2560
2560
|
</dl>
|
|
@@ -2574,7 +2574,7 @@ await client.jobs.submitKling26MotionControl({
|
|
|
2574
2574
|
</dl>
|
|
2575
2575
|
</details>
|
|
2576
2576
|
|
|
2577
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2577
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitImagen4</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2578
2578
|
<dl>
|
|
2579
2579
|
<dd>
|
|
2580
2580
|
|
|
@@ -2586,7 +2586,7 @@ await client.jobs.submitKling26MotionControl({
|
|
|
2586
2586
|
<dl>
|
|
2587
2587
|
<dd>
|
|
2588
2588
|
|
|
2589
|
-
|
|
2589
|
+
Google's photoreal model—natural lighting, lifelike skin, and pro-grade sharpness in every shot.
|
|
2590
2590
|
|
|
2591
2591
|
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`.
|
|
2592
2592
|
</dd>
|
|
@@ -2603,11 +2603,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2603
2603
|
<dd>
|
|
2604
2604
|
|
|
2605
2605
|
```typescript
|
|
2606
|
-
await client.jobs.
|
|
2606
|
+
await client.jobs.submitImagen4({
|
|
2607
2607
|
input: {
|
|
2608
2608
|
prompt: "prompt",
|
|
2609
2609
|
aspect_ratio: "16:9",
|
|
2610
|
-
|
|
2610
|
+
resolution: "1K"
|
|
2611
2611
|
}
|
|
2612
2612
|
});
|
|
2613
2613
|
|
|
@@ -2625,7 +2625,7 @@ await client.jobs.submitKling26Pro({
|
|
|
2625
2625
|
<dl>
|
|
2626
2626
|
<dd>
|
|
2627
2627
|
|
|
2628
|
-
**request:** `Hedra.
|
|
2628
|
+
**request:** `Hedra.SubmitBodyImagen4`
|
|
2629
2629
|
|
|
2630
2630
|
</dd>
|
|
2631
2631
|
</dl>
|
|
@@ -2645,7 +2645,7 @@ await client.jobs.submitKling26Pro({
|
|
|
2645
2645
|
</dl>
|
|
2646
2646
|
</details>
|
|
2647
2647
|
|
|
2648
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2648
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKling16</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2649
2649
|
<dl>
|
|
2650
2650
|
<dd>
|
|
2651
2651
|
|
|
@@ -2657,8 +2657,6 @@ await client.jobs.submitKling26Pro({
|
|
|
2657
2657
|
<dl>
|
|
2658
2658
|
<dd>
|
|
2659
2659
|
|
|
2660
|
-
Create avatar videos with realistic humans, animals, cartoons, or stylized characters from an image and audio input.
|
|
2661
|
-
|
|
2662
2660
|
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`.
|
|
2663
2661
|
</dd>
|
|
2664
2662
|
</dl>
|
|
@@ -2674,18 +2672,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2674
2672
|
<dd>
|
|
2675
2673
|
|
|
2676
2674
|
```typescript
|
|
2677
|
-
await client.jobs.
|
|
2675
|
+
await client.jobs.submitKling16({
|
|
2678
2676
|
input: {
|
|
2679
|
-
|
|
2680
|
-
start_image: {
|
|
2681
|
-
source: "url",
|
|
2682
|
-
url: "url"
|
|
2683
|
-
},
|
|
2684
|
-
audio: {
|
|
2685
|
-
source: "url",
|
|
2686
|
-
url: "url"
|
|
2687
|
-
},
|
|
2688
|
-
quality: "standard"
|
|
2677
|
+
prompt: "prompt"
|
|
2689
2678
|
}
|
|
2690
2679
|
});
|
|
2691
2680
|
|
|
@@ -2703,7 +2692,7 @@ await client.jobs.submitKlingAiAvatarV2({
|
|
|
2703
2692
|
<dl>
|
|
2704
2693
|
<dd>
|
|
2705
2694
|
|
|
2706
|
-
**request:** `Hedra.
|
|
2695
|
+
**request:** `Hedra.SubmitBodyKling16`
|
|
2707
2696
|
|
|
2708
2697
|
</dd>
|
|
2709
2698
|
</dl>
|
|
@@ -2723,7 +2712,7 @@ await client.jobs.submitKlingAiAvatarV2({
|
|
|
2723
2712
|
</dl>
|
|
2724
2713
|
</details>
|
|
2725
2714
|
|
|
2726
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2715
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKling21Master</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2727
2716
|
<dl>
|
|
2728
2717
|
<dd>
|
|
2729
2718
|
|
|
@@ -2735,7 +2724,7 @@ await client.jobs.submitKlingAiAvatarV2({
|
|
|
2735
2724
|
<dl>
|
|
2736
2725
|
<dd>
|
|
2737
2726
|
|
|
2738
|
-
|
|
2727
|
+
Cinema-grade video with striking textures and rich depth.
|
|
2739
2728
|
|
|
2740
2729
|
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`.
|
|
2741
2730
|
</dd>
|
|
@@ -2752,7 +2741,7 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2752
2741
|
<dd>
|
|
2753
2742
|
|
|
2754
2743
|
```typescript
|
|
2755
|
-
await client.jobs.
|
|
2744
|
+
await client.jobs.submitKling21Master({
|
|
2756
2745
|
input: {
|
|
2757
2746
|
prompt: "prompt",
|
|
2758
2747
|
aspect_ratio: "16:9",
|
|
@@ -2774,7 +2763,7 @@ await client.jobs.submitKlingO1({
|
|
|
2774
2763
|
<dl>
|
|
2775
2764
|
<dd>
|
|
2776
2765
|
|
|
2777
|
-
**request:** `Hedra.
|
|
2766
|
+
**request:** `Hedra.SubmitBodyKling21Master`
|
|
2778
2767
|
|
|
2779
2768
|
</dd>
|
|
2780
2769
|
</dl>
|
|
@@ -2794,7 +2783,7 @@ await client.jobs.submitKlingO1({
|
|
|
2794
2783
|
</dl>
|
|
2795
2784
|
</details>
|
|
2796
2785
|
|
|
2797
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2786
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKling25Turbo</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2798
2787
|
<dl>
|
|
2799
2788
|
<dd>
|
|
2800
2789
|
|
|
@@ -2806,7 +2795,7 @@ await client.jobs.submitKlingO1({
|
|
|
2806
2795
|
<dl>
|
|
2807
2796
|
<dd>
|
|
2808
2797
|
|
|
2809
|
-
|
|
2798
|
+
Fast, high-quality video generation.
|
|
2810
2799
|
|
|
2811
2800
|
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`.
|
|
2812
2801
|
</dd>
|
|
@@ -2823,12 +2812,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2823
2812
|
<dd>
|
|
2824
2813
|
|
|
2825
2814
|
```typescript
|
|
2826
|
-
await client.jobs.
|
|
2815
|
+
await client.jobs.submitKling25Turbo({
|
|
2827
2816
|
input: {
|
|
2828
2817
|
prompt: "prompt",
|
|
2829
2818
|
aspect_ratio: "16:9",
|
|
2830
|
-
duration_ms: 1
|
|
2831
|
-
quality: "standard"
|
|
2819
|
+
duration_ms: 1
|
|
2832
2820
|
}
|
|
2833
2821
|
});
|
|
2834
2822
|
|
|
@@ -2846,7 +2834,7 @@ await client.jobs.submitKlingO3({
|
|
|
2846
2834
|
<dl>
|
|
2847
2835
|
<dd>
|
|
2848
2836
|
|
|
2849
|
-
**request:** `Hedra.
|
|
2837
|
+
**request:** `Hedra.SubmitBodyKling25Turbo`
|
|
2850
2838
|
|
|
2851
2839
|
</dd>
|
|
2852
2840
|
</dl>
|
|
@@ -2866,7 +2854,7 @@ await client.jobs.submitKlingO3({
|
|
|
2866
2854
|
</dl>
|
|
2867
2855
|
</details>
|
|
2868
2856
|
|
|
2869
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2857
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKling26MotionControl</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2870
2858
|
<dl>
|
|
2871
2859
|
<dd>
|
|
2872
2860
|
|
|
@@ -2878,7 +2866,7 @@ await client.jobs.submitKlingO3({
|
|
|
2878
2866
|
<dl>
|
|
2879
2867
|
<dd>
|
|
2880
2868
|
|
|
2881
|
-
|
|
2869
|
+
Transfer movements from a reference video to any character image. Cost-effective mode for motion transfer, perfect for portraits and simple animations.
|
|
2882
2870
|
|
|
2883
2871
|
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`.
|
|
2884
2872
|
</dd>
|
|
@@ -2895,9 +2883,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2895
2883
|
<dd>
|
|
2896
2884
|
|
|
2897
2885
|
```typescript
|
|
2898
|
-
await client.jobs.
|
|
2886
|
+
await client.jobs.submitKling26MotionControl({
|
|
2899
2887
|
input: {
|
|
2900
|
-
|
|
2888
|
+
start_image: {
|
|
2889
|
+
source: "url",
|
|
2890
|
+
url: "url"
|
|
2891
|
+
},
|
|
2901
2892
|
source_video: {
|
|
2902
2893
|
source: "url",
|
|
2903
2894
|
url: "url"
|
|
@@ -2920,7 +2911,7 @@ await client.jobs.submitKlingO3Edit({
|
|
|
2920
2911
|
<dl>
|
|
2921
2912
|
<dd>
|
|
2922
2913
|
|
|
2923
|
-
**request:** `Hedra.
|
|
2914
|
+
**request:** `Hedra.SubmitBodyKling26MotionControl`
|
|
2924
2915
|
|
|
2925
2916
|
</dd>
|
|
2926
2917
|
</dl>
|
|
@@ -2940,7 +2931,7 @@ await client.jobs.submitKlingO3Edit({
|
|
|
2940
2931
|
</dl>
|
|
2941
2932
|
</details>
|
|
2942
2933
|
|
|
2943
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
2934
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKling26Pro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2944
2935
|
<dl>
|
|
2945
2936
|
<dd>
|
|
2946
2937
|
|
|
@@ -2952,7 +2943,7 @@ await client.jobs.submitKlingO3Edit({
|
|
|
2952
2943
|
<dl>
|
|
2953
2944
|
<dd>
|
|
2954
2945
|
|
|
2955
|
-
|
|
2946
|
+
Cinematic visuals, fluid motion, and native audio generation.
|
|
2956
2947
|
|
|
2957
2948
|
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`.
|
|
2958
2949
|
</dd>
|
|
@@ -2969,14 +2960,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2969
2960
|
<dd>
|
|
2970
2961
|
|
|
2971
2962
|
```typescript
|
|
2972
|
-
await client.jobs.
|
|
2963
|
+
await client.jobs.submitKling26Pro({
|
|
2973
2964
|
input: {
|
|
2974
2965
|
prompt: "prompt",
|
|
2975
|
-
|
|
2976
|
-
|
|
2977
|
-
url: "url"
|
|
2978
|
-
},
|
|
2979
|
-
resolution: "720p"
|
|
2966
|
+
aspect_ratio: "16:9",
|
|
2967
|
+
duration_ms: 1
|
|
2980
2968
|
}
|
|
2981
2969
|
});
|
|
2982
2970
|
|
|
@@ -2994,7 +2982,7 @@ await client.jobs.submitKlingO3Reference({
|
|
|
2994
2982
|
<dl>
|
|
2995
2983
|
<dd>
|
|
2996
2984
|
|
|
2997
|
-
**request:** `Hedra.
|
|
2985
|
+
**request:** `Hedra.SubmitBodyKling26Pro`
|
|
2998
2986
|
|
|
2999
2987
|
</dd>
|
|
3000
2988
|
</dl>
|
|
@@ -3014,7 +3002,7 @@ await client.jobs.submitKlingO3Reference({
|
|
|
3014
3002
|
</dl>
|
|
3015
3003
|
</details>
|
|
3016
3004
|
|
|
3017
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3005
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingAiAvatarV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3018
3006
|
<dl>
|
|
3019
3007
|
<dd>
|
|
3020
3008
|
|
|
@@ -3026,7 +3014,7 @@ await client.jobs.submitKlingO3Reference({
|
|
|
3026
3014
|
<dl>
|
|
3027
3015
|
<dd>
|
|
3028
3016
|
|
|
3029
|
-
|
|
3017
|
+
Create avatar videos with realistic humans, animals, cartoons, or stylized characters from an image and audio input.
|
|
3030
3018
|
|
|
3031
3019
|
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`.
|
|
3032
3020
|
</dd>
|
|
@@ -3043,11 +3031,17 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3043
3031
|
<dd>
|
|
3044
3032
|
|
|
3045
3033
|
```typescript
|
|
3046
|
-
await client.jobs.
|
|
3034
|
+
await client.jobs.submitKlingAiAvatarV2({
|
|
3047
3035
|
input: {
|
|
3048
|
-
prompt: "prompt",
|
|
3049
3036
|
aspect_ratio: "16:9",
|
|
3050
|
-
|
|
3037
|
+
start_image: {
|
|
3038
|
+
source: "url",
|
|
3039
|
+
url: "url"
|
|
3040
|
+
},
|
|
3041
|
+
audio: {
|
|
3042
|
+
source: "url",
|
|
3043
|
+
url: "url"
|
|
3044
|
+
},
|
|
3051
3045
|
quality: "standard"
|
|
3052
3046
|
}
|
|
3053
3047
|
});
|
|
@@ -3066,7 +3060,7 @@ await client.jobs.submitKlingV3({
|
|
|
3066
3060
|
<dl>
|
|
3067
3061
|
<dd>
|
|
3068
3062
|
|
|
3069
|
-
**request:** `Hedra.
|
|
3063
|
+
**request:** `Hedra.SubmitBodyKlingAiAvatarV2`
|
|
3070
3064
|
|
|
3071
3065
|
</dd>
|
|
3072
3066
|
</dl>
|
|
@@ -3086,7 +3080,7 @@ await client.jobs.submitKlingV3({
|
|
|
3086
3080
|
</dl>
|
|
3087
3081
|
</details>
|
|
3088
3082
|
|
|
3089
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3083
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingO1</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3090
3084
|
<dl>
|
|
3091
3085
|
<dd>
|
|
3092
3086
|
|
|
@@ -3098,7 +3092,7 @@ await client.jobs.submitKlingV3({
|
|
|
3098
3092
|
<dl>
|
|
3099
3093
|
<dd>
|
|
3100
3094
|
|
|
3101
|
-
|
|
3095
|
+
Generate from a single image with text-driven style and scene guidance.
|
|
3102
3096
|
|
|
3103
3097
|
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`.
|
|
3104
3098
|
</dd>
|
|
@@ -3115,17 +3109,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3115
3109
|
<dd>
|
|
3116
3110
|
|
|
3117
3111
|
```typescript
|
|
3118
|
-
await client.jobs.
|
|
3112
|
+
await client.jobs.submitKlingO1({
|
|
3119
3113
|
input: {
|
|
3120
|
-
|
|
3121
|
-
|
|
3122
|
-
|
|
3123
|
-
},
|
|
3124
|
-
source_video: {
|
|
3125
|
-
source: "url",
|
|
3126
|
-
url: "url"
|
|
3127
|
-
},
|
|
3128
|
-
resolution: "720p"
|
|
3114
|
+
prompt: "prompt",
|
|
3115
|
+
aspect_ratio: "16:9",
|
|
3116
|
+
duration_ms: 1
|
|
3129
3117
|
}
|
|
3130
3118
|
});
|
|
3131
3119
|
|
|
@@ -3143,7 +3131,7 @@ await client.jobs.submitKlingV3MotionControl({
|
|
|
3143
3131
|
<dl>
|
|
3144
3132
|
<dd>
|
|
3145
3133
|
|
|
3146
|
-
**request:** `Hedra.
|
|
3134
|
+
**request:** `Hedra.SubmitBodyKlingO1`
|
|
3147
3135
|
|
|
3148
3136
|
</dd>
|
|
3149
3137
|
</dl>
|
|
@@ -3163,7 +3151,7 @@ await client.jobs.submitKlingV3MotionControl({
|
|
|
3163
3151
|
</dl>
|
|
3164
3152
|
</details>
|
|
3165
3153
|
|
|
3166
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3154
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingO3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3167
3155
|
<dl>
|
|
3168
3156
|
<dd>
|
|
3169
3157
|
|
|
@@ -3175,7 +3163,7 @@ await client.jobs.submitKlingV3MotionControl({
|
|
|
3175
3163
|
<dl>
|
|
3176
3164
|
<dd>
|
|
3177
3165
|
|
|
3178
|
-
|
|
3166
|
+
Text-to-video model with up to 15-second generations and native audio.
|
|
3179
3167
|
|
|
3180
3168
|
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`.
|
|
3181
3169
|
</dd>
|
|
@@ -3192,13 +3180,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3192
3180
|
<dd>
|
|
3193
3181
|
|
|
3194
3182
|
```typescript
|
|
3195
|
-
await client.jobs.
|
|
3183
|
+
await client.jobs.submitKlingO3({
|
|
3196
3184
|
input: {
|
|
3197
|
-
|
|
3198
|
-
resolution: "1080p",
|
|
3185
|
+
aspect_ratio: "16:9",
|
|
3199
3186
|
duration_ms: 1,
|
|
3200
|
-
|
|
3201
|
-
quality: "fast"
|
|
3187
|
+
quality: "standard"
|
|
3202
3188
|
}
|
|
3203
3189
|
});
|
|
3204
3190
|
|
|
@@ -3216,7 +3202,7 @@ await client.jobs.submitLtx23({
|
|
|
3216
3202
|
<dl>
|
|
3217
3203
|
<dd>
|
|
3218
3204
|
|
|
3219
|
-
**request:** `Hedra.
|
|
3205
|
+
**request:** `Hedra.SubmitBodyKlingO3`
|
|
3220
3206
|
|
|
3221
3207
|
</dd>
|
|
3222
3208
|
</dl>
|
|
@@ -3236,7 +3222,7 @@ await client.jobs.submitLtx23({
|
|
|
3236
3222
|
</dl>
|
|
3237
3223
|
</details>
|
|
3238
3224
|
|
|
3239
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3225
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingO3Edit</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3240
3226
|
<dl>
|
|
3241
3227
|
<dd>
|
|
3242
3228
|
|
|
@@ -3248,7 +3234,7 @@ await client.jobs.submitLtx23({
|
|
|
3248
3234
|
<dl>
|
|
3249
3235
|
<dd>
|
|
3250
3236
|
|
|
3251
|
-
|
|
3237
|
+
Edit videos using natural language.
|
|
3252
3238
|
|
|
3253
3239
|
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`.
|
|
3254
3240
|
</dd>
|
|
@@ -3265,10 +3251,379 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3265
3251
|
<dd>
|
|
3266
3252
|
|
|
3267
3253
|
```typescript
|
|
3268
|
-
await client.jobs.
|
|
3254
|
+
await client.jobs.submitKlingO3Edit({
|
|
3269
3255
|
input: {
|
|
3270
3256
|
prompt: "prompt",
|
|
3271
|
-
|
|
3257
|
+
source_video: {
|
|
3258
|
+
source: "url",
|
|
3259
|
+
url: "url"
|
|
3260
|
+
},
|
|
3261
|
+
resolution: "720p"
|
|
3262
|
+
}
|
|
3263
|
+
});
|
|
3264
|
+
|
|
3265
|
+
```
|
|
3266
|
+
</dd>
|
|
3267
|
+
</dl>
|
|
3268
|
+
</dd>
|
|
3269
|
+
</dl>
|
|
3270
|
+
|
|
3271
|
+
#### ⚙️ Parameters
|
|
3272
|
+
|
|
3273
|
+
<dl>
|
|
3274
|
+
<dd>
|
|
3275
|
+
|
|
3276
|
+
<dl>
|
|
3277
|
+
<dd>
|
|
3278
|
+
|
|
3279
|
+
**request:** `Hedra.SubmitBodyKlingO3Edit`
|
|
3280
|
+
|
|
3281
|
+
</dd>
|
|
3282
|
+
</dl>
|
|
3283
|
+
|
|
3284
|
+
<dl>
|
|
3285
|
+
<dd>
|
|
3286
|
+
|
|
3287
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3288
|
+
|
|
3289
|
+
</dd>
|
|
3290
|
+
</dl>
|
|
3291
|
+
</dd>
|
|
3292
|
+
</dl>
|
|
3293
|
+
|
|
3294
|
+
|
|
3295
|
+
</dd>
|
|
3296
|
+
</dl>
|
|
3297
|
+
</details>
|
|
3298
|
+
|
|
3299
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingO3Reference</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3300
|
+
<dl>
|
|
3301
|
+
<dd>
|
|
3302
|
+
|
|
3303
|
+
#### 📝 Description
|
|
3304
|
+
|
|
3305
|
+
<dl>
|
|
3306
|
+
<dd>
|
|
3307
|
+
|
|
3308
|
+
<dl>
|
|
3309
|
+
<dd>
|
|
3310
|
+
|
|
3311
|
+
Input a reference video and preserve motion and camera style.
|
|
3312
|
+
|
|
3313
|
+
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`.
|
|
3314
|
+
</dd>
|
|
3315
|
+
</dl>
|
|
3316
|
+
</dd>
|
|
3317
|
+
</dl>
|
|
3318
|
+
|
|
3319
|
+
#### 🔌 Usage
|
|
3320
|
+
|
|
3321
|
+
<dl>
|
|
3322
|
+
<dd>
|
|
3323
|
+
|
|
3324
|
+
<dl>
|
|
3325
|
+
<dd>
|
|
3326
|
+
|
|
3327
|
+
```typescript
|
|
3328
|
+
await client.jobs.submitKlingO3Reference({
|
|
3329
|
+
input: {
|
|
3330
|
+
prompt: "prompt",
|
|
3331
|
+
source_video: {
|
|
3332
|
+
source: "url",
|
|
3333
|
+
url: "url"
|
|
3334
|
+
},
|
|
3335
|
+
resolution: "720p"
|
|
3336
|
+
}
|
|
3337
|
+
});
|
|
3338
|
+
|
|
3339
|
+
```
|
|
3340
|
+
</dd>
|
|
3341
|
+
</dl>
|
|
3342
|
+
</dd>
|
|
3343
|
+
</dl>
|
|
3344
|
+
|
|
3345
|
+
#### ⚙️ Parameters
|
|
3346
|
+
|
|
3347
|
+
<dl>
|
|
3348
|
+
<dd>
|
|
3349
|
+
|
|
3350
|
+
<dl>
|
|
3351
|
+
<dd>
|
|
3352
|
+
|
|
3353
|
+
**request:** `Hedra.SubmitBodyKlingO3Reference`
|
|
3354
|
+
|
|
3355
|
+
</dd>
|
|
3356
|
+
</dl>
|
|
3357
|
+
|
|
3358
|
+
<dl>
|
|
3359
|
+
<dd>
|
|
3360
|
+
|
|
3361
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3362
|
+
|
|
3363
|
+
</dd>
|
|
3364
|
+
</dl>
|
|
3365
|
+
</dd>
|
|
3366
|
+
</dl>
|
|
3367
|
+
|
|
3368
|
+
|
|
3369
|
+
</dd>
|
|
3370
|
+
</dl>
|
|
3371
|
+
</details>
|
|
3372
|
+
|
|
3373
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingV3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3374
|
+
<dl>
|
|
3375
|
+
<dd>
|
|
3376
|
+
|
|
3377
|
+
#### 📝 Description
|
|
3378
|
+
|
|
3379
|
+
<dl>
|
|
3380
|
+
<dd>
|
|
3381
|
+
|
|
3382
|
+
<dl>
|
|
3383
|
+
<dd>
|
|
3384
|
+
|
|
3385
|
+
Text-to-video with ultra-high-definition storyboards and native audio.
|
|
3386
|
+
|
|
3387
|
+
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
|
+
</dd>
|
|
3389
|
+
</dl>
|
|
3390
|
+
</dd>
|
|
3391
|
+
</dl>
|
|
3392
|
+
|
|
3393
|
+
#### 🔌 Usage
|
|
3394
|
+
|
|
3395
|
+
<dl>
|
|
3396
|
+
<dd>
|
|
3397
|
+
|
|
3398
|
+
<dl>
|
|
3399
|
+
<dd>
|
|
3400
|
+
|
|
3401
|
+
```typescript
|
|
3402
|
+
await client.jobs.submitKlingV3({
|
|
3403
|
+
input: {
|
|
3404
|
+
aspect_ratio: "16:9",
|
|
3405
|
+
duration_ms: 1,
|
|
3406
|
+
quality: "standard"
|
|
3407
|
+
}
|
|
3408
|
+
});
|
|
3409
|
+
|
|
3410
|
+
```
|
|
3411
|
+
</dd>
|
|
3412
|
+
</dl>
|
|
3413
|
+
</dd>
|
|
3414
|
+
</dl>
|
|
3415
|
+
|
|
3416
|
+
#### ⚙️ Parameters
|
|
3417
|
+
|
|
3418
|
+
<dl>
|
|
3419
|
+
<dd>
|
|
3420
|
+
|
|
3421
|
+
<dl>
|
|
3422
|
+
<dd>
|
|
3423
|
+
|
|
3424
|
+
**request:** `Hedra.SubmitBodyKlingV3`
|
|
3425
|
+
|
|
3426
|
+
</dd>
|
|
3427
|
+
</dl>
|
|
3428
|
+
|
|
3429
|
+
<dl>
|
|
3430
|
+
<dd>
|
|
3431
|
+
|
|
3432
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3433
|
+
|
|
3434
|
+
</dd>
|
|
3435
|
+
</dl>
|
|
3436
|
+
</dd>
|
|
3437
|
+
</dl>
|
|
3438
|
+
|
|
3439
|
+
|
|
3440
|
+
</dd>
|
|
3441
|
+
</dl>
|
|
3442
|
+
</details>
|
|
3443
|
+
|
|
3444
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingV3MotionControl</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3445
|
+
<dl>
|
|
3446
|
+
<dd>
|
|
3447
|
+
|
|
3448
|
+
#### 📝 Description
|
|
3449
|
+
|
|
3450
|
+
<dl>
|
|
3451
|
+
<dd>
|
|
3452
|
+
|
|
3453
|
+
<dl>
|
|
3454
|
+
<dd>
|
|
3455
|
+
|
|
3456
|
+
Animate a character image to match the motion of a reference video. Standard tier for cost-effective generation.
|
|
3457
|
+
|
|
3458
|
+
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`.
|
|
3459
|
+
</dd>
|
|
3460
|
+
</dl>
|
|
3461
|
+
</dd>
|
|
3462
|
+
</dl>
|
|
3463
|
+
|
|
3464
|
+
#### 🔌 Usage
|
|
3465
|
+
|
|
3466
|
+
<dl>
|
|
3467
|
+
<dd>
|
|
3468
|
+
|
|
3469
|
+
<dl>
|
|
3470
|
+
<dd>
|
|
3471
|
+
|
|
3472
|
+
```typescript
|
|
3473
|
+
await client.jobs.submitKlingV3MotionControl({
|
|
3474
|
+
input: {
|
|
3475
|
+
start_image: {
|
|
3476
|
+
source: "url",
|
|
3477
|
+
url: "url"
|
|
3478
|
+
},
|
|
3479
|
+
source_video: {
|
|
3480
|
+
source: "url",
|
|
3481
|
+
url: "url"
|
|
3482
|
+
},
|
|
3483
|
+
resolution: "720p"
|
|
3484
|
+
}
|
|
3485
|
+
});
|
|
3486
|
+
|
|
3487
|
+
```
|
|
3488
|
+
</dd>
|
|
3489
|
+
</dl>
|
|
3490
|
+
</dd>
|
|
3491
|
+
</dl>
|
|
3492
|
+
|
|
3493
|
+
#### ⚙️ Parameters
|
|
3494
|
+
|
|
3495
|
+
<dl>
|
|
3496
|
+
<dd>
|
|
3497
|
+
|
|
3498
|
+
<dl>
|
|
3499
|
+
<dd>
|
|
3500
|
+
|
|
3501
|
+
**request:** `Hedra.SubmitBodyKlingV3MotionControl`
|
|
3502
|
+
|
|
3503
|
+
</dd>
|
|
3504
|
+
</dl>
|
|
3505
|
+
|
|
3506
|
+
<dl>
|
|
3507
|
+
<dd>
|
|
3508
|
+
|
|
3509
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3510
|
+
|
|
3511
|
+
</dd>
|
|
3512
|
+
</dl>
|
|
3513
|
+
</dd>
|
|
3514
|
+
</dl>
|
|
3515
|
+
|
|
3516
|
+
|
|
3517
|
+
</dd>
|
|
3518
|
+
</dl>
|
|
3519
|
+
</details>
|
|
3520
|
+
|
|
3521
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitLtx23</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3522
|
+
<dl>
|
|
3523
|
+
<dd>
|
|
3524
|
+
|
|
3525
|
+
#### 📝 Description
|
|
3526
|
+
|
|
3527
|
+
<dl>
|
|
3528
|
+
<dd>
|
|
3529
|
+
|
|
3530
|
+
<dl>
|
|
3531
|
+
<dd>
|
|
3532
|
+
|
|
3533
|
+
Lightricks LTX-2.3 text-to-video at up to 4K, with synchronized native audio
|
|
3534
|
+
|
|
3535
|
+
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
|
+
</dd>
|
|
3537
|
+
</dl>
|
|
3538
|
+
</dd>
|
|
3539
|
+
</dl>
|
|
3540
|
+
|
|
3541
|
+
#### 🔌 Usage
|
|
3542
|
+
|
|
3543
|
+
<dl>
|
|
3544
|
+
<dd>
|
|
3545
|
+
|
|
3546
|
+
<dl>
|
|
3547
|
+
<dd>
|
|
3548
|
+
|
|
3549
|
+
```typescript
|
|
3550
|
+
await client.jobs.submitLtx23({
|
|
3551
|
+
input: {
|
|
3552
|
+
prompt: "prompt",
|
|
3553
|
+
resolution: "1080p",
|
|
3554
|
+
duration_ms: 1,
|
|
3555
|
+
aspect_ratio: "auto",
|
|
3556
|
+
quality: "fast"
|
|
3557
|
+
}
|
|
3558
|
+
});
|
|
3559
|
+
|
|
3560
|
+
```
|
|
3561
|
+
</dd>
|
|
3562
|
+
</dl>
|
|
3563
|
+
</dd>
|
|
3564
|
+
</dl>
|
|
3565
|
+
|
|
3566
|
+
#### ⚙️ Parameters
|
|
3567
|
+
|
|
3568
|
+
<dl>
|
|
3569
|
+
<dd>
|
|
3570
|
+
|
|
3571
|
+
<dl>
|
|
3572
|
+
<dd>
|
|
3573
|
+
|
|
3574
|
+
**request:** `Hedra.SubmitBodyLtx23`
|
|
3575
|
+
|
|
3576
|
+
</dd>
|
|
3577
|
+
</dl>
|
|
3578
|
+
|
|
3579
|
+
<dl>
|
|
3580
|
+
<dd>
|
|
3581
|
+
|
|
3582
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3583
|
+
|
|
3584
|
+
</dd>
|
|
3585
|
+
</dl>
|
|
3586
|
+
</dd>
|
|
3587
|
+
</dl>
|
|
3588
|
+
|
|
3589
|
+
|
|
3590
|
+
</dd>
|
|
3591
|
+
</dl>
|
|
3592
|
+
</details>
|
|
3593
|
+
|
|
3594
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitLumaRay32</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3595
|
+
<dl>
|
|
3596
|
+
<dd>
|
|
3597
|
+
|
|
3598
|
+
#### 📝 Description
|
|
3599
|
+
|
|
3600
|
+
<dl>
|
|
3601
|
+
<dd>
|
|
3602
|
+
|
|
3603
|
+
<dl>
|
|
3604
|
+
<dd>
|
|
3605
|
+
|
|
3606
|
+
Luma Ray 3.2 text-to-video with cinematic motion and camera control
|
|
3607
|
+
|
|
3608
|
+
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
|
+
</dd>
|
|
3610
|
+
</dl>
|
|
3611
|
+
</dd>
|
|
3612
|
+
</dl>
|
|
3613
|
+
|
|
3614
|
+
#### 🔌 Usage
|
|
3615
|
+
|
|
3616
|
+
<dl>
|
|
3617
|
+
<dd>
|
|
3618
|
+
|
|
3619
|
+
<dl>
|
|
3620
|
+
<dd>
|
|
3621
|
+
|
|
3622
|
+
```typescript
|
|
3623
|
+
await client.jobs.submitLumaRay32({
|
|
3624
|
+
input: {
|
|
3625
|
+
prompt: "prompt",
|
|
3626
|
+
aspect_ratio: "1:1",
|
|
3272
3627
|
resolution: "540p",
|
|
3273
3628
|
duration_ms: 1
|
|
3274
3629
|
}
|
|
@@ -3288,7 +3643,502 @@ await client.jobs.submitLumaRay32({
|
|
|
3288
3643
|
<dl>
|
|
3289
3644
|
<dd>
|
|
3290
3645
|
|
|
3291
|
-
**request:** `Hedra.SubmitBodyLumaRay32`
|
|
3646
|
+
**request:** `Hedra.SubmitBodyLumaRay32`
|
|
3647
|
+
|
|
3648
|
+
</dd>
|
|
3649
|
+
</dl>
|
|
3650
|
+
|
|
3651
|
+
<dl>
|
|
3652
|
+
<dd>
|
|
3653
|
+
|
|
3654
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3655
|
+
|
|
3656
|
+
</dd>
|
|
3657
|
+
</dl>
|
|
3658
|
+
</dd>
|
|
3659
|
+
</dl>
|
|
3660
|
+
|
|
3661
|
+
|
|
3662
|
+
</dd>
|
|
3663
|
+
</dl>
|
|
3664
|
+
</details>
|
|
3665
|
+
|
|
3666
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMaiImage25</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3667
|
+
<dl>
|
|
3668
|
+
<dd>
|
|
3669
|
+
|
|
3670
|
+
#### 📝 Description
|
|
3671
|
+
|
|
3672
|
+
<dl>
|
|
3673
|
+
<dd>
|
|
3674
|
+
|
|
3675
|
+
<dl>
|
|
3676
|
+
<dd>
|
|
3677
|
+
|
|
3678
|
+
Microsoft AI's MAI-Image-2.5: photorealistic generation and editing with strong in-image typography and design-ready output.
|
|
3679
|
+
|
|
3680
|
+
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`.
|
|
3681
|
+
</dd>
|
|
3682
|
+
</dl>
|
|
3683
|
+
</dd>
|
|
3684
|
+
</dl>
|
|
3685
|
+
|
|
3686
|
+
#### 🔌 Usage
|
|
3687
|
+
|
|
3688
|
+
<dl>
|
|
3689
|
+
<dd>
|
|
3690
|
+
|
|
3691
|
+
<dl>
|
|
3692
|
+
<dd>
|
|
3693
|
+
|
|
3694
|
+
```typescript
|
|
3695
|
+
await client.jobs.submitMaiImage25({
|
|
3696
|
+
input: {
|
|
3697
|
+
prompt: "prompt",
|
|
3698
|
+
aspect_ratio: "1:1",
|
|
3699
|
+
quality: "standard"
|
|
3700
|
+
}
|
|
3701
|
+
});
|
|
3702
|
+
|
|
3703
|
+
```
|
|
3704
|
+
</dd>
|
|
3705
|
+
</dl>
|
|
3706
|
+
</dd>
|
|
3707
|
+
</dl>
|
|
3708
|
+
|
|
3709
|
+
#### ⚙️ Parameters
|
|
3710
|
+
|
|
3711
|
+
<dl>
|
|
3712
|
+
<dd>
|
|
3713
|
+
|
|
3714
|
+
<dl>
|
|
3715
|
+
<dd>
|
|
3716
|
+
|
|
3717
|
+
**request:** `Hedra.SubmitBodyMaiImage25`
|
|
3718
|
+
|
|
3719
|
+
</dd>
|
|
3720
|
+
</dl>
|
|
3721
|
+
|
|
3722
|
+
<dl>
|
|
3723
|
+
<dd>
|
|
3724
|
+
|
|
3725
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3726
|
+
|
|
3727
|
+
</dd>
|
|
3728
|
+
</dl>
|
|
3729
|
+
</dd>
|
|
3730
|
+
</dl>
|
|
3731
|
+
|
|
3732
|
+
|
|
3733
|
+
</dd>
|
|
3734
|
+
</dl>
|
|
3735
|
+
</details>
|
|
3736
|
+
|
|
3737
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxH3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3738
|
+
<dl>
|
|
3739
|
+
<dd>
|
|
3740
|
+
|
|
3741
|
+
#### 📝 Description
|
|
3742
|
+
|
|
3743
|
+
<dl>
|
|
3744
|
+
<dd>
|
|
3745
|
+
|
|
3746
|
+
<dl>
|
|
3747
|
+
<dd>
|
|
3748
|
+
|
|
3749
|
+
MiniMax H3 video generation from text, frames, or references.
|
|
3750
|
+
|
|
3751
|
+
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
|
+
</dd>
|
|
3753
|
+
</dl>
|
|
3754
|
+
</dd>
|
|
3755
|
+
</dl>
|
|
3756
|
+
|
|
3757
|
+
#### 🔌 Usage
|
|
3758
|
+
|
|
3759
|
+
<dl>
|
|
3760
|
+
<dd>
|
|
3761
|
+
|
|
3762
|
+
<dl>
|
|
3763
|
+
<dd>
|
|
3764
|
+
|
|
3765
|
+
```typescript
|
|
3766
|
+
await client.jobs.submitMinimaxH3({
|
|
3767
|
+
input: {
|
|
3768
|
+
prompt: "prompt",
|
|
3769
|
+
resolution: "768p",
|
|
3770
|
+
duration_ms: 1
|
|
3771
|
+
}
|
|
3772
|
+
});
|
|
3773
|
+
|
|
3774
|
+
```
|
|
3775
|
+
</dd>
|
|
3776
|
+
</dl>
|
|
3777
|
+
</dd>
|
|
3778
|
+
</dl>
|
|
3779
|
+
|
|
3780
|
+
#### ⚙️ Parameters
|
|
3781
|
+
|
|
3782
|
+
<dl>
|
|
3783
|
+
<dd>
|
|
3784
|
+
|
|
3785
|
+
<dl>
|
|
3786
|
+
<dd>
|
|
3787
|
+
|
|
3788
|
+
**request:** `Hedra.SubmitBodyMinimaxH3`
|
|
3789
|
+
|
|
3790
|
+
</dd>
|
|
3791
|
+
</dl>
|
|
3792
|
+
|
|
3793
|
+
<dl>
|
|
3794
|
+
<dd>
|
|
3795
|
+
|
|
3796
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3797
|
+
|
|
3798
|
+
</dd>
|
|
3799
|
+
</dl>
|
|
3800
|
+
</dd>
|
|
3801
|
+
</dl>
|
|
3802
|
+
|
|
3803
|
+
|
|
3804
|
+
</dd>
|
|
3805
|
+
</dl>
|
|
3806
|
+
</details>
|
|
3807
|
+
|
|
3808
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxHailuo02</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3809
|
+
<dl>
|
|
3810
|
+
<dd>
|
|
3811
|
+
|
|
3812
|
+
#### 📝 Description
|
|
3813
|
+
|
|
3814
|
+
<dl>
|
|
3815
|
+
<dd>
|
|
3816
|
+
|
|
3817
|
+
<dl>
|
|
3818
|
+
<dd>
|
|
3819
|
+
|
|
3820
|
+
Everyday 1080p video with natural movement.
|
|
3821
|
+
|
|
3822
|
+
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`.
|
|
3823
|
+
</dd>
|
|
3824
|
+
</dl>
|
|
3825
|
+
</dd>
|
|
3826
|
+
</dl>
|
|
3827
|
+
|
|
3828
|
+
#### 🔌 Usage
|
|
3829
|
+
|
|
3830
|
+
<dl>
|
|
3831
|
+
<dd>
|
|
3832
|
+
|
|
3833
|
+
<dl>
|
|
3834
|
+
<dd>
|
|
3835
|
+
|
|
3836
|
+
```typescript
|
|
3837
|
+
await client.jobs.submitMinimaxHailuo02({
|
|
3838
|
+
input: {
|
|
3839
|
+
prompt: "prompt",
|
|
3840
|
+
duration_ms: 1,
|
|
3841
|
+
quality: "standard"
|
|
3842
|
+
}
|
|
3843
|
+
});
|
|
3844
|
+
|
|
3845
|
+
```
|
|
3846
|
+
</dd>
|
|
3847
|
+
</dl>
|
|
3848
|
+
</dd>
|
|
3849
|
+
</dl>
|
|
3850
|
+
|
|
3851
|
+
#### ⚙️ Parameters
|
|
3852
|
+
|
|
3853
|
+
<dl>
|
|
3854
|
+
<dd>
|
|
3855
|
+
|
|
3856
|
+
<dl>
|
|
3857
|
+
<dd>
|
|
3858
|
+
|
|
3859
|
+
**request:** `Hedra.SubmitBodyMinimaxHailuo02`
|
|
3860
|
+
|
|
3861
|
+
</dd>
|
|
3862
|
+
</dl>
|
|
3863
|
+
|
|
3864
|
+
<dl>
|
|
3865
|
+
<dd>
|
|
3866
|
+
|
|
3867
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3868
|
+
|
|
3869
|
+
</dd>
|
|
3870
|
+
</dl>
|
|
3871
|
+
</dd>
|
|
3872
|
+
</dl>
|
|
3873
|
+
|
|
3874
|
+
|
|
3875
|
+
</dd>
|
|
3876
|
+
</dl>
|
|
3877
|
+
</details>
|
|
3878
|
+
|
|
3879
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxHailuo23</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3880
|
+
<dl>
|
|
3881
|
+
<dd>
|
|
3882
|
+
|
|
3883
|
+
#### 📝 Description
|
|
3884
|
+
|
|
3885
|
+
<dl>
|
|
3886
|
+
<dd>
|
|
3887
|
+
|
|
3888
|
+
<dl>
|
|
3889
|
+
<dd>
|
|
3890
|
+
|
|
3891
|
+
Everyday 1080p video with natural movement.
|
|
3892
|
+
|
|
3893
|
+
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`.
|
|
3894
|
+
</dd>
|
|
3895
|
+
</dl>
|
|
3896
|
+
</dd>
|
|
3897
|
+
</dl>
|
|
3898
|
+
|
|
3899
|
+
#### 🔌 Usage
|
|
3900
|
+
|
|
3901
|
+
<dl>
|
|
3902
|
+
<dd>
|
|
3903
|
+
|
|
3904
|
+
<dl>
|
|
3905
|
+
<dd>
|
|
3906
|
+
|
|
3907
|
+
```typescript
|
|
3908
|
+
await client.jobs.submitMinimaxHailuo23({
|
|
3909
|
+
input: {
|
|
3910
|
+
prompt: "prompt",
|
|
3911
|
+
duration_ms: 1,
|
|
3912
|
+
quality: "standard"
|
|
3913
|
+
}
|
|
3914
|
+
});
|
|
3915
|
+
|
|
3916
|
+
```
|
|
3917
|
+
</dd>
|
|
3918
|
+
</dl>
|
|
3919
|
+
</dd>
|
|
3920
|
+
</dl>
|
|
3921
|
+
|
|
3922
|
+
#### ⚙️ Parameters
|
|
3923
|
+
|
|
3924
|
+
<dl>
|
|
3925
|
+
<dd>
|
|
3926
|
+
|
|
3927
|
+
<dl>
|
|
3928
|
+
<dd>
|
|
3929
|
+
|
|
3930
|
+
**request:** `Hedra.SubmitBodyMinimaxHailuo23`
|
|
3931
|
+
|
|
3932
|
+
</dd>
|
|
3933
|
+
</dl>
|
|
3934
|
+
|
|
3935
|
+
<dl>
|
|
3936
|
+
<dd>
|
|
3937
|
+
|
|
3938
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
3939
|
+
|
|
3940
|
+
</dd>
|
|
3941
|
+
</dl>
|
|
3942
|
+
</dd>
|
|
3943
|
+
</dl>
|
|
3944
|
+
|
|
3945
|
+
|
|
3946
|
+
</dd>
|
|
3947
|
+
</dl>
|
|
3948
|
+
</details>
|
|
3949
|
+
|
|
3950
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxSpeech25HdPreview</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3951
|
+
<dl>
|
|
3952
|
+
<dd>
|
|
3953
|
+
|
|
3954
|
+
#### 📝 Description
|
|
3955
|
+
|
|
3956
|
+
<dl>
|
|
3957
|
+
<dd>
|
|
3958
|
+
|
|
3959
|
+
<dl>
|
|
3960
|
+
<dd>
|
|
3961
|
+
|
|
3962
|
+
The brand new HD model. Ultimate Similarity, Ultra-High Quality. Supports 40+ languages including Tamil, Hebrew, Swedish, etc.
|
|
3963
|
+
|
|
3964
|
+
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
|
+
</dd>
|
|
3966
|
+
</dl>
|
|
3967
|
+
</dd>
|
|
3968
|
+
</dl>
|
|
3969
|
+
|
|
3970
|
+
#### 🔌 Usage
|
|
3971
|
+
|
|
3972
|
+
<dl>
|
|
3973
|
+
<dd>
|
|
3974
|
+
|
|
3975
|
+
<dl>
|
|
3976
|
+
<dd>
|
|
3977
|
+
|
|
3978
|
+
```typescript
|
|
3979
|
+
await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
3980
|
+
input: {
|
|
3981
|
+
text: "text",
|
|
3982
|
+
voice_id: "voice_id"
|
|
3983
|
+
}
|
|
3984
|
+
});
|
|
3985
|
+
|
|
3986
|
+
```
|
|
3987
|
+
</dd>
|
|
3988
|
+
</dl>
|
|
3989
|
+
</dd>
|
|
3990
|
+
</dl>
|
|
3991
|
+
|
|
3992
|
+
#### ⚙️ Parameters
|
|
3993
|
+
|
|
3994
|
+
<dl>
|
|
3995
|
+
<dd>
|
|
3996
|
+
|
|
3997
|
+
<dl>
|
|
3998
|
+
<dd>
|
|
3999
|
+
|
|
4000
|
+
**request:** `Hedra.SubmitBodyMinimaxSpeech25HdPreview`
|
|
4001
|
+
|
|
4002
|
+
</dd>
|
|
4003
|
+
</dl>
|
|
4004
|
+
|
|
4005
|
+
<dl>
|
|
4006
|
+
<dd>
|
|
4007
|
+
|
|
4008
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
4009
|
+
|
|
4010
|
+
</dd>
|
|
4011
|
+
</dl>
|
|
4012
|
+
</dd>
|
|
4013
|
+
</dl>
|
|
4014
|
+
|
|
4015
|
+
|
|
4016
|
+
</dd>
|
|
4017
|
+
</dl>
|
|
4018
|
+
</details>
|
|
4019
|
+
|
|
4020
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxSpeech25TurboPreview</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4021
|
+
<dl>
|
|
4022
|
+
<dd>
|
|
4023
|
+
|
|
4024
|
+
#### 📝 Description
|
|
4025
|
+
|
|
4026
|
+
<dl>
|
|
4027
|
+
<dd>
|
|
4028
|
+
|
|
4029
|
+
<dl>
|
|
4030
|
+
<dd>
|
|
4031
|
+
|
|
4032
|
+
The brand new Turbo model. Ultimate Value, 40 Languages. Major improvements to natural English expression.
|
|
4033
|
+
|
|
4034
|
+
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
|
+
</dd>
|
|
4036
|
+
</dl>
|
|
4037
|
+
</dd>
|
|
4038
|
+
</dl>
|
|
4039
|
+
|
|
4040
|
+
#### 🔌 Usage
|
|
4041
|
+
|
|
4042
|
+
<dl>
|
|
4043
|
+
<dd>
|
|
4044
|
+
|
|
4045
|
+
<dl>
|
|
4046
|
+
<dd>
|
|
4047
|
+
|
|
4048
|
+
```typescript
|
|
4049
|
+
await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
4050
|
+
input: {
|
|
4051
|
+
text: "text",
|
|
4052
|
+
voice_id: "voice_id"
|
|
4053
|
+
}
|
|
4054
|
+
});
|
|
4055
|
+
|
|
4056
|
+
```
|
|
4057
|
+
</dd>
|
|
4058
|
+
</dl>
|
|
4059
|
+
</dd>
|
|
4060
|
+
</dl>
|
|
4061
|
+
|
|
4062
|
+
#### ⚙️ Parameters
|
|
4063
|
+
|
|
4064
|
+
<dl>
|
|
4065
|
+
<dd>
|
|
4066
|
+
|
|
4067
|
+
<dl>
|
|
4068
|
+
<dd>
|
|
4069
|
+
|
|
4070
|
+
**request:** `Hedra.SubmitBodyMinimaxSpeech25TurboPreview`
|
|
4071
|
+
|
|
4072
|
+
</dd>
|
|
4073
|
+
</dl>
|
|
4074
|
+
|
|
4075
|
+
<dl>
|
|
4076
|
+
<dd>
|
|
4077
|
+
|
|
4078
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
4079
|
+
|
|
4080
|
+
</dd>
|
|
4081
|
+
</dl>
|
|
4082
|
+
</dd>
|
|
4083
|
+
</dl>
|
|
4084
|
+
|
|
4085
|
+
|
|
4086
|
+
</dd>
|
|
4087
|
+
</dl>
|
|
4088
|
+
</details>
|
|
4089
|
+
|
|
4090
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitNanoBanana</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4091
|
+
<dl>
|
|
4092
|
+
<dd>
|
|
4093
|
+
|
|
4094
|
+
#### 📝 Description
|
|
4095
|
+
|
|
4096
|
+
<dl>
|
|
4097
|
+
<dd>
|
|
4098
|
+
|
|
4099
|
+
<dl>
|
|
4100
|
+
<dd>
|
|
4101
|
+
|
|
4102
|
+
Best in class image model with reference image support and ultra high quality generations for professional grade images.
|
|
4103
|
+
|
|
4104
|
+
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
|
+
</dd>
|
|
4106
|
+
</dl>
|
|
4107
|
+
</dd>
|
|
4108
|
+
</dl>
|
|
4109
|
+
|
|
4110
|
+
#### 🔌 Usage
|
|
4111
|
+
|
|
4112
|
+
<dl>
|
|
4113
|
+
<dd>
|
|
4114
|
+
|
|
4115
|
+
<dl>
|
|
4116
|
+
<dd>
|
|
4117
|
+
|
|
4118
|
+
```typescript
|
|
4119
|
+
await client.jobs.submitNanoBanana({
|
|
4120
|
+
input: {
|
|
4121
|
+
prompt: "prompt",
|
|
4122
|
+
aspect_ratio: "16:9",
|
|
4123
|
+
resolution: "1K"
|
|
4124
|
+
}
|
|
4125
|
+
});
|
|
4126
|
+
|
|
4127
|
+
```
|
|
4128
|
+
</dd>
|
|
4129
|
+
</dl>
|
|
4130
|
+
</dd>
|
|
4131
|
+
</dl>
|
|
4132
|
+
|
|
4133
|
+
#### ⚙️ Parameters
|
|
4134
|
+
|
|
4135
|
+
<dl>
|
|
4136
|
+
<dd>
|
|
4137
|
+
|
|
4138
|
+
<dl>
|
|
4139
|
+
<dd>
|
|
4140
|
+
|
|
4141
|
+
**request:** `Hedra.SubmitBodyNanoBanana`
|
|
3292
4142
|
|
|
3293
4143
|
</dd>
|
|
3294
4144
|
</dl>
|
|
@@ -3308,7 +4158,7 @@ await client.jobs.submitLumaRay32({
|
|
|
3308
4158
|
</dl>
|
|
3309
4159
|
</details>
|
|
3310
4160
|
|
|
3311
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4161
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitNanoBanana2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3312
4162
|
<dl>
|
|
3313
4163
|
<dd>
|
|
3314
4164
|
|
|
@@ -3320,7 +4170,7 @@ await client.jobs.submitLumaRay32({
|
|
|
3320
4170
|
<dl>
|
|
3321
4171
|
<dd>
|
|
3322
4172
|
|
|
3323
|
-
|
|
4173
|
+
Gemini 3.1 Flash native image generation with improved quality and advanced features including multi-subject reference and high-fidelity style transfer
|
|
3324
4174
|
|
|
3325
4175
|
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`.
|
|
3326
4176
|
</dd>
|
|
@@ -3337,11 +4187,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3337
4187
|
<dd>
|
|
3338
4188
|
|
|
3339
4189
|
```typescript
|
|
3340
|
-
await client.jobs.
|
|
4190
|
+
await client.jobs.submitNanoBanana2({
|
|
3341
4191
|
input: {
|
|
3342
4192
|
prompt: "prompt",
|
|
3343
|
-
aspect_ratio: "
|
|
3344
|
-
|
|
4193
|
+
aspect_ratio: "16:9",
|
|
4194
|
+
resolution: "1K"
|
|
3345
4195
|
}
|
|
3346
4196
|
});
|
|
3347
4197
|
|
|
@@ -3359,7 +4209,7 @@ await client.jobs.submitMaiImage25({
|
|
|
3359
4209
|
<dl>
|
|
3360
4210
|
<dd>
|
|
3361
4211
|
|
|
3362
|
-
**request:** `Hedra.
|
|
4212
|
+
**request:** `Hedra.SubmitBodyNanoBanana2`
|
|
3363
4213
|
|
|
3364
4214
|
</dd>
|
|
3365
4215
|
</dl>
|
|
@@ -3379,7 +4229,7 @@ await client.jobs.submitMaiImage25({
|
|
|
3379
4229
|
</dl>
|
|
3380
4230
|
</details>
|
|
3381
4231
|
|
|
3382
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4232
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitNanoBananaPro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3383
4233
|
<dl>
|
|
3384
4234
|
<dd>
|
|
3385
4235
|
|
|
@@ -3391,7 +4241,7 @@ await client.jobs.submitMaiImage25({
|
|
|
3391
4241
|
<dl>
|
|
3392
4242
|
<dd>
|
|
3393
4243
|
|
|
3394
|
-
|
|
4244
|
+
Gemini 3 Pro native image generation with advanced multimodal understanding and richer visuals
|
|
3395
4245
|
|
|
3396
4246
|
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`.
|
|
3397
4247
|
</dd>
|
|
@@ -3408,11 +4258,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3408
4258
|
<dd>
|
|
3409
4259
|
|
|
3410
4260
|
```typescript
|
|
3411
|
-
await client.jobs.
|
|
4261
|
+
await client.jobs.submitNanoBananaPro({
|
|
3412
4262
|
input: {
|
|
3413
4263
|
prompt: "prompt",
|
|
3414
|
-
|
|
3415
|
-
|
|
4264
|
+
aspect_ratio: "16:9",
|
|
4265
|
+
resolution: "1K"
|
|
3416
4266
|
}
|
|
3417
4267
|
});
|
|
3418
4268
|
|
|
@@ -3430,7 +4280,7 @@ await client.jobs.submitMinimaxH3({
|
|
|
3430
4280
|
<dl>
|
|
3431
4281
|
<dd>
|
|
3432
4282
|
|
|
3433
|
-
**request:** `Hedra.
|
|
4283
|
+
**request:** `Hedra.SubmitBodyNanoBananaPro`
|
|
3434
4284
|
|
|
3435
4285
|
</dd>
|
|
3436
4286
|
</dl>
|
|
@@ -3450,7 +4300,7 @@ await client.jobs.submitMinimaxH3({
|
|
|
3450
4300
|
</dl>
|
|
3451
4301
|
</details>
|
|
3452
4302
|
|
|
3453
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4303
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitOmnihuman15</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3454
4304
|
<dl>
|
|
3455
4305
|
<dd>
|
|
3456
4306
|
|
|
@@ -3462,7 +4312,7 @@ await client.jobs.submitMinimaxH3({
|
|
|
3462
4312
|
<dl>
|
|
3463
4313
|
<dd>
|
|
3464
4314
|
|
|
3465
|
-
|
|
4315
|
+
Creates vivid, emotional character videos driven entirely by your audio.
|
|
3466
4316
|
|
|
3467
4317
|
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`.
|
|
3468
4318
|
</dd>
|
|
@@ -3479,11 +4329,17 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3479
4329
|
<dd>
|
|
3480
4330
|
|
|
3481
4331
|
```typescript
|
|
3482
|
-
await client.jobs.
|
|
4332
|
+
await client.jobs.submitOmnihuman15({
|
|
3483
4333
|
input: {
|
|
3484
|
-
|
|
3485
|
-
|
|
3486
|
-
|
|
4334
|
+
resolution: "720p",
|
|
4335
|
+
start_image: {
|
|
4336
|
+
source: "url",
|
|
4337
|
+
url: "url"
|
|
4338
|
+
},
|
|
4339
|
+
audio: {
|
|
4340
|
+
source: "url",
|
|
4341
|
+
url: "url"
|
|
4342
|
+
}
|
|
3487
4343
|
}
|
|
3488
4344
|
});
|
|
3489
4345
|
|
|
@@ -3501,7 +4357,7 @@ await client.jobs.submitMinimaxHailuo02({
|
|
|
3501
4357
|
<dl>
|
|
3502
4358
|
<dd>
|
|
3503
4359
|
|
|
3504
|
-
**request:** `Hedra.
|
|
4360
|
+
**request:** `Hedra.SubmitBodyOmnihuman15`
|
|
3505
4361
|
|
|
3506
4362
|
</dd>
|
|
3507
4363
|
</dl>
|
|
@@ -3521,7 +4377,7 @@ await client.jobs.submitMinimaxHailuo02({
|
|
|
3521
4377
|
</dl>
|
|
3522
4378
|
</details>
|
|
3523
4379
|
|
|
3524
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4380
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitPixverseV6</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3525
4381
|
<dl>
|
|
3526
4382
|
<dd>
|
|
3527
4383
|
|
|
@@ -3533,7 +4389,7 @@ await client.jobs.submitMinimaxHailuo02({
|
|
|
3533
4389
|
<dl>
|
|
3534
4390
|
<dd>
|
|
3535
4391
|
|
|
3536
|
-
|
|
4392
|
+
PixVerse V6 text-to-video with native audio and 1080p output up to 15 seconds
|
|
3537
4393
|
|
|
3538
4394
|
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`.
|
|
3539
4395
|
</dd>
|
|
@@ -3550,11 +4406,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3550
4406
|
<dd>
|
|
3551
4407
|
|
|
3552
4408
|
```typescript
|
|
3553
|
-
await client.jobs.
|
|
4409
|
+
await client.jobs.submitPixverseV6({
|
|
3554
4410
|
input: {
|
|
3555
4411
|
prompt: "prompt",
|
|
3556
|
-
|
|
3557
|
-
|
|
4412
|
+
resolution: "360p",
|
|
4413
|
+
duration_ms: 1
|
|
3558
4414
|
}
|
|
3559
4415
|
});
|
|
3560
4416
|
|
|
@@ -3572,7 +4428,7 @@ await client.jobs.submitMinimaxHailuo23({
|
|
|
3572
4428
|
<dl>
|
|
3573
4429
|
<dd>
|
|
3574
4430
|
|
|
3575
|
-
**request:** `Hedra.
|
|
4431
|
+
**request:** `Hedra.SubmitBodyPixverseV6`
|
|
3576
4432
|
|
|
3577
4433
|
</dd>
|
|
3578
4434
|
</dl>
|
|
@@ -3592,7 +4448,7 @@ await client.jobs.submitMinimaxHailuo23({
|
|
|
3592
4448
|
</dl>
|
|
3593
4449
|
</details>
|
|
3594
4450
|
|
|
3595
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4451
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitQwenImage2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3596
4452
|
<dl>
|
|
3597
4453
|
<dd>
|
|
3598
4454
|
|
|
@@ -3604,7 +4460,7 @@ await client.jobs.submitMinimaxHailuo23({
|
|
|
3604
4460
|
<dl>
|
|
3605
4461
|
<dd>
|
|
3606
4462
|
|
|
3607
|
-
|
|
4463
|
+
Alibaba's Qwen-Image-2.0, tuned for speed. Native 2K output with professional in-image text rendering, for rapid iteration.
|
|
3608
4464
|
|
|
3609
4465
|
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`.
|
|
3610
4466
|
</dd>
|
|
@@ -3621,10 +4477,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3621
4477
|
<dd>
|
|
3622
4478
|
|
|
3623
4479
|
```typescript
|
|
3624
|
-
await client.jobs.
|
|
4480
|
+
await client.jobs.submitQwenImage2({
|
|
3625
4481
|
input: {
|
|
3626
|
-
|
|
3627
|
-
|
|
4482
|
+
prompt: "prompt",
|
|
4483
|
+
aspect_ratio: "16:9",
|
|
4484
|
+
resolution: "540p",
|
|
4485
|
+
quality: "standard"
|
|
3628
4486
|
}
|
|
3629
4487
|
});
|
|
3630
4488
|
|
|
@@ -3642,7 +4500,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
|
3642
4500
|
<dl>
|
|
3643
4501
|
<dd>
|
|
3644
4502
|
|
|
3645
|
-
**request:** `Hedra.
|
|
4503
|
+
**request:** `Hedra.SubmitBodyQwenImage2`
|
|
3646
4504
|
|
|
3647
4505
|
</dd>
|
|
3648
4506
|
</dl>
|
|
@@ -3662,7 +4520,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
|
3662
4520
|
</dl>
|
|
3663
4521
|
</details>
|
|
3664
4522
|
|
|
3665
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4523
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitRecraftV3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3666
4524
|
<dl>
|
|
3667
4525
|
<dd>
|
|
3668
4526
|
|
|
@@ -3674,7 +4532,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
|
3674
4532
|
<dl>
|
|
3675
4533
|
<dd>
|
|
3676
4534
|
|
|
3677
|
-
|
|
4535
|
+
Vector-clean graphics and crisp logos on demand.
|
|
3678
4536
|
|
|
3679
4537
|
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`.
|
|
3680
4538
|
</dd>
|
|
@@ -3691,10 +4549,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3691
4549
|
<dd>
|
|
3692
4550
|
|
|
3693
4551
|
```typescript
|
|
3694
|
-
await client.jobs.
|
|
4552
|
+
await client.jobs.submitRecraftV3({
|
|
3695
4553
|
input: {
|
|
3696
|
-
|
|
3697
|
-
|
|
4554
|
+
prompt: "prompt",
|
|
4555
|
+
aspect_ratio: "1:1",
|
|
4556
|
+
resolution: "540p"
|
|
3698
4557
|
}
|
|
3699
4558
|
});
|
|
3700
4559
|
|
|
@@ -3712,7 +4571,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
|
3712
4571
|
<dl>
|
|
3713
4572
|
<dd>
|
|
3714
4573
|
|
|
3715
|
-
**request:** `Hedra.
|
|
4574
|
+
**request:** `Hedra.SubmitBodyRecraftV3`
|
|
3716
4575
|
|
|
3717
4576
|
</dd>
|
|
3718
4577
|
</dl>
|
|
@@ -3732,7 +4591,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
|
3732
4591
|
</dl>
|
|
3733
4592
|
</details>
|
|
3734
4593
|
|
|
3735
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4594
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitReve21</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3736
4595
|
<dl>
|
|
3737
4596
|
<dd>
|
|
3738
4597
|
|
|
@@ -3744,7 +4603,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
|
3744
4603
|
<dl>
|
|
3745
4604
|
<dd>
|
|
3746
4605
|
|
|
3747
|
-
|
|
4606
|
+
Generate images from a text prompt with strong prompt adherence, layout intelligence, and accurate text rendering
|
|
3748
4607
|
|
|
3749
4608
|
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`.
|
|
3750
4609
|
</dd>
|
|
@@ -3761,11 +4620,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3761
4620
|
<dd>
|
|
3762
4621
|
|
|
3763
4622
|
```typescript
|
|
3764
|
-
await client.jobs.
|
|
4623
|
+
await client.jobs.submitReve21({
|
|
3765
4624
|
input: {
|
|
3766
4625
|
prompt: "prompt",
|
|
3767
|
-
aspect_ratio: "
|
|
3768
|
-
resolution: "1K"
|
|
4626
|
+
aspect_ratio: "4:1"
|
|
3769
4627
|
}
|
|
3770
4628
|
});
|
|
3771
4629
|
|
|
@@ -3783,7 +4641,7 @@ await client.jobs.submitNanoBanana({
|
|
|
3783
4641
|
<dl>
|
|
3784
4642
|
<dd>
|
|
3785
4643
|
|
|
3786
|
-
**request:** `Hedra.
|
|
4644
|
+
**request:** `Hedra.SubmitBodyReve21`
|
|
3787
4645
|
|
|
3788
4646
|
</dd>
|
|
3789
4647
|
</dl>
|
|
@@ -3803,7 +4661,7 @@ await client.jobs.submitNanoBanana({
|
|
|
3803
4661
|
</dl>
|
|
3804
4662
|
</details>
|
|
3805
4663
|
|
|
3806
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4664
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitReve21Edit</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3807
4665
|
<dl>
|
|
3808
4666
|
<dd>
|
|
3809
4667
|
|
|
@@ -3815,7 +4673,7 @@ await client.jobs.submitNanoBanana({
|
|
|
3815
4673
|
<dl>
|
|
3816
4674
|
<dd>
|
|
3817
4675
|
|
|
3818
|
-
|
|
4676
|
+
Edit one source image from a natural-language instruction, keeping the rest of the image intact
|
|
3819
4677
|
|
|
3820
4678
|
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`.
|
|
3821
4679
|
</dd>
|
|
@@ -3832,11 +4690,14 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3832
4690
|
<dd>
|
|
3833
4691
|
|
|
3834
4692
|
```typescript
|
|
3835
|
-
await client.jobs.
|
|
4693
|
+
await client.jobs.submitReve21Edit({
|
|
3836
4694
|
input: {
|
|
3837
4695
|
prompt: "prompt",
|
|
3838
|
-
aspect_ratio: "
|
|
3839
|
-
|
|
4696
|
+
aspect_ratio: "4:1",
|
|
4697
|
+
images: [{
|
|
4698
|
+
source: "url",
|
|
4699
|
+
url: "url"
|
|
4700
|
+
}]
|
|
3840
4701
|
}
|
|
3841
4702
|
});
|
|
3842
4703
|
|
|
@@ -3854,7 +4715,7 @@ await client.jobs.submitNanoBanana2({
|
|
|
3854
4715
|
<dl>
|
|
3855
4716
|
<dd>
|
|
3856
4717
|
|
|
3857
|
-
**request:** `Hedra.
|
|
4718
|
+
**request:** `Hedra.SubmitBodyReve21Edit`
|
|
3858
4719
|
|
|
3859
4720
|
</dd>
|
|
3860
4721
|
</dl>
|
|
@@ -3874,7 +4735,7 @@ await client.jobs.submitNanoBanana2({
|
|
|
3874
4735
|
</dl>
|
|
3875
4736
|
</details>
|
|
3876
4737
|
|
|
3877
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4738
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitReve21Remix</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3878
4739
|
<dl>
|
|
3879
4740
|
<dd>
|
|
3880
4741
|
|
|
@@ -3886,7 +4747,7 @@ await client.jobs.submitNanoBanana2({
|
|
|
3886
4747
|
<dl>
|
|
3887
4748
|
<dd>
|
|
3888
4749
|
|
|
3889
|
-
|
|
4750
|
+
Compose up to eight reference images into a new image from a text prompt
|
|
3890
4751
|
|
|
3891
4752
|
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`.
|
|
3892
4753
|
</dd>
|
|
@@ -3903,11 +4764,14 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3903
4764
|
<dd>
|
|
3904
4765
|
|
|
3905
4766
|
```typescript
|
|
3906
|
-
await client.jobs.
|
|
4767
|
+
await client.jobs.submitReve21Remix({
|
|
3907
4768
|
input: {
|
|
3908
4769
|
prompt: "prompt",
|
|
3909
|
-
aspect_ratio: "
|
|
3910
|
-
|
|
4770
|
+
aspect_ratio: "4:1",
|
|
4771
|
+
images: [{
|
|
4772
|
+
source: "url",
|
|
4773
|
+
url: "url"
|
|
4774
|
+
}]
|
|
3911
4775
|
}
|
|
3912
4776
|
});
|
|
3913
4777
|
|
|
@@ -3925,7 +4789,7 @@ await client.jobs.submitNanoBananaPro({
|
|
|
3925
4789
|
<dl>
|
|
3926
4790
|
<dd>
|
|
3927
4791
|
|
|
3928
|
-
**request:** `Hedra.
|
|
4792
|
+
**request:** `Hedra.SubmitBodyReve21Remix`
|
|
3929
4793
|
|
|
3930
4794
|
</dd>
|
|
3931
4795
|
</dl>
|
|
@@ -3945,7 +4809,7 @@ await client.jobs.submitNanoBananaPro({
|
|
|
3945
4809
|
</dl>
|
|
3946
4810
|
</details>
|
|
3947
4811
|
|
|
3948
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4812
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSana</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3949
4813
|
<dl>
|
|
3950
4814
|
<dd>
|
|
3951
4815
|
|
|
@@ -3957,7 +4821,7 @@ await client.jobs.submitNanoBananaPro({
|
|
|
3957
4821
|
<dl>
|
|
3958
4822
|
<dd>
|
|
3959
4823
|
|
|
3960
|
-
|
|
4824
|
+
Lightning-fast and cheap for simple product shots or everyday content.
|
|
3961
4825
|
|
|
3962
4826
|
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`.
|
|
3963
4827
|
</dd>
|
|
@@ -3974,17 +4838,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3974
4838
|
<dd>
|
|
3975
4839
|
|
|
3976
4840
|
```typescript
|
|
3977
|
-
await client.jobs.
|
|
4841
|
+
await client.jobs.submitSana({
|
|
3978
4842
|
input: {
|
|
3979
|
-
|
|
3980
|
-
|
|
3981
|
-
|
|
3982
|
-
url: "url"
|
|
3983
|
-
},
|
|
3984
|
-
audio: {
|
|
3985
|
-
source: "url",
|
|
3986
|
-
url: "url"
|
|
3987
|
-
}
|
|
4843
|
+
prompt: "prompt",
|
|
4844
|
+
aspect_ratio: "1:1",
|
|
4845
|
+
resolution: "540p"
|
|
3988
4846
|
}
|
|
3989
4847
|
});
|
|
3990
4848
|
|
|
@@ -4002,7 +4860,7 @@ await client.jobs.submitOmnihuman15({
|
|
|
4002
4860
|
<dl>
|
|
4003
4861
|
<dd>
|
|
4004
4862
|
|
|
4005
|
-
**request:** `Hedra.
|
|
4863
|
+
**request:** `Hedra.SubmitBodySana`
|
|
4006
4864
|
|
|
4007
4865
|
</dd>
|
|
4008
4866
|
</dl>
|
|
@@ -4022,7 +4880,7 @@ await client.jobs.submitOmnihuman15({
|
|
|
4022
4880
|
</dl>
|
|
4023
4881
|
</details>
|
|
4024
4882
|
|
|
4025
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4883
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedance15Pro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4026
4884
|
<dl>
|
|
4027
4885
|
<dd>
|
|
4028
4886
|
|
|
@@ -4034,7 +4892,7 @@ await client.jobs.submitOmnihuman15({
|
|
|
4034
4892
|
<dl>
|
|
4035
4893
|
<dd>
|
|
4036
4894
|
|
|
4037
|
-
|
|
4895
|
+
ByteDance Seedance 1.5 Pro video generation model
|
|
4038
4896
|
|
|
4039
4897
|
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`.
|
|
4040
4898
|
</dd>
|
|
@@ -4051,10 +4909,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4051
4909
|
<dd>
|
|
4052
4910
|
|
|
4053
4911
|
```typescript
|
|
4054
|
-
await client.jobs.
|
|
4912
|
+
await client.jobs.submitSeedance15Pro({
|
|
4055
4913
|
input: {
|
|
4056
4914
|
prompt: "prompt",
|
|
4057
|
-
|
|
4915
|
+
aspect_ratio: "1:1",
|
|
4916
|
+
resolution: "480p",
|
|
4058
4917
|
duration_ms: 1
|
|
4059
4918
|
}
|
|
4060
4919
|
});
|
|
@@ -4073,7 +4932,7 @@ await client.jobs.submitPixverseV6({
|
|
|
4073
4932
|
<dl>
|
|
4074
4933
|
<dd>
|
|
4075
4934
|
|
|
4076
|
-
**request:** `Hedra.
|
|
4935
|
+
**request:** `Hedra.SubmitBodySeedance15Pro`
|
|
4077
4936
|
|
|
4078
4937
|
</dd>
|
|
4079
4938
|
</dl>
|
|
@@ -4093,7 +4952,7 @@ await client.jobs.submitPixverseV6({
|
|
|
4093
4952
|
</dl>
|
|
4094
4953
|
</details>
|
|
4095
4954
|
|
|
4096
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4955
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedance20</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4097
4956
|
<dl>
|
|
4098
4957
|
<dd>
|
|
4099
4958
|
|
|
@@ -4105,7 +4964,7 @@ await client.jobs.submitPixverseV6({
|
|
|
4105
4964
|
<dl>
|
|
4106
4965
|
<dd>
|
|
4107
4966
|
|
|
4108
|
-
|
|
4967
|
+
ByteDance Seedance 2.0 video generation model
|
|
4109
4968
|
|
|
4110
4969
|
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`.
|
|
4111
4970
|
</dd>
|
|
@@ -4122,11 +4981,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4122
4981
|
<dd>
|
|
4123
4982
|
|
|
4124
4983
|
```typescript
|
|
4125
|
-
await client.jobs.
|
|
4984
|
+
await client.jobs.submitSeedance20({
|
|
4126
4985
|
input: {
|
|
4127
4986
|
prompt: "prompt",
|
|
4128
|
-
aspect_ratio: "
|
|
4129
|
-
resolution: "
|
|
4987
|
+
aspect_ratio: "1:1",
|
|
4988
|
+
resolution: "4K",
|
|
4989
|
+
duration_ms: 1,
|
|
4130
4990
|
quality: "standard"
|
|
4131
4991
|
}
|
|
4132
4992
|
});
|
|
@@ -4145,7 +5005,79 @@ await client.jobs.submitQwenImage2({
|
|
|
4145
5005
|
<dl>
|
|
4146
5006
|
<dd>
|
|
4147
5007
|
|
|
4148
|
-
**request:** `Hedra.
|
|
5008
|
+
**request:** `Hedra.SubmitBodySeedance20`
|
|
5009
|
+
|
|
5010
|
+
</dd>
|
|
5011
|
+
</dl>
|
|
5012
|
+
|
|
5013
|
+
<dl>
|
|
5014
|
+
<dd>
|
|
5015
|
+
|
|
5016
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
5017
|
+
|
|
5018
|
+
</dd>
|
|
5019
|
+
</dl>
|
|
5020
|
+
</dd>
|
|
5021
|
+
</dl>
|
|
5022
|
+
|
|
5023
|
+
|
|
5024
|
+
</dd>
|
|
5025
|
+
</dl>
|
|
5026
|
+
</details>
|
|
5027
|
+
|
|
5028
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedance20Mini</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
5029
|
+
<dl>
|
|
5030
|
+
<dd>
|
|
5031
|
+
|
|
5032
|
+
#### 📝 Description
|
|
5033
|
+
|
|
5034
|
+
<dl>
|
|
5035
|
+
<dd>
|
|
5036
|
+
|
|
5037
|
+
<dl>
|
|
5038
|
+
<dd>
|
|
5039
|
+
|
|
5040
|
+
ByteDance Seedance 2.0 Mini video generation model
|
|
5041
|
+
|
|
5042
|
+
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
|
+
</dd>
|
|
5044
|
+
</dl>
|
|
5045
|
+
</dd>
|
|
5046
|
+
</dl>
|
|
5047
|
+
|
|
5048
|
+
#### 🔌 Usage
|
|
5049
|
+
|
|
5050
|
+
<dl>
|
|
5051
|
+
<dd>
|
|
5052
|
+
|
|
5053
|
+
<dl>
|
|
5054
|
+
<dd>
|
|
5055
|
+
|
|
5056
|
+
```typescript
|
|
5057
|
+
await client.jobs.submitSeedance20Mini({
|
|
5058
|
+
input: {
|
|
5059
|
+
prompt: "prompt",
|
|
5060
|
+
aspect_ratio: "1:1",
|
|
5061
|
+
resolution: "480p",
|
|
5062
|
+
duration_ms: 1
|
|
5063
|
+
}
|
|
5064
|
+
});
|
|
5065
|
+
|
|
5066
|
+
```
|
|
5067
|
+
</dd>
|
|
5068
|
+
</dl>
|
|
5069
|
+
</dd>
|
|
5070
|
+
</dl>
|
|
5071
|
+
|
|
5072
|
+
#### ⚙️ Parameters
|
|
5073
|
+
|
|
5074
|
+
<dl>
|
|
5075
|
+
<dd>
|
|
5076
|
+
|
|
5077
|
+
<dl>
|
|
5078
|
+
<dd>
|
|
5079
|
+
|
|
5080
|
+
**request:** `Hedra.SubmitBodySeedance20Mini`
|
|
4149
5081
|
|
|
4150
5082
|
</dd>
|
|
4151
5083
|
</dl>
|
|
@@ -4165,7 +5097,7 @@ await client.jobs.submitQwenImage2({
|
|
|
4165
5097
|
</dl>
|
|
4166
5098
|
</details>
|
|
4167
5099
|
|
|
4168
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5100
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedance25</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4169
5101
|
<dl>
|
|
4170
5102
|
<dd>
|
|
4171
5103
|
|
|
@@ -4177,7 +5109,7 @@ await client.jobs.submitQwenImage2({
|
|
|
4177
5109
|
<dl>
|
|
4178
5110
|
<dd>
|
|
4179
5111
|
|
|
4180
|
-
|
|
5112
|
+
ByteDance Seedance 2.5 video generation model
|
|
4181
5113
|
|
|
4182
5114
|
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`.
|
|
4183
5115
|
</dd>
|
|
@@ -4194,11 +5126,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4194
5126
|
<dd>
|
|
4195
5127
|
|
|
4196
5128
|
```typescript
|
|
4197
|
-
await client.jobs.
|
|
5129
|
+
await client.jobs.submitSeedance25({
|
|
4198
5130
|
input: {
|
|
4199
5131
|
prompt: "prompt",
|
|
4200
5132
|
aspect_ratio: "1:1",
|
|
4201
|
-
resolution: "
|
|
5133
|
+
resolution: "480p",
|
|
5134
|
+
duration_ms: 1
|
|
4202
5135
|
}
|
|
4203
5136
|
});
|
|
4204
5137
|
|
|
@@ -4216,7 +5149,7 @@ await client.jobs.submitRecraftV3({
|
|
|
4216
5149
|
<dl>
|
|
4217
5150
|
<dd>
|
|
4218
5151
|
|
|
4219
|
-
**request:** `Hedra.
|
|
5152
|
+
**request:** `Hedra.SubmitBodySeedance25`
|
|
4220
5153
|
|
|
4221
5154
|
</dd>
|
|
4222
5155
|
</dl>
|
|
@@ -4236,7 +5169,7 @@ await client.jobs.submitRecraftV3({
|
|
|
4236
5169
|
</dl>
|
|
4237
5170
|
</details>
|
|
4238
5171
|
|
|
4239
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5172
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedream40</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4240
5173
|
<dl>
|
|
4241
5174
|
<dd>
|
|
4242
5175
|
|
|
@@ -4248,7 +5181,7 @@ await client.jobs.submitRecraftV3({
|
|
|
4248
5181
|
<dl>
|
|
4249
5182
|
<dd>
|
|
4250
5183
|
|
|
4251
|
-
|
|
5184
|
+
Ultra-fast pro grade image model, pairing reference image support with high quality output for professional visuals
|
|
4252
5185
|
|
|
4253
5186
|
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`.
|
|
4254
5187
|
</dd>
|
|
@@ -4265,10 +5198,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4265
5198
|
<dd>
|
|
4266
5199
|
|
|
4267
5200
|
```typescript
|
|
4268
|
-
await client.jobs.
|
|
5201
|
+
await client.jobs.submitSeedream40({
|
|
4269
5202
|
input: {
|
|
4270
5203
|
prompt: "prompt",
|
|
4271
|
-
aspect_ratio: "
|
|
5204
|
+
aspect_ratio: "1:1",
|
|
5205
|
+
resolution: "1080p"
|
|
4272
5206
|
}
|
|
4273
5207
|
});
|
|
4274
5208
|
|
|
@@ -4286,7 +5220,7 @@ await client.jobs.submitReve21({
|
|
|
4286
5220
|
<dl>
|
|
4287
5221
|
<dd>
|
|
4288
5222
|
|
|
4289
|
-
**request:** `Hedra.
|
|
5223
|
+
**request:** `Hedra.SubmitBodySeedream40`
|
|
4290
5224
|
|
|
4291
5225
|
</dd>
|
|
4292
5226
|
</dl>
|
|
@@ -4306,7 +5240,7 @@ await client.jobs.submitReve21({
|
|
|
4306
5240
|
</dl>
|
|
4307
5241
|
</details>
|
|
4308
5242
|
|
|
4309
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5243
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedream45</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4310
5244
|
<dl>
|
|
4311
5245
|
<dd>
|
|
4312
5246
|
|
|
@@ -4318,7 +5252,7 @@ await client.jobs.submitReve21({
|
|
|
4318
5252
|
<dl>
|
|
4319
5253
|
<dd>
|
|
4320
5254
|
|
|
4321
|
-
|
|
5255
|
+
Latest Seedream with enhanced detail, refined composition, and multi-reference image support for professional visuals.
|
|
4322
5256
|
|
|
4323
5257
|
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`.
|
|
4324
5258
|
</dd>
|
|
@@ -4335,14 +5269,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4335
5269
|
<dd>
|
|
4336
5270
|
|
|
4337
5271
|
```typescript
|
|
4338
|
-
await client.jobs.
|
|
5272
|
+
await client.jobs.submitSeedream45({
|
|
4339
5273
|
input: {
|
|
4340
5274
|
prompt: "prompt",
|
|
4341
|
-
aspect_ratio: "
|
|
4342
|
-
|
|
4343
|
-
source: "url",
|
|
4344
|
-
url: "url"
|
|
4345
|
-
}]
|
|
5275
|
+
aspect_ratio: "1:1",
|
|
5276
|
+
resolution: "1440p (2K QHD)"
|
|
4346
5277
|
}
|
|
4347
5278
|
});
|
|
4348
5279
|
|
|
@@ -4360,7 +5291,7 @@ await client.jobs.submitReve21Edit({
|
|
|
4360
5291
|
<dl>
|
|
4361
5292
|
<dd>
|
|
4362
5293
|
|
|
4363
|
-
**request:** `Hedra.
|
|
5294
|
+
**request:** `Hedra.SubmitBodySeedream45`
|
|
4364
5295
|
|
|
4365
5296
|
</dd>
|
|
4366
5297
|
</dl>
|
|
@@ -4380,7 +5311,7 @@ await client.jobs.submitReve21Edit({
|
|
|
4380
5311
|
</dl>
|
|
4381
5312
|
</details>
|
|
4382
5313
|
|
|
4383
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5314
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedream50Lite</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4384
5315
|
<dl>
|
|
4385
5316
|
<dd>
|
|
4386
5317
|
|
|
@@ -4392,7 +5323,7 @@ await client.jobs.submitReve21Edit({
|
|
|
4392
5323
|
<dl>
|
|
4393
5324
|
<dd>
|
|
4394
5325
|
|
|
4395
|
-
|
|
5326
|
+
ByteDance Seedream 5.0 Lite Text-to-Image
|
|
4396
5327
|
|
|
4397
5328
|
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`.
|
|
4398
5329
|
</dd>
|
|
@@ -4409,14 +5340,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4409
5340
|
<dd>
|
|
4410
5341
|
|
|
4411
5342
|
```typescript
|
|
4412
|
-
await client.jobs.
|
|
5343
|
+
await client.jobs.submitSeedream50Lite({
|
|
4413
5344
|
input: {
|
|
4414
5345
|
prompt: "prompt",
|
|
4415
|
-
aspect_ratio: "
|
|
4416
|
-
|
|
4417
|
-
source: "url",
|
|
4418
|
-
url: "url"
|
|
4419
|
-
}]
|
|
5346
|
+
aspect_ratio: "1:1",
|
|
5347
|
+
resolution: "1440p (2K QHD)"
|
|
4420
5348
|
}
|
|
4421
5349
|
});
|
|
4422
5350
|
|
|
@@ -4434,7 +5362,7 @@ await client.jobs.submitReve21Remix({
|
|
|
4434
5362
|
<dl>
|
|
4435
5363
|
<dd>
|
|
4436
5364
|
|
|
4437
|
-
**request:** `Hedra.
|
|
5365
|
+
**request:** `Hedra.SubmitBodySeedream50Lite`
|
|
4438
5366
|
|
|
4439
5367
|
</dd>
|
|
4440
5368
|
</dl>
|
|
@@ -4454,7 +5382,7 @@ await client.jobs.submitReve21Remix({
|
|
|
4454
5382
|
</dl>
|
|
4455
5383
|
</details>
|
|
4456
5384
|
|
|
4457
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5385
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedream50Pro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4458
5386
|
<dl>
|
|
4459
5387
|
<dd>
|
|
4460
5388
|
|
|
@@ -4466,7 +5394,7 @@ await client.jobs.submitReve21Remix({
|
|
|
4466
5394
|
<dl>
|
|
4467
5395
|
<dd>
|
|
4468
5396
|
|
|
4469
|
-
|
|
5397
|
+
ByteDance Seedream 5.0 Pro Text-to-Image
|
|
4470
5398
|
|
|
4471
5399
|
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`.
|
|
4472
5400
|
</dd>
|
|
@@ -4483,11 +5411,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4483
5411
|
<dd>
|
|
4484
5412
|
|
|
4485
5413
|
```typescript
|
|
4486
|
-
await client.jobs.
|
|
5414
|
+
await client.jobs.submitSeedream50Pro({
|
|
4487
5415
|
input: {
|
|
4488
5416
|
prompt: "prompt",
|
|
4489
5417
|
aspect_ratio: "1:1",
|
|
4490
|
-
resolution: "
|
|
5418
|
+
resolution: "1080p"
|
|
4491
5419
|
}
|
|
4492
5420
|
});
|
|
4493
5421
|
|
|
@@ -4505,7 +5433,7 @@ await client.jobs.submitSana({
|
|
|
4505
5433
|
<dl>
|
|
4506
5434
|
<dd>
|
|
4507
5435
|
|
|
4508
|
-
**request:** `Hedra.
|
|
5436
|
+
**request:** `Hedra.SubmitBodySeedream50Pro`
|
|
4509
5437
|
|
|
4510
5438
|
</dd>
|
|
4511
5439
|
</dl>
|
|
@@ -4525,7 +5453,7 @@ await client.jobs.submitSana({
|
|
|
4525
5453
|
</dl>
|
|
4526
5454
|
</details>
|
|
4527
5455
|
|
|
4528
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5456
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSora2Pro</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4529
5457
|
<dl>
|
|
4530
5458
|
<dd>
|
|
4531
5459
|
|
|
@@ -4537,7 +5465,7 @@ await client.jobs.submitSana({
|
|
|
4537
5465
|
<dl>
|
|
4538
5466
|
<dd>
|
|
4539
5467
|
|
|
4540
|
-
|
|
5468
|
+
For complex, narrative-driven videos with remarkable consistency and realistic character-world interaction.
|
|
4541
5469
|
|
|
4542
5470
|
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`.
|
|
4543
5471
|
</dd>
|
|
@@ -4554,11 +5482,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4554
5482
|
<dd>
|
|
4555
5483
|
|
|
4556
5484
|
```typescript
|
|
4557
|
-
await client.jobs.
|
|
5485
|
+
await client.jobs.submitSora2Pro({
|
|
4558
5486
|
input: {
|
|
4559
5487
|
prompt: "prompt",
|
|
4560
|
-
aspect_ratio: "
|
|
4561
|
-
resolution: "
|
|
5488
|
+
aspect_ratio: "16:9",
|
|
5489
|
+
resolution: "720p",
|
|
4562
5490
|
duration_ms: 1
|
|
4563
5491
|
}
|
|
4564
5492
|
});
|
|
@@ -4577,7 +5505,7 @@ await client.jobs.submitSeedance15Pro({
|
|
|
4577
5505
|
<dl>
|
|
4578
5506
|
<dd>
|
|
4579
5507
|
|
|
4580
|
-
**request:** `Hedra.
|
|
5508
|
+
**request:** `Hedra.SubmitBodySora2Pro`
|
|
4581
5509
|
|
|
4582
5510
|
</dd>
|
|
4583
5511
|
</dl>
|
|
@@ -4597,7 +5525,7 @@ await client.jobs.submitSeedance15Pro({
|
|
|
4597
5525
|
</dl>
|
|
4598
5526
|
</details>
|
|
4599
5527
|
|
|
4600
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5528
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitTopazImageUpscaler</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4601
5529
|
<dl>
|
|
4602
5530
|
<dd>
|
|
4603
5531
|
|
|
@@ -4609,7 +5537,7 @@ await client.jobs.submitSeedance15Pro({
|
|
|
4609
5537
|
<dl>
|
|
4610
5538
|
<dd>
|
|
4611
5539
|
|
|
4612
|
-
|
|
5540
|
+
Use the powerful and accurate Topaz image enhancer to upscale and enhance your images.
|
|
4613
5541
|
|
|
4614
5542
|
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`.
|
|
4615
5543
|
</dd>
|
|
@@ -4626,13 +5554,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4626
5554
|
<dd>
|
|
4627
5555
|
|
|
4628
5556
|
```typescript
|
|
4629
|
-
await client.jobs.
|
|
5557
|
+
await client.jobs.submitTopazImageUpscaler({
|
|
4630
5558
|
input: {
|
|
4631
|
-
|
|
4632
|
-
|
|
4633
|
-
|
|
4634
|
-
|
|
4635
|
-
|
|
5559
|
+
source_image: {
|
|
5560
|
+
source: "url",
|
|
5561
|
+
url: "url"
|
|
5562
|
+
},
|
|
5563
|
+
target_resolution: "1080p"
|
|
4636
5564
|
}
|
|
4637
5565
|
});
|
|
4638
5566
|
|
|
@@ -4650,7 +5578,7 @@ await client.jobs.submitSeedance20({
|
|
|
4650
5578
|
<dl>
|
|
4651
5579
|
<dd>
|
|
4652
5580
|
|
|
4653
|
-
**request:** `Hedra.
|
|
5581
|
+
**request:** `Hedra.SubmitBodyTopazImageUpscaler`
|
|
4654
5582
|
|
|
4655
5583
|
</dd>
|
|
4656
5584
|
</dl>
|
|
@@ -4670,7 +5598,7 @@ await client.jobs.submitSeedance20({
|
|
|
4670
5598
|
</dl>
|
|
4671
5599
|
</details>
|
|
4672
5600
|
|
|
4673
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5601
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitTopazImageUpscalerWonder</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4674
5602
|
<dl>
|
|
4675
5603
|
<dd>
|
|
4676
5604
|
|
|
@@ -4682,7 +5610,7 @@ await client.jobs.submitSeedance20({
|
|
|
4682
5610
|
<dl>
|
|
4683
5611
|
<dd>
|
|
4684
5612
|
|
|
4685
|
-
|
|
5613
|
+
Generative upscaling with realistic detail, precise text, and clean graphics — Topaz's highest-quality image upscaler.
|
|
4686
5614
|
|
|
4687
5615
|
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`.
|
|
4688
5616
|
</dd>
|
|
@@ -4699,12 +5627,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4699
5627
|
<dd>
|
|
4700
5628
|
|
|
4701
5629
|
```typescript
|
|
4702
|
-
await client.jobs.
|
|
5630
|
+
await client.jobs.submitTopazImageUpscalerWonder({
|
|
4703
5631
|
input: {
|
|
4704
|
-
|
|
4705
|
-
|
|
4706
|
-
|
|
4707
|
-
|
|
5632
|
+
source_image: {
|
|
5633
|
+
source: "url",
|
|
5634
|
+
url: "url"
|
|
5635
|
+
},
|
|
5636
|
+
target_resolution: "1080p"
|
|
4708
5637
|
}
|
|
4709
5638
|
});
|
|
4710
5639
|
|
|
@@ -4722,7 +5651,7 @@ await client.jobs.submitSeedance20Mini({
|
|
|
4722
5651
|
<dl>
|
|
4723
5652
|
<dd>
|
|
4724
5653
|
|
|
4725
|
-
**request:** `Hedra.
|
|
5654
|
+
**request:** `Hedra.SubmitBodyTopazImageUpscalerWonder`
|
|
4726
5655
|
|
|
4727
5656
|
</dd>
|
|
4728
5657
|
</dl>
|
|
@@ -4742,7 +5671,7 @@ await client.jobs.submitSeedance20Mini({
|
|
|
4742
5671
|
</dl>
|
|
4743
5672
|
</details>
|
|
4744
5673
|
|
|
4745
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5674
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitTopazVideoUpscaler</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4746
5675
|
<dl>
|
|
4747
5676
|
<dd>
|
|
4748
5677
|
|
|
@@ -4754,7 +5683,7 @@ await client.jobs.submitSeedance20Mini({
|
|
|
4754
5683
|
<dl>
|
|
4755
5684
|
<dd>
|
|
4756
5685
|
|
|
4757
|
-
|
|
5686
|
+
Precision upscaling that cleans compression and noise while staying faithful to the source.
|
|
4758
5687
|
|
|
4759
5688
|
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`.
|
|
4760
5689
|
</dd>
|
|
@@ -4771,12 +5700,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4771
5700
|
<dd>
|
|
4772
5701
|
|
|
4773
5702
|
```typescript
|
|
4774
|
-
await client.jobs.
|
|
5703
|
+
await client.jobs.submitTopazVideoUpscaler({
|
|
4775
5704
|
input: {
|
|
4776
|
-
|
|
4777
|
-
|
|
4778
|
-
|
|
4779
|
-
|
|
5705
|
+
source_video: {
|
|
5706
|
+
source: "url",
|
|
5707
|
+
url: "url"
|
|
5708
|
+
},
|
|
5709
|
+
resolution: "1080p"
|
|
4780
5710
|
}
|
|
4781
5711
|
});
|
|
4782
5712
|
|
|
@@ -4794,7 +5724,7 @@ await client.jobs.submitSeedance25({
|
|
|
4794
5724
|
<dl>
|
|
4795
5725
|
<dd>
|
|
4796
5726
|
|
|
4797
|
-
**request:** `Hedra.
|
|
5727
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscaler`
|
|
4798
5728
|
|
|
4799
5729
|
</dd>
|
|
4800
5730
|
</dl>
|
|
@@ -4814,7 +5744,7 @@ await client.jobs.submitSeedance25({
|
|
|
4814
5744
|
</dl>
|
|
4815
5745
|
</details>
|
|
4816
5746
|
|
|
4817
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5747
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitTopazVideoUpscalerHyperion25</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4818
5748
|
<dl>
|
|
4819
5749
|
<dd>
|
|
4820
5750
|
|
|
@@ -4826,7 +5756,7 @@ await client.jobs.submitSeedance25({
|
|
|
4826
5756
|
<dl>
|
|
4827
5757
|
<dd>
|
|
4828
5758
|
|
|
4829
|
-
|
|
5759
|
+
Convert SDR video to 10-bit HDR with richer highlights, color, and tonal separation. The output keeps the source resolution.
|
|
4830
5760
|
|
|
4831
5761
|
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`.
|
|
4832
5762
|
</dd>
|
|
@@ -4843,11 +5773,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4843
5773
|
<dd>
|
|
4844
5774
|
|
|
4845
5775
|
```typescript
|
|
4846
|
-
await client.jobs.
|
|
5776
|
+
await client.jobs.submitTopazVideoUpscalerHyperion25({
|
|
4847
5777
|
input: {
|
|
4848
|
-
|
|
4849
|
-
|
|
4850
|
-
|
|
5778
|
+
source_video: {
|
|
5779
|
+
source: "url",
|
|
5780
|
+
url: "url"
|
|
5781
|
+
}
|
|
4851
5782
|
}
|
|
4852
5783
|
});
|
|
4853
5784
|
|
|
@@ -4865,7 +5796,7 @@ await client.jobs.submitSeedream40({
|
|
|
4865
5796
|
<dl>
|
|
4866
5797
|
<dd>
|
|
4867
5798
|
|
|
4868
|
-
**request:** `Hedra.
|
|
5799
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerHyperion25`
|
|
4869
5800
|
|
|
4870
5801
|
</dd>
|
|
4871
5802
|
</dl>
|
|
@@ -4885,7 +5816,7 @@ await client.jobs.submitSeedream40({
|
|
|
4885
5816
|
</dl>
|
|
4886
5817
|
</details>
|
|
4887
5818
|
|
|
4888
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5819
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitTopazVideoUpscalerStarlightFast</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4889
5820
|
<dl>
|
|
4890
5821
|
<dd>
|
|
4891
5822
|
|
|
@@ -4897,7 +5828,7 @@ await client.jobs.submitSeedream40({
|
|
|
4897
5828
|
<dl>
|
|
4898
5829
|
<dd>
|
|
4899
5830
|
|
|
4900
|
-
|
|
5831
|
+
Faster generative diffusion upscaling at half the cost of Starlight Precise.
|
|
4901
5832
|
|
|
4902
5833
|
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`.
|
|
4903
5834
|
</dd>
|
|
@@ -4914,11 +5845,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4914
5845
|
<dd>
|
|
4915
5846
|
|
|
4916
5847
|
```typescript
|
|
4917
|
-
await client.jobs.
|
|
5848
|
+
await client.jobs.submitTopazVideoUpscalerStarlightFast({
|
|
4918
5849
|
input: {
|
|
4919
|
-
|
|
4920
|
-
|
|
4921
|
-
|
|
5850
|
+
source_video: {
|
|
5851
|
+
source: "url",
|
|
5852
|
+
url: "url"
|
|
5853
|
+
},
|
|
5854
|
+
resolution: "1080p"
|
|
4922
5855
|
}
|
|
4923
5856
|
});
|
|
4924
5857
|
|
|
@@ -4936,7 +5869,7 @@ await client.jobs.submitSeedream45({
|
|
|
4936
5869
|
<dl>
|
|
4937
5870
|
<dd>
|
|
4938
5871
|
|
|
4939
|
-
**request:** `Hedra.
|
|
5872
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerStarlightFast`
|
|
4940
5873
|
|
|
4941
5874
|
</dd>
|
|
4942
5875
|
</dl>
|
|
@@ -4956,7 +5889,7 @@ await client.jobs.submitSeedream45({
|
|
|
4956
5889
|
</dl>
|
|
4957
5890
|
</details>
|
|
4958
5891
|
|
|
4959
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5892
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitTopazVideoUpscalerStarlightHq</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4960
5893
|
<dl>
|
|
4961
5894
|
<dd>
|
|
4962
5895
|
|
|
@@ -4968,7 +5901,7 @@ await client.jobs.submitSeedream45({
|
|
|
4968
5901
|
<dl>
|
|
4969
5902
|
<dd>
|
|
4970
5903
|
|
|
4971
|
-
|
|
5904
|
+
Generative diffusion upscaling balancing detail and sharpness for medium-to-high quality sources.
|
|
4972
5905
|
|
|
4973
5906
|
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`.
|
|
4974
5907
|
</dd>
|
|
@@ -4985,11 +5918,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4985
5918
|
<dd>
|
|
4986
5919
|
|
|
4987
5920
|
```typescript
|
|
4988
|
-
await client.jobs.
|
|
5921
|
+
await client.jobs.submitTopazVideoUpscalerStarlightHq({
|
|
4989
5922
|
input: {
|
|
4990
|
-
|
|
4991
|
-
|
|
4992
|
-
|
|
5923
|
+
source_video: {
|
|
5924
|
+
source: "url",
|
|
5925
|
+
url: "url"
|
|
5926
|
+
},
|
|
5927
|
+
resolution: "1080p"
|
|
4993
5928
|
}
|
|
4994
5929
|
});
|
|
4995
5930
|
|
|
@@ -5007,7 +5942,7 @@ await client.jobs.submitSeedream50Lite({
|
|
|
5007
5942
|
<dl>
|
|
5008
5943
|
<dd>
|
|
5009
5944
|
|
|
5010
|
-
**request:** `Hedra.
|
|
5945
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerStarlightHq`
|
|
5011
5946
|
|
|
5012
5947
|
</dd>
|
|
5013
5948
|
</dl>
|
|
@@ -5027,7 +5962,7 @@ await client.jobs.submitSeedream50Lite({
|
|
|
5027
5962
|
</dl>
|
|
5028
5963
|
</details>
|
|
5029
5964
|
|
|
5030
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5965
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitTopazVideoUpscalerStarlightPrecise</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
5031
5966
|
<dl>
|
|
5032
5967
|
<dd>
|
|
5033
5968
|
|
|
@@ -5039,7 +5974,7 @@ await client.jobs.submitSeedream50Lite({
|
|
|
5039
5974
|
<dl>
|
|
5040
5975
|
<dd>
|
|
5041
5976
|
|
|
5042
|
-
|
|
5977
|
+
Generative diffusion upscaling for AI-generated and archival video with realistic faces, textures, and text.
|
|
5043
5978
|
|
|
5044
5979
|
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`.
|
|
5045
5980
|
</dd>
|
|
@@ -5056,10 +5991,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
5056
5991
|
<dd>
|
|
5057
5992
|
|
|
5058
5993
|
```typescript
|
|
5059
|
-
await client.jobs.
|
|
5994
|
+
await client.jobs.submitTopazVideoUpscalerStarlightPrecise({
|
|
5060
5995
|
input: {
|
|
5061
|
-
|
|
5062
|
-
|
|
5996
|
+
source_video: {
|
|
5997
|
+
source: "url",
|
|
5998
|
+
url: "url"
|
|
5999
|
+
},
|
|
5063
6000
|
resolution: "1080p"
|
|
5064
6001
|
}
|
|
5065
6002
|
});
|
|
@@ -5078,7 +6015,7 @@ await client.jobs.submitSeedream50Pro({
|
|
|
5078
6015
|
<dl>
|
|
5079
6016
|
<dd>
|
|
5080
6017
|
|
|
5081
|
-
**request:** `Hedra.
|
|
6018
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerStarlightPrecise`
|
|
5082
6019
|
|
|
5083
6020
|
</dd>
|
|
5084
6021
|
</dl>
|
|
@@ -5098,7 +6035,7 @@ await client.jobs.submitSeedream50Pro({
|
|
|
5098
6035
|
</dl>
|
|
5099
6036
|
</details>
|
|
5100
6037
|
|
|
5101
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
6038
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitVeedFabric10</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
5102
6039
|
<dl>
|
|
5103
6040
|
<dd>
|
|
5104
6041
|
|
|
@@ -5110,7 +6047,7 @@ await client.jobs.submitSeedream50Pro({
|
|
|
5110
6047
|
<dl>
|
|
5111
6048
|
<dd>
|
|
5112
6049
|
|
|
5113
|
-
|
|
6050
|
+
Talking video with natural lip-sync and expressive animation.
|
|
5114
6051
|
|
|
5115
6052
|
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`.
|
|
5116
6053
|
</dd>
|
|
@@ -5127,12 +6064,19 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
5127
6064
|
<dd>
|
|
5128
6065
|
|
|
5129
6066
|
```typescript
|
|
5130
|
-
await client.jobs.
|
|
6067
|
+
await client.jobs.submitVeedFabric10({
|
|
5131
6068
|
input: {
|
|
5132
6069
|
prompt: "prompt",
|
|
5133
6070
|
aspect_ratio: "16:9",
|
|
5134
|
-
resolution: "
|
|
5135
|
-
|
|
6071
|
+
resolution: "480p",
|
|
6072
|
+
start_image: {
|
|
6073
|
+
source: "url",
|
|
6074
|
+
url: "url"
|
|
6075
|
+
},
|
|
6076
|
+
audio: {
|
|
6077
|
+
source: "url",
|
|
6078
|
+
url: "url"
|
|
6079
|
+
}
|
|
5136
6080
|
}
|
|
5137
6081
|
});
|
|
5138
6082
|
|
|
@@ -5150,7 +6094,7 @@ await client.jobs.submitSora2Pro({
|
|
|
5150
6094
|
<dl>
|
|
5151
6095
|
<dd>
|
|
5152
6096
|
|
|
5153
|
-
**request:** `Hedra.
|
|
6097
|
+
**request:** `Hedra.SubmitBodyVeedFabric10`
|
|
5154
6098
|
|
|
5155
6099
|
</dd>
|
|
5156
6100
|
</dl>
|
|
@@ -5170,7 +6114,7 @@ await client.jobs.submitSora2Pro({
|
|
|
5170
6114
|
</dl>
|
|
5171
6115
|
</details>
|
|
5172
6116
|
|
|
5173
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
6117
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitVeedVideoBackgroundRemoval</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
5174
6118
|
<dl>
|
|
5175
6119
|
<dd>
|
|
5176
6120
|
|
|
@@ -5182,7 +6126,7 @@ await client.jobs.submitSora2Pro({
|
|
|
5182
6126
|
<dl>
|
|
5183
6127
|
<dd>
|
|
5184
6128
|
|
|
5185
|
-
|
|
6129
|
+
Remove a video's background and return transparent WebM.
|
|
5186
6130
|
|
|
5187
6131
|
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`.
|
|
5188
6132
|
</dd>
|
|
@@ -5199,16 +6143,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
5199
6143
|
<dd>
|
|
5200
6144
|
|
|
5201
6145
|
```typescript
|
|
5202
|
-
await client.jobs.
|
|
6146
|
+
await client.jobs.submitVeedVideoBackgroundRemoval({
|
|
5203
6147
|
input: {
|
|
5204
|
-
|
|
5205
|
-
aspect_ratio: "16:9",
|
|
5206
|
-
resolution: "480p",
|
|
5207
|
-
start_image: {
|
|
5208
|
-
source: "url",
|
|
5209
|
-
url: "url"
|
|
5210
|
-
},
|
|
5211
|
-
audio: {
|
|
6148
|
+
source_video: {
|
|
5212
6149
|
source: "url",
|
|
5213
6150
|
url: "url"
|
|
5214
6151
|
}
|
|
@@ -5229,7 +6166,7 @@ await client.jobs.submitVeedFabric10({
|
|
|
5229
6166
|
<dl>
|
|
5230
6167
|
<dd>
|
|
5231
6168
|
|
|
5232
|
-
**request:** `Hedra.
|
|
6169
|
+
**request:** `Hedra.SubmitBodyVeedVideoBackgroundRemoval`
|
|
5233
6170
|
|
|
5234
6171
|
</dd>
|
|
5235
6172
|
</dl>
|
|
@@ -5678,6 +6615,79 @@ await client.jobs.submitWan27({
|
|
|
5678
6615
|
</dl>
|
|
5679
6616
|
|
|
5680
6617
|
|
|
6618
|
+
</dd>
|
|
6619
|
+
</dl>
|
|
6620
|
+
</details>
|
|
6621
|
+
|
|
6622
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitWan30</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
6623
|
+
<dl>
|
|
6624
|
+
<dd>
|
|
6625
|
+
|
|
6626
|
+
#### 📝 Description
|
|
6627
|
+
|
|
6628
|
+
<dl>
|
|
6629
|
+
<dd>
|
|
6630
|
+
|
|
6631
|
+
<dl>
|
|
6632
|
+
<dd>
|
|
6633
|
+
|
|
6634
|
+
Wan 3.0 video with native audio, up to 30 seconds in one shot — from a text prompt, from a first frame with an optional last frame, or from reference images that keep subjects consistent
|
|
6635
|
+
|
|
6636
|
+
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`.
|
|
6637
|
+
</dd>
|
|
6638
|
+
</dl>
|
|
6639
|
+
</dd>
|
|
6640
|
+
</dl>
|
|
6641
|
+
|
|
6642
|
+
#### 🔌 Usage
|
|
6643
|
+
|
|
6644
|
+
<dl>
|
|
6645
|
+
<dd>
|
|
6646
|
+
|
|
6647
|
+
<dl>
|
|
6648
|
+
<dd>
|
|
6649
|
+
|
|
6650
|
+
```typescript
|
|
6651
|
+
await client.jobs.submitWan30({
|
|
6652
|
+
input: {
|
|
6653
|
+
prompt: "prompt",
|
|
6654
|
+
aspect_ratio: "adaptive",
|
|
6655
|
+
resolution: "480p",
|
|
6656
|
+
duration_ms: 1,
|
|
6657
|
+
quality: "standard"
|
|
6658
|
+
}
|
|
6659
|
+
});
|
|
6660
|
+
|
|
6661
|
+
```
|
|
6662
|
+
</dd>
|
|
6663
|
+
</dl>
|
|
6664
|
+
</dd>
|
|
6665
|
+
</dl>
|
|
6666
|
+
|
|
6667
|
+
#### ⚙️ Parameters
|
|
6668
|
+
|
|
6669
|
+
<dl>
|
|
6670
|
+
<dd>
|
|
6671
|
+
|
|
6672
|
+
<dl>
|
|
6673
|
+
<dd>
|
|
6674
|
+
|
|
6675
|
+
**request:** `Hedra.SubmitBodyWan30`
|
|
6676
|
+
|
|
6677
|
+
</dd>
|
|
6678
|
+
</dl>
|
|
6679
|
+
|
|
6680
|
+
<dl>
|
|
6681
|
+
<dd>
|
|
6682
|
+
|
|
6683
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
6684
|
+
|
|
6685
|
+
</dd>
|
|
6686
|
+
</dl>
|
|
6687
|
+
</dd>
|
|
6688
|
+
</dl>
|
|
6689
|
+
|
|
6690
|
+
|
|
5681
6691
|
</dd>
|
|
5682
6692
|
</dl>
|
|
5683
6693
|
</details>
|
|
@@ -5949,7 +6959,7 @@ const response = page.response;
|
|
|
5949
6959
|
<dl>
|
|
5950
6960
|
<dd>
|
|
5951
6961
|
|
|
5952
|
-
Voices this model accepts —
|
|
6962
|
+
Voices this model accepts — the shared library, plus the caller's own cloned voices when the request carries credentials.
|
|
5953
6963
|
</dd>
|
|
5954
6964
|
</dl>
|
|
5955
6965
|
</dd>
|