LlmapiEmbeddingExtraFields
LlmapiEmbeddingExtraFields =
object
Defined in: src/client/types.gen.ts:1134
ExtraFields contains additional metadata
Properties
chunk_index?
optionalchunk_index:number
Defined in: src/client/types.gen.ts:1138
ChunkIndex is the chunk index (0 for single requests)
latency?
optionallatency:number
Defined in: src/client/types.gen.ts:1142
Latency is the request latency in milliseconds
model_requested?
optionalmodel_requested:string
Defined in: src/client/types.gen.ts:1146
ModelRequested is the model that was requested
provider?
optionalprovider:string
Defined in: src/client/types.gen.ts:1150
Provider is the LLM provider used (e.g., “openai”, “anthropic”)
request_type?
optionalrequest_type:string
Defined in: src/client/types.gen.ts:1154
RequestType is always “embedding”
Last updated on