TypeAlias.LlmModelPricing
type LlmModelPricing = {
effectiveFrom: string;
id: string;
inputCostPer1M: number;
model: string;
outputCostPer1M: number;
provider: "GOOGLE";
};
Type Declaration
| Name | Type |
|---|---|
effectiveFrom | string |
id | string |
inputCostPer1M | number |
model | string |
outputCostPer1M | number |
provider | "GOOGLE" |