Text-to-Embedding
Convert text into vector embeddings for semantic search, recommendations, and RAG applications.
1024-dimensional vectors. Up to 8192 tokens per input, 245K total. Multilingual support. Ideal for RAG, semantic search, and similarity matching.
What you can do with BGE M3.
Convert text into vector embeddings for semantic search, recommendations, and RAG applications.
Max Input
8,192 tokens
Max Total
245,760 tokens
Integrate BGE M3 into your app with a single API call.
POST https://api.deapi.ai/api/v1/client/txt2embedding
curl · deAPI txt2embedding
curl -X 'POST' \ 'https://api.deapi.ai/api/v1/client/txt2embedding' \ -H 'accept: application/json' \ -H 'Authorization: Bearer YOUR_API_KEY' \ -H 'Content-Type: application/json' \ -d '{ "model": "Bge_M3_FP16", "texts": [ "Hello world", "Semantic search example" ] }'{ "model": "Bge_M3_FP16", "texts": [ "Hello world", "Semantic search example" ] }
Tip: The API returns a request_id. Use webhooks (recommended) or poll GET /request-status/{request_id} for results.
Need an API key?
Sign up for free and get $5 in credits to start.
Get $5 in free credits and start generating with BGE M3.