Videoslash API
Tools

List Creative Studio models

Browse Creative Studio image and video models with public modelId, categories, media/setting parameters, supportsMultiReferenceMedia, and credit costs. creditsFrom is the minimum; creditsAtDefaults is the cost with schema defaults (duration, generate_audio, quality). ALWAYS call this before create_creative_generation when the user has not named a model. Filter with assetType=image or assetType=video based on the request. If the user gave multiple reference images/URLs and wants ONE combined output, filter for supportsMultiReferenceMedia=true models — do not plan one generation per image without asking first. Prefer Fast or Low Cost for quick drafts; Generation / higher-cost models for quality. After listing, present 2-3 concrete options with a one-line tradeoff each and let the user pick, unless they already specified a model or the request is fully unambiguous. Requires read scope.

List Creative Studio models

Tool name: list_creative_models

Required scope: read

Browse Creative Studio image and video models with public modelId, categories, media/setting parameters, supportsMultiReferenceMedia, and credit costs. creditsFrom is the minimum; creditsAtDefaults is the cost with schema defaults (duration, generate_audio, quality). ALWAYS call this before create_creative_generation when the user has not named a model. Filter with assetType=image or assetType=video based on the request. If the user gave multiple reference images/URLs and wants ONE combined output, filter for supportsMultiReferenceMedia=true models — do not plan one generation per image without asking first. Prefer Fast or Low Cost for quick drafts; Generation / higher-cost models for quality. After listing, present 2-3 concrete options with a one-line tradeoff each and let the user pick, unless they already specified a model or the request is fully unambiguous. Requires read scope.

Parameters

NameTypeRequiredDescription
assetTypeenum (image, video)optionalFilter models by asset type. Use image for stills, video for clips. Omit to return both.
categorystringoptionalOptional category filter, for example Generation, Editing, Fast, Low Cost, or Image/Video Generation.

On this page