text-embedding-3-large
Text Embedding · Per Token
text-embedding-3-largeAvailableEmbeddingContext Window: 8K0
Pricing
| Official Price | LemonData Price | |
|---|---|---|
| Input | $0.13 | $0.091 |
| Output | Free | - |
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.09
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-large",
"input": "The quick brown fox jumps over the lazy dog"
}'FAQ
How much does text-embedding-3-large cost?
On LemonData, text-embedding-3-large costs $0.0910 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-large best for?
text-embedding-3-large excels at Embedding. Access it through LemonData's unified API with a single API key.
How to use text-embedding-3-large 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.