OpenAI text-embedding-3-small

OpenAI's general-purpose embeddings. Fast, cheap, good enough for retrieval, clustering and classification in most cases.

EmbeddingsOpenAI8k tokens$0.0218 / 1M

openai/text-embedding-3-small

Context
8k tokens
Completion cap
Tools
No
JSON
No

Call it from Geek Hub

Same OpenAI SDK. Change the base URL and the model id.

curl https://api.geekhub.mx/v1/embeddings \
  -H "Authorization: Bearer $GEEKHUB_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{
    "model": "openai/text-embedding-3-small",
    "input": "Geek Hub unifica modelos de IA"
  }'
Get an API key

Frequently asked questions

What is OpenAI text-embedding-3-small?
OpenAI's general-purpose embeddings. Fast, cheap, good enough for retrieval, clustering and classification in most cases. OpenAI text-embedding-3-small runs on the Geek Hub API (OpenAI-compatible). Model id: openai/text-embedding-3-small.
Is OpenAI text-embedding-3-small free?
No. $0.0218 per 1M tokens on Geek Hub.
What is the context length of OpenAI text-embedding-3-small?
OpenAI text-embedding-3-small has a 8k tokens context window.

More models from OpenAI