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

# ContentPartImage

## Example Usage

```typescript theme={null}
import { ContentPartImage } from "@openrouter/sdk/models";

let value: ContentPartImage = {
  imageUrl: {
    url: "https://example.com/image.png",
  },
  type: "image_url",
};
```

## Fields

| Field      | Type                                                                      | Required             | Description |
| ---------- | ------------------------------------------------------------------------- | -------------------- | ----------- |
| `imageUrl` | [models.ContentPartImageImageUrl](../models/contentpartimageimageurl.mdx) | :heavy\_check\_mark: | N/A         |
| `type`     | [models.ContentPartImageType](../models/contentpartimagetype.mdx)         | :heavy\_check\_mark: | N/A         |
