doubao-embedding
Doubao · Per Token
doubao-embeddingAvailableSyncPricing
| Official Price | LemonData Price | Discount | |
|---|---|---|---|
| Input | $0.10 | $0.07 | 30% |
| Output | Free | Free | - |
Parameters
Context Window
4K tokens
Max Output Tokens
-
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": "doubao-embedding",
"input": "The quick brown fox jumps over the lazy dog."
}'FAQ
How much does doubao-embedding cost?
On LemonData, doubao-embedding costs $0.0700 per 1M input tokens and $0.0000 per 1M output tokens, with model-specific platform pricing.
What is doubao-embedding best for?
doubao-embedding excels at Embedding. Access it through LemonData's unified API with a single API key.
How to use doubao-embedding 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.