Text Embedding 3 Large

Popular
OpenAI
Embeddings

OpenAI's most powerful embedding model. 3072 dimensions for maximum accuracy.

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%
Try Text Embedding 3 Large

Vector output (1536 dimensions):

0.29790.49890.1316-0.6239-0.2898-0.75480.6550-0.3240-0.97710.9661-0.58210.6956-0.5460-0.9592-0.62610.99090.7743-0.78180.3795-0.5137-0.52560.85940.76970.2700... 1512 more
Sign up free to start generating
Get Started

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 railwail
JavaScript / 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
600ms
Provider
OpenAI
Category
Embeddings
Tags
high-quality
Try this model

Free credits on sign-up

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.