Text Embedding 3 Large
Popular
OpenAI
Embeddings
OpenAI's most powerful embedding model. 3072 dimensions for maximum accuracy.
Try Text Embedding 3 Large
Sign in to generate â 50 free credits on sign-up
Examples
See what Text Embedding 3 Large can generate
FAQ Matching
Input:
"How do I reset my password?"
Similar matches:
Steps to change your account password
96%I forgot my login credentials
91%Account recovery and password reset guide
89%Code Search
Input:
"React useEffect cleanup function memory leak"
Similar matches:
Preventing memory leaks in React component lifecycle
93%useEffect return function for subscription cleanup
90%React hooks best practices for side effects
84%Pricing
Price per Generation
Per generationFree
API Integration
Use our OpenAI-compatible API to integrate Text Embedding 3 Large into your application.
Install
npm install railwailJavaScript / TypeScript
import railwail from "railwail";
const rw = railwail("YOUR_API_KEY");
const vectors = await rw.run("text-embedding-3-large", "Hello world", { type: "embed" });
console.log(vectors[0].length); // embedding dimensions
// Or use the embed() method for full control
const res = await rw.embed("text-embedding-3-large", ["Hello", "World"]);
for (const item of res.data) {
console.log(item.embedding.length);
}Specifications
Avg. latency
600msDeveloper
OpenAICategory
EmbeddingsTags
high-quality
Start using Text Embedding 3 Large today
Get started with free credits. No credit card required. Access Text Embedding 3 Large and 100+ other models through a single API.