Skip to content

AIMetadata

Defined in: react-nextjs/src/client.ts:155

Metadata for AI-generated content.

optional generationTime: number

Defined in: react-nextjs/src/client.ts:167

Generation time in ms


optional model: string

Defined in: react-nextjs/src/client.ts:159

Model used


optional provider: string

Defined in: react-nextjs/src/client.ts:157

Provider used


optional usage: object

Defined in: react-nextjs/src/client.ts:161

Token usage

completionTokens: number

promptTokens: number

totalTokens: number