API referenceInterfaces
BatchExtractItem\<T\>
Defined in: llm/types.ts:53
Extends
Omit<ExtractOptions<T>,"images">
Type Parameters
T
T
Properties
schema
schema: ZodType<T>;Defined in: llm/types.ts:28
Inherited from
Omit.schemasystem
system: string;Defined in: llm/types.ts:29
Inherited from
Omit.systemprompt
prompt: string;Defined in: llm/types.ts:30
Inherited from
Omit.prompttier
tier: ModelTier;Defined in: llm/types.ts:31
Inherited from
Omit.tiermaxTokens?
optional maxTokens?: number;Defined in: llm/types.ts:32
Inherited from
Omit.maxTokensid
id: string;Defined in: llm/types.ts:59
Caller-chosen id, echoed back on the matching result — how a caller maps
a result back to whatever it was for (e.g. a contact id). Becomes the
batch request's custom_id; must match ^[a-zA-Z0-9_-]{1,64}$.