@hedra/sdk 3.0.0 → 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 +407 -0
- package/dist/cjs/api/resources/jobs/client/Client.js +1882 -799
- 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/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/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 +13 -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/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 +3 -3
- 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/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/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 +29 -0
- package/dist/cjs/api/types/index.js +29 -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 +407 -0
- package/dist/esm/api/resources/jobs/client/Client.mjs +1882 -799
- 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/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/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 +13 -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/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 +3 -3
- 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/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/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 +29 -0
- package/dist/esm/api/types/index.mjs +29 -0
- package/dist/esm/version.d.mts +1 -1
- package/dist/esm/version.mjs +1 -1
- package/package.json +2 -2
- package/reference.md +1388 -448
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,803 @@ 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"
|
|
1954
|
+
prompt: "prompt"
|
|
1955
|
+
}
|
|
1956
|
+
});
|
|
1957
|
+
|
|
1958
|
+
```
|
|
1959
|
+
</dd>
|
|
1960
|
+
</dl>
|
|
1961
|
+
</dd>
|
|
1962
|
+
</dl>
|
|
1963
|
+
|
|
1964
|
+
#### ⚙️ Parameters
|
|
1965
|
+
|
|
1966
|
+
<dl>
|
|
1967
|
+
<dd>
|
|
1968
|
+
|
|
1969
|
+
<dl>
|
|
1970
|
+
<dd>
|
|
1971
|
+
|
|
1972
|
+
**request:** `Hedra.SubmitBodyGrokImagine`
|
|
1973
|
+
|
|
1974
|
+
</dd>
|
|
1975
|
+
</dl>
|
|
1976
|
+
|
|
1977
|
+
<dl>
|
|
1978
|
+
<dd>
|
|
1979
|
+
|
|
1980
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
1981
|
+
|
|
1982
|
+
</dd>
|
|
1983
|
+
</dl>
|
|
1984
|
+
</dd>
|
|
1985
|
+
</dl>
|
|
1986
|
+
|
|
1987
|
+
|
|
1988
|
+
</dd>
|
|
1989
|
+
</dl>
|
|
1990
|
+
</details>
|
|
1991
|
+
|
|
1992
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitGrokVideo</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
1993
|
+
<dl>
|
|
1994
|
+
<dd>
|
|
1995
|
+
|
|
1996
|
+
#### 📝 Description
|
|
1997
|
+
|
|
1998
|
+
<dl>
|
|
1999
|
+
<dd>
|
|
2000
|
+
|
|
2001
|
+
<dl>
|
|
2002
|
+
<dd>
|
|
2003
|
+
|
|
2004
|
+
xAI's text-to-video generation model.
|
|
2005
|
+
|
|
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`.
|
|
2007
|
+
</dd>
|
|
2008
|
+
</dl>
|
|
2009
|
+
</dd>
|
|
2010
|
+
</dl>
|
|
2011
|
+
|
|
2012
|
+
#### 🔌 Usage
|
|
2013
|
+
|
|
2014
|
+
<dl>
|
|
2015
|
+
<dd>
|
|
2016
|
+
|
|
2017
|
+
<dl>
|
|
2018
|
+
<dd>
|
|
2019
|
+
|
|
2020
|
+
```typescript
|
|
2021
|
+
await client.jobs.submitGrokVideo({
|
|
2022
|
+
input: {
|
|
2023
|
+
prompt: "prompt",
|
|
2024
|
+
aspect_ratio: "auto",
|
|
2025
|
+
resolution: "480p",
|
|
2026
|
+
duration_ms: 1
|
|
2027
|
+
}
|
|
2028
|
+
});
|
|
2029
|
+
|
|
2030
|
+
```
|
|
2031
|
+
</dd>
|
|
2032
|
+
</dl>
|
|
2033
|
+
</dd>
|
|
2034
|
+
</dl>
|
|
2035
|
+
|
|
2036
|
+
#### ⚙️ Parameters
|
|
2037
|
+
|
|
2038
|
+
<dl>
|
|
2039
|
+
<dd>
|
|
2040
|
+
|
|
2041
|
+
<dl>
|
|
2042
|
+
<dd>
|
|
2043
|
+
|
|
2044
|
+
**request:** `Hedra.SubmitBodyGrokVideo`
|
|
2045
|
+
|
|
2046
|
+
</dd>
|
|
2047
|
+
</dl>
|
|
2048
|
+
|
|
2049
|
+
<dl>
|
|
2050
|
+
<dd>
|
|
2051
|
+
|
|
2052
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2053
|
+
|
|
2054
|
+
</dd>
|
|
2055
|
+
</dl>
|
|
2056
|
+
</dd>
|
|
2057
|
+
</dl>
|
|
2058
|
+
|
|
2059
|
+
|
|
2060
|
+
</dd>
|
|
2061
|
+
</dl>
|
|
2062
|
+
</details>
|
|
2063
|
+
|
|
2064
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHappyHorse</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2065
|
+
<dl>
|
|
2066
|
+
<dd>
|
|
2067
|
+
|
|
2068
|
+
#### 📝 Description
|
|
2069
|
+
|
|
2070
|
+
<dl>
|
|
2071
|
+
<dd>
|
|
2072
|
+
|
|
2073
|
+
<dl>
|
|
2074
|
+
<dd>
|
|
2075
|
+
|
|
2076
|
+
Generate video from text with Alibaba Happy Horse 1.0.
|
|
2077
|
+
|
|
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`.
|
|
2079
|
+
</dd>
|
|
2080
|
+
</dl>
|
|
2081
|
+
</dd>
|
|
2082
|
+
</dl>
|
|
2083
|
+
|
|
2084
|
+
#### 🔌 Usage
|
|
2085
|
+
|
|
2086
|
+
<dl>
|
|
2087
|
+
<dd>
|
|
2088
|
+
|
|
2089
|
+
<dl>
|
|
2090
|
+
<dd>
|
|
2091
|
+
|
|
2092
|
+
```typescript
|
|
2093
|
+
await client.jobs.submitHappyHorse({
|
|
2094
|
+
input: {
|
|
2095
|
+
prompt: "prompt",
|
|
2096
|
+
aspect_ratio: "21:9",
|
|
2097
|
+
resolution: "720p",
|
|
2098
|
+
duration_ms: 1
|
|
2099
|
+
}
|
|
2100
|
+
});
|
|
2101
|
+
|
|
2102
|
+
```
|
|
2103
|
+
</dd>
|
|
2104
|
+
</dl>
|
|
2105
|
+
</dd>
|
|
2106
|
+
</dl>
|
|
2107
|
+
|
|
2108
|
+
#### ⚙️ Parameters
|
|
2109
|
+
|
|
2110
|
+
<dl>
|
|
2111
|
+
<dd>
|
|
2112
|
+
|
|
2113
|
+
<dl>
|
|
2114
|
+
<dd>
|
|
2115
|
+
|
|
2116
|
+
**request:** `Hedra.SubmitBodyHappyHorse`
|
|
2117
|
+
|
|
2118
|
+
</dd>
|
|
2119
|
+
</dl>
|
|
2120
|
+
|
|
2121
|
+
<dl>
|
|
2122
|
+
<dd>
|
|
2123
|
+
|
|
2124
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2125
|
+
|
|
2126
|
+
</dd>
|
|
2127
|
+
</dl>
|
|
2128
|
+
</dd>
|
|
2129
|
+
</dl>
|
|
2130
|
+
|
|
2131
|
+
|
|
2132
|
+
</dd>
|
|
2133
|
+
</dl>
|
|
2134
|
+
</details>
|
|
2135
|
+
|
|
2136
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHedraAvatar</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2137
|
+
<dl>
|
|
2138
|
+
<dd>
|
|
2139
|
+
|
|
2140
|
+
#### 📝 Description
|
|
2141
|
+
|
|
2142
|
+
<dl>
|
|
2143
|
+
<dd>
|
|
2144
|
+
|
|
2145
|
+
<dl>
|
|
2146
|
+
<dd>
|
|
2147
|
+
|
|
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.
|
|
2149
|
+
|
|
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`.
|
|
2151
|
+
</dd>
|
|
2152
|
+
</dl>
|
|
2153
|
+
</dd>
|
|
2154
|
+
</dl>
|
|
2155
|
+
|
|
2156
|
+
#### 🔌 Usage
|
|
2157
|
+
|
|
2158
|
+
<dl>
|
|
2159
|
+
<dd>
|
|
2160
|
+
|
|
2161
|
+
<dl>
|
|
2162
|
+
<dd>
|
|
2163
|
+
|
|
2164
|
+
```typescript
|
|
2165
|
+
await client.jobs.submitHedraAvatar({
|
|
2166
|
+
input: {
|
|
2167
|
+
prompt: "prompt",
|
|
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
|
+
}
|
|
2178
|
+
}
|
|
2179
|
+
});
|
|
2180
|
+
|
|
2181
|
+
```
|
|
2182
|
+
</dd>
|
|
2183
|
+
</dl>
|
|
2184
|
+
</dd>
|
|
2185
|
+
</dl>
|
|
2186
|
+
|
|
2187
|
+
#### ⚙️ Parameters
|
|
2188
|
+
|
|
2189
|
+
<dl>
|
|
2190
|
+
<dd>
|
|
2191
|
+
|
|
2192
|
+
<dl>
|
|
2193
|
+
<dd>
|
|
2194
|
+
|
|
2195
|
+
**request:** `Hedra.SubmitBodyHedraAvatar`
|
|
2196
|
+
|
|
2197
|
+
</dd>
|
|
2198
|
+
</dl>
|
|
2199
|
+
|
|
2200
|
+
<dl>
|
|
2201
|
+
<dd>
|
|
2202
|
+
|
|
2203
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2204
|
+
|
|
2205
|
+
</dd>
|
|
2206
|
+
</dl>
|
|
2207
|
+
</dd>
|
|
2208
|
+
</dl>
|
|
2209
|
+
|
|
2210
|
+
|
|
2211
|
+
</dd>
|
|
2212
|
+
</dl>
|
|
2213
|
+
</details>
|
|
2214
|
+
|
|
2215
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHedraCharacter3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2216
|
+
<dl>
|
|
2217
|
+
<dd>
|
|
2218
|
+
|
|
2219
|
+
#### 📝 Description
|
|
2220
|
+
|
|
2221
|
+
<dl>
|
|
2222
|
+
<dd>
|
|
2223
|
+
|
|
2224
|
+
<dl>
|
|
2225
|
+
<dd>
|
|
2226
|
+
|
|
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.
|
|
2228
|
+
|
|
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`.
|
|
2230
|
+
</dd>
|
|
2231
|
+
</dl>
|
|
2232
|
+
</dd>
|
|
2233
|
+
</dl>
|
|
2234
|
+
|
|
2235
|
+
#### 🔌 Usage
|
|
2236
|
+
|
|
2237
|
+
<dl>
|
|
2238
|
+
<dd>
|
|
2239
|
+
|
|
2240
|
+
<dl>
|
|
2241
|
+
<dd>
|
|
2242
|
+
|
|
2243
|
+
```typescript
|
|
2244
|
+
await client.jobs.submitHedraCharacter3({
|
|
2245
|
+
input: {
|
|
2246
|
+
prompt: "prompt",
|
|
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
|
+
}
|
|
2257
|
+
}
|
|
2258
|
+
});
|
|
2259
|
+
|
|
2260
|
+
```
|
|
2261
|
+
</dd>
|
|
2262
|
+
</dl>
|
|
2263
|
+
</dd>
|
|
2264
|
+
</dl>
|
|
2265
|
+
|
|
2266
|
+
#### ⚙️ Parameters
|
|
2267
|
+
|
|
2268
|
+
<dl>
|
|
2269
|
+
<dd>
|
|
2270
|
+
|
|
2271
|
+
<dl>
|
|
2272
|
+
<dd>
|
|
2273
|
+
|
|
2274
|
+
**request:** `Hedra.SubmitBodyHedraCharacter3`
|
|
2275
|
+
|
|
2276
|
+
</dd>
|
|
2277
|
+
</dl>
|
|
2278
|
+
|
|
2279
|
+
<dl>
|
|
2280
|
+
<dd>
|
|
2281
|
+
|
|
2282
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2283
|
+
|
|
2284
|
+
</dd>
|
|
2285
|
+
</dl>
|
|
2286
|
+
</dd>
|
|
2287
|
+
</dl>
|
|
2288
|
+
|
|
2289
|
+
|
|
2290
|
+
</dd>
|
|
2291
|
+
</dl>
|
|
2292
|
+
</details>
|
|
2293
|
+
|
|
2294
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitHidreamO1Image</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2295
|
+
<dl>
|
|
2296
|
+
<dd>
|
|
2297
|
+
|
|
2298
|
+
#### 📝 Description
|
|
2299
|
+
|
|
2300
|
+
<dl>
|
|
2301
|
+
<dd>
|
|
2302
|
+
|
|
2303
|
+
<dl>
|
|
2304
|
+
<dd>
|
|
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
|
+
|
|
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`.
|
|
2309
|
+
</dd>
|
|
2310
|
+
</dl>
|
|
2311
|
+
</dd>
|
|
2312
|
+
</dl>
|
|
2313
|
+
|
|
2314
|
+
#### 🔌 Usage
|
|
2315
|
+
|
|
2316
|
+
<dl>
|
|
2317
|
+
<dd>
|
|
2318
|
+
|
|
2319
|
+
<dl>
|
|
2320
|
+
<dd>
|
|
2321
|
+
|
|
2322
|
+
```typescript
|
|
2323
|
+
await client.jobs.submitHidreamO1Image({
|
|
2324
|
+
input: {
|
|
2325
|
+
prompt: "prompt",
|
|
2326
|
+
aspect_ratio: "16:9",
|
|
2327
|
+
quality: "standard"
|
|
2328
|
+
}
|
|
2329
|
+
});
|
|
2330
|
+
|
|
2331
|
+
```
|
|
2332
|
+
</dd>
|
|
2333
|
+
</dl>
|
|
2334
|
+
</dd>
|
|
2335
|
+
</dl>
|
|
2336
|
+
|
|
2337
|
+
#### ⚙️ Parameters
|
|
2338
|
+
|
|
2339
|
+
<dl>
|
|
2340
|
+
<dd>
|
|
2341
|
+
|
|
2342
|
+
<dl>
|
|
2343
|
+
<dd>
|
|
2344
|
+
|
|
2345
|
+
**request:** `Hedra.SubmitBodyHidreamO1Image`
|
|
2346
|
+
|
|
2347
|
+
</dd>
|
|
2348
|
+
</dl>
|
|
2349
|
+
|
|
2350
|
+
<dl>
|
|
2351
|
+
<dd>
|
|
2352
|
+
|
|
2353
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2354
|
+
|
|
2355
|
+
</dd>
|
|
2356
|
+
</dl>
|
|
2357
|
+
</dd>
|
|
2358
|
+
</dl>
|
|
2359
|
+
|
|
2360
|
+
|
|
2361
|
+
</dd>
|
|
2362
|
+
</dl>
|
|
2363
|
+
</details>
|
|
2364
|
+
|
|
2365
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitIdeogramV2</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2366
|
+
<dl>
|
|
2367
|
+
<dd>
|
|
2368
|
+
|
|
2369
|
+
#### 📝 Description
|
|
2370
|
+
|
|
2371
|
+
<dl>
|
|
2372
|
+
<dd>
|
|
2373
|
+
|
|
2374
|
+
<dl>
|
|
2375
|
+
<dd>
|
|
2376
|
+
|
|
2377
|
+
Best in class for poster-ready images and spot-on text rendering in social graphics.
|
|
2378
|
+
|
|
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`.
|
|
2380
|
+
</dd>
|
|
2381
|
+
</dl>
|
|
2382
|
+
</dd>
|
|
2383
|
+
</dl>
|
|
2384
|
+
|
|
2385
|
+
#### 🔌 Usage
|
|
2386
|
+
|
|
2387
|
+
<dl>
|
|
2388
|
+
<dd>
|
|
2389
|
+
|
|
2390
|
+
<dl>
|
|
2391
|
+
<dd>
|
|
2392
|
+
|
|
2393
|
+
```typescript
|
|
2394
|
+
await client.jobs.submitIdeogramV2({
|
|
2395
|
+
input: {
|
|
2396
|
+
prompt: "prompt",
|
|
2397
|
+
aspect_ratio: "1:1"
|
|
2398
|
+
}
|
|
2399
|
+
});
|
|
2400
|
+
|
|
2401
|
+
```
|
|
2402
|
+
</dd>
|
|
2403
|
+
</dl>
|
|
2404
|
+
</dd>
|
|
2405
|
+
</dl>
|
|
2406
|
+
|
|
2407
|
+
#### ⚙️ Parameters
|
|
2408
|
+
|
|
2409
|
+
<dl>
|
|
2410
|
+
<dd>
|
|
2411
|
+
|
|
2412
|
+
<dl>
|
|
2413
|
+
<dd>
|
|
2414
|
+
|
|
2415
|
+
**request:** `Hedra.SubmitBodyIdeogramV2`
|
|
2416
|
+
|
|
2417
|
+
</dd>
|
|
2418
|
+
</dl>
|
|
2419
|
+
|
|
2420
|
+
<dl>
|
|
2421
|
+
<dd>
|
|
2422
|
+
|
|
2423
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2424
|
+
|
|
2425
|
+
</dd>
|
|
2426
|
+
</dl>
|
|
2427
|
+
</dd>
|
|
2428
|
+
</dl>
|
|
2429
|
+
|
|
2430
|
+
|
|
2431
|
+
</dd>
|
|
2432
|
+
</dl>
|
|
2433
|
+
</details>
|
|
2434
|
+
|
|
2435
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitIdeogramV4</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2436
|
+
<dl>
|
|
2437
|
+
<dd>
|
|
2438
|
+
|
|
2439
|
+
#### 📝 Description
|
|
2440
|
+
|
|
2441
|
+
<dl>
|
|
2442
|
+
<dd>
|
|
2443
|
+
|
|
2444
|
+
<dl>
|
|
2445
|
+
<dd>
|
|
2446
|
+
|
|
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.
|
|
2448
|
+
|
|
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`.
|
|
2450
|
+
</dd>
|
|
2451
|
+
</dl>
|
|
2452
|
+
</dd>
|
|
2453
|
+
</dl>
|
|
2454
|
+
|
|
2455
|
+
#### 🔌 Usage
|
|
2456
|
+
|
|
2457
|
+
<dl>
|
|
2458
|
+
<dd>
|
|
2459
|
+
|
|
2460
|
+
<dl>
|
|
2461
|
+
<dd>
|
|
2462
|
+
|
|
2463
|
+
```typescript
|
|
2464
|
+
await client.jobs.submitIdeogramV4({
|
|
2465
|
+
input: {
|
|
2466
|
+
prompt: "prompt",
|
|
2467
|
+
aspect_ratio: "16:9",
|
|
2468
|
+
resolution: "720p",
|
|
2469
|
+
quality: "turbo"
|
|
2470
|
+
}
|
|
2471
|
+
});
|
|
2472
|
+
|
|
2473
|
+
```
|
|
2474
|
+
</dd>
|
|
2475
|
+
</dl>
|
|
2476
|
+
</dd>
|
|
2477
|
+
</dl>
|
|
2478
|
+
|
|
2479
|
+
#### ⚙️ Parameters
|
|
2480
|
+
|
|
2481
|
+
<dl>
|
|
2482
|
+
<dd>
|
|
2483
|
+
|
|
2484
|
+
<dl>
|
|
2485
|
+
<dd>
|
|
2486
|
+
|
|
2487
|
+
**request:** `Hedra.SubmitBodyIdeogramV4`
|
|
2488
|
+
|
|
2489
|
+
</dd>
|
|
2490
|
+
</dl>
|
|
2491
|
+
|
|
2492
|
+
<dl>
|
|
2493
|
+
<dd>
|
|
2494
|
+
|
|
2495
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2496
|
+
|
|
2497
|
+
</dd>
|
|
2498
|
+
</dl>
|
|
2499
|
+
</dd>
|
|
2500
|
+
</dl>
|
|
2501
|
+
|
|
2502
|
+
|
|
2503
|
+
</dd>
|
|
2504
|
+
</dl>
|
|
2505
|
+
</details>
|
|
2506
|
+
|
|
2507
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitImagen3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2508
|
+
<dl>
|
|
2509
|
+
<dd>
|
|
2510
|
+
|
|
2511
|
+
#### 📝 Description
|
|
2512
|
+
|
|
2513
|
+
<dl>
|
|
2514
|
+
<dd>
|
|
2515
|
+
|
|
2516
|
+
<dl>
|
|
2517
|
+
<dd>
|
|
2518
|
+
|
|
2519
|
+
The latest text to image model from Google
|
|
2520
|
+
|
|
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`.
|
|
2522
|
+
</dd>
|
|
2523
|
+
</dl>
|
|
2524
|
+
</dd>
|
|
2525
|
+
</dl>
|
|
2526
|
+
|
|
2527
|
+
#### 🔌 Usage
|
|
2528
|
+
|
|
2529
|
+
<dl>
|
|
2530
|
+
<dd>
|
|
2531
|
+
|
|
2532
|
+
<dl>
|
|
2533
|
+
<dd>
|
|
2534
|
+
|
|
2535
|
+
```typescript
|
|
2536
|
+
await client.jobs.submitImagen3({
|
|
2537
|
+
input: {
|
|
2538
|
+
prompt: "prompt",
|
|
2539
|
+
aspect_ratio: "16:9"
|
|
2540
|
+
}
|
|
2541
|
+
});
|
|
2542
|
+
|
|
2543
|
+
```
|
|
2544
|
+
</dd>
|
|
2545
|
+
</dl>
|
|
2546
|
+
</dd>
|
|
2547
|
+
</dl>
|
|
2548
|
+
|
|
2549
|
+
#### ⚙️ Parameters
|
|
2550
|
+
|
|
2551
|
+
<dl>
|
|
2552
|
+
<dd>
|
|
2553
|
+
|
|
2554
|
+
<dl>
|
|
2555
|
+
<dd>
|
|
2556
|
+
|
|
2557
|
+
**request:** `Hedra.SubmitBodyImagen3`
|
|
2558
|
+
|
|
2559
|
+
</dd>
|
|
2560
|
+
</dl>
|
|
2561
|
+
|
|
2562
|
+
<dl>
|
|
2563
|
+
<dd>
|
|
2564
|
+
|
|
2565
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2566
|
+
|
|
2567
|
+
</dd>
|
|
2568
|
+
</dl>
|
|
2569
|
+
</dd>
|
|
2570
|
+
</dl>
|
|
2571
|
+
|
|
2572
|
+
|
|
2573
|
+
</dd>
|
|
2574
|
+
</dl>
|
|
2575
|
+
</details>
|
|
2576
|
+
|
|
2577
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitImagen4</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2578
|
+
<dl>
|
|
2579
|
+
<dd>
|
|
2580
|
+
|
|
2581
|
+
#### 📝 Description
|
|
2582
|
+
|
|
2583
|
+
<dl>
|
|
2584
|
+
<dd>
|
|
2585
|
+
|
|
2586
|
+
<dl>
|
|
2587
|
+
<dd>
|
|
2588
|
+
|
|
2589
|
+
Google's photoreal model—natural lighting, lifelike skin, and pro-grade sharpness in every shot.
|
|
2590
|
+
|
|
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
|
+
</dd>
|
|
2593
|
+
</dl>
|
|
2594
|
+
</dd>
|
|
2595
|
+
</dl>
|
|
2596
|
+
|
|
2597
|
+
#### 🔌 Usage
|
|
2598
|
+
|
|
2599
|
+
<dl>
|
|
2600
|
+
<dd>
|
|
2601
|
+
|
|
2602
|
+
<dl>
|
|
2603
|
+
<dd>
|
|
2604
|
+
|
|
2605
|
+
```typescript
|
|
2606
|
+
await client.jobs.submitImagen4({
|
|
2607
|
+
input: {
|
|
2608
|
+
prompt: "prompt",
|
|
2609
|
+
aspect_ratio: "16:9",
|
|
2610
|
+
resolution: "1K"
|
|
2611
|
+
}
|
|
2612
|
+
});
|
|
2613
|
+
|
|
2614
|
+
```
|
|
2615
|
+
</dd>
|
|
2616
|
+
</dl>
|
|
2617
|
+
</dd>
|
|
2618
|
+
</dl>
|
|
2619
|
+
|
|
2620
|
+
#### ⚙️ Parameters
|
|
2621
|
+
|
|
2622
|
+
<dl>
|
|
2623
|
+
<dd>
|
|
2624
|
+
|
|
2625
|
+
<dl>
|
|
2626
|
+
<dd>
|
|
2627
|
+
|
|
2628
|
+
**request:** `Hedra.SubmitBodyImagen4`
|
|
2629
|
+
|
|
2630
|
+
</dd>
|
|
2631
|
+
</dl>
|
|
2632
|
+
|
|
2633
|
+
<dl>
|
|
2634
|
+
<dd>
|
|
2635
|
+
|
|
2636
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2637
|
+
|
|
2638
|
+
</dd>
|
|
2639
|
+
</dl>
|
|
2640
|
+
</dd>
|
|
2641
|
+
</dl>
|
|
2642
|
+
|
|
2643
|
+
|
|
2644
|
+
</dd>
|
|
2645
|
+
</dl>
|
|
2646
|
+
</details>
|
|
2647
|
+
|
|
2648
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKling16</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2649
|
+
<dl>
|
|
2650
|
+
<dd>
|
|
2651
|
+
|
|
2652
|
+
#### 📝 Description
|
|
2653
|
+
|
|
2654
|
+
<dl>
|
|
2655
|
+
<dd>
|
|
2656
|
+
|
|
2657
|
+
<dl>
|
|
2658
|
+
<dd>
|
|
2659
|
+
|
|
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`.
|
|
2661
|
+
</dd>
|
|
2662
|
+
</dl>
|
|
2663
|
+
</dd>
|
|
2664
|
+
</dl>
|
|
2665
|
+
|
|
2666
|
+
#### 🔌 Usage
|
|
2667
|
+
|
|
2668
|
+
<dl>
|
|
2669
|
+
<dd>
|
|
2670
|
+
|
|
2671
|
+
<dl>
|
|
2672
|
+
<dd>
|
|
2673
|
+
|
|
2674
|
+
```typescript
|
|
2675
|
+
await client.jobs.submitKling16({
|
|
2676
|
+
input: {
|
|
2677
|
+
prompt: "prompt"
|
|
2678
|
+
}
|
|
2679
|
+
});
|
|
2680
|
+
|
|
2681
|
+
```
|
|
2682
|
+
</dd>
|
|
2683
|
+
</dl>
|
|
2684
|
+
</dd>
|
|
2685
|
+
</dl>
|
|
2686
|
+
|
|
2687
|
+
#### ⚙️ Parameters
|
|
2688
|
+
|
|
2689
|
+
<dl>
|
|
2690
|
+
<dd>
|
|
2691
|
+
|
|
2692
|
+
<dl>
|
|
2693
|
+
<dd>
|
|
2694
|
+
|
|
2695
|
+
**request:** `Hedra.SubmitBodyKling16`
|
|
2696
|
+
|
|
2697
|
+
</dd>
|
|
2698
|
+
</dl>
|
|
2699
|
+
|
|
2700
|
+
<dl>
|
|
2701
|
+
<dd>
|
|
2702
|
+
|
|
2703
|
+
**requestOptions:** `JobsClient.RequestOptions`
|
|
2704
|
+
|
|
2705
|
+
</dd>
|
|
2706
|
+
</dl>
|
|
2707
|
+
</dd>
|
|
2708
|
+
</dl>
|
|
2709
|
+
|
|
2710
|
+
|
|
2711
|
+
</dd>
|
|
2712
|
+
</dl>
|
|
2713
|
+
</details>
|
|
2714
|
+
|
|
2715
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKling21Master</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2716
|
+
<dl>
|
|
2717
|
+
<dd>
|
|
2718
|
+
|
|
2719
|
+
#### 📝 Description
|
|
2720
|
+
|
|
2721
|
+
<dl>
|
|
2722
|
+
<dd>
|
|
2723
|
+
|
|
2724
|
+
<dl>
|
|
2725
|
+
<dd>
|
|
2726
|
+
|
|
2727
|
+
Cinema-grade video with striking textures and rich depth.
|
|
2728
|
+
|
|
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`.
|
|
2730
|
+
</dd>
|
|
2731
|
+
</dl>
|
|
2732
|
+
</dd>
|
|
2733
|
+
</dl>
|
|
2734
|
+
|
|
2735
|
+
#### 🔌 Usage
|
|
2736
|
+
|
|
2737
|
+
<dl>
|
|
2738
|
+
<dd>
|
|
2739
|
+
|
|
2740
|
+
<dl>
|
|
2741
|
+
<dd>
|
|
2742
|
+
|
|
2743
|
+
```typescript
|
|
2744
|
+
await client.jobs.submitKling21Master({
|
|
2745
|
+
input: {
|
|
2746
|
+
prompt: "prompt",
|
|
1969
2747
|
aspect_ratio: "16:9",
|
|
1970
|
-
|
|
2748
|
+
duration_ms: 1
|
|
1971
2749
|
}
|
|
1972
2750
|
});
|
|
1973
2751
|
|
|
@@ -1985,7 +2763,7 @@ await client.jobs.submitHidreamO1Image({
|
|
|
1985
2763
|
<dl>
|
|
1986
2764
|
<dd>
|
|
1987
2765
|
|
|
1988
|
-
**request:** `Hedra.
|
|
2766
|
+
**request:** `Hedra.SubmitBodyKling21Master`
|
|
1989
2767
|
|
|
1990
2768
|
</dd>
|
|
1991
2769
|
</dl>
|
|
@@ -2005,7 +2783,7 @@ await client.jobs.submitHidreamO1Image({
|
|
|
2005
2783
|
</dl>
|
|
2006
2784
|
</details>
|
|
2007
2785
|
|
|
2008
|
-
<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>
|
|
2009
2787
|
<dl>
|
|
2010
2788
|
<dd>
|
|
2011
2789
|
|
|
@@ -2017,7 +2795,7 @@ await client.jobs.submitHidreamO1Image({
|
|
|
2017
2795
|
<dl>
|
|
2018
2796
|
<dd>
|
|
2019
2797
|
|
|
2020
|
-
|
|
2798
|
+
Fast, high-quality video generation.
|
|
2021
2799
|
|
|
2022
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`.
|
|
2023
2801
|
</dd>
|
|
@@ -2034,10 +2812,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2034
2812
|
<dd>
|
|
2035
2813
|
|
|
2036
2814
|
```typescript
|
|
2037
|
-
await client.jobs.
|
|
2815
|
+
await client.jobs.submitKling25Turbo({
|
|
2038
2816
|
input: {
|
|
2039
2817
|
prompt: "prompt",
|
|
2040
|
-
aspect_ratio: "
|
|
2818
|
+
aspect_ratio: "16:9",
|
|
2819
|
+
duration_ms: 1
|
|
2041
2820
|
}
|
|
2042
2821
|
});
|
|
2043
2822
|
|
|
@@ -2055,7 +2834,7 @@ await client.jobs.submitIdeogramV2({
|
|
|
2055
2834
|
<dl>
|
|
2056
2835
|
<dd>
|
|
2057
2836
|
|
|
2058
|
-
**request:** `Hedra.
|
|
2837
|
+
**request:** `Hedra.SubmitBodyKling25Turbo`
|
|
2059
2838
|
|
|
2060
2839
|
</dd>
|
|
2061
2840
|
</dl>
|
|
@@ -2075,7 +2854,7 @@ await client.jobs.submitIdeogramV2({
|
|
|
2075
2854
|
</dl>
|
|
2076
2855
|
</details>
|
|
2077
2856
|
|
|
2078
|
-
<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>
|
|
2079
2858
|
<dl>
|
|
2080
2859
|
<dd>
|
|
2081
2860
|
|
|
@@ -2087,7 +2866,7 @@ await client.jobs.submitIdeogramV2({
|
|
|
2087
2866
|
<dl>
|
|
2088
2867
|
<dd>
|
|
2089
2868
|
|
|
2090
|
-
|
|
2869
|
+
Transfer movements from a reference video to any character image. Cost-effective mode for motion transfer, perfect for portraits and simple animations.
|
|
2091
2870
|
|
|
2092
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`.
|
|
2093
2872
|
</dd>
|
|
@@ -2104,12 +2883,17 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2104
2883
|
<dd>
|
|
2105
2884
|
|
|
2106
2885
|
```typescript
|
|
2107
|
-
await client.jobs.
|
|
2886
|
+
await client.jobs.submitKling26MotionControl({
|
|
2108
2887
|
input: {
|
|
2109
|
-
|
|
2110
|
-
|
|
2111
|
-
|
|
2112
|
-
|
|
2888
|
+
start_image: {
|
|
2889
|
+
source: "url",
|
|
2890
|
+
url: "url"
|
|
2891
|
+
},
|
|
2892
|
+
source_video: {
|
|
2893
|
+
source: "url",
|
|
2894
|
+
url: "url"
|
|
2895
|
+
},
|
|
2896
|
+
resolution: "720p"
|
|
2113
2897
|
}
|
|
2114
2898
|
});
|
|
2115
2899
|
|
|
@@ -2127,7 +2911,7 @@ await client.jobs.submitIdeogramV4({
|
|
|
2127
2911
|
<dl>
|
|
2128
2912
|
<dd>
|
|
2129
2913
|
|
|
2130
|
-
**request:** `Hedra.
|
|
2914
|
+
**request:** `Hedra.SubmitBodyKling26MotionControl`
|
|
2131
2915
|
|
|
2132
2916
|
</dd>
|
|
2133
2917
|
</dl>
|
|
@@ -2147,7 +2931,7 @@ await client.jobs.submitIdeogramV4({
|
|
|
2147
2931
|
</dl>
|
|
2148
2932
|
</details>
|
|
2149
2933
|
|
|
2150
|
-
<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>
|
|
2151
2935
|
<dl>
|
|
2152
2936
|
<dd>
|
|
2153
2937
|
|
|
@@ -2159,7 +2943,7 @@ await client.jobs.submitIdeogramV4({
|
|
|
2159
2943
|
<dl>
|
|
2160
2944
|
<dd>
|
|
2161
2945
|
|
|
2162
|
-
|
|
2946
|
+
Cinematic visuals, fluid motion, and native audio generation.
|
|
2163
2947
|
|
|
2164
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`.
|
|
2165
2949
|
</dd>
|
|
@@ -2176,10 +2960,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2176
2960
|
<dd>
|
|
2177
2961
|
|
|
2178
2962
|
```typescript
|
|
2179
|
-
await client.jobs.
|
|
2963
|
+
await client.jobs.submitKling26Pro({
|
|
2180
2964
|
input: {
|
|
2181
2965
|
prompt: "prompt",
|
|
2182
|
-
aspect_ratio: "16:9"
|
|
2966
|
+
aspect_ratio: "16:9",
|
|
2967
|
+
duration_ms: 1
|
|
2183
2968
|
}
|
|
2184
2969
|
});
|
|
2185
2970
|
|
|
@@ -2197,7 +2982,7 @@ await client.jobs.submitImagen3({
|
|
|
2197
2982
|
<dl>
|
|
2198
2983
|
<dd>
|
|
2199
2984
|
|
|
2200
|
-
**request:** `Hedra.
|
|
2985
|
+
**request:** `Hedra.SubmitBodyKling26Pro`
|
|
2201
2986
|
|
|
2202
2987
|
</dd>
|
|
2203
2988
|
</dl>
|
|
@@ -2217,7 +3002,7 @@ await client.jobs.submitImagen3({
|
|
|
2217
3002
|
</dl>
|
|
2218
3003
|
</details>
|
|
2219
3004
|
|
|
2220
|
-
<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>
|
|
2221
3006
|
<dl>
|
|
2222
3007
|
<dd>
|
|
2223
3008
|
|
|
@@ -2229,7 +3014,7 @@ await client.jobs.submitImagen3({
|
|
|
2229
3014
|
<dl>
|
|
2230
3015
|
<dd>
|
|
2231
3016
|
|
|
2232
|
-
|
|
3017
|
+
Create avatar videos with realistic humans, animals, cartoons, or stylized characters from an image and audio input.
|
|
2233
3018
|
|
|
2234
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`.
|
|
2235
3020
|
</dd>
|
|
@@ -2246,11 +3031,18 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2246
3031
|
<dd>
|
|
2247
3032
|
|
|
2248
3033
|
```typescript
|
|
2249
|
-
await client.jobs.
|
|
3034
|
+
await client.jobs.submitKlingAiAvatarV2({
|
|
2250
3035
|
input: {
|
|
2251
|
-
prompt: "prompt",
|
|
2252
3036
|
aspect_ratio: "16:9",
|
|
2253
|
-
|
|
3037
|
+
start_image: {
|
|
3038
|
+
source: "url",
|
|
3039
|
+
url: "url"
|
|
3040
|
+
},
|
|
3041
|
+
audio: {
|
|
3042
|
+
source: "url",
|
|
3043
|
+
url: "url"
|
|
3044
|
+
},
|
|
3045
|
+
quality: "standard"
|
|
2254
3046
|
}
|
|
2255
3047
|
});
|
|
2256
3048
|
|
|
@@ -2268,7 +3060,7 @@ await client.jobs.submitImagen4({
|
|
|
2268
3060
|
<dl>
|
|
2269
3061
|
<dd>
|
|
2270
3062
|
|
|
2271
|
-
**request:** `Hedra.
|
|
3063
|
+
**request:** `Hedra.SubmitBodyKlingAiAvatarV2`
|
|
2272
3064
|
|
|
2273
3065
|
</dd>
|
|
2274
3066
|
</dl>
|
|
@@ -2288,7 +3080,7 @@ await client.jobs.submitImagen4({
|
|
|
2288
3080
|
</dl>
|
|
2289
3081
|
</details>
|
|
2290
3082
|
|
|
2291
|
-
<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>
|
|
2292
3084
|
<dl>
|
|
2293
3085
|
<dd>
|
|
2294
3086
|
|
|
@@ -2300,6 +3092,8 @@ await client.jobs.submitImagen4({
|
|
|
2300
3092
|
<dl>
|
|
2301
3093
|
<dd>
|
|
2302
3094
|
|
|
3095
|
+
Generate from a single image with text-driven style and scene guidance.
|
|
3096
|
+
|
|
2303
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`.
|
|
2304
3098
|
</dd>
|
|
2305
3099
|
</dl>
|
|
@@ -2315,9 +3109,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2315
3109
|
<dd>
|
|
2316
3110
|
|
|
2317
3111
|
```typescript
|
|
2318
|
-
await client.jobs.
|
|
3112
|
+
await client.jobs.submitKlingO1({
|
|
2319
3113
|
input: {
|
|
2320
|
-
prompt: "prompt"
|
|
3114
|
+
prompt: "prompt",
|
|
3115
|
+
aspect_ratio: "16:9",
|
|
3116
|
+
duration_ms: 1
|
|
2321
3117
|
}
|
|
2322
3118
|
});
|
|
2323
3119
|
|
|
@@ -2335,7 +3131,7 @@ await client.jobs.submitKling16({
|
|
|
2335
3131
|
<dl>
|
|
2336
3132
|
<dd>
|
|
2337
3133
|
|
|
2338
|
-
**request:** `Hedra.
|
|
3134
|
+
**request:** `Hedra.SubmitBodyKlingO1`
|
|
2339
3135
|
|
|
2340
3136
|
</dd>
|
|
2341
3137
|
</dl>
|
|
@@ -2355,7 +3151,7 @@ await client.jobs.submitKling16({
|
|
|
2355
3151
|
</dl>
|
|
2356
3152
|
</details>
|
|
2357
3153
|
|
|
2358
|
-
<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>
|
|
2359
3155
|
<dl>
|
|
2360
3156
|
<dd>
|
|
2361
3157
|
|
|
@@ -2367,7 +3163,7 @@ await client.jobs.submitKling16({
|
|
|
2367
3163
|
<dl>
|
|
2368
3164
|
<dd>
|
|
2369
3165
|
|
|
2370
|
-
|
|
3166
|
+
Text-to-video model with up to 15-second generations and native audio.
|
|
2371
3167
|
|
|
2372
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`.
|
|
2373
3169
|
</dd>
|
|
@@ -2384,11 +3180,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2384
3180
|
<dd>
|
|
2385
3181
|
|
|
2386
3182
|
```typescript
|
|
2387
|
-
await client.jobs.
|
|
3183
|
+
await client.jobs.submitKlingO3({
|
|
2388
3184
|
input: {
|
|
2389
|
-
prompt: "prompt",
|
|
2390
3185
|
aspect_ratio: "16:9",
|
|
2391
|
-
duration_ms: 1
|
|
3186
|
+
duration_ms: 1,
|
|
3187
|
+
quality: "standard"
|
|
2392
3188
|
}
|
|
2393
3189
|
});
|
|
2394
3190
|
|
|
@@ -2406,7 +3202,7 @@ await client.jobs.submitKling21Master({
|
|
|
2406
3202
|
<dl>
|
|
2407
3203
|
<dd>
|
|
2408
3204
|
|
|
2409
|
-
**request:** `Hedra.
|
|
3205
|
+
**request:** `Hedra.SubmitBodyKlingO3`
|
|
2410
3206
|
|
|
2411
3207
|
</dd>
|
|
2412
3208
|
</dl>
|
|
@@ -2426,7 +3222,7 @@ await client.jobs.submitKling21Master({
|
|
|
2426
3222
|
</dl>
|
|
2427
3223
|
</details>
|
|
2428
3224
|
|
|
2429
|
-
<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>
|
|
2430
3226
|
<dl>
|
|
2431
3227
|
<dd>
|
|
2432
3228
|
|
|
@@ -2438,7 +3234,7 @@ await client.jobs.submitKling21Master({
|
|
|
2438
3234
|
<dl>
|
|
2439
3235
|
<dd>
|
|
2440
3236
|
|
|
2441
|
-
|
|
3237
|
+
Edit videos using natural language.
|
|
2442
3238
|
|
|
2443
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`.
|
|
2444
3240
|
</dd>
|
|
@@ -2455,11 +3251,14 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2455
3251
|
<dd>
|
|
2456
3252
|
|
|
2457
3253
|
```typescript
|
|
2458
|
-
await client.jobs.
|
|
3254
|
+
await client.jobs.submitKlingO3Edit({
|
|
2459
3255
|
input: {
|
|
2460
3256
|
prompt: "prompt",
|
|
2461
|
-
|
|
2462
|
-
|
|
3257
|
+
source_video: {
|
|
3258
|
+
source: "url",
|
|
3259
|
+
url: "url"
|
|
3260
|
+
},
|
|
3261
|
+
resolution: "720p"
|
|
2463
3262
|
}
|
|
2464
3263
|
});
|
|
2465
3264
|
|
|
@@ -2477,7 +3276,7 @@ await client.jobs.submitKling25Turbo({
|
|
|
2477
3276
|
<dl>
|
|
2478
3277
|
<dd>
|
|
2479
3278
|
|
|
2480
|
-
**request:** `Hedra.
|
|
3279
|
+
**request:** `Hedra.SubmitBodyKlingO3Edit`
|
|
2481
3280
|
|
|
2482
3281
|
</dd>
|
|
2483
3282
|
</dl>
|
|
@@ -2497,7 +3296,7 @@ await client.jobs.submitKling25Turbo({
|
|
|
2497
3296
|
</dl>
|
|
2498
3297
|
</details>
|
|
2499
3298
|
|
|
2500
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3299
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingO3Reference</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2501
3300
|
<dl>
|
|
2502
3301
|
<dd>
|
|
2503
3302
|
|
|
@@ -2509,7 +3308,7 @@ await client.jobs.submitKling25Turbo({
|
|
|
2509
3308
|
<dl>
|
|
2510
3309
|
<dd>
|
|
2511
3310
|
|
|
2512
|
-
|
|
3311
|
+
Input a reference video and preserve motion and camera style.
|
|
2513
3312
|
|
|
2514
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`.
|
|
2515
3314
|
</dd>
|
|
@@ -2526,12 +3325,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2526
3325
|
<dd>
|
|
2527
3326
|
|
|
2528
3327
|
```typescript
|
|
2529
|
-
await client.jobs.
|
|
3328
|
+
await client.jobs.submitKlingO3Reference({
|
|
2530
3329
|
input: {
|
|
2531
|
-
|
|
2532
|
-
source: "url",
|
|
2533
|
-
url: "url"
|
|
2534
|
-
},
|
|
3330
|
+
prompt: "prompt",
|
|
2535
3331
|
source_video: {
|
|
2536
3332
|
source: "url",
|
|
2537
3333
|
url: "url"
|
|
@@ -2554,7 +3350,7 @@ await client.jobs.submitKling26MotionControl({
|
|
|
2554
3350
|
<dl>
|
|
2555
3351
|
<dd>
|
|
2556
3352
|
|
|
2557
|
-
**request:** `Hedra.
|
|
3353
|
+
**request:** `Hedra.SubmitBodyKlingO3Reference`
|
|
2558
3354
|
|
|
2559
3355
|
</dd>
|
|
2560
3356
|
</dl>
|
|
@@ -2574,7 +3370,7 @@ await client.jobs.submitKling26MotionControl({
|
|
|
2574
3370
|
</dl>
|
|
2575
3371
|
</details>
|
|
2576
3372
|
|
|
2577
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3373
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingV3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2578
3374
|
<dl>
|
|
2579
3375
|
<dd>
|
|
2580
3376
|
|
|
@@ -2586,7 +3382,7 @@ await client.jobs.submitKling26MotionControl({
|
|
|
2586
3382
|
<dl>
|
|
2587
3383
|
<dd>
|
|
2588
3384
|
|
|
2589
|
-
|
|
3385
|
+
Text-to-video with ultra-high-definition storyboards and native audio.
|
|
2590
3386
|
|
|
2591
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`.
|
|
2592
3388
|
</dd>
|
|
@@ -2603,11 +3399,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2603
3399
|
<dd>
|
|
2604
3400
|
|
|
2605
3401
|
```typescript
|
|
2606
|
-
await client.jobs.
|
|
3402
|
+
await client.jobs.submitKlingV3({
|
|
2607
3403
|
input: {
|
|
2608
|
-
prompt: "prompt",
|
|
2609
3404
|
aspect_ratio: "16:9",
|
|
2610
|
-
duration_ms: 1
|
|
3405
|
+
duration_ms: 1,
|
|
3406
|
+
quality: "standard"
|
|
2611
3407
|
}
|
|
2612
3408
|
});
|
|
2613
3409
|
|
|
@@ -2625,7 +3421,7 @@ await client.jobs.submitKling26Pro({
|
|
|
2625
3421
|
<dl>
|
|
2626
3422
|
<dd>
|
|
2627
3423
|
|
|
2628
|
-
**request:** `Hedra.
|
|
3424
|
+
**request:** `Hedra.SubmitBodyKlingV3`
|
|
2629
3425
|
|
|
2630
3426
|
</dd>
|
|
2631
3427
|
</dl>
|
|
@@ -2645,7 +3441,7 @@ await client.jobs.submitKling26Pro({
|
|
|
2645
3441
|
</dl>
|
|
2646
3442
|
</details>
|
|
2647
3443
|
|
|
2648
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3444
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitKlingV3MotionControl</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2649
3445
|
<dl>
|
|
2650
3446
|
<dd>
|
|
2651
3447
|
|
|
@@ -2657,7 +3453,7 @@ await client.jobs.submitKling26Pro({
|
|
|
2657
3453
|
<dl>
|
|
2658
3454
|
<dd>
|
|
2659
3455
|
|
|
2660
|
-
|
|
3456
|
+
Animate a character image to match the motion of a reference video. Standard tier for cost-effective generation.
|
|
2661
3457
|
|
|
2662
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`.
|
|
2663
3459
|
</dd>
|
|
@@ -2674,18 +3470,17 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2674
3470
|
<dd>
|
|
2675
3471
|
|
|
2676
3472
|
```typescript
|
|
2677
|
-
await client.jobs.
|
|
3473
|
+
await client.jobs.submitKlingV3MotionControl({
|
|
2678
3474
|
input: {
|
|
2679
|
-
aspect_ratio: "16:9",
|
|
2680
3475
|
start_image: {
|
|
2681
3476
|
source: "url",
|
|
2682
3477
|
url: "url"
|
|
2683
3478
|
},
|
|
2684
|
-
|
|
3479
|
+
source_video: {
|
|
2685
3480
|
source: "url",
|
|
2686
3481
|
url: "url"
|
|
2687
3482
|
},
|
|
2688
|
-
|
|
3483
|
+
resolution: "720p"
|
|
2689
3484
|
}
|
|
2690
3485
|
});
|
|
2691
3486
|
|
|
@@ -2703,7 +3498,7 @@ await client.jobs.submitKlingAiAvatarV2({
|
|
|
2703
3498
|
<dl>
|
|
2704
3499
|
<dd>
|
|
2705
3500
|
|
|
2706
|
-
**request:** `Hedra.
|
|
3501
|
+
**request:** `Hedra.SubmitBodyKlingV3MotionControl`
|
|
2707
3502
|
|
|
2708
3503
|
</dd>
|
|
2709
3504
|
</dl>
|
|
@@ -2723,7 +3518,80 @@ await client.jobs.submitKlingAiAvatarV2({
|
|
|
2723
3518
|
</dl>
|
|
2724
3519
|
</details>
|
|
2725
3520
|
|
|
2726
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
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>
|
|
2727
3595
|
<dl>
|
|
2728
3596
|
<dd>
|
|
2729
3597
|
|
|
@@ -2735,7 +3603,7 @@ await client.jobs.submitKlingAiAvatarV2({
|
|
|
2735
3603
|
<dl>
|
|
2736
3604
|
<dd>
|
|
2737
3605
|
|
|
2738
|
-
|
|
3606
|
+
Luma Ray 3.2 text-to-video with cinematic motion and camera control
|
|
2739
3607
|
|
|
2740
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`.
|
|
2741
3609
|
</dd>
|
|
@@ -2752,10 +3620,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2752
3620
|
<dd>
|
|
2753
3621
|
|
|
2754
3622
|
```typescript
|
|
2755
|
-
await client.jobs.
|
|
3623
|
+
await client.jobs.submitLumaRay32({
|
|
2756
3624
|
input: {
|
|
2757
3625
|
prompt: "prompt",
|
|
2758
|
-
aspect_ratio: "
|
|
3626
|
+
aspect_ratio: "1:1",
|
|
3627
|
+
resolution: "540p",
|
|
2759
3628
|
duration_ms: 1
|
|
2760
3629
|
}
|
|
2761
3630
|
});
|
|
@@ -2774,7 +3643,7 @@ await client.jobs.submitKlingO1({
|
|
|
2774
3643
|
<dl>
|
|
2775
3644
|
<dd>
|
|
2776
3645
|
|
|
2777
|
-
**request:** `Hedra.
|
|
3646
|
+
**request:** `Hedra.SubmitBodyLumaRay32`
|
|
2778
3647
|
|
|
2779
3648
|
</dd>
|
|
2780
3649
|
</dl>
|
|
@@ -2794,7 +3663,7 @@ await client.jobs.submitKlingO1({
|
|
|
2794
3663
|
</dl>
|
|
2795
3664
|
</details>
|
|
2796
3665
|
|
|
2797
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3666
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMaiImage25</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2798
3667
|
<dl>
|
|
2799
3668
|
<dd>
|
|
2800
3669
|
|
|
@@ -2806,7 +3675,7 @@ await client.jobs.submitKlingO1({
|
|
|
2806
3675
|
<dl>
|
|
2807
3676
|
<dd>
|
|
2808
3677
|
|
|
2809
|
-
|
|
3678
|
+
Microsoft AI's MAI-Image-2.5: photorealistic generation and editing with strong in-image typography and design-ready output.
|
|
2810
3679
|
|
|
2811
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`.
|
|
2812
3681
|
</dd>
|
|
@@ -2823,10 +3692,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2823
3692
|
<dd>
|
|
2824
3693
|
|
|
2825
3694
|
```typescript
|
|
2826
|
-
await client.jobs.
|
|
3695
|
+
await client.jobs.submitMaiImage25({
|
|
2827
3696
|
input: {
|
|
2828
|
-
|
|
2829
|
-
|
|
3697
|
+
prompt: "prompt",
|
|
3698
|
+
aspect_ratio: "1:1",
|
|
2830
3699
|
quality: "standard"
|
|
2831
3700
|
}
|
|
2832
3701
|
});
|
|
@@ -2845,7 +3714,7 @@ await client.jobs.submitKlingO3({
|
|
|
2845
3714
|
<dl>
|
|
2846
3715
|
<dd>
|
|
2847
3716
|
|
|
2848
|
-
**request:** `Hedra.
|
|
3717
|
+
**request:** `Hedra.SubmitBodyMaiImage25`
|
|
2849
3718
|
|
|
2850
3719
|
</dd>
|
|
2851
3720
|
</dl>
|
|
@@ -2865,7 +3734,7 @@ await client.jobs.submitKlingO3({
|
|
|
2865
3734
|
</dl>
|
|
2866
3735
|
</details>
|
|
2867
3736
|
|
|
2868
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3737
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxH3</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2869
3738
|
<dl>
|
|
2870
3739
|
<dd>
|
|
2871
3740
|
|
|
@@ -2877,7 +3746,7 @@ await client.jobs.submitKlingO3({
|
|
|
2877
3746
|
<dl>
|
|
2878
3747
|
<dd>
|
|
2879
3748
|
|
|
2880
|
-
|
|
3749
|
+
MiniMax H3 video generation from text, frames, or references.
|
|
2881
3750
|
|
|
2882
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`.
|
|
2883
3752
|
</dd>
|
|
@@ -2894,14 +3763,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2894
3763
|
<dd>
|
|
2895
3764
|
|
|
2896
3765
|
```typescript
|
|
2897
|
-
await client.jobs.
|
|
3766
|
+
await client.jobs.submitMinimaxH3({
|
|
2898
3767
|
input: {
|
|
2899
3768
|
prompt: "prompt",
|
|
2900
|
-
|
|
2901
|
-
|
|
2902
|
-
url: "url"
|
|
2903
|
-
},
|
|
2904
|
-
resolution: "720p"
|
|
3769
|
+
resolution: "768p",
|
|
3770
|
+
duration_ms: 1
|
|
2905
3771
|
}
|
|
2906
3772
|
});
|
|
2907
3773
|
|
|
@@ -2919,7 +3785,7 @@ await client.jobs.submitKlingO3Edit({
|
|
|
2919
3785
|
<dl>
|
|
2920
3786
|
<dd>
|
|
2921
3787
|
|
|
2922
|
-
**request:** `Hedra.
|
|
3788
|
+
**request:** `Hedra.SubmitBodyMinimaxH3`
|
|
2923
3789
|
|
|
2924
3790
|
</dd>
|
|
2925
3791
|
</dl>
|
|
@@ -2939,7 +3805,7 @@ await client.jobs.submitKlingO3Edit({
|
|
|
2939
3805
|
</dl>
|
|
2940
3806
|
</details>
|
|
2941
3807
|
|
|
2942
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3808
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxHailuo02</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
2943
3809
|
<dl>
|
|
2944
3810
|
<dd>
|
|
2945
3811
|
|
|
@@ -2951,7 +3817,7 @@ await client.jobs.submitKlingO3Edit({
|
|
|
2951
3817
|
<dl>
|
|
2952
3818
|
<dd>
|
|
2953
3819
|
|
|
2954
|
-
|
|
3820
|
+
Everyday 1080p video with natural movement.
|
|
2955
3821
|
|
|
2956
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`.
|
|
2957
3823
|
</dd>
|
|
@@ -2968,14 +3834,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
2968
3834
|
<dd>
|
|
2969
3835
|
|
|
2970
3836
|
```typescript
|
|
2971
|
-
await client.jobs.
|
|
3837
|
+
await client.jobs.submitMinimaxHailuo02({
|
|
2972
3838
|
input: {
|
|
2973
3839
|
prompt: "prompt",
|
|
2974
|
-
|
|
2975
|
-
|
|
2976
|
-
url: "url"
|
|
2977
|
-
},
|
|
2978
|
-
resolution: "720p"
|
|
3840
|
+
duration_ms: 1,
|
|
3841
|
+
quality: "standard"
|
|
2979
3842
|
}
|
|
2980
3843
|
});
|
|
2981
3844
|
|
|
@@ -2993,7 +3856,7 @@ await client.jobs.submitKlingO3Reference({
|
|
|
2993
3856
|
<dl>
|
|
2994
3857
|
<dd>
|
|
2995
3858
|
|
|
2996
|
-
**request:** `Hedra.
|
|
3859
|
+
**request:** `Hedra.SubmitBodyMinimaxHailuo02`
|
|
2997
3860
|
|
|
2998
3861
|
</dd>
|
|
2999
3862
|
</dl>
|
|
@@ -3013,7 +3876,7 @@ await client.jobs.submitKlingO3Reference({
|
|
|
3013
3876
|
</dl>
|
|
3014
3877
|
</details>
|
|
3015
3878
|
|
|
3016
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3879
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxHailuo23</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3017
3880
|
<dl>
|
|
3018
3881
|
<dd>
|
|
3019
3882
|
|
|
@@ -3025,7 +3888,7 @@ await client.jobs.submitKlingO3Reference({
|
|
|
3025
3888
|
<dl>
|
|
3026
3889
|
<dd>
|
|
3027
3890
|
|
|
3028
|
-
|
|
3891
|
+
Everyday 1080p video with natural movement.
|
|
3029
3892
|
|
|
3030
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`.
|
|
3031
3894
|
</dd>
|
|
@@ -3042,9 +3905,9 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3042
3905
|
<dd>
|
|
3043
3906
|
|
|
3044
3907
|
```typescript
|
|
3045
|
-
await client.jobs.
|
|
3908
|
+
await client.jobs.submitMinimaxHailuo23({
|
|
3046
3909
|
input: {
|
|
3047
|
-
|
|
3910
|
+
prompt: "prompt",
|
|
3048
3911
|
duration_ms: 1,
|
|
3049
3912
|
quality: "standard"
|
|
3050
3913
|
}
|
|
@@ -3064,7 +3927,7 @@ await client.jobs.submitKlingV3({
|
|
|
3064
3927
|
<dl>
|
|
3065
3928
|
<dd>
|
|
3066
3929
|
|
|
3067
|
-
**request:** `Hedra.
|
|
3930
|
+
**request:** `Hedra.SubmitBodyMinimaxHailuo23`
|
|
3068
3931
|
|
|
3069
3932
|
</dd>
|
|
3070
3933
|
</dl>
|
|
@@ -3084,7 +3947,7 @@ await client.jobs.submitKlingV3({
|
|
|
3084
3947
|
</dl>
|
|
3085
3948
|
</details>
|
|
3086
3949
|
|
|
3087
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
3950
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxSpeech25HdPreview</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3088
3951
|
<dl>
|
|
3089
3952
|
<dd>
|
|
3090
3953
|
|
|
@@ -3096,7 +3959,7 @@ await client.jobs.submitKlingV3({
|
|
|
3096
3959
|
<dl>
|
|
3097
3960
|
<dd>
|
|
3098
3961
|
|
|
3099
|
-
|
|
3962
|
+
The brand new HD model. Ultimate Similarity, Ultra-High Quality. Supports 40+ languages including Tamil, Hebrew, Swedish, etc.
|
|
3100
3963
|
|
|
3101
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`.
|
|
3102
3965
|
</dd>
|
|
@@ -3113,17 +3976,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3113
3976
|
<dd>
|
|
3114
3977
|
|
|
3115
3978
|
```typescript
|
|
3116
|
-
await client.jobs.
|
|
3979
|
+
await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
3117
3980
|
input: {
|
|
3118
|
-
|
|
3119
|
-
|
|
3120
|
-
url: "url"
|
|
3121
|
-
},
|
|
3122
|
-
source_video: {
|
|
3123
|
-
source: "url",
|
|
3124
|
-
url: "url"
|
|
3125
|
-
},
|
|
3126
|
-
resolution: "720p"
|
|
3981
|
+
text: "text",
|
|
3982
|
+
voice_id: "voice_id"
|
|
3127
3983
|
}
|
|
3128
3984
|
});
|
|
3129
3985
|
|
|
@@ -3141,7 +3997,7 @@ await client.jobs.submitKlingV3MotionControl({
|
|
|
3141
3997
|
<dl>
|
|
3142
3998
|
<dd>
|
|
3143
3999
|
|
|
3144
|
-
**request:** `Hedra.
|
|
4000
|
+
**request:** `Hedra.SubmitBodyMinimaxSpeech25HdPreview`
|
|
3145
4001
|
|
|
3146
4002
|
</dd>
|
|
3147
4003
|
</dl>
|
|
@@ -3161,7 +4017,7 @@ await client.jobs.submitKlingV3MotionControl({
|
|
|
3161
4017
|
</dl>
|
|
3162
4018
|
</details>
|
|
3163
4019
|
|
|
3164
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4020
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitMinimaxSpeech25TurboPreview</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3165
4021
|
<dl>
|
|
3166
4022
|
<dd>
|
|
3167
4023
|
|
|
@@ -3173,7 +4029,7 @@ await client.jobs.submitKlingV3MotionControl({
|
|
|
3173
4029
|
<dl>
|
|
3174
4030
|
<dd>
|
|
3175
4031
|
|
|
3176
|
-
|
|
4032
|
+
The brand new Turbo model. Ultimate Value, 40 Languages. Major improvements to natural English expression.
|
|
3177
4033
|
|
|
3178
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`.
|
|
3179
4035
|
</dd>
|
|
@@ -3190,13 +4046,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3190
4046
|
<dd>
|
|
3191
4047
|
|
|
3192
4048
|
```typescript
|
|
3193
|
-
await client.jobs.
|
|
4049
|
+
await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
3194
4050
|
input: {
|
|
3195
|
-
|
|
3196
|
-
|
|
3197
|
-
duration_ms: 1,
|
|
3198
|
-
aspect_ratio: "auto",
|
|
3199
|
-
quality: "fast"
|
|
4051
|
+
text: "text",
|
|
4052
|
+
voice_id: "voice_id"
|
|
3200
4053
|
}
|
|
3201
4054
|
});
|
|
3202
4055
|
|
|
@@ -3214,7 +4067,7 @@ await client.jobs.submitLtx23({
|
|
|
3214
4067
|
<dl>
|
|
3215
4068
|
<dd>
|
|
3216
4069
|
|
|
3217
|
-
**request:** `Hedra.
|
|
4070
|
+
**request:** `Hedra.SubmitBodyMinimaxSpeech25TurboPreview`
|
|
3218
4071
|
|
|
3219
4072
|
</dd>
|
|
3220
4073
|
</dl>
|
|
@@ -3234,7 +4087,7 @@ await client.jobs.submitLtx23({
|
|
|
3234
4087
|
</dl>
|
|
3235
4088
|
</details>
|
|
3236
4089
|
|
|
3237
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
4090
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitNanoBanana</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
3238
4091
|
<dl>
|
|
3239
4092
|
<dd>
|
|
3240
4093
|
|
|
@@ -3246,7 +4099,7 @@ await client.jobs.submitLtx23({
|
|
|
3246
4099
|
<dl>
|
|
3247
4100
|
<dd>
|
|
3248
4101
|
|
|
3249
|
-
|
|
4102
|
+
Best in class image model with reference image support and ultra high quality generations for professional grade images.
|
|
3250
4103
|
|
|
3251
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`.
|
|
3252
4105
|
</dd>
|
|
@@ -3263,12 +4116,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3263
4116
|
<dd>
|
|
3264
4117
|
|
|
3265
4118
|
```typescript
|
|
3266
|
-
await client.jobs.
|
|
4119
|
+
await client.jobs.submitNanoBanana({
|
|
3267
4120
|
input: {
|
|
3268
4121
|
prompt: "prompt",
|
|
3269
|
-
aspect_ratio: "
|
|
3270
|
-
resolution: "
|
|
3271
|
-
duration_ms: 1
|
|
4122
|
+
aspect_ratio: "16:9",
|
|
4123
|
+
resolution: "1K"
|
|
3272
4124
|
}
|
|
3273
4125
|
});
|
|
3274
4126
|
|
|
@@ -3286,7 +4138,7 @@ await client.jobs.submitLumaRay32({
|
|
|
3286
4138
|
<dl>
|
|
3287
4139
|
<dd>
|
|
3288
4140
|
|
|
3289
|
-
**request:** `Hedra.
|
|
4141
|
+
**request:** `Hedra.SubmitBodyNanoBanana`
|
|
3290
4142
|
|
|
3291
4143
|
</dd>
|
|
3292
4144
|
</dl>
|
|
@@ -3306,7 +4158,7 @@ await client.jobs.submitLumaRay32({
|
|
|
3306
4158
|
</dl>
|
|
3307
4159
|
</details>
|
|
3308
4160
|
|
|
3309
|
-
<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>
|
|
3310
4162
|
<dl>
|
|
3311
4163
|
<dd>
|
|
3312
4164
|
|
|
@@ -3318,7 +4170,7 @@ await client.jobs.submitLumaRay32({
|
|
|
3318
4170
|
<dl>
|
|
3319
4171
|
<dd>
|
|
3320
4172
|
|
|
3321
|
-
|
|
4173
|
+
Gemini 3.1 Flash native image generation with improved quality and advanced features including multi-subject reference and high-fidelity style transfer
|
|
3322
4174
|
|
|
3323
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`.
|
|
3324
4176
|
</dd>
|
|
@@ -3335,11 +4187,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3335
4187
|
<dd>
|
|
3336
4188
|
|
|
3337
4189
|
```typescript
|
|
3338
|
-
await client.jobs.
|
|
4190
|
+
await client.jobs.submitNanoBanana2({
|
|
3339
4191
|
input: {
|
|
3340
4192
|
prompt: "prompt",
|
|
3341
|
-
aspect_ratio: "
|
|
3342
|
-
|
|
4193
|
+
aspect_ratio: "16:9",
|
|
4194
|
+
resolution: "1K"
|
|
3343
4195
|
}
|
|
3344
4196
|
});
|
|
3345
4197
|
|
|
@@ -3357,7 +4209,7 @@ await client.jobs.submitMaiImage25({
|
|
|
3357
4209
|
<dl>
|
|
3358
4210
|
<dd>
|
|
3359
4211
|
|
|
3360
|
-
**request:** `Hedra.
|
|
4212
|
+
**request:** `Hedra.SubmitBodyNanoBanana2`
|
|
3361
4213
|
|
|
3362
4214
|
</dd>
|
|
3363
4215
|
</dl>
|
|
@@ -3377,7 +4229,7 @@ await client.jobs.submitMaiImage25({
|
|
|
3377
4229
|
</dl>
|
|
3378
4230
|
</details>
|
|
3379
4231
|
|
|
3380
|
-
<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>
|
|
3381
4233
|
<dl>
|
|
3382
4234
|
<dd>
|
|
3383
4235
|
|
|
@@ -3389,7 +4241,7 @@ await client.jobs.submitMaiImage25({
|
|
|
3389
4241
|
<dl>
|
|
3390
4242
|
<dd>
|
|
3391
4243
|
|
|
3392
|
-
|
|
4244
|
+
Gemini 3 Pro native image generation with advanced multimodal understanding and richer visuals
|
|
3393
4245
|
|
|
3394
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`.
|
|
3395
4247
|
</dd>
|
|
@@ -3406,11 +4258,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3406
4258
|
<dd>
|
|
3407
4259
|
|
|
3408
4260
|
```typescript
|
|
3409
|
-
await client.jobs.
|
|
4261
|
+
await client.jobs.submitNanoBananaPro({
|
|
3410
4262
|
input: {
|
|
3411
4263
|
prompt: "prompt",
|
|
3412
|
-
|
|
3413
|
-
|
|
4264
|
+
aspect_ratio: "16:9",
|
|
4265
|
+
resolution: "1K"
|
|
3414
4266
|
}
|
|
3415
4267
|
});
|
|
3416
4268
|
|
|
@@ -3428,7 +4280,7 @@ await client.jobs.submitMinimaxH3({
|
|
|
3428
4280
|
<dl>
|
|
3429
4281
|
<dd>
|
|
3430
4282
|
|
|
3431
|
-
**request:** `Hedra.
|
|
4283
|
+
**request:** `Hedra.SubmitBodyNanoBananaPro`
|
|
3432
4284
|
|
|
3433
4285
|
</dd>
|
|
3434
4286
|
</dl>
|
|
@@ -3448,7 +4300,7 @@ await client.jobs.submitMinimaxH3({
|
|
|
3448
4300
|
</dl>
|
|
3449
4301
|
</details>
|
|
3450
4302
|
|
|
3451
|
-
<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>
|
|
3452
4304
|
<dl>
|
|
3453
4305
|
<dd>
|
|
3454
4306
|
|
|
@@ -3460,7 +4312,7 @@ await client.jobs.submitMinimaxH3({
|
|
|
3460
4312
|
<dl>
|
|
3461
4313
|
<dd>
|
|
3462
4314
|
|
|
3463
|
-
|
|
4315
|
+
Creates vivid, emotional character videos driven entirely by your audio.
|
|
3464
4316
|
|
|
3465
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`.
|
|
3466
4318
|
</dd>
|
|
@@ -3477,11 +4329,17 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3477
4329
|
<dd>
|
|
3478
4330
|
|
|
3479
4331
|
```typescript
|
|
3480
|
-
await client.jobs.
|
|
4332
|
+
await client.jobs.submitOmnihuman15({
|
|
3481
4333
|
input: {
|
|
3482
|
-
|
|
3483
|
-
|
|
3484
|
-
|
|
4334
|
+
resolution: "720p",
|
|
4335
|
+
start_image: {
|
|
4336
|
+
source: "url",
|
|
4337
|
+
url: "url"
|
|
4338
|
+
},
|
|
4339
|
+
audio: {
|
|
4340
|
+
source: "url",
|
|
4341
|
+
url: "url"
|
|
4342
|
+
}
|
|
3485
4343
|
}
|
|
3486
4344
|
});
|
|
3487
4345
|
|
|
@@ -3499,7 +4357,7 @@ await client.jobs.submitMinimaxHailuo02({
|
|
|
3499
4357
|
<dl>
|
|
3500
4358
|
<dd>
|
|
3501
4359
|
|
|
3502
|
-
**request:** `Hedra.
|
|
4360
|
+
**request:** `Hedra.SubmitBodyOmnihuman15`
|
|
3503
4361
|
|
|
3504
4362
|
</dd>
|
|
3505
4363
|
</dl>
|
|
@@ -3519,7 +4377,7 @@ await client.jobs.submitMinimaxHailuo02({
|
|
|
3519
4377
|
</dl>
|
|
3520
4378
|
</details>
|
|
3521
4379
|
|
|
3522
|
-
<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>
|
|
3523
4381
|
<dl>
|
|
3524
4382
|
<dd>
|
|
3525
4383
|
|
|
@@ -3531,7 +4389,7 @@ await client.jobs.submitMinimaxHailuo02({
|
|
|
3531
4389
|
<dl>
|
|
3532
4390
|
<dd>
|
|
3533
4391
|
|
|
3534
|
-
|
|
4392
|
+
PixVerse V6 text-to-video with native audio and 1080p output up to 15 seconds
|
|
3535
4393
|
|
|
3536
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`.
|
|
3537
4395
|
</dd>
|
|
@@ -3548,11 +4406,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3548
4406
|
<dd>
|
|
3549
4407
|
|
|
3550
4408
|
```typescript
|
|
3551
|
-
await client.jobs.
|
|
4409
|
+
await client.jobs.submitPixverseV6({
|
|
3552
4410
|
input: {
|
|
3553
4411
|
prompt: "prompt",
|
|
3554
|
-
|
|
3555
|
-
|
|
4412
|
+
resolution: "360p",
|
|
4413
|
+
duration_ms: 1
|
|
3556
4414
|
}
|
|
3557
4415
|
});
|
|
3558
4416
|
|
|
@@ -3570,7 +4428,7 @@ await client.jobs.submitMinimaxHailuo23({
|
|
|
3570
4428
|
<dl>
|
|
3571
4429
|
<dd>
|
|
3572
4430
|
|
|
3573
|
-
**request:** `Hedra.
|
|
4431
|
+
**request:** `Hedra.SubmitBodyPixverseV6`
|
|
3574
4432
|
|
|
3575
4433
|
</dd>
|
|
3576
4434
|
</dl>
|
|
@@ -3590,7 +4448,7 @@ await client.jobs.submitMinimaxHailuo23({
|
|
|
3590
4448
|
</dl>
|
|
3591
4449
|
</details>
|
|
3592
4450
|
|
|
3593
|
-
<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>
|
|
3594
4452
|
<dl>
|
|
3595
4453
|
<dd>
|
|
3596
4454
|
|
|
@@ -3602,7 +4460,7 @@ await client.jobs.submitMinimaxHailuo23({
|
|
|
3602
4460
|
<dl>
|
|
3603
4461
|
<dd>
|
|
3604
4462
|
|
|
3605
|
-
|
|
4463
|
+
Alibaba's Qwen-Image-2.0, tuned for speed. Native 2K output with professional in-image text rendering, for rapid iteration.
|
|
3606
4464
|
|
|
3607
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`.
|
|
3608
4466
|
</dd>
|
|
@@ -3619,10 +4477,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3619
4477
|
<dd>
|
|
3620
4478
|
|
|
3621
4479
|
```typescript
|
|
3622
|
-
await client.jobs.
|
|
4480
|
+
await client.jobs.submitQwenImage2({
|
|
3623
4481
|
input: {
|
|
3624
|
-
|
|
3625
|
-
|
|
4482
|
+
prompt: "prompt",
|
|
4483
|
+
aspect_ratio: "16:9",
|
|
4484
|
+
resolution: "540p",
|
|
4485
|
+
quality: "standard"
|
|
3626
4486
|
}
|
|
3627
4487
|
});
|
|
3628
4488
|
|
|
@@ -3640,7 +4500,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
|
3640
4500
|
<dl>
|
|
3641
4501
|
<dd>
|
|
3642
4502
|
|
|
3643
|
-
**request:** `Hedra.
|
|
4503
|
+
**request:** `Hedra.SubmitBodyQwenImage2`
|
|
3644
4504
|
|
|
3645
4505
|
</dd>
|
|
3646
4506
|
</dl>
|
|
@@ -3660,7 +4520,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
|
3660
4520
|
</dl>
|
|
3661
4521
|
</details>
|
|
3662
4522
|
|
|
3663
|
-
<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>
|
|
3664
4524
|
<dl>
|
|
3665
4525
|
<dd>
|
|
3666
4526
|
|
|
@@ -3672,7 +4532,7 @@ await client.jobs.submitMinimaxSpeech25HdPreview({
|
|
|
3672
4532
|
<dl>
|
|
3673
4533
|
<dd>
|
|
3674
4534
|
|
|
3675
|
-
|
|
4535
|
+
Vector-clean graphics and crisp logos on demand.
|
|
3676
4536
|
|
|
3677
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`.
|
|
3678
4538
|
</dd>
|
|
@@ -3689,10 +4549,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3689
4549
|
<dd>
|
|
3690
4550
|
|
|
3691
4551
|
```typescript
|
|
3692
|
-
await client.jobs.
|
|
4552
|
+
await client.jobs.submitRecraftV3({
|
|
3693
4553
|
input: {
|
|
3694
|
-
|
|
3695
|
-
|
|
4554
|
+
prompt: "prompt",
|
|
4555
|
+
aspect_ratio: "1:1",
|
|
4556
|
+
resolution: "540p"
|
|
3696
4557
|
}
|
|
3697
4558
|
});
|
|
3698
4559
|
|
|
@@ -3710,7 +4571,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
|
3710
4571
|
<dl>
|
|
3711
4572
|
<dd>
|
|
3712
4573
|
|
|
3713
|
-
**request:** `Hedra.
|
|
4574
|
+
**request:** `Hedra.SubmitBodyRecraftV3`
|
|
3714
4575
|
|
|
3715
4576
|
</dd>
|
|
3716
4577
|
</dl>
|
|
@@ -3730,7 +4591,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
|
3730
4591
|
</dl>
|
|
3731
4592
|
</details>
|
|
3732
4593
|
|
|
3733
|
-
<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>
|
|
3734
4595
|
<dl>
|
|
3735
4596
|
<dd>
|
|
3736
4597
|
|
|
@@ -3742,7 +4603,7 @@ await client.jobs.submitMinimaxSpeech25TurboPreview({
|
|
|
3742
4603
|
<dl>
|
|
3743
4604
|
<dd>
|
|
3744
4605
|
|
|
3745
|
-
|
|
4606
|
+
Generate images from a text prompt with strong prompt adherence, layout intelligence, and accurate text rendering
|
|
3746
4607
|
|
|
3747
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`.
|
|
3748
4609
|
</dd>
|
|
@@ -3759,11 +4620,10 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3759
4620
|
<dd>
|
|
3760
4621
|
|
|
3761
4622
|
```typescript
|
|
3762
|
-
await client.jobs.
|
|
4623
|
+
await client.jobs.submitReve21({
|
|
3763
4624
|
input: {
|
|
3764
4625
|
prompt: "prompt",
|
|
3765
|
-
aspect_ratio: "
|
|
3766
|
-
resolution: "1K"
|
|
4626
|
+
aspect_ratio: "4:1"
|
|
3767
4627
|
}
|
|
3768
4628
|
});
|
|
3769
4629
|
|
|
@@ -3781,7 +4641,7 @@ await client.jobs.submitNanoBanana({
|
|
|
3781
4641
|
<dl>
|
|
3782
4642
|
<dd>
|
|
3783
4643
|
|
|
3784
|
-
**request:** `Hedra.
|
|
4644
|
+
**request:** `Hedra.SubmitBodyReve21`
|
|
3785
4645
|
|
|
3786
4646
|
</dd>
|
|
3787
4647
|
</dl>
|
|
@@ -3801,7 +4661,7 @@ await client.jobs.submitNanoBanana({
|
|
|
3801
4661
|
</dl>
|
|
3802
4662
|
</details>
|
|
3803
4663
|
|
|
3804
|
-
<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>
|
|
3805
4665
|
<dl>
|
|
3806
4666
|
<dd>
|
|
3807
4667
|
|
|
@@ -3813,7 +4673,7 @@ await client.jobs.submitNanoBanana({
|
|
|
3813
4673
|
<dl>
|
|
3814
4674
|
<dd>
|
|
3815
4675
|
|
|
3816
|
-
|
|
4676
|
+
Edit one source image from a natural-language instruction, keeping the rest of the image intact
|
|
3817
4677
|
|
|
3818
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`.
|
|
3819
4679
|
</dd>
|
|
@@ -3830,11 +4690,14 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3830
4690
|
<dd>
|
|
3831
4691
|
|
|
3832
4692
|
```typescript
|
|
3833
|
-
await client.jobs.
|
|
4693
|
+
await client.jobs.submitReve21Edit({
|
|
3834
4694
|
input: {
|
|
3835
4695
|
prompt: "prompt",
|
|
3836
|
-
aspect_ratio: "
|
|
3837
|
-
|
|
4696
|
+
aspect_ratio: "4:1",
|
|
4697
|
+
images: [{
|
|
4698
|
+
source: "url",
|
|
4699
|
+
url: "url"
|
|
4700
|
+
}]
|
|
3838
4701
|
}
|
|
3839
4702
|
});
|
|
3840
4703
|
|
|
@@ -3852,7 +4715,7 @@ await client.jobs.submitNanoBanana2({
|
|
|
3852
4715
|
<dl>
|
|
3853
4716
|
<dd>
|
|
3854
4717
|
|
|
3855
|
-
**request:** `Hedra.
|
|
4718
|
+
**request:** `Hedra.SubmitBodyReve21Edit`
|
|
3856
4719
|
|
|
3857
4720
|
</dd>
|
|
3858
4721
|
</dl>
|
|
@@ -3872,7 +4735,7 @@ await client.jobs.submitNanoBanana2({
|
|
|
3872
4735
|
</dl>
|
|
3873
4736
|
</details>
|
|
3874
4737
|
|
|
3875
|
-
<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>
|
|
3876
4739
|
<dl>
|
|
3877
4740
|
<dd>
|
|
3878
4741
|
|
|
@@ -3884,7 +4747,7 @@ await client.jobs.submitNanoBanana2({
|
|
|
3884
4747
|
<dl>
|
|
3885
4748
|
<dd>
|
|
3886
4749
|
|
|
3887
|
-
|
|
4750
|
+
Compose up to eight reference images into a new image from a text prompt
|
|
3888
4751
|
|
|
3889
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`.
|
|
3890
4753
|
</dd>
|
|
@@ -3901,11 +4764,14 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3901
4764
|
<dd>
|
|
3902
4765
|
|
|
3903
4766
|
```typescript
|
|
3904
|
-
await client.jobs.
|
|
4767
|
+
await client.jobs.submitReve21Remix({
|
|
3905
4768
|
input: {
|
|
3906
4769
|
prompt: "prompt",
|
|
3907
|
-
aspect_ratio: "
|
|
3908
|
-
|
|
4770
|
+
aspect_ratio: "4:1",
|
|
4771
|
+
images: [{
|
|
4772
|
+
source: "url",
|
|
4773
|
+
url: "url"
|
|
4774
|
+
}]
|
|
3909
4775
|
}
|
|
3910
4776
|
});
|
|
3911
4777
|
|
|
@@ -3923,7 +4789,7 @@ await client.jobs.submitNanoBananaPro({
|
|
|
3923
4789
|
<dl>
|
|
3924
4790
|
<dd>
|
|
3925
4791
|
|
|
3926
|
-
**request:** `Hedra.
|
|
4792
|
+
**request:** `Hedra.SubmitBodyReve21Remix`
|
|
3927
4793
|
|
|
3928
4794
|
</dd>
|
|
3929
4795
|
</dl>
|
|
@@ -3943,7 +4809,7 @@ await client.jobs.submitNanoBananaPro({
|
|
|
3943
4809
|
</dl>
|
|
3944
4810
|
</details>
|
|
3945
4811
|
|
|
3946
|
-
<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>
|
|
3947
4813
|
<dl>
|
|
3948
4814
|
<dd>
|
|
3949
4815
|
|
|
@@ -3955,7 +4821,7 @@ await client.jobs.submitNanoBananaPro({
|
|
|
3955
4821
|
<dl>
|
|
3956
4822
|
<dd>
|
|
3957
4823
|
|
|
3958
|
-
|
|
4824
|
+
Lightning-fast and cheap for simple product shots or everyday content.
|
|
3959
4825
|
|
|
3960
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`.
|
|
3961
4827
|
</dd>
|
|
@@ -3972,17 +4838,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
3972
4838
|
<dd>
|
|
3973
4839
|
|
|
3974
4840
|
```typescript
|
|
3975
|
-
await client.jobs.
|
|
4841
|
+
await client.jobs.submitSana({
|
|
3976
4842
|
input: {
|
|
3977
|
-
|
|
3978
|
-
|
|
3979
|
-
|
|
3980
|
-
url: "url"
|
|
3981
|
-
},
|
|
3982
|
-
audio: {
|
|
3983
|
-
source: "url",
|
|
3984
|
-
url: "url"
|
|
3985
|
-
}
|
|
4843
|
+
prompt: "prompt",
|
|
4844
|
+
aspect_ratio: "1:1",
|
|
4845
|
+
resolution: "540p"
|
|
3986
4846
|
}
|
|
3987
4847
|
});
|
|
3988
4848
|
|
|
@@ -4000,7 +4860,7 @@ await client.jobs.submitOmnihuman15({
|
|
|
4000
4860
|
<dl>
|
|
4001
4861
|
<dd>
|
|
4002
4862
|
|
|
4003
|
-
**request:** `Hedra.
|
|
4863
|
+
**request:** `Hedra.SubmitBodySana`
|
|
4004
4864
|
|
|
4005
4865
|
</dd>
|
|
4006
4866
|
</dl>
|
|
@@ -4020,7 +4880,7 @@ await client.jobs.submitOmnihuman15({
|
|
|
4020
4880
|
</dl>
|
|
4021
4881
|
</details>
|
|
4022
4882
|
|
|
4023
|
-
<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>
|
|
4024
4884
|
<dl>
|
|
4025
4885
|
<dd>
|
|
4026
4886
|
|
|
@@ -4032,7 +4892,7 @@ await client.jobs.submitOmnihuman15({
|
|
|
4032
4892
|
<dl>
|
|
4033
4893
|
<dd>
|
|
4034
4894
|
|
|
4035
|
-
|
|
4895
|
+
ByteDance Seedance 1.5 Pro video generation model
|
|
4036
4896
|
|
|
4037
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`.
|
|
4038
4898
|
</dd>
|
|
@@ -4049,10 +4909,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4049
4909
|
<dd>
|
|
4050
4910
|
|
|
4051
4911
|
```typescript
|
|
4052
|
-
await client.jobs.
|
|
4912
|
+
await client.jobs.submitSeedance15Pro({
|
|
4053
4913
|
input: {
|
|
4054
4914
|
prompt: "prompt",
|
|
4055
|
-
|
|
4915
|
+
aspect_ratio: "1:1",
|
|
4916
|
+
resolution: "480p",
|
|
4056
4917
|
duration_ms: 1
|
|
4057
4918
|
}
|
|
4058
4919
|
});
|
|
@@ -4071,7 +4932,7 @@ await client.jobs.submitPixverseV6({
|
|
|
4071
4932
|
<dl>
|
|
4072
4933
|
<dd>
|
|
4073
4934
|
|
|
4074
|
-
**request:** `Hedra.
|
|
4935
|
+
**request:** `Hedra.SubmitBodySeedance15Pro`
|
|
4075
4936
|
|
|
4076
4937
|
</dd>
|
|
4077
4938
|
</dl>
|
|
@@ -4091,7 +4952,7 @@ await client.jobs.submitPixverseV6({
|
|
|
4091
4952
|
</dl>
|
|
4092
4953
|
</details>
|
|
4093
4954
|
|
|
4094
|
-
<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>
|
|
4095
4956
|
<dl>
|
|
4096
4957
|
<dd>
|
|
4097
4958
|
|
|
@@ -4103,7 +4964,7 @@ await client.jobs.submitPixverseV6({
|
|
|
4103
4964
|
<dl>
|
|
4104
4965
|
<dd>
|
|
4105
4966
|
|
|
4106
|
-
|
|
4967
|
+
ByteDance Seedance 2.0 video generation model
|
|
4107
4968
|
|
|
4108
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`.
|
|
4109
4970
|
</dd>
|
|
@@ -4120,11 +4981,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4120
4981
|
<dd>
|
|
4121
4982
|
|
|
4122
4983
|
```typescript
|
|
4123
|
-
await client.jobs.
|
|
4984
|
+
await client.jobs.submitSeedance20({
|
|
4124
4985
|
input: {
|
|
4125
4986
|
prompt: "prompt",
|
|
4126
|
-
aspect_ratio: "
|
|
4127
|
-
resolution: "
|
|
4987
|
+
aspect_ratio: "1:1",
|
|
4988
|
+
resolution: "4K",
|
|
4989
|
+
duration_ms: 1,
|
|
4128
4990
|
quality: "standard"
|
|
4129
4991
|
}
|
|
4130
4992
|
});
|
|
@@ -4143,7 +5005,7 @@ await client.jobs.submitQwenImage2({
|
|
|
4143
5005
|
<dl>
|
|
4144
5006
|
<dd>
|
|
4145
5007
|
|
|
4146
|
-
**request:** `Hedra.
|
|
5008
|
+
**request:** `Hedra.SubmitBodySeedance20`
|
|
4147
5009
|
|
|
4148
5010
|
</dd>
|
|
4149
5011
|
</dl>
|
|
@@ -4163,7 +5025,7 @@ await client.jobs.submitQwenImage2({
|
|
|
4163
5025
|
</dl>
|
|
4164
5026
|
</details>
|
|
4165
5027
|
|
|
4166
|
-
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">
|
|
5028
|
+
<details><summary><code>client.jobs.<a href="/src/api/resources/jobs/client/Client.ts">submitSeedance20Mini</a>({ ...params }) -> Hedra.SubmitResponse</code></summary>
|
|
4167
5029
|
<dl>
|
|
4168
5030
|
<dd>
|
|
4169
5031
|
|
|
@@ -4175,7 +5037,7 @@ await client.jobs.submitQwenImage2({
|
|
|
4175
5037
|
<dl>
|
|
4176
5038
|
<dd>
|
|
4177
5039
|
|
|
4178
|
-
|
|
5040
|
+
ByteDance Seedance 2.0 Mini video generation model
|
|
4179
5041
|
|
|
4180
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`.
|
|
4181
5043
|
</dd>
|
|
@@ -4192,11 +5054,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4192
5054
|
<dd>
|
|
4193
5055
|
|
|
4194
5056
|
```typescript
|
|
4195
|
-
await client.jobs.
|
|
5057
|
+
await client.jobs.submitSeedance20Mini({
|
|
4196
5058
|
input: {
|
|
4197
5059
|
prompt: "prompt",
|
|
4198
5060
|
aspect_ratio: "1:1",
|
|
4199
|
-
resolution: "
|
|
5061
|
+
resolution: "480p",
|
|
5062
|
+
duration_ms: 1
|
|
4200
5063
|
}
|
|
4201
5064
|
});
|
|
4202
5065
|
|
|
@@ -4214,7 +5077,7 @@ await client.jobs.submitRecraftV3({
|
|
|
4214
5077
|
<dl>
|
|
4215
5078
|
<dd>
|
|
4216
5079
|
|
|
4217
|
-
**request:** `Hedra.
|
|
5080
|
+
**request:** `Hedra.SubmitBodySeedance20Mini`
|
|
4218
5081
|
|
|
4219
5082
|
</dd>
|
|
4220
5083
|
</dl>
|
|
@@ -4234,7 +5097,7 @@ await client.jobs.submitRecraftV3({
|
|
|
4234
5097
|
</dl>
|
|
4235
5098
|
</details>
|
|
4236
5099
|
|
|
4237
|
-
<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>
|
|
4238
5101
|
<dl>
|
|
4239
5102
|
<dd>
|
|
4240
5103
|
|
|
@@ -4246,7 +5109,7 @@ await client.jobs.submitRecraftV3({
|
|
|
4246
5109
|
<dl>
|
|
4247
5110
|
<dd>
|
|
4248
5111
|
|
|
4249
|
-
|
|
5112
|
+
ByteDance Seedance 2.5 video generation model
|
|
4250
5113
|
|
|
4251
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`.
|
|
4252
5115
|
</dd>
|
|
@@ -4263,10 +5126,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4263
5126
|
<dd>
|
|
4264
5127
|
|
|
4265
5128
|
```typescript
|
|
4266
|
-
await client.jobs.
|
|
5129
|
+
await client.jobs.submitSeedance25({
|
|
4267
5130
|
input: {
|
|
4268
5131
|
prompt: "prompt",
|
|
4269
|
-
aspect_ratio: "
|
|
5132
|
+
aspect_ratio: "1:1",
|
|
5133
|
+
resolution: "480p",
|
|
5134
|
+
duration_ms: 1
|
|
4270
5135
|
}
|
|
4271
5136
|
});
|
|
4272
5137
|
|
|
@@ -4284,7 +5149,7 @@ await client.jobs.submitReve21({
|
|
|
4284
5149
|
<dl>
|
|
4285
5150
|
<dd>
|
|
4286
5151
|
|
|
4287
|
-
**request:** `Hedra.
|
|
5152
|
+
**request:** `Hedra.SubmitBodySeedance25`
|
|
4288
5153
|
|
|
4289
5154
|
</dd>
|
|
4290
5155
|
</dl>
|
|
@@ -4304,7 +5169,7 @@ await client.jobs.submitReve21({
|
|
|
4304
5169
|
</dl>
|
|
4305
5170
|
</details>
|
|
4306
5171
|
|
|
4307
|
-
<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>
|
|
4308
5173
|
<dl>
|
|
4309
5174
|
<dd>
|
|
4310
5175
|
|
|
@@ -4316,7 +5181,7 @@ await client.jobs.submitReve21({
|
|
|
4316
5181
|
<dl>
|
|
4317
5182
|
<dd>
|
|
4318
5183
|
|
|
4319
|
-
|
|
5184
|
+
Ultra-fast pro grade image model, pairing reference image support with high quality output for professional visuals
|
|
4320
5185
|
|
|
4321
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`.
|
|
4322
5187
|
</dd>
|
|
@@ -4333,14 +5198,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4333
5198
|
<dd>
|
|
4334
5199
|
|
|
4335
5200
|
```typescript
|
|
4336
|
-
await client.jobs.
|
|
5201
|
+
await client.jobs.submitSeedream40({
|
|
4337
5202
|
input: {
|
|
4338
5203
|
prompt: "prompt",
|
|
4339
|
-
aspect_ratio: "
|
|
4340
|
-
|
|
4341
|
-
source: "url",
|
|
4342
|
-
url: "url"
|
|
4343
|
-
}]
|
|
5204
|
+
aspect_ratio: "1:1",
|
|
5205
|
+
resolution: "1080p"
|
|
4344
5206
|
}
|
|
4345
5207
|
});
|
|
4346
5208
|
|
|
@@ -4358,7 +5220,7 @@ await client.jobs.submitReve21Edit({
|
|
|
4358
5220
|
<dl>
|
|
4359
5221
|
<dd>
|
|
4360
5222
|
|
|
4361
|
-
**request:** `Hedra.
|
|
5223
|
+
**request:** `Hedra.SubmitBodySeedream40`
|
|
4362
5224
|
|
|
4363
5225
|
</dd>
|
|
4364
5226
|
</dl>
|
|
@@ -4378,7 +5240,7 @@ await client.jobs.submitReve21Edit({
|
|
|
4378
5240
|
</dl>
|
|
4379
5241
|
</details>
|
|
4380
5242
|
|
|
4381
|
-
<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>
|
|
4382
5244
|
<dl>
|
|
4383
5245
|
<dd>
|
|
4384
5246
|
|
|
@@ -4390,7 +5252,7 @@ await client.jobs.submitReve21Edit({
|
|
|
4390
5252
|
<dl>
|
|
4391
5253
|
<dd>
|
|
4392
5254
|
|
|
4393
|
-
|
|
5255
|
+
Latest Seedream with enhanced detail, refined composition, and multi-reference image support for professional visuals.
|
|
4394
5256
|
|
|
4395
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`.
|
|
4396
5258
|
</dd>
|
|
@@ -4407,14 +5269,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4407
5269
|
<dd>
|
|
4408
5270
|
|
|
4409
5271
|
```typescript
|
|
4410
|
-
await client.jobs.
|
|
5272
|
+
await client.jobs.submitSeedream45({
|
|
4411
5273
|
input: {
|
|
4412
5274
|
prompt: "prompt",
|
|
4413
|
-
aspect_ratio: "
|
|
4414
|
-
|
|
4415
|
-
source: "url",
|
|
4416
|
-
url: "url"
|
|
4417
|
-
}]
|
|
5275
|
+
aspect_ratio: "1:1",
|
|
5276
|
+
resolution: "1440p (2K QHD)"
|
|
4418
5277
|
}
|
|
4419
5278
|
});
|
|
4420
5279
|
|
|
@@ -4432,7 +5291,7 @@ await client.jobs.submitReve21Remix({
|
|
|
4432
5291
|
<dl>
|
|
4433
5292
|
<dd>
|
|
4434
5293
|
|
|
4435
|
-
**request:** `Hedra.
|
|
5294
|
+
**request:** `Hedra.SubmitBodySeedream45`
|
|
4436
5295
|
|
|
4437
5296
|
</dd>
|
|
4438
5297
|
</dl>
|
|
@@ -4452,7 +5311,7 @@ await client.jobs.submitReve21Remix({
|
|
|
4452
5311
|
</dl>
|
|
4453
5312
|
</details>
|
|
4454
5313
|
|
|
4455
|
-
<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>
|
|
4456
5315
|
<dl>
|
|
4457
5316
|
<dd>
|
|
4458
5317
|
|
|
@@ -4464,7 +5323,7 @@ await client.jobs.submitReve21Remix({
|
|
|
4464
5323
|
<dl>
|
|
4465
5324
|
<dd>
|
|
4466
5325
|
|
|
4467
|
-
|
|
5326
|
+
ByteDance Seedream 5.0 Lite Text-to-Image
|
|
4468
5327
|
|
|
4469
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`.
|
|
4470
5329
|
</dd>
|
|
@@ -4481,11 +5340,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4481
5340
|
<dd>
|
|
4482
5341
|
|
|
4483
5342
|
```typescript
|
|
4484
|
-
await client.jobs.
|
|
5343
|
+
await client.jobs.submitSeedream50Lite({
|
|
4485
5344
|
input: {
|
|
4486
5345
|
prompt: "prompt",
|
|
4487
5346
|
aspect_ratio: "1:1",
|
|
4488
|
-
resolution: "
|
|
5347
|
+
resolution: "1440p (2K QHD)"
|
|
4489
5348
|
}
|
|
4490
5349
|
});
|
|
4491
5350
|
|
|
@@ -4503,7 +5362,7 @@ await client.jobs.submitSana({
|
|
|
4503
5362
|
<dl>
|
|
4504
5363
|
<dd>
|
|
4505
5364
|
|
|
4506
|
-
**request:** `Hedra.
|
|
5365
|
+
**request:** `Hedra.SubmitBodySeedream50Lite`
|
|
4507
5366
|
|
|
4508
5367
|
</dd>
|
|
4509
5368
|
</dl>
|
|
@@ -4523,7 +5382,7 @@ await client.jobs.submitSana({
|
|
|
4523
5382
|
</dl>
|
|
4524
5383
|
</details>
|
|
4525
5384
|
|
|
4526
|
-
<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>
|
|
4527
5386
|
<dl>
|
|
4528
5387
|
<dd>
|
|
4529
5388
|
|
|
@@ -4535,7 +5394,7 @@ await client.jobs.submitSana({
|
|
|
4535
5394
|
<dl>
|
|
4536
5395
|
<dd>
|
|
4537
5396
|
|
|
4538
|
-
ByteDance
|
|
5397
|
+
ByteDance Seedream 5.0 Pro Text-to-Image
|
|
4539
5398
|
|
|
4540
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`.
|
|
4541
5400
|
</dd>
|
|
@@ -4552,12 +5411,11 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4552
5411
|
<dd>
|
|
4553
5412
|
|
|
4554
5413
|
```typescript
|
|
4555
|
-
await client.jobs.
|
|
5414
|
+
await client.jobs.submitSeedream50Pro({
|
|
4556
5415
|
input: {
|
|
4557
5416
|
prompt: "prompt",
|
|
4558
5417
|
aspect_ratio: "1:1",
|
|
4559
|
-
resolution: "
|
|
4560
|
-
duration_ms: 1
|
|
5418
|
+
resolution: "1080p"
|
|
4561
5419
|
}
|
|
4562
5420
|
});
|
|
4563
5421
|
|
|
@@ -4575,7 +5433,7 @@ await client.jobs.submitSeedance15Pro({
|
|
|
4575
5433
|
<dl>
|
|
4576
5434
|
<dd>
|
|
4577
5435
|
|
|
4578
|
-
**request:** `Hedra.
|
|
5436
|
+
**request:** `Hedra.SubmitBodySeedream50Pro`
|
|
4579
5437
|
|
|
4580
5438
|
</dd>
|
|
4581
5439
|
</dl>
|
|
@@ -4595,7 +5453,7 @@ await client.jobs.submitSeedance15Pro({
|
|
|
4595
5453
|
</dl>
|
|
4596
5454
|
</details>
|
|
4597
5455
|
|
|
4598
|
-
<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>
|
|
4599
5457
|
<dl>
|
|
4600
5458
|
<dd>
|
|
4601
5459
|
|
|
@@ -4607,7 +5465,7 @@ await client.jobs.submitSeedance15Pro({
|
|
|
4607
5465
|
<dl>
|
|
4608
5466
|
<dd>
|
|
4609
5467
|
|
|
4610
|
-
|
|
5468
|
+
For complex, narrative-driven videos with remarkable consistency and realistic character-world interaction.
|
|
4611
5469
|
|
|
4612
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`.
|
|
4613
5471
|
</dd>
|
|
@@ -4624,13 +5482,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4624
5482
|
<dd>
|
|
4625
5483
|
|
|
4626
5484
|
```typescript
|
|
4627
|
-
await client.jobs.
|
|
5485
|
+
await client.jobs.submitSora2Pro({
|
|
4628
5486
|
input: {
|
|
4629
5487
|
prompt: "prompt",
|
|
4630
|
-
aspect_ratio: "
|
|
4631
|
-
resolution: "
|
|
4632
|
-
duration_ms: 1
|
|
4633
|
-
quality: "standard"
|
|
5488
|
+
aspect_ratio: "16:9",
|
|
5489
|
+
resolution: "720p",
|
|
5490
|
+
duration_ms: 1
|
|
4634
5491
|
}
|
|
4635
5492
|
});
|
|
4636
5493
|
|
|
@@ -4648,7 +5505,7 @@ await client.jobs.submitSeedance20({
|
|
|
4648
5505
|
<dl>
|
|
4649
5506
|
<dd>
|
|
4650
5507
|
|
|
4651
|
-
**request:** `Hedra.
|
|
5508
|
+
**request:** `Hedra.SubmitBodySora2Pro`
|
|
4652
5509
|
|
|
4653
5510
|
</dd>
|
|
4654
5511
|
</dl>
|
|
@@ -4668,7 +5525,7 @@ await client.jobs.submitSeedance20({
|
|
|
4668
5525
|
</dl>
|
|
4669
5526
|
</details>
|
|
4670
5527
|
|
|
4671
|
-
<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>
|
|
4672
5529
|
<dl>
|
|
4673
5530
|
<dd>
|
|
4674
5531
|
|
|
@@ -4680,7 +5537,7 @@ await client.jobs.submitSeedance20({
|
|
|
4680
5537
|
<dl>
|
|
4681
5538
|
<dd>
|
|
4682
5539
|
|
|
4683
|
-
|
|
5540
|
+
Use the powerful and accurate Topaz image enhancer to upscale and enhance your images.
|
|
4684
5541
|
|
|
4685
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`.
|
|
4686
5543
|
</dd>
|
|
@@ -4697,12 +5554,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4697
5554
|
<dd>
|
|
4698
5555
|
|
|
4699
5556
|
```typescript
|
|
4700
|
-
await client.jobs.
|
|
5557
|
+
await client.jobs.submitTopazImageUpscaler({
|
|
4701
5558
|
input: {
|
|
4702
|
-
|
|
4703
|
-
|
|
4704
|
-
|
|
4705
|
-
|
|
5559
|
+
source_image: {
|
|
5560
|
+
source: "url",
|
|
5561
|
+
url: "url"
|
|
5562
|
+
},
|
|
5563
|
+
target_resolution: "1080p"
|
|
4706
5564
|
}
|
|
4707
5565
|
});
|
|
4708
5566
|
|
|
@@ -4720,7 +5578,7 @@ await client.jobs.submitSeedance20Mini({
|
|
|
4720
5578
|
<dl>
|
|
4721
5579
|
<dd>
|
|
4722
5580
|
|
|
4723
|
-
**request:** `Hedra.
|
|
5581
|
+
**request:** `Hedra.SubmitBodyTopazImageUpscaler`
|
|
4724
5582
|
|
|
4725
5583
|
</dd>
|
|
4726
5584
|
</dl>
|
|
@@ -4740,7 +5598,7 @@ await client.jobs.submitSeedance20Mini({
|
|
|
4740
5598
|
</dl>
|
|
4741
5599
|
</details>
|
|
4742
5600
|
|
|
4743
|
-
<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>
|
|
4744
5602
|
<dl>
|
|
4745
5603
|
<dd>
|
|
4746
5604
|
|
|
@@ -4752,7 +5610,7 @@ await client.jobs.submitSeedance20Mini({
|
|
|
4752
5610
|
<dl>
|
|
4753
5611
|
<dd>
|
|
4754
5612
|
|
|
4755
|
-
|
|
5613
|
+
Generative upscaling with realistic detail, precise text, and clean graphics — Topaz's highest-quality image upscaler.
|
|
4756
5614
|
|
|
4757
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`.
|
|
4758
5616
|
</dd>
|
|
@@ -4769,12 +5627,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4769
5627
|
<dd>
|
|
4770
5628
|
|
|
4771
5629
|
```typescript
|
|
4772
|
-
await client.jobs.
|
|
5630
|
+
await client.jobs.submitTopazImageUpscalerWonder({
|
|
4773
5631
|
input: {
|
|
4774
|
-
|
|
4775
|
-
|
|
4776
|
-
|
|
4777
|
-
|
|
5632
|
+
source_image: {
|
|
5633
|
+
source: "url",
|
|
5634
|
+
url: "url"
|
|
5635
|
+
},
|
|
5636
|
+
target_resolution: "1080p"
|
|
4778
5637
|
}
|
|
4779
5638
|
});
|
|
4780
5639
|
|
|
@@ -4792,7 +5651,7 @@ await client.jobs.submitSeedance25({
|
|
|
4792
5651
|
<dl>
|
|
4793
5652
|
<dd>
|
|
4794
5653
|
|
|
4795
|
-
**request:** `Hedra.
|
|
5654
|
+
**request:** `Hedra.SubmitBodyTopazImageUpscalerWonder`
|
|
4796
5655
|
|
|
4797
5656
|
</dd>
|
|
4798
5657
|
</dl>
|
|
@@ -4812,7 +5671,7 @@ await client.jobs.submitSeedance25({
|
|
|
4812
5671
|
</dl>
|
|
4813
5672
|
</details>
|
|
4814
5673
|
|
|
4815
|
-
<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>
|
|
4816
5675
|
<dl>
|
|
4817
5676
|
<dd>
|
|
4818
5677
|
|
|
@@ -4824,7 +5683,7 @@ await client.jobs.submitSeedance25({
|
|
|
4824
5683
|
<dl>
|
|
4825
5684
|
<dd>
|
|
4826
5685
|
|
|
4827
|
-
|
|
5686
|
+
Precision upscaling that cleans compression and noise while staying faithful to the source.
|
|
4828
5687
|
|
|
4829
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`.
|
|
4830
5689
|
</dd>
|
|
@@ -4841,10 +5700,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4841
5700
|
<dd>
|
|
4842
5701
|
|
|
4843
5702
|
```typescript
|
|
4844
|
-
await client.jobs.
|
|
5703
|
+
await client.jobs.submitTopazVideoUpscaler({
|
|
4845
5704
|
input: {
|
|
4846
|
-
|
|
4847
|
-
|
|
5705
|
+
source_video: {
|
|
5706
|
+
source: "url",
|
|
5707
|
+
url: "url"
|
|
5708
|
+
},
|
|
4848
5709
|
resolution: "1080p"
|
|
4849
5710
|
}
|
|
4850
5711
|
});
|
|
@@ -4863,7 +5724,7 @@ await client.jobs.submitSeedream40({
|
|
|
4863
5724
|
<dl>
|
|
4864
5725
|
<dd>
|
|
4865
5726
|
|
|
4866
|
-
**request:** `Hedra.
|
|
5727
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscaler`
|
|
4867
5728
|
|
|
4868
5729
|
</dd>
|
|
4869
5730
|
</dl>
|
|
@@ -4883,7 +5744,7 @@ await client.jobs.submitSeedream40({
|
|
|
4883
5744
|
</dl>
|
|
4884
5745
|
</details>
|
|
4885
5746
|
|
|
4886
|
-
<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>
|
|
4887
5748
|
<dl>
|
|
4888
5749
|
<dd>
|
|
4889
5750
|
|
|
@@ -4895,7 +5756,7 @@ await client.jobs.submitSeedream40({
|
|
|
4895
5756
|
<dl>
|
|
4896
5757
|
<dd>
|
|
4897
5758
|
|
|
4898
|
-
|
|
5759
|
+
Convert SDR video to 10-bit HDR with richer highlights, color, and tonal separation. The output keeps the source resolution.
|
|
4899
5760
|
|
|
4900
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`.
|
|
4901
5762
|
</dd>
|
|
@@ -4912,11 +5773,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4912
5773
|
<dd>
|
|
4913
5774
|
|
|
4914
5775
|
```typescript
|
|
4915
|
-
await client.jobs.
|
|
5776
|
+
await client.jobs.submitTopazVideoUpscalerHyperion25({
|
|
4916
5777
|
input: {
|
|
4917
|
-
|
|
4918
|
-
|
|
4919
|
-
|
|
5778
|
+
source_video: {
|
|
5779
|
+
source: "url",
|
|
5780
|
+
url: "url"
|
|
5781
|
+
}
|
|
4920
5782
|
}
|
|
4921
5783
|
});
|
|
4922
5784
|
|
|
@@ -4934,7 +5796,7 @@ await client.jobs.submitSeedream45({
|
|
|
4934
5796
|
<dl>
|
|
4935
5797
|
<dd>
|
|
4936
5798
|
|
|
4937
|
-
**request:** `Hedra.
|
|
5799
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerHyperion25`
|
|
4938
5800
|
|
|
4939
5801
|
</dd>
|
|
4940
5802
|
</dl>
|
|
@@ -4954,7 +5816,7 @@ await client.jobs.submitSeedream45({
|
|
|
4954
5816
|
</dl>
|
|
4955
5817
|
</details>
|
|
4956
5818
|
|
|
4957
|
-
<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>
|
|
4958
5820
|
<dl>
|
|
4959
5821
|
<dd>
|
|
4960
5822
|
|
|
@@ -4966,7 +5828,7 @@ await client.jobs.submitSeedream45({
|
|
|
4966
5828
|
<dl>
|
|
4967
5829
|
<dd>
|
|
4968
5830
|
|
|
4969
|
-
|
|
5831
|
+
Faster generative diffusion upscaling at half the cost of Starlight Precise.
|
|
4970
5832
|
|
|
4971
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`.
|
|
4972
5834
|
</dd>
|
|
@@ -4983,11 +5845,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
4983
5845
|
<dd>
|
|
4984
5846
|
|
|
4985
5847
|
```typescript
|
|
4986
|
-
await client.jobs.
|
|
5848
|
+
await client.jobs.submitTopazVideoUpscalerStarlightFast({
|
|
4987
5849
|
input: {
|
|
4988
|
-
|
|
4989
|
-
|
|
4990
|
-
|
|
5850
|
+
source_video: {
|
|
5851
|
+
source: "url",
|
|
5852
|
+
url: "url"
|
|
5853
|
+
},
|
|
5854
|
+
resolution: "1080p"
|
|
4991
5855
|
}
|
|
4992
5856
|
});
|
|
4993
5857
|
|
|
@@ -5005,7 +5869,7 @@ await client.jobs.submitSeedream50Lite({
|
|
|
5005
5869
|
<dl>
|
|
5006
5870
|
<dd>
|
|
5007
5871
|
|
|
5008
|
-
**request:** `Hedra.
|
|
5872
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerStarlightFast`
|
|
5009
5873
|
|
|
5010
5874
|
</dd>
|
|
5011
5875
|
</dl>
|
|
@@ -5025,7 +5889,7 @@ await client.jobs.submitSeedream50Lite({
|
|
|
5025
5889
|
</dl>
|
|
5026
5890
|
</details>
|
|
5027
5891
|
|
|
5028
|
-
<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>
|
|
5029
5893
|
<dl>
|
|
5030
5894
|
<dd>
|
|
5031
5895
|
|
|
@@ -5037,7 +5901,7 @@ await client.jobs.submitSeedream50Lite({
|
|
|
5037
5901
|
<dl>
|
|
5038
5902
|
<dd>
|
|
5039
5903
|
|
|
5040
|
-
|
|
5904
|
+
Generative diffusion upscaling balancing detail and sharpness for medium-to-high quality sources.
|
|
5041
5905
|
|
|
5042
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`.
|
|
5043
5907
|
</dd>
|
|
@@ -5054,10 +5918,12 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
5054
5918
|
<dd>
|
|
5055
5919
|
|
|
5056
5920
|
```typescript
|
|
5057
|
-
await client.jobs.
|
|
5921
|
+
await client.jobs.submitTopazVideoUpscalerStarlightHq({
|
|
5058
5922
|
input: {
|
|
5059
|
-
|
|
5060
|
-
|
|
5923
|
+
source_video: {
|
|
5924
|
+
source: "url",
|
|
5925
|
+
url: "url"
|
|
5926
|
+
},
|
|
5061
5927
|
resolution: "1080p"
|
|
5062
5928
|
}
|
|
5063
5929
|
});
|
|
@@ -5076,7 +5942,7 @@ await client.jobs.submitSeedream50Pro({
|
|
|
5076
5942
|
<dl>
|
|
5077
5943
|
<dd>
|
|
5078
5944
|
|
|
5079
|
-
**request:** `Hedra.
|
|
5945
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerStarlightHq`
|
|
5080
5946
|
|
|
5081
5947
|
</dd>
|
|
5082
5948
|
</dl>
|
|
@@ -5096,7 +5962,7 @@ await client.jobs.submitSeedream50Pro({
|
|
|
5096
5962
|
</dl>
|
|
5097
5963
|
</details>
|
|
5098
5964
|
|
|
5099
|
-
<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>
|
|
5100
5966
|
<dl>
|
|
5101
5967
|
<dd>
|
|
5102
5968
|
|
|
@@ -5108,7 +5974,7 @@ await client.jobs.submitSeedream50Pro({
|
|
|
5108
5974
|
<dl>
|
|
5109
5975
|
<dd>
|
|
5110
5976
|
|
|
5111
|
-
|
|
5977
|
+
Generative diffusion upscaling for AI-generated and archival video with realistic faces, textures, and text.
|
|
5112
5978
|
|
|
5113
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`.
|
|
5114
5980
|
</dd>
|
|
@@ -5125,12 +5991,13 @@ Submits an asynchronous job and returns `202` with a job id. Fetch the result at
|
|
|
5125
5991
|
<dd>
|
|
5126
5992
|
|
|
5127
5993
|
```typescript
|
|
5128
|
-
await client.jobs.
|
|
5994
|
+
await client.jobs.submitTopazVideoUpscalerStarlightPrecise({
|
|
5129
5995
|
input: {
|
|
5130
|
-
|
|
5131
|
-
|
|
5132
|
-
|
|
5133
|
-
|
|
5996
|
+
source_video: {
|
|
5997
|
+
source: "url",
|
|
5998
|
+
url: "url"
|
|
5999
|
+
},
|
|
6000
|
+
resolution: "1080p"
|
|
5134
6001
|
}
|
|
5135
6002
|
});
|
|
5136
6003
|
|
|
@@ -5148,7 +6015,7 @@ await client.jobs.submitSora2Pro({
|
|
|
5148
6015
|
<dl>
|
|
5149
6016
|
<dd>
|
|
5150
6017
|
|
|
5151
|
-
**request:** `Hedra.
|
|
6018
|
+
**request:** `Hedra.SubmitBodyTopazVideoUpscalerStarlightPrecise`
|
|
5152
6019
|
|
|
5153
6020
|
</dd>
|
|
5154
6021
|
</dl>
|
|
@@ -5748,6 +6615,79 @@ await client.jobs.submitWan27({
|
|
|
5748
6615
|
</dl>
|
|
5749
6616
|
|
|
5750
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
|
+
|
|
5751
6691
|
</dd>
|
|
5752
6692
|
</dl>
|
|
5753
6693
|
</details>
|
|
@@ -6019,7 +6959,7 @@ const response = page.response;
|
|
|
6019
6959
|
<dl>
|
|
6020
6960
|
<dd>
|
|
6021
6961
|
|
|
6022
|
-
Voices this model accepts —
|
|
6962
|
+
Voices this model accepts — the shared library, plus the caller's own cloned voices when the request carries credentials.
|
|
6023
6963
|
</dd>
|
|
6024
6964
|
</dl>
|
|
6025
6965
|
</dd>
|