Documentation Index
Fetch the complete documentation index at: /docs/llms.txt
Use this file to discover all available pages before exploring further.
import { ImagePricingEntry } from "@openrouter/sdk/models";
let value: ImagePricingEntry = {
billable: "output_image",
costUsd: 0.05,
unit: "image",
};
| Field | Type | Required | Description |
|---|---|---|---|
billable | models.Billable | :heavy_check_mark: | N/A |
costUsd | number | :heavy_check_mark: | N/A |
unit | models.Unit | :heavy_check_mark: | N/A |
variant | string | :heavy_minus_sign: | N/A |