> ## Documentation Index > Fetch the complete documentation index at: https://openrouter.ai/docs/llms.txt > Use this file to discover all available pages before exploring further. # MaxPrice The object specifying the maximum price you want to pay for this request. USD price per million tokens, for prompt and completion. ## Example Usage ```typescript theme={null} import { MaxPrice } from "@openrouter/sdk/models"; let value: MaxPrice = {}; ``` ## Fields | Field | Type | Required | Description | | ------------ | -------- | -------------------- | -------------------------------------------------- | | `audio` | *string* | :heavy\_minus\_sign: | Maximum price in USD per audio unit | | `completion` | *string* | :heavy\_minus\_sign: | Maximum price in USD per million completion tokens | | `image` | *string* | :heavy\_minus\_sign: | Maximum price in USD per image | | `prompt` | *string* | :heavy\_minus\_sign: | Maximum price in USD per million prompt tokens | | `request` | *string* | :heavy\_minus\_sign: | Maximum price in USD per request |