OpenAI: Text Embedding 3 Large
text-embedding-3-large is OpenAI's most capable embedding model for both english and non-english tasks. Embeddings are a numerical representation of text that can be used to measure the relatedness between two pieces of text. Embeddings are useful for search, clustering, recommendations, anomaly detection, and classification tasks.
Providers for OpenAI: Text Embedding 3 Large
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.
| Provider | TTFT | Throughput | Uptime |
|---|---|---|---|
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-3-large",
"input": "Your text string goes here",
})
})The confidential AI cloud: verifiable inference with attestation reports, signed receipts, audit sessions, and E2EE paths.