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

Fields

FieldTypeRequiredDescriptionExample
AllowedPassthroughParameters[]string:heavy_check_mark:List of parameters that are allowed to be passed through to the provider
CanonicalSlugstring:heavy_check_mark:Canonical slug for the modelopenai/gpt-4
Createdint64:heavy_check_mark:Unix timestamp of when the model was created1692901234
Description*string:heavy_minus_sign:Description of the modelGPT-4 is a large multimodal model that can solve difficult problems with greater accuracy.
GenerateAudio*bool:heavy_check_mark:Whether the model supports generating audio alongside video
HuggingFaceIDoptionalnullable.OptionalNullable[string]:heavy_minus_sign:Hugging Face model identifier, if applicablemicrosoft/DialoGPT-medium
IDstring:heavy_check_mark:Unique identifier for the modelopenai/gpt-4
Namestring:heavy_check_mark:Display name of the modelGPT-4
PricingSkusoptionalnullable.OptionalNullable[map[string]string]:heavy_minus_sign:Pricing SKUs with provider prefix stripped, values as strings
Seed*bool:heavy_check_mark:Whether the model supports deterministic generation via seed parameter
SupportedAspectRatios[]components.SupportedAspectRatio:heavy_check_mark:Supported output aspect ratios
SupportedDurations[]int64:heavy_check_mark:Supported video durations in seconds
SupportedFrameImages[]components.SupportedFrameImage:heavy_check_mark:Supported frame image types (e.g. first_frame, last_frame)
SupportedResolutions[]components.SupportedResolution:heavy_check_mark:Supported output resolutions
SupportedSizes[]components.SupportedSize:heavy_check_mark:Supported output sizes (width x height)