Text Embedding Ada 002
Text Embedding Ada 002 is OpenAI's legacy embedding model, still widely deployed in existing production systems. While superseded by the Embedding 3 family in terms of quality and flexibility, Ada 002 remains available for backward compatibility and systems that depend on its specific vector characteristics.
Many organizations continue to use Ada 002 because migrating embedding models requires re-embedding entire document collections — a significant operational effort for large-scale deployments.
Key Features
1536-dimensional embeddings
Proven reliability across millions of deployments
Backward compatibility for existing systems
8191 token input limit
Well-understood performance characteristics
Ideal Use Cases
Legacy system maintenance and compatibility
Existing RAG pipelines not ready for migration
Applications with Ada 002-specific optimizations
Stable production embeddings with known behavior
Technical Specifications
| Dimensions | 1536 |
| Max Input | 8191 tokens |
| Modality | Text → Embedding |
| Provider | OpenAI |
| Category | Embedding |
| Status | Legacy (still supported) |
API Usage
1 curl -X POST https://api.vincony.com/v1/chat/completions \ 2 -H "Authorization: Bearer YOUR_API_KEY" \ 3 -H "Content-Type: application/json" \ 4 -d '{ 5 "model": "openai/text-embedding-ada-002", 6 "messages": [ 7 { "role": "user", "content": "Hello, Text Embedding Ada 002!" } 8 ] 9 }'
Replace YOUR_API_KEY with your Vincony API key. OpenAI-compatible endpoint — works with any OpenAI SDK.
Compare with Another Model
Frequently Asked Questions
Try Text Embedding Ada 002 now
Start using Text Embedding Ada 002 instantly — 100 free credits, no credit card required. Access 343+ AI models through one platform.
More from OpenAI
Use ← → to navigate between models · Esc to go back
GPT-5.2
OpenAI's latest flagship with superior language understanding and generation.
GPT-5.2 Pro
Extended context and enhanced accuracy for professional workloads.
GPT-5.2 Chat
Optimized for multi-turn conversational interactions.
GPT-5.2 Codex
Top-tier code generation and software engineering assistant.