TypeScript SDKAPI ReferenceModelsImagePricingEntry - TypeScript SDKCopy pageImagePricingEntry type definitionOne billable pricing line for an image provider. Example Usage 1import { ImagePricingEntry } from "@openrouter/sdk/models";23let value: ImagePricingEntry = {4 billable: "output_image",5 costUsd: 0.05,6 unit: "image",7}; Fields FieldTypeRequiredDescriptionbillablemodels.Billable✔️N/AcostUsdnumber✔️N/Aunitmodels.Unit✔️N/Avariantstring➖N/A