| Name | Type | Description | Notes |
|---|---|---|---|
| input | \QuantClient\Model\EmbeddingsRequestInput | ||
| model_id | string | Embedding model to use | [optional] [default to 'amazon.titan-embed-text-v2:0'] |
| dimensions | int | Output embedding dimensions. Titan v2 supports: 256, 512, 1024, 8192 | [optional] [default to self::DIMENSIONS_NUMBER_1024] |
| normalize | bool | Normalize embeddings to unit length (magnitude = 1.0) | [optional] [default to true] |