RedPill
openai logo

OpenAI: Text Embedding Ada 002

openai/text-embedding-ada-002
Created Nov 14, 2025|8,192 context|$0.10/M input tokens|$0.00/M output tokens
Intel TDX

text-embedding-ada-002 is OpenAI's legacy text embedding model.

Providers for OpenAI: Text Embedding Ada 002

RedPill routes requests across these providers with automatic fallbacks to maximize uptime. Pricing is unified — you pay the same price no matter which provider serves your request.

Total Context
8,192
Input
$0.10/M
Output
$0.00/M
ProviderTTFTThroughputUptime
openai logoopenai

API

RedPill provides a unified embeddings API to all models & providers that you can call directly, or using the OpenAI SDK. Additionally, some third-party SDKs are available.

fetch("https://api.redpill.ai/v1/embeddings", {
  method: "POST",
  headers: {
    "Authorization": "Bearer <YOUR-REDPILL-API-KEY>",
    "Content-Type": "application/json"
  },
  body: JSON.stringify({
    "model": "openai/text-embedding-ada-002",
    "input": "Your text string goes here",
  })
})
RedPill

The confidential AI cloud: verifiable inference with attestation reports, signed receipts, audit sessions, and E2EE paths.