> ## 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. # FrameImage ## Example Usage ```typescript theme={null} import { FrameImage } from "@openrouter/sdk/models"; let value: FrameImage = { imageUrl: { url: "https://example.com/image.png", }, type: "image_url", frameType: "first_frame", }; ``` ## Fields | Field | Type | Required | Description | Example | | ----------- | ------------------------------------------------------------- | -------------------- | ------------------------------------------------------------------ | ------------ | | `imageUrl` | [models.FrameImageImageUrl](../models/frameimageimageurl.mdx) | :heavy\_check\_mark: | N/A | | | `type` | [models.FrameImageType](../models/frameimagetype.mdx) | :heavy\_check\_mark: | N/A | | | `frameType` | [models.FrameType](../models/frametype.mdx) | :heavy\_check\_mark: | Whether this image represents the first or last frame of the video | first\_frame |