Skip to main content
Text Embedding 3 Small is a text embedding model from OpenAI. Call text-embedding-3-small through MixRoute using the endpoint shown below.

Key capabilities

  • Vector embeddings - Convert text into numeric vectors
  • Batch input - Accept a string or an array of strings
  • Similarity workflows - Use vectors for search and clustering

Quick example

Parameters