# Embedding
## Properties
**index** | **i32** | The index of the embedding in the list of embeddings. |
**embedding** | **Vec<f32>** | The embedding vector, which is a list of floats. The length of vector depends on the model as listed in the [embedding guide](/docs/guides/embeddings). |
**object** | **String** | The object type, which is always \"embedding\". |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)