> ## 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.

# ChatGenerationParamsMaxPrice - TypeScript SDK

> ChatGenerationParamsMaxPrice method reference

<Warning>
  The TypeScript SDK and docs are currently in beta.
  Report issues on [GitHub](https://github.com/OpenRouterTeam/typescript-sdk/issues).
</Warning>

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 lines theme={null}
import { ChatGenerationParamsMaxPrice } from "@openrouter/sdk/models";

let value: ChatGenerationParamsMaxPrice = {};
```

## Fields

| Field        | Type  | Required             | Description |
| ------------ | ----- | -------------------- | ----------- |
| `prompt`     | *any* | :heavy\_minus\_sign: | N/A         |
| `completion` | *any* | :heavy\_minus\_sign: | N/A         |
| `image`      | *any* | :heavy\_minus\_sign: | N/A         |
| `audio`      | *any* | :heavy\_minus\_sign: | N/A         |
| `request`    | *any* | :heavy\_minus\_sign: | N/A         |
