Fields
| Field | Type | Required | Description | Example |
|---|---|---|---|---|
AllowedPassthroughParameters | []string | :heavy_check_mark: | Provider-specific options accepted under provider.options[provider_slug]. | [] |
Pricing | []components.ImagePricingEntry | :heavy_check_mark: | Billable pricing lines for this endpoint. | [ { “billable”: “output_image”, “cost_usd”: 0.05, “unit”: “image” } ] |
ProviderName | string | :heavy_check_mark: | Provider display name | Bytedance |
ProviderSlug | string | :heavy_check_mark: | Provider slug | bytedance |
ProviderTag | *string | :heavy_check_mark: | Provider tag for request-side selection | bytedance |
SupportedParameters | map[string]components.CapabilityDescriptor | :heavy_check_mark: | N/A | { “output_compression”: { “max”: 100, “min”: 0, “type”: “range” }, “resolution”: { “type”: “enum”, “values”: [ “1K”, “2K”, “4K” ] }, “seed”: { “type”: “boolean” } } |
SupportsStreaming | bool | :heavy_check_mark: | Whether this endpoint supports native SSE streaming (stream: true in the request). | false |