> ## Documentation Index
> Fetch the complete documentation index at: https://docs.sutro.sh/llms.txt
> Use this file to discover all available pages before exploring further.

# Using Embedding Models

> Reference documentation for Using Embedding Models.

# Using Embedding Models

Embedding models convert input data into high-dimensional vector representations. They are useful for a variety of tasks, such as clustering, semantic search, and more.

We support several embedding models, usable in the same way as the other models with the only difference being that the output is a tensor, not a string. These will be returned as a list of floats with a length equal to the embedding dimension.

See our [pricing page](https://sutro.sh/pricing) for a list of available embedding models.
