dtkt.ai.v1beta1messages.protoCreateEmbeddingsRequest
MessageRequest to create embeddings for input text using a specified model.
| Field | Type | Number | Description |
|---|---|---|---|
| model_id | string | 1 | ID of the embedding model to use. |
| dimensions | uint32 | 2 | Desired number of dimensions for the embedding. |
| inputs | EmbeddingInput[] dtkt.ai.v1beta1.EmbeddingInput[] | 3 | List of text inputs to generate embeddings for. |