Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AllowedPassthroughParameters | []string | :heavy_check_mark: | List of parameters that are allowed to be passed through to the provider | |
CanonicalSlug | string | :heavy_check_mark: | Canonical slug for the model | openai/gpt-4 |
Created | int64 | :heavy_check_mark: | Unix timestamp of when the model was created | 1692901234 |
Description | *string | :heavy_minus_sign: | Description of the model | GPT-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 | |
HuggingFaceID | optionalnullable.OptionalNullable[string] | :heavy_minus_sign: | Hugging Face model identifier, if applicable | microsoft/DialoGPT-medium |
ID | string | :heavy_check_mark: | Unique identifier for the model | openai/gpt-4 |
Name | string | :heavy_check_mark: | Display name of the model | GPT-4 |
PricingSkus | optionalnullable.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) |