Skip to Content
SdkClientInternalType AliasesLlmapiEmbeddingExtraFields

LlmapiEmbeddingExtraFields

LlmapiEmbeddingExtraFields = object

Defined in: src/client/types.gen.ts:574 

ExtraFields contains additional metadata

Properties

chunk_index?

optional chunk_index: number

Defined in: src/client/types.gen.ts:578 

ChunkIndex is the chunk index (0 for single requests)


latency?

optional latency: number

Defined in: src/client/types.gen.ts:582 

Latency is the request latency in milliseconds


model_requested?

optional model_requested: string

Defined in: src/client/types.gen.ts:586 

ModelRequested is the model that was requested


provider?

optional provider: string

Defined in: src/client/types.gen.ts:590 

Provider is the LLM provider used (e.g., “openai”, “anthropic”)


request_type?

optional request_type: string

Defined in: src/client/types.gen.ts:594 

RequestType is always “embedding”

Last updated on