> ## Documentation Index
> Fetch the complete documentation index at: https://llm-tools.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

EmbedJs supports several embedding models from the following providers:

<CardGroup cols={4}>
  <Card title="OpenAI" href="/components/embeddings/openai" />

  <Card title="Azure OpenAI" href="/components/embeddings/azure-openai" />

  <Card title="Vertex AI" href="/components/embeddings/vertexai" />

  <Card title="Cohere" href="/components/embeddings/cohere" />

  <Card title="Huggingface" href="/components/embeddings/huggingface" />

  <Card title="Ollama" href="/components/embeddings/ollama" />

  <Card title="LlamaCpp" href="/components/embeddings/llama-cpp" />

  <Card title="TwelveLabs (Marengo)" href="/components/embeddings/twelvelabs" />
</CardGroup>

<br />

<Snippet file="missing-model-tip.mdx" />
