Text Embedding 3 Small

OpenAI
Embeddings

OpenAI's compact embedding model. 1536 dimensions, great for semantic search and RAG.

Try Text Embedding 3 Small
Sign in to generate — 50 free credits on sign-up

Examples

See what Text Embedding 3 Small can generate

Semantic Search

Input:

"How to deploy a Node.js app to production"

Similar matches:

Deploying Node applications to cloud servers

94%

Setting up a Node.js production environment

89%

Node.js deployment best practices and CI/CD

85%

Document Clustering

Input:

"Machine learning model training techniques"

Similar matches:

Deep learning optimization and hyperparameter tuning

91%

Neural network training strategies for beginners

87%

Supervised learning algorithms and model evaluation

83%

Pricing

Price per Generation
Per generationFree

API Integration

Use our OpenAI-compatible API to integrate Text Embedding 3 Small 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-small", "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-small", ["Hello", "World"]);
for (const item of res.data) {
  console.log(item.embedding.length);
}
Specifications
Avg. latency
500ms
Developer
OpenAI
Category
Embeddings
Tags
affordable
compact

Start using Text Embedding 3 Small today

Get started with free credits. No credit card required. Access Text Embedding 3 Small and 100+ other models through a single API.