LlmapiEmbeddingRequest
LlmapiEmbeddingRequest =
object
Defined in: src/client/types.gen.ts:1566
Properties
conversation_id?
optionalconversation_id:string
Defined in: src/client/types.gen.ts:1571
ConversationID groups requests belonging to the same conversation for observability. Pass-through only — not forwarded to the LLM provider.
dimensions?
optionaldimensions:number
Defined in: src/client/types.gen.ts:1575
Dimensions is the number of dimensions the resulting output embeddings should have (optional)
encoding_format?
optionalencoding_format:string
Defined in: src/client/types.gen.ts:1579
EncodingFormat is the format to return the embeddings in (optional: “float” or “base64”)
input
input:
unknown
Defined in: src/client/types.gen.ts:1583
Input text or tokens to embed (can be string, []string, []int, or [][]int)
model
model:
string
Defined in: src/client/types.gen.ts:1587
Model identifier in ‘provider/model’ format