openai
openai/text-embedding-3-small/Released Jan 2024

Text Embedding 3 - Small

Generates compact, efficient embeddings for NLP tasks with multilingual support, balancing performance and low latency.

Provider
openai
Modality
text-to-embeddings
Released
Jan 2024
Pricing
$0.02 / 1M in$0.02 / 1M out

Ready to build with Text Embedding 3 - Small?

Sign in to grab your API key and start making requests.
bash
curl -sSf -X POST https://staging.hub.oxen.ai/api/chat/completions \
    -H "Content-Type: application/json" \
    -H "Authorization: Bearer $OXEN_API_KEY" \
    -d '{
  "model": "text-embedding-3-small",
  "messages": [
    {
      "role": "user",
      "content": "Try sending a message."
    }
  ]
}'