text-embedding-3-small

Text Embedding · Per Token

text-embedding-3-smallAvailable
EmbeddingContext Window: 8K0

Pricing

Official PriceLemonData Price
Input$0.02$0.014
OutputFree-

Parameters

Context Window
8K tokens
Max Output Tokens
0

Best For

Embedding

Semantic search, similarity matching, and text classification

Cost Calculator

1M
0.5M
Estimated Monthly Cost$0.01

API Code Example

POST/v1/embeddings
curl https://api.lemondata.cc/v1/embeddings \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer sk-xxx" \
  -d '{
    "model": "text-embedding-3-small",
    "input": "The quick brown fox jumps over the lazy dog"
  }'

FAQ

How much does text-embedding-3-small cost?

On LemonData, text-embedding-3-small costs $0.0140 per 1M input tokens and N/A per 1M output tokens, which is up to 30% off the official pricing.

What is text-embedding-3-small best for?

text-embedding-3-small excels at Embedding. Access it through LemonData's unified API with a single API key.

How to use text-embedding-3-small API?

Get your API key from LemonData, set the base URL to api.lemondata.cc/v1, and use any OpenAI-compatible SDK. See the code examples above.

Related Models