multimodalembedding@001
Multimodal Embedding · Per Character
multimodalembedding@001AvailableSyncMultimodal
Pricing
| Official Price | LemonData Price | Discount | |
|---|---|---|---|
| Input | $0.20 | $0.14 | 30% |
| Output | Free | Free | - |
Best For
Multimodal
Tasks combining text, image, audio, and video understanding
API Code Example
POST/v1/multimodal/embeddings
curl -X POST "https://api.lemondata.cc/v1/multimodal/embeddings" \
-H "Authorization: Bearer sk-xxx" \
-H "Content-Type: application/json" \
-d '{
"operation": "embedding",
"input_modality": "text",
"model": "multimodalembedding@001",
"input": "The quick brown fox jumps over the lazy dog."
}'FAQ
How much does multimodalembedding@001 cost?
On LemonData, multimodalembedding@001 costs $0.1400 per 1M input tokens and $0.0000 per 1M output tokens, with model-specific platform pricing.
What is multimodalembedding@001 best for?
multimodalembedding@001 excels at Multimodal. Access it through LemonData's unified API with a single API key.
How to use multimodalembedding@001 API?
Get your API key from LemonData, then call https://api.lemondata.cc/v1/multimodal/embeddings using any compatible SDK. See the code examples above for detailed integration.