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

Text Embedding 3 - Small

Efficient text embeddings

Embeddings
Token-based
Input$0.02 / 1M tokens
Output$0.02 / 1M tokens

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://hub.oxen.ai/api/ai/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."
    }
  ]
}'