3072-dim embeddings for retrieval, clustering, classification. Best-in-class semantic quality.
curl https://oneapikey.app/v1/v1/embeddings \
-H "Authorization: Bearer $ONEAPIKEY_API_KEY" \
-H "X-APIMarket-Product: text-embedding-3-large" \
-H "Content-Type: application/json" \
--data '{"model":"openai/text-embedding-3-large","messages":[{"role":"user","content":"hi"}]}'