text-embedding-005

Text Embedding · Per Token

text-embedding-005AvailableSync

Pricing

Official PriceLemonData PriceDiscount
Input$0.10$0.0730%
OutputFreeFree-

Parameters

Context Window
2K tokens
Max Output Tokens
0

Best For

Embedding

Semantic search, similarity matching, and text classification

Cost Calculator

1M
0.5M
Estimated Monthly Cost$0.07

API Code Example

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

FAQ

How much does text-embedding-005 cost?

On LemonData, text-embedding-005 costs $0.0700 per 1M input tokens and $0.0000 per 1M output tokens, with model-specific platform pricing.

What is text-embedding-005 best for?

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

How to use text-embedding-005 API?

Get your API key from LemonData, then call https://api.lemondata.cc/v1/embeddings using any compatible SDK. See the code examples above for detailed integration.

Related Models