OpenAI Deprecating text-embedding-3-small Embedding Model

OpenAI is deprecating text-embedding-3-small. The announcement triggered immediate pushback from the developer community, with @jeffreyhuber and others arguing that any deprecated closed-source embedding model should be open-sourced before retirement — the core concern being that vector databases indexed with text-embedding-3-small embeddings will become unqueryable if the original model weights are not preserved and made available.

Why It Matters

Embedding model deprecations are uniquely disruptive compared to standard model retirements: systems built on a specific embedding space cannot simply switch models without re-embedding their entire corpus, which may involve significant compute and storage costs. Teams using text-embedding-3-small in production RAG or vector search systems should plan re-embedding now. No confirmed open-source release or transition timeline from OpenAI as of this writing.