Skip to main content
The Python SDK and docs are currently in beta. Report issues on GitHub.

Fields

FieldTypeRequiredDescriptionExample
allowed_passthrough_parametersList[str]:heavy_check_mark:List of parameters that are allowed to be passed through to the provider
canonical_slugstr:heavy_check_mark:Canonical slug for the modelopenai/gpt-4
createdint:heavy_check_mark:Unix timestamp of when the model was created1692901234
descriptionOptional[str]:heavy_minus_sign:Description of the modelGPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.
generate_audioNullable[bool]:heavy_check_mark:Whether the model supports generating audio alongside video
hugging_face_idOptionalNullable[str]:heavy_minus_sign:Hugging Face model identifier, if applicablemicrosoft/DialoGPT-medium
idstr:heavy_check_mark:Unique identifier for the modelopenai/gpt-4
namestr:heavy_check_mark:Display name of the modelGPT-4
pricing_skusDict[str, str]:heavy_minus_sign:Pricing SKUs with provider prefix stripped, values as strings
seedNullable[bool]:heavy_check_mark:Whether the model supports deterministic generation via seed parameter
supported_aspect_ratiosList[components.SupportedAspectRatio]:heavy_check_mark:Supported output aspect ratios
supported_durationsList[int]:heavy_check_mark:Supported video durations in seconds
supported_frame_imagesList[components.SupportedFrameImage]:heavy_check_mark:Supported frame image types (e.g. first_frame, last_frame)
supported_resolutionsList[components.SupportedResolution]:heavy_check_mark:Supported output resolutions
supported_sizesList[components.SupportedSize]:heavy_check_mark:Supported output sizes (width x height)